.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-27376038-4000-42ac-a2db-0832073ff6a4 {
  min-height: 50px;
}








#s-27376038-4000-42ac-a2db-0832073ff6a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27376038-4000-42ac-a2db-0832073ff6a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-9bc1117b-b427-4027-a604-32d368b8f9ab {
  margin-top: 0px;
background-color: rgba(39, 170, 225, 1);
}
@media (max-width: 767px){#s-9bc1117b-b427-4027-a604-32d368b8f9ab {
  display: none;
}
#s-9bc1117b-b427-4027-a604-32d368b8f9ab, #wrap-s-9bc1117b-b427-4027-a604-32d368b8f9ab { display: none !important; }}
@media (min-width: 0px) {
[id="s-9bc1117b-b427-4027-a604-32d368b8f9ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bc1117b-b427-4027-a604-32d368b8f9ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9bc1117b-b427-4027-a604-32d368b8f9ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9bc1117b-b427-4027-a604-32d368b8f9ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9bc1117b-b427-4027-a604-32d368b8f9ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bc1117b-b427-4027-a604-32d368b8f9ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9bc1117b-b427-4027-a604-32d368b8f9ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-6c37bba8-4e4b-428e-9093-80dd0b24c5e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(39, 170, 225, 1);
}







  #s-6c37bba8-4e4b-428e-9093-80dd0b24c5e3 img.shogun-image {
    

    
    
    
  }


#s-6c37bba8-4e4b-428e-9093-80dd0b24c5e3 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-3c68620d-2b3b-4602-8fa6-5b5707200823 {
  margin-top: -15px;
}
@media (min-width: 1200px){#s-3c68620d-2b3b-4602-8fa6-5b5707200823 {
  display: none;
}
#s-3c68620d-2b3b-4602-8fa6-5b5707200823, #wrap-s-3c68620d-2b3b-4602-8fa6-5b5707200823 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c68620d-2b3b-4602-8fa6-5b5707200823 {
  display: none;
}
#s-3c68620d-2b3b-4602-8fa6-5b5707200823, #wrap-s-3c68620d-2b3b-4602-8fa6-5b5707200823 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c68620d-2b3b-4602-8fa6-5b5707200823 {
  display: none;
}
#s-3c68620d-2b3b-4602-8fa6-5b5707200823, #wrap-s-3c68620d-2b3b-4602-8fa6-5b5707200823 { display: none !important; }}
#s-3c68620d-2b3b-4602-8fa6-5b5707200823 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3c68620d-2b3b-4602-8fa6-5b5707200823 .shg-sld-nav-button.shg-sld-left,
#s-3c68620d-2b3b-4602-8fa6-5b5707200823 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-eeae2cf0-7e5a-4137-b843-2c00ce344baa {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(39, 170, 225, 1);
}







  #s-eeae2cf0-7e5a-4137-b843-2c00ce344baa img.shogun-image {
    

    
    
    
  }


#s-eeae2cf0-7e5a-4137-b843-2c00ce344baa .shogun-image-content {
  
    align-items: center;
  
}

#s-d5ad7e5f-c2a0-4f87-919b-05f8ed70a812 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(39, 170, 225, 1);
}







  #s-d5ad7e5f-c2a0-4f87-919b-05f8ed70a812 img.shogun-image {
    

    
    
    
  }


#s-d5ad7e5f-c2a0-4f87-919b-05f8ed70a812 .shogun-image-content {
  
    align-items: center;
  
}

#s-989e3e5a-f786-463d-ae97-3d35174f9408 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(39, 170, 225, 1);
}







  #s-989e3e5a-f786-463d-ae97-3d35174f9408 img.shogun-image {
    

    
    
    
  }


#s-989e3e5a-f786-463d-ae97-3d35174f9408 .shogun-image-content {
  
    align-items: center;
  
}

#s-58a0bb56-a888-483f-afed-9b8235650af2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(177, 30, 49, 1);
}
@media (min-width: 1200px){#s-58a0bb56-a888-483f-afed-9b8235650af2 {
  display: none;
}
#s-58a0bb56-a888-483f-afed-9b8235650af2, #wrap-s-58a0bb56-a888-483f-afed-9b8235650af2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58a0bb56-a888-483f-afed-9b8235650af2 {
  display: none;
}
#s-58a0bb56-a888-483f-afed-9b8235650af2, #wrap-s-58a0bb56-a888-483f-afed-9b8235650af2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58a0bb56-a888-483f-afed-9b8235650af2 {
  display: none;
}
#s-58a0bb56-a888-483f-afed-9b8235650af2, #wrap-s-58a0bb56-a888-483f-afed-9b8235650af2 { display: none !important; }}@media (max-width: 767px){#s-58a0bb56-a888-483f-afed-9b8235650af2 {
  display: none;
}
#s-58a0bb56-a888-483f-afed-9b8235650af2, #wrap-s-58a0bb56-a888-483f-afed-9b8235650af2 { display: none !important; }}







#s-58a0bb56-a888-483f-afed-9b8235650af2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58a0bb56-a888-483f-afed-9b8235650af2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bb5d8fa-66ea-4930-8d41-05c0a7b4c5fd {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}







  #s-7bb5d8fa-66ea-4930-8d41-05c0a7b4c5fd img.shogun-image {
    

    
    
    
  }


#s-7bb5d8fa-66ea-4930-8d41-05c0a7b4c5fd .shogun-image-content {
  
    align-items: center;
  
}

#s-6497ee73-910b-4aa0-baaa-c02676d247f9 {
  min-height: 50px;
background-color: rgba(223, 80, 111, 1);
}
@media (min-width: 1200px){#s-6497ee73-910b-4aa0-baaa-c02676d247f9 {
  display: none;
}
#s-6497ee73-910b-4aa0-baaa-c02676d247f9, #wrap-s-6497ee73-910b-4aa0-baaa-c02676d247f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6497ee73-910b-4aa0-baaa-c02676d247f9 {
  display: none;
}
#s-6497ee73-910b-4aa0-baaa-c02676d247f9, #wrap-s-6497ee73-910b-4aa0-baaa-c02676d247f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6497ee73-910b-4aa0-baaa-c02676d247f9 {
  display: none;
}
#s-6497ee73-910b-4aa0-baaa-c02676d247f9, #wrap-s-6497ee73-910b-4aa0-baaa-c02676d247f9 { display: none !important; }}@media (max-width: 767px){#s-6497ee73-910b-4aa0-baaa-c02676d247f9 {
  display: none;
}
#s-6497ee73-910b-4aa0-baaa-c02676d247f9, #wrap-s-6497ee73-910b-4aa0-baaa-c02676d247f9 { display: none !important; }}







#s-6497ee73-910b-4aa0-baaa-c02676d247f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6497ee73-910b-4aa0-baaa-c02676d247f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1078ec2-98c1-4763-9f18-36b9aa028d7e {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1078ec2-98c1-4763-9f18-36b9aa028d7e {
  max-width: 600px;
}
}@media (max-width: 767px){#s-a1078ec2-98c1-4763-9f18-36b9aa028d7e {
  max-width: 400px;
}
}






  #s-a1078ec2-98c1-4763-9f18-36b9aa028d7e img.shogun-image {
    

    
    
    
  }


#s-a1078ec2-98c1-4763-9f18-36b9aa028d7e .shogun-image-content {
  
    align-items: center;
  
}

#s-6dbec21f-f046-4a7a-adb4-0ea723c55857 {
  min-height: 50px;
background-color: rgba(148, 218, 228, 1);
}
@media (min-width: 1200px){#s-6dbec21f-f046-4a7a-adb4-0ea723c55857 {
  display: none;
}
#s-6dbec21f-f046-4a7a-adb4-0ea723c55857, #wrap-s-6dbec21f-f046-4a7a-adb4-0ea723c55857 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6dbec21f-f046-4a7a-adb4-0ea723c55857 {
  display: none;
}
#s-6dbec21f-f046-4a7a-adb4-0ea723c55857, #wrap-s-6dbec21f-f046-4a7a-adb4-0ea723c55857 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6dbec21f-f046-4a7a-adb4-0ea723c55857 {
  display: none;
}
#s-6dbec21f-f046-4a7a-adb4-0ea723c55857, #wrap-s-6dbec21f-f046-4a7a-adb4-0ea723c55857 { display: none !important; }}@media (max-width: 767px){#s-6dbec21f-f046-4a7a-adb4-0ea723c55857 {
  display: none;
}
#s-6dbec21f-f046-4a7a-adb4-0ea723c55857, #wrap-s-6dbec21f-f046-4a7a-adb4-0ea723c55857 { display: none !important; }}







#s-6dbec21f-f046-4a7a-adb4-0ea723c55857 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dbec21f-f046-4a7a-adb4-0ea723c55857.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a71ea79f-96ba-4d30-860a-f126ad586651 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
max-width: 800px;
text-align: center;
}







  #s-a71ea79f-96ba-4d30-860a-f126ad586651 img.shogun-image {
    

    
    
    
  }


#s-a71ea79f-96ba-4d30-860a-f126ad586651 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4a5d541-cb5d-4647-9bc7-42e7499f1262 {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-d4a5d541-cb5d-4647-9bc7-42e7499f1262 {
  display: unset;
}
#s-d4a5d541-cb5d-4647-9bc7-42e7499f1262, #wrap-s-d4a5d541-cb5d-4647-9bc7-42e7499f1262 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4a5d541-cb5d-4647-9bc7-42e7499f1262 {
  display: none;
}
#s-d4a5d541-cb5d-4647-9bc7-42e7499f1262, #wrap-s-d4a5d541-cb5d-4647-9bc7-42e7499f1262 { display: none !important; }}@media (max-width: 767px){#s-d4a5d541-cb5d-4647-9bc7-42e7499f1262 {
  margin-left: 10px;
margin-right: 10px;
display: none;
}
#s-d4a5d541-cb5d-4647-9bc7-42e7499f1262, #wrap-s-d4a5d541-cb5d-4647-9bc7-42e7499f1262 { display: none !important; }}







#s-d4a5d541-cb5d-4647-9bc7-42e7499f1262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4a5d541-cb5d-4647-9bc7-42e7499f1262.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-58d304c8-1b9c-4f26-99f3-d8b5b384170b {
  margin-left: 20%;
margin-right: 20%;
}

#s-58d304c8-1b9c-4f26-99f3-d8b5b384170b hr {
  border-top: 2px solid #ddd;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

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

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

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

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

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

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

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

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

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-1e3a5bc8-bb40-4c72-8833-63a60ac5c18c {
  padding-top: 10px;
padding-bottom: 20px;
background-color: rgba(40, 178, 250, 0);
}

#s-0dade43a-1c3d-4fd8-ace2-6ebdcbd50394 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
}

#s-0dade43a-1c3d-4fd8-ace2-6ebdcbd50394 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0dade43a-1c3d-4fd8-ace2-6ebdcbd50394 .shg-sld-nav-button.shg-sld-left,
#s-0dade43a-1c3d-4fd8-ace2-6ebdcbd50394 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a2a3dca1-75a5-42a9-be75-7e3cd2da4c94 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2%;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 1600px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-a2a3dca1-75a5-42a9-be75-7e3cd2da4c94 {
  
}
}@media (max-width: 767px){#s-a2a3dca1-75a5-42a9-be75-7e3cd2da4c94 {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-a2a3dca1-75a5-42a9-be75-7e3cd2da4c94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a2a3dca1-75a5-42a9-be75-7e3cd2da4c94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2a3dca1-75a5-42a9-be75-7e3cd2da4c94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2a3dca1-75a5-42a9-be75-7e3cd2da4c94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-111c5cff-f1c5-4a09-9404-2c3e93be868e {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-1d7bb108-942a-457b-92f4-8f31fa205113 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f26746f0-f5e2-4011-bc74-f3dd6ad302c4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f26746f0-f5e2-4011-bc74-f3dd6ad302c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f26746f0-f5e2-4011-bc74-f3dd6ad302c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f26746f0-f5e2-4011-bc74-f3dd6ad302c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f26746f0-f5e2-4011-bc74-f3dd6ad302c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f26746f0-f5e2-4011-bc74-f3dd6ad302c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f26746f0-f5e2-4011-bc74-f3dd6ad302c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 {
  max-width:  100%;
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom,
.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 {
  max-width:  100%;
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom,
.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 {
  max-width:  100%;
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom,
.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 {
  max-width:  100%;
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom,
.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 {
  max-width:  100%;
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom,
.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c37239c5-7150-48f2-80fd-fe9a40da31a1 img.shogun-image {
  width: 100%;
}



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

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

#s-9330d748-ddea-44d1-afad-b0cc386ff2a4 {
  text-align: left;
}
@media (max-width: 767px){#s-9330d748-ddea-44d1-afad-b0cc386ff2a4 {
  margin-top: 10px;
text-align: center;
}
}
#s-9330d748-ddea-44d1-afad-b0cc386ff2a4 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-9330d748-ddea-44d1-afad-b0cc386ff2a4 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

.shg-variant-btn:not(.shg-variant-btn-stretch) {
  display: inline-block;
}

.shg-variant-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-51d40875-0313-4a23-b3ff-93fc5c115a89-btn-wrapper {
    text-align: center;
  }


#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-variant-btn:hover {
  background: #252525;
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-variant-btn:active, #s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-51d40875-0313-4a23-b3ff-93fc5c115a89 .shg-variant-btn.disabled {
  background: #252525;
}

#s-1c7a3ad5-6a67-44c4-949e-762d0ece2ebd {
  text-align: left;
}
@media (max-width: 767px){#s-1c7a3ad5-6a67-44c4-949e-762d0ece2ebd {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-1c7a3ad5-6a67-44c4-949e-762d0ece2ebd .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1c7a3ad5-6a67-44c4-949e-762d0ece2ebd .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-1c7a3ad5-6a67-44c4-949e-762d0ece2ebd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-d27357a9-3b0c-43f1-be2c-835f681f4bcd {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d27357a9-3b0c-43f1-be2c-835f681f4bcd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d27357a9-3b0c-43f1-be2c-835f681f4bcd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d27357a9-3b0c-43f1-be2c-835f681f4bcd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d27357a9-3b0c-43f1-be2c-835f681f4bcd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d27357a9-3b0c-43f1-be2c-835f681f4bcd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d27357a9-3b0c-43f1-be2c-835f681f4bcd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d27357a9-3b0c-43f1-be2c-835f681f4bcd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-d27357a9-3b0c-43f1-be2c-835f681f4bcd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d27357a9-3b0c-43f1-be2c-835f681f4bcd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d27357a9-3b0c-43f1-be2c-835f681f4bcd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d27357a9-3b0c-43f1-be2c-835f681f4bcd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d27357a9-3b0c-43f1-be2c-835f681f4bcd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-df155a7c-5776-4bea-aed1-699b9e9172e8 {
  padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 226, 226, 1);
border-style: solid;
}

#s-ed31a11f-937d-4ab2-92cc-942d82d17859 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-acc445e2-179d-435e-9f34-c398a8ac4188 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f9b9d898-a2d4-4517-8dc9-43dfcb1d2947"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f9b9d898-a2d4-4517-8dc9-43dfcb1d2947"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f9b9d898-a2d4-4517-8dc9-43dfcb1d2947"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f9b9d898-a2d4-4517-8dc9-43dfcb1d2947"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f9b9d898-a2d4-4517-8dc9-43dfcb1d2947"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9b9d898-a2d4-4517-8dc9-43dfcb1d2947"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f9b9d898-a2d4-4517-8dc9-43dfcb1d2947"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-3e200714-a705-409d-a8e0-af97d384ca92 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 {
  max-width:  100%;
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom,
.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 {
  max-width:  100%;
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom,
.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 {
  max-width:  100%;
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom,
.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 {
  max-width:  100%;
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom,
.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 {
  max-width:  100%;
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom,
.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e200714-a705-409d-a8e0-af97d384ca92 img.shogun-image {
  width: 100%;
}



}
#s-575bfc2b-8fd7-4dd6-bb00-be514e867779 {
  text-align: left;
}
@media (max-width: 767px){#s-575bfc2b-8fd7-4dd6-bb00-be514e867779 {
  margin-top: 10px;
text-align: center;
}
}
#s-575bfc2b-8fd7-4dd6-bb00-be514e867779 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-575bfc2b-8fd7-4dd6-bb00-be514e867779 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2-btn-wrapper {
    text-align: center;
  }


#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-variant-btn:hover {
  background: #252525;
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-variant-btn:active, #s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-53ab66f2-7a7a-44eb-8019-ef79dbe77cd2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-d242908c-d2ae-4eb5-aadd-711246f3f115 {
  text-align: left;
}
@media (max-width: 767px){#s-d242908c-d2ae-4eb5-aadd-711246f3f115 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-d242908c-d2ae-4eb5-aadd-711246f3f115 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d242908c-d2ae-4eb5-aadd-711246f3f115 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-d242908c-d2ae-4eb5-aadd-711246f3f115 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-911889e3-f9fb-4be7-8cba-8e9381695c7b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-911889e3-f9fb-4be7-8cba-8e9381695c7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-911889e3-f9fb-4be7-8cba-8e9381695c7b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-911889e3-f9fb-4be7-8cba-8e9381695c7b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-911889e3-f9fb-4be7-8cba-8e9381695c7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-911889e3-f9fb-4be7-8cba-8e9381695c7b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-911889e3-f9fb-4be7-8cba-8e9381695c7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-911889e3-f9fb-4be7-8cba-8e9381695c7b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-911889e3-f9fb-4be7-8cba-8e9381695c7b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-911889e3-f9fb-4be7-8cba-8e9381695c7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-911889e3-f9fb-4be7-8cba-8e9381695c7b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-911889e3-f9fb-4be7-8cba-8e9381695c7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-911889e3-f9fb-4be7-8cba-8e9381695c7b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-5fcf60f8-3cec-431d-b28d-33d278bde1b9 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-7123ba61-4a7e-467b-8cc7-ddcc0d74fb59 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3dffa17f-9e5c-4e9d-80c5-9101a6728b22"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3dffa17f-9e5c-4e9d-80c5-9101a6728b22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3dffa17f-9e5c-4e9d-80c5-9101a6728b22"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3dffa17f-9e5c-4e9d-80c5-9101a6728b22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3dffa17f-9e5c-4e9d-80c5-9101a6728b22"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dffa17f-9e5c-4e9d-80c5-9101a6728b22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3dffa17f-9e5c-4e9d-80c5-9101a6728b22"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 {
  max-width:  100%;
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom,
.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 {
  max-width:  100%;
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom,
.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 {
  max-width:  100%;
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom,
.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 {
  max-width:  100%;
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom,
.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 {
  max-width:  100%;
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom,
.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebf840c8-81ad-4a93-9229-ea5a9e49f4b9 img.shogun-image {
  width: 100%;
}



}
#s-0d8505c1-7d32-4c8d-a76e-e8027d630743 {
  margin-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-0d8505c1-7d32-4c8d-a76e-e8027d630743 {
  margin-top: 10px;
text-align: center;
}
}
#s-0d8505c1-7d32-4c8d-a76e-e8027d630743 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-0d8505c1-7d32-4c8d-a76e-e8027d630743 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-6f253494-e960-48ee-9157-be487fee68cc {
  text-align: left;
}
@media (max-width: 767px){#s-6f253494-e960-48ee-9157-be487fee68cc {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-6f253494-e960-48ee-9157-be487fee68cc .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6f253494-e960-48ee-9157-be487fee68cc .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-6f253494-e960-48ee-9157-be487fee68cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1378f758-3d7c-4812-8fa2-6c1a1cbbd297.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-3443fbfa-bff4-434b-8dc3-be6b2dbedb55 {
  margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 226, 226, 1);
border-style: solid;
}

#s-dda9e4a1-4b7c-4462-a3ae-0f820d88cab6 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-df289ce3-e49e-4b2f-a6e9-9b9a9a808b0b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-63fe66e8-55ff-4885-b07f-f053f15b0514"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-63fe66e8-55ff-4885-b07f-f053f15b0514"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-63fe66e8-55ff-4885-b07f-f053f15b0514"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-63fe66e8-55ff-4885-b07f-f053f15b0514"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-63fe66e8-55ff-4885-b07f-f053f15b0514"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-63fe66e8-55ff-4885-b07f-f053f15b0514"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-63fe66e8-55ff-4885-b07f-f053f15b0514"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 {
  max-width:  100%;
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom,
.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 {
  max-width:  100%;
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom,
.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 {
  max-width:  100%;
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom,
.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 {
  max-width:  100%;
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom,
.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 {
  max-width:  100%;
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom,
.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5769cef0-f7d7-481f-b39c-ec5cf715cd88 img.shogun-image {
  width: 100%;
}



}
#s-c0352c94-73f9-4f8b-b78b-1163e58d912b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c0352c94-73f9-4f8b-b78b-1163e58d912b {
  text-align: center;
}
}
#s-c0352c94-73f9-4f8b-b78b-1163e58d912b .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-c0352c94-73f9-4f8b-b78b-1163e58d912b .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a-btn-wrapper {
    text-align: center;
  }


#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-variant-btn:hover {
  background: #252525;
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-variant-btn:active, #s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e8337f77-6f7a-4445-8a8f-38bf52e22f4a .shg-variant-btn.disabled {
  background: #252525;
}

#s-52af2801-39e6-43c5-90ed-7300d31a5eef {
  text-align: left;
}
@media (max-width: 767px){#s-52af2801-39e6-43c5-90ed-7300d31a5eef {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-52af2801-39e6-43c5-90ed-7300d31a5eef .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-52af2801-39e6-43c5-90ed-7300d31a5eef .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-52af2801-39e6-43c5-90ed-7300d31a5eef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-99fd6614-1112-487d-b399-27ad011e5da4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-99fd6614-1112-487d-b399-27ad011e5da4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99fd6614-1112-487d-b399-27ad011e5da4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-99fd6614-1112-487d-b399-27ad011e5da4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99fd6614-1112-487d-b399-27ad011e5da4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99fd6614-1112-487d-b399-27ad011e5da4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-99fd6614-1112-487d-b399-27ad011e5da4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-99fd6614-1112-487d-b399-27ad011e5da4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-99fd6614-1112-487d-b399-27ad011e5da4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99fd6614-1112-487d-b399-27ad011e5da4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99fd6614-1112-487d-b399-27ad011e5da4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-99fd6614-1112-487d-b399-27ad011e5da4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-99fd6614-1112-487d-b399-27ad011e5da4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-ed1f9c29-faba-41d6-b35e-cb77d6d142ef {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2%;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ed1f9c29-faba-41d6-b35e-cb77d6d142ef {
  
}
}@media (max-width: 767px){#s-ed1f9c29-faba-41d6-b35e-cb77d6d142ef {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-ed1f9c29-faba-41d6-b35e-cb77d6d142ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ed1f9c29-faba-41d6-b35e-cb77d6d142ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed1f9c29-faba-41d6-b35e-cb77d6d142ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed1f9c29-faba-41d6-b35e-cb77d6d142ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-fbf1dcc0-b287-4d53-b3aa-1f36f74d79bc {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-62422faa-2466-43bc-9c07-742036bb45a1 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-582dfd89-cf8f-4818-add9-e21cb871a083"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-582dfd89-cf8f-4818-add9-e21cb871a083"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-582dfd89-cf8f-4818-add9-e21cb871a083"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-582dfd89-cf8f-4818-add9-e21cb871a083"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-582dfd89-cf8f-4818-add9-e21cb871a083"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-582dfd89-cf8f-4818-add9-e21cb871a083"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-582dfd89-cf8f-4818-add9-e21cb871a083"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f {
  max-width:  100%;
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom,
.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f {
  max-width:  100%;
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom,
.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f {
  max-width:  100%;
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom,
.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f {
  max-width:  100%;
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom,
.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f {
  max-width:  100%;
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom,
.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc8d785b-fdf2-434c-a74a-875039fe5d1f img.shogun-image {
  width: 100%;
}



}
#s-ab8d1bfb-0116-48b8-b076-7ba18a38e547 {
  margin-top: 0px;
margin-bottom: -10px;
text-align: left;
}
@media (max-width: 767px){#s-ab8d1bfb-0116-48b8-b076-7ba18a38e547 {
  text-align: center;
}
}
#s-ab8d1bfb-0116-48b8-b076-7ba18a38e547 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-ab8d1bfb-0116-48b8-b076-7ba18a38e547 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-16d6d47b-7e60-4ea7-8664-af3e508c1600 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-16d6d47b-7e60-4ea7-8664-af3e508c1600 {
  display: unset;
}
#s-16d6d47b-7e60-4ea7-8664-af3e508c1600, #wrap-s-16d6d47b-7e60-4ea7-8664-af3e508c1600 { display: unset !important; }}
#s-af346763-3649-4530-93d7-03ba4a2efe7e {
  text-align: left;
}
@media (max-width: 767px){#s-af346763-3649-4530-93d7-03ba4a2efe7e {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-af346763-3649-4530-93d7-03ba4a2efe7e .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-af346763-3649-4530-93d7-03ba4a2efe7e .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-af346763-3649-4530-93d7-03ba4a2efe7e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-881369b5-a2f2-439c-ba72-9d86fe806442 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-881369b5-a2f2-439c-ba72-9d86fe806442:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-881369b5-a2f2-439c-ba72-9d86fe806442:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-881369b5-a2f2-439c-ba72-9d86fe806442 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-881369b5-a2f2-439c-ba72-9d86fe806442.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-881369b5-a2f2-439c-ba72-9d86fe806442.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-881369b5-a2f2-439c-ba72-9d86fe806442.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-881369b5-a2f2-439c-ba72-9d86fe806442.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-881369b5-a2f2-439c-ba72-9d86fe806442 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-881369b5-a2f2-439c-ba72-9d86fe806442.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-881369b5-a2f2-439c-ba72-9d86fe806442.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-881369b5-a2f2-439c-ba72-9d86fe806442.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-881369b5-a2f2-439c-ba72-9d86fe806442.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-45d8d9d2-ed2d-4aa9-b45b-16d0732401a5 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-1ebb471e-3325-4bee-9fdc-6b148982bb99 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5a9b7362-d1dc-4286-b100-66d8aaf44f43"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5a9b7362-d1dc-4286-b100-66d8aaf44f43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5a9b7362-d1dc-4286-b100-66d8aaf44f43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5a9b7362-d1dc-4286-b100-66d8aaf44f43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5a9b7362-d1dc-4286-b100-66d8aaf44f43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a9b7362-d1dc-4286-b100-66d8aaf44f43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5a9b7362-d1dc-4286-b100-66d8aaf44f43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-0b8d5c60-914d-4a41-b146-d64d6365e285 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 {
  max-width:  100%;
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom,
.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 {
  max-width:  100%;
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom,
.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 {
  max-width:  100%;
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom,
.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 {
  max-width:  100%;
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom,
.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 {
  max-width:  100%;
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom,
.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b8d5c60-914d-4a41-b146-d64d6365e285 img.shogun-image {
  width: 100%;
}



}
#s-411deae3-133d-4854-99bd-8e1b834f9249 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-411deae3-133d-4854-99bd-8e1b834f9249 {
  text-align: center;
}
}
#s-411deae3-133d-4854-99bd-8e1b834f9249 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-411deae3-133d-4854-99bd-8e1b834f9249 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-c3786248-6423-4123-b0cc-4db474be662b {
  margin-bottom: 37px;
text-align: left;
}
@media (max-width: 767px){#s-c3786248-6423-4123-b0cc-4db474be662b {
  margin-top: 5px;
text-align: center;
}
}
#s-c3786248-6423-4123-b0cc-4db474be662b .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c3786248-6423-4123-b0cc-4db474be662b .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-c3786248-6423-4123-b0cc-4db474be662b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-594659f9-191d-4903-af3c-97518cbfe486 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-594659f9-191d-4903-af3c-97518cbfe486:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-594659f9-191d-4903-af3c-97518cbfe486:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-594659f9-191d-4903-af3c-97518cbfe486 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-594659f9-191d-4903-af3c-97518cbfe486.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-594659f9-191d-4903-af3c-97518cbfe486.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-594659f9-191d-4903-af3c-97518cbfe486.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-594659f9-191d-4903-af3c-97518cbfe486.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-594659f9-191d-4903-af3c-97518cbfe486 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-594659f9-191d-4903-af3c-97518cbfe486.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-594659f9-191d-4903-af3c-97518cbfe486.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-594659f9-191d-4903-af3c-97518cbfe486.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-594659f9-191d-4903-af3c-97518cbfe486.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-66938719-117d-4fa4-8808-c0234802c651 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-7c2e18ca-945f-4fa3-b216-505f7a81c274 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-49fa7e88-dc43-4a40-ac91-0b83a3b188d5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-49fa7e88-dc43-4a40-ac91-0b83a3b188d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-49fa7e88-dc43-4a40-ac91-0b83a3b188d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-49fa7e88-dc43-4a40-ac91-0b83a3b188d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-49fa7e88-dc43-4a40-ac91-0b83a3b188d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-49fa7e88-dc43-4a40-ac91-0b83a3b188d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-49fa7e88-dc43-4a40-ac91-0b83a3b188d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-7951133e-c8fe-45b7-b779-168600d13159 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 {
  max-width:  100%;
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom,
.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 {
  max-width:  100%;
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom,
.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 {
  max-width:  100%;
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom,
.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 {
  max-width:  100%;
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom,
.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 {
  max-width:  100%;
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom,
.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7951133e-c8fe-45b7-b779-168600d13159 img.shogun-image {
  width: 100%;
}



}
#s-f46b3d4b-e9e0-47d0-b51b-6f3184e932c0 {
  text-align: left;
}
@media (max-width: 767px){#s-f46b3d4b-e9e0-47d0-b51b-6f3184e932c0 {
  margin-top: 10px;
text-align: center;
}
}
#s-f46b3d4b-e9e0-47d0-b51b-6f3184e932c0 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-f46b3d4b-e9e0-47d0-b51b-6f3184e932c0 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-7a837216-3bd8-411f-be97-22712acdd298 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7a837216-3bd8-411f-be97-22712acdd298-btn-wrapper {
    text-align: center;
  }


#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-variant-btn:hover {
  background: #252525;
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-variant-btn:active, #s-7a837216-3bd8-411f-be97-22712acdd298 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7a837216-3bd8-411f-be97-22712acdd298 .shg-variant-btn.disabled {
  background: #252525;
}

#s-e165d0cb-264f-4c31-b413-340eb59327ae {
  text-align: left;
}
@media (max-width: 767px){#s-e165d0cb-264f-4c31-b413-340eb59327ae {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-e165d0cb-264f-4c31-b413-340eb59327ae .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e165d0cb-264f-4c31-b413-340eb59327ae .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-e165d0cb-264f-4c31-b413-340eb59327ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aad5601f-50ed-4173-984f-6c52f574122c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-aad5601f-50ed-4173-984f-6c52f574122c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aad5601f-50ed-4173-984f-6c52f574122c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aad5601f-50ed-4173-984f-6c52f574122c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aad5601f-50ed-4173-984f-6c52f574122c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aad5601f-50ed-4173-984f-6c52f574122c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-aad5601f-50ed-4173-984f-6c52f574122c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-aad5601f-50ed-4173-984f-6c52f574122c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-aad5601f-50ed-4173-984f-6c52f574122c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aad5601f-50ed-4173-984f-6c52f574122c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aad5601f-50ed-4173-984f-6c52f574122c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-aad5601f-50ed-4173-984f-6c52f574122c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-aad5601f-50ed-4173-984f-6c52f574122c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-eed5d653-e3d1-4f9a-84fe-903351d6b27e {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-3b6cfd87-cf09-4dd6-8f89-d7c7f2e60d84 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2ce479b6-ef78-4d74-b191-9e4282517fde"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2ce479b6-ef78-4d74-b191-9e4282517fde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2ce479b6-ef78-4d74-b191-9e4282517fde"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2ce479b6-ef78-4d74-b191-9e4282517fde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2ce479b6-ef78-4d74-b191-9e4282517fde"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ce479b6-ef78-4d74-b191-9e4282517fde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2ce479b6-ef78-4d74-b191-9e4282517fde"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-5546e341-b321-4b6a-8f1c-6afde421da8f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f {
  max-width:  100%;
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom,
.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f {
  max-width:  100%;
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom,
.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f {
  max-width:  100%;
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom,
.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f {
  max-width:  100%;
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom,
.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f {
  max-width:  100%;
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom,
.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5546e341-b321-4b6a-8f1c-6afde421da8f img.shogun-image {
  width: 100%;
}



}
#s-13bdd10b-3c45-4f07-8038-98fbe5177f39 {
  text-align: left;
}
@media (max-width: 767px){#s-13bdd10b-3c45-4f07-8038-98fbe5177f39 {
  margin-top: 10px;
text-align: center;
}
}
#s-13bdd10b-3c45-4f07-8038-98fbe5177f39 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-13bdd10b-3c45-4f07-8038-98fbe5177f39 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-fa021e13-4d3e-46f8-8794-bcd7eb415438-btn-wrapper {
    text-align: center;
  }


#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-variant-btn:hover {
  background: #252525;
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-variant-btn:active, #s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-fa021e13-4d3e-46f8-8794-bcd7eb415438 .shg-variant-btn.disabled {
  background: #252525;
}

#s-53ff0757-6696-4aaf-8203-b6b0edea9b45 {
  text-align: left;
}
@media (max-width: 767px){#s-53ff0757-6696-4aaf-8203-b6b0edea9b45 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-53ff0757-6696-4aaf-8203-b6b0edea9b45 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-53ff0757-6696-4aaf-8203-b6b0edea9b45 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-53ff0757-6696-4aaf-8203-b6b0edea9b45 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cef0a734-347f-41ff-b0da-7458000c83e1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cef0a734-347f-41ff-b0da-7458000c83e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cef0a734-347f-41ff-b0da-7458000c83e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cef0a734-347f-41ff-b0da-7458000c83e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cef0a734-347f-41ff-b0da-7458000c83e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cef0a734-347f-41ff-b0da-7458000c83e1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-cef0a734-347f-41ff-b0da-7458000c83e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cef0a734-347f-41ff-b0da-7458000c83e1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-cef0a734-347f-41ff-b0da-7458000c83e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cef0a734-347f-41ff-b0da-7458000c83e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cef0a734-347f-41ff-b0da-7458000c83e1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-cef0a734-347f-41ff-b0da-7458000c83e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cef0a734-347f-41ff-b0da-7458000c83e1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-518f8d0e-c02b-4e57-b9a9-dce3e1dd0d2b {
  margin-left: 20%;
margin-right: 20%;
}

#s-518f8d0e-c02b-4e57-b9a9-dce3e1dd0d2b hr {
  border-top: 2px solid #ddd;
}

#s-c25ad460-db35-4aac-937e-ae0c29213e0f {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c25ad460-db35-4aac-937e-ae0c29213e0f {
  display: none;
}
#s-c25ad460-db35-4aac-937e-ae0c29213e0f, #wrap-s-c25ad460-db35-4aac-937e-ae0c29213e0f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c25ad460-db35-4aac-937e-ae0c29213e0f {
  display: none;
}
#s-c25ad460-db35-4aac-937e-ae0c29213e0f, #wrap-s-c25ad460-db35-4aac-937e-ae0c29213e0f { display: none !important; }}@media (max-width: 767px){#s-c25ad460-db35-4aac-937e-ae0c29213e0f {
  margin-left: 10px;
margin-right: 10px;
}
}







#s-c25ad460-db35-4aac-937e-ae0c29213e0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c25ad460-db35-4aac-937e-ae0c29213e0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-388f1d5e-3c19-4d3f-9c3c-19c802560cef {
  margin-left: 20%;
margin-right: 20%;
}

#s-388f1d5e-3c19-4d3f-9c3c-19c802560cef hr {
  border-top: 2px solid #ddd;
}

#s-d856ad5b-3314-4b48-984f-501ae27dcba0 {
  padding-top: 10px;
padding-bottom: 20px;
background-color: rgba(40, 178, 250, 0);
}

#s-2b5471f9-0d66-4e34-ba73-3f7306bd912a {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
}

#s-2b5471f9-0d66-4e34-ba73-3f7306bd912a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2b5471f9-0d66-4e34-ba73-3f7306bd912a .shg-sld-nav-button.shg-sld-left,
#s-2b5471f9-0d66-4e34-ba73-3f7306bd912a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-46f91ea7-8c17-4644-b331-bc59844b815a {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2%;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 450px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-46f91ea7-8c17-4644-b331-bc59844b815a {
  
}
}@media (max-width: 767px){#s-46f91ea7-8c17-4644-b331-bc59844b815a {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-46f91ea7-8c17-4644-b331-bc59844b815a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-46f91ea7-8c17-4644-b331-bc59844b815a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-46f91ea7-8c17-4644-b331-bc59844b815a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-46f91ea7-8c17-4644-b331-bc59844b815a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5fec9ad1-363e-4317-87f4-6ec9ec9b04bb {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-016454bc-33b3-4b00-9667-459af56d607f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-da7507a5-fe43-4942-bac6-af5cc0ea4c82"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-da7507a5-fe43-4942-bac6-af5cc0ea4c82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-da7507a5-fe43-4942-bac6-af5cc0ea4c82"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-da7507a5-fe43-4942-bac6-af5cc0ea4c82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-da7507a5-fe43-4942-bac6-af5cc0ea4c82"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-da7507a5-fe43-4942-bac6-af5cc0ea4c82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-da7507a5-fe43-4942-bac6-af5cc0ea4c82"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 {
  max-width:  100%;
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom,
.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 {
  max-width:  100%;
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom,
.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 {
  max-width:  100%;
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom,
.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 {
  max-width:  100%;
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom,
.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 {
  max-width:  100%;
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom,
.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38a1a1c1-4d9b-4a82-9d37-77832beffa20 img.shogun-image {
  width: 100%;
}



}
#s-f84bd9bc-a943-4089-9542-a1317e82eb3c {
  text-align: left;
}
@media (max-width: 767px){#s-f84bd9bc-a943-4089-9542-a1317e82eb3c {
  margin-top: 10px;
text-align: center;
}
}
#s-f84bd9bc-a943-4089-9542-a1317e82eb3c .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-f84bd9bc-a943-4089-9542-a1317e82eb3c .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-29882b39-3e19-4fd1-8af7-2b93db25def2 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-29882b39-3e19-4fd1-8af7-2b93db25def2-btn-wrapper {
    text-align: center;
  }


#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-variant-btn:hover {
  background: #252525;
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-variant-btn:active, #s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-29882b39-3e19-4fd1-8af7-2b93db25def2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-1b60be73-ec93-468a-8463-9c6d5f8a8ef0 {
  text-align: left;
}
@media (max-width: 767px){#s-1b60be73-ec93-468a-8463-9c6d5f8a8ef0 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-1b60be73-ec93-468a-8463-9c6d5f8a8ef0 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1b60be73-ec93-468a-8463-9c6d5f8a8ef0 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-1b60be73-ec93-468a-8463-9c6d5f8a8ef0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-73b544dc-3b5a-4122-99ad-cee51ca8cbca {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-73b544dc-3b5a-4122-99ad-cee51ca8cbca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73b544dc-3b5a-4122-99ad-cee51ca8cbca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73b544dc-3b5a-4122-99ad-cee51ca8cbca {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73b544dc-3b5a-4122-99ad-cee51ca8cbca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73b544dc-3b5a-4122-99ad-cee51ca8cbca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-73b544dc-3b5a-4122-99ad-cee51ca8cbca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-73b544dc-3b5a-4122-99ad-cee51ca8cbca.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-73b544dc-3b5a-4122-99ad-cee51ca8cbca {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73b544dc-3b5a-4122-99ad-cee51ca8cbca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73b544dc-3b5a-4122-99ad-cee51ca8cbca.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-73b544dc-3b5a-4122-99ad-cee51ca8cbca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-73b544dc-3b5a-4122-99ad-cee51ca8cbca.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-a9985476-8898-4886-9288-39c7e68fd2c8 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-23c76453-fc23-49cf-aed6-851c9dd557d2 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-cfa3bcc4-e0e5-4f48-a5e9-679e45ac4748"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cfa3bcc4-e0e5-4f48-a5e9-679e45ac4748"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cfa3bcc4-e0e5-4f48-a5e9-679e45ac4748"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cfa3bcc4-e0e5-4f48-a5e9-679e45ac4748"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cfa3bcc4-e0e5-4f48-a5e9-679e45ac4748"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfa3bcc4-e0e5-4f48-a5e9-679e45ac4748"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cfa3bcc4-e0e5-4f48-a5e9-679e45ac4748"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-decd6003-2569-4e97-b034-5c05bca11a67 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 {
  max-width:  100%;
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom,
.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 {
  max-width:  100%;
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom,
.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 {
  max-width:  100%;
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom,
.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 {
  max-width:  100%;
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom,
.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 {
  max-width:  100%;
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom,
.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-decd6003-2569-4e97-b034-5c05bca11a67 img.shogun-image {
  width: 100%;
}



}
#s-b15ec17b-881e-4829-ac26-7bd078df289a {
  text-align: left;
}
@media (max-width: 767px){#s-b15ec17b-881e-4829-ac26-7bd078df289a {
  margin-top: 10px;
text-align: center;
}
}
#s-b15ec17b-881e-4829-ac26-7bd078df289a .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-b15ec17b-881e-4829-ac26-7bd078df289a .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-99f573b3-e62b-4bfa-81db-09fe69d1375d {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-99f573b3-e62b-4bfa-81db-09fe69d1375d-btn-wrapper {
    text-align: center;
  }


#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-variant-btn:hover {
  background: #252525;
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-variant-btn:active, #s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-99f573b3-e62b-4bfa-81db-09fe69d1375d .shg-variant-btn.disabled {
  background: #252525;
}

#s-bff81556-3d36-4035-90fe-fec37c1d7c8b {
  text-align: left;
}
@media (max-width: 767px){#s-bff81556-3d36-4035-90fe-fec37c1d7c8b {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-bff81556-3d36-4035-90fe-fec37c1d7c8b .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-bff81556-3d36-4035-90fe-fec37c1d7c8b .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-bff81556-3d36-4035-90fe-fec37c1d7c8b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7a011c20-23d0-469a-a5c8-27481a4a807b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7a011c20-23d0-469a-a5c8-27481a4a807b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a011c20-23d0-469a-a5c8-27481a4a807b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a011c20-23d0-469a-a5c8-27481a4a807b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a011c20-23d0-469a-a5c8-27481a4a807b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a011c20-23d0-469a-a5c8-27481a4a807b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a011c20-23d0-469a-a5c8-27481a4a807b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a011c20-23d0-469a-a5c8-27481a4a807b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-7a011c20-23d0-469a-a5c8-27481a4a807b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a011c20-23d0-469a-a5c8-27481a4a807b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a011c20-23d0-469a-a5c8-27481a4a807b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a011c20-23d0-469a-a5c8-27481a4a807b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a011c20-23d0-469a-a5c8-27481a4a807b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-778655c8-a034-4cfc-81af-f08dbd7c9a76 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2%;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 450px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-778655c8-a034-4cfc-81af-f08dbd7c9a76 {
  
}
}@media (max-width: 767px){#s-778655c8-a034-4cfc-81af-f08dbd7c9a76 {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-778655c8-a034-4cfc-81af-f08dbd7c9a76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-778655c8-a034-4cfc-81af-f08dbd7c9a76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-778655c8-a034-4cfc-81af-f08dbd7c9a76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-778655c8-a034-4cfc-81af-f08dbd7c9a76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c98ed420-b951-475b-a273-c581eabb5b79 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-274a22c4-b6d8-45b1-95ae-be048059011c {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-f560e467-5aff-41df-abc4-07acc8cfd7ee"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f560e467-5aff-41df-abc4-07acc8cfd7ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f560e467-5aff-41df-abc4-07acc8cfd7ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f560e467-5aff-41df-abc4-07acc8cfd7ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f560e467-5aff-41df-abc4-07acc8cfd7ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f560e467-5aff-41df-abc4-07acc8cfd7ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f560e467-5aff-41df-abc4-07acc8cfd7ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc {
  max-width:  100%;
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom,
.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc {
  max-width:  100%;
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom,
.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc {
  max-width:  100%;
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom,
.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc {
  max-width:  100%;
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom,
.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc {
  max-width:  100%;
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom,
.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50c1d3cb-b1a2-4677-aa0b-a6bcd4fa0cdc img.shogun-image {
  width: 100%;
}



}
#s-2ef77954-e523-4563-b9f1-a88e34ae60ae {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2ef77954-e523-4563-b9f1-a88e34ae60ae {
  text-align: center;
}
}
#s-2ef77954-e523-4563-b9f1-a88e34ae60ae .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-2ef77954-e523-4563-b9f1-a88e34ae60ae .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-b456cce5-9273-41e6-b983-383315ec5f60 {
  text-align: left;
}
@media (max-width: 767px){#s-b456cce5-9273-41e6-b983-383315ec5f60 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-b456cce5-9273-41e6-b983-383315ec5f60 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b456cce5-9273-41e6-b983-383315ec5f60 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-b456cce5-9273-41e6-b983-383315ec5f60 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-086c1792-82b4-4f50-9e8c-9d87bf3224d8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-086c1792-82b4-4f50-9e8c-9d87bf3224d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-086c1792-82b4-4f50-9e8c-9d87bf3224d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-086c1792-82b4-4f50-9e8c-9d87bf3224d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-086c1792-82b4-4f50-9e8c-9d87bf3224d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-086c1792-82b4-4f50-9e8c-9d87bf3224d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-086c1792-82b4-4f50-9e8c-9d87bf3224d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-086c1792-82b4-4f50-9e8c-9d87bf3224d8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-086c1792-82b4-4f50-9e8c-9d87bf3224d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-086c1792-82b4-4f50-9e8c-9d87bf3224d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-086c1792-82b4-4f50-9e8c-9d87bf3224d8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-086c1792-82b4-4f50-9e8c-9d87bf3224d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-086c1792-82b4-4f50-9e8c-9d87bf3224d8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-79899741-c58f-49fe-bb0c-5fef9eca0cdc {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-fae60350-d0e8-4d4a-982c-e814b2f25090 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-d8d52d35-0744-4ff5-8527-b2aba4b0633f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d8d52d35-0744-4ff5-8527-b2aba4b0633f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d8d52d35-0744-4ff5-8527-b2aba4b0633f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d8d52d35-0744-4ff5-8527-b2aba4b0633f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d8d52d35-0744-4ff5-8527-b2aba4b0633f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8d52d35-0744-4ff5-8527-b2aba4b0633f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d8d52d35-0744-4ff5-8527-b2aba4b0633f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-b1b80f58-91d4-4987-a7c7-6d92df480ada {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-b1b80f58-91d4-4987-a7c7-6d92df480ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1b80f58-91d4-4987-a7c7-6d92df480ada img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b1b80f58-91d4-4987-a7c7-6d92df480ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1b80f58-91d4-4987-a7c7-6d92df480ada img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1b80f58-91d4-4987-a7c7-6d92df480ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1b80f58-91d4-4987-a7c7-6d92df480ada img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1b80f58-91d4-4987-a7c7-6d92df480ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1b80f58-91d4-4987-a7c7-6d92df480ada img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1b80f58-91d4-4987-a7c7-6d92df480ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1b80f58-91d4-4987-a7c7-6d92df480ada img.shogun-image {
  width: 100%;
}



}
#s-cd54b0d6-c560-468f-9470-5ac45787467a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-cd54b0d6-c560-468f-9470-5ac45787467a {
  text-align: center;
}
}
#s-cd54b0d6-c560-468f-9470-5ac45787467a .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-cd54b0d6-c560-468f-9470-5ac45787467a .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7f919222-3c4f-49eb-8228-aeab1baf9bb1-btn-wrapper {
    text-align: center;
  }


#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-variant-btn:hover {
  background: #252525;
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-variant-btn:active, #s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7f919222-3c4f-49eb-8228-aeab1baf9bb1 .shg-variant-btn.disabled {
  background: #252525;
}

#s-52458942-2f49-477e-a565-e58b76b75368 {
  text-align: left;
}
@media (max-width: 767px){#s-52458942-2f49-477e-a565-e58b76b75368 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-52458942-2f49-477e-a565-e58b76b75368 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-52458942-2f49-477e-a565-e58b76b75368 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-52458942-2f49-477e-a565-e58b76b75368 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-46a12483-3887-4f62-bbb6-efb388431045 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-46a12483-3887-4f62-bbb6-efb388431045:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46a12483-3887-4f62-bbb6-efb388431045:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-46a12483-3887-4f62-bbb6-efb388431045 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46a12483-3887-4f62-bbb6-efb388431045.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46a12483-3887-4f62-bbb6-efb388431045.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-46a12483-3887-4f62-bbb6-efb388431045.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-46a12483-3887-4f62-bbb6-efb388431045.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-46a12483-3887-4f62-bbb6-efb388431045 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46a12483-3887-4f62-bbb6-efb388431045.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46a12483-3887-4f62-bbb6-efb388431045.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-46a12483-3887-4f62-bbb6-efb388431045.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-46a12483-3887-4f62-bbb6-efb388431045.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-e37f4174-1b60-4037-967b-b638478d9488 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2%;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 450px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e37f4174-1b60-4037-967b-b638478d9488 {
  
}
}@media (max-width: 767px){#s-e37f4174-1b60-4037-967b-b638478d9488 {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-e37f4174-1b60-4037-967b-b638478d9488"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e37f4174-1b60-4037-967b-b638478d9488"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e37f4174-1b60-4037-967b-b638478d9488"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e37f4174-1b60-4037-967b-b638478d9488"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5502e41f-3ea1-4c6b-99d1-052167d053a1 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-d05277a1-a2b9-4acf-8c3f-eae1f9bac1a3 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-180fd968-c40a-4b4b-a21b-27f4fa11fd2a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-180fd968-c40a-4b4b-a21b-27f4fa11fd2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-180fd968-c40a-4b4b-a21b-27f4fa11fd2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-180fd968-c40a-4b4b-a21b-27f4fa11fd2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-180fd968-c40a-4b4b-a21b-27f4fa11fd2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-180fd968-c40a-4b4b-a21b-27f4fa11fd2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-180fd968-c40a-4b4b-a21b-27f4fa11fd2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af {
  max-width:  100%;
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom,
.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af {
  max-width:  100%;
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom,
.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af {
  max-width:  100%;
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom,
.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af {
  max-width:  100%;
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom,
.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af {
  max-width:  100%;
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom,
.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3838c40c-e8e4-47e7-ba2f-1a565309d6af img.shogun-image {
  width: 100%;
}



}
#s-61ca11bc-fa7f-4d94-a587-f4e7259eef96 {
  text-align: left;
}
@media (max-width: 767px){#s-61ca11bc-fa7f-4d94-a587-f4e7259eef96 {
  margin-top: 10px;
text-align: center;
}
}
#s-61ca11bc-fa7f-4d94-a587-f4e7259eef96 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-61ca11bc-fa7f-4d94-a587-f4e7259eef96 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5c2d50f6-9818-4af1-943a-e7e0a166c982-btn-wrapper {
    text-align: center;
  }


#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-variant-btn:hover {
  background: #252525;
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-variant-btn:active, #s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5c2d50f6-9818-4af1-943a-e7e0a166c982 .shg-variant-btn.disabled {
  background: #252525;
}

#s-7ca58648-c1f7-41d8-91d1-aaf408ccee34 {
  text-align: left;
}
@media (max-width: 767px){#s-7ca58648-c1f7-41d8-91d1-aaf408ccee34 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-7ca58648-c1f7-41d8-91d1-aaf408ccee34 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7ca58648-c1f7-41d8-91d1-aaf408ccee34 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-7ca58648-c1f7-41d8-91d1-aaf408ccee34 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-00cccd77-cf4e-4371-91f9-5678a26d4147 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-00cccd77-cf4e-4371-91f9-5678a26d4147:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00cccd77-cf4e-4371-91f9-5678a26d4147:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-00cccd77-cf4e-4371-91f9-5678a26d4147 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00cccd77-cf4e-4371-91f9-5678a26d4147.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00cccd77-cf4e-4371-91f9-5678a26d4147.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-00cccd77-cf4e-4371-91f9-5678a26d4147.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-00cccd77-cf4e-4371-91f9-5678a26d4147.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-00cccd77-cf4e-4371-91f9-5678a26d4147 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00cccd77-cf4e-4371-91f9-5678a26d4147.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00cccd77-cf4e-4371-91f9-5678a26d4147.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-00cccd77-cf4e-4371-91f9-5678a26d4147.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-00cccd77-cf4e-4371-91f9-5678a26d4147.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-0490cb83-2645-4437-9a02-3890bb5919d9 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-f63090ee-04b2-4fbe-bd14-aeb35ca464b1 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-5d962267-0eae-4c4d-8f0d-91e2247ae0bf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5d962267-0eae-4c4d-8f0d-91e2247ae0bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5d962267-0eae-4c4d-8f0d-91e2247ae0bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5d962267-0eae-4c4d-8f0d-91e2247ae0bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5d962267-0eae-4c4d-8f0d-91e2247ae0bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d962267-0eae-4c4d-8f0d-91e2247ae0bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5d962267-0eae-4c4d-8f0d-91e2247ae0bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-4b2b09c7-3369-4e46-886a-8d1211acf219 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 {
  max-width:  100%;
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom,
.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 {
  max-width:  100%;
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom,
.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 {
  max-width:  100%;
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom,
.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 {
  max-width:  100%;
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom,
.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 {
  max-width:  100%;
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom,
.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b2b09c7-3369-4e46-886a-8d1211acf219 img.shogun-image {
  width: 100%;
}



}
#s-7b7aef0d-3022-4678-9d5b-8881ec143a49 {
  text-align: left;
}
@media (max-width: 767px){#s-7b7aef0d-3022-4678-9d5b-8881ec143a49 {
  margin-top: 10px;
text-align: center;
}
}
#s-7b7aef0d-3022-4678-9d5b-8881ec143a49 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-7b7aef0d-3022-4678-9d5b-8881ec143a49 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-468923d5-9e84-4478-b972-05fad4623e31 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-468923d5-9e84-4478-b972-05fad4623e31-btn-wrapper {
    text-align: center;
  }


#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-variant-btn:hover {
  background: #252525;
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-variant-btn:active, #s-468923d5-9e84-4478-b972-05fad4623e31 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-468923d5-9e84-4478-b972-05fad4623e31 .shg-variant-btn.disabled {
  background: #252525;
}

#s-a95bcbfa-b2a6-4da2-8287-9244fd760b22 {
  text-align: left;
}
@media (max-width: 767px){#s-a95bcbfa-b2a6-4da2-8287-9244fd760b22 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-a95bcbfa-b2a6-4da2-8287-9244fd760b22 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a95bcbfa-b2a6-4da2-8287-9244fd760b22 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-a95bcbfa-b2a6-4da2-8287-9244fd760b22 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2962ee48-aeff-472d-b828-0eeb667adbfb {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2962ee48-aeff-472d-b828-0eeb667adbfb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2962ee48-aeff-472d-b828-0eeb667adbfb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2962ee48-aeff-472d-b828-0eeb667adbfb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2962ee48-aeff-472d-b828-0eeb667adbfb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2962ee48-aeff-472d-b828-0eeb667adbfb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2962ee48-aeff-472d-b828-0eeb667adbfb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2962ee48-aeff-472d-b828-0eeb667adbfb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-2962ee48-aeff-472d-b828-0eeb667adbfb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2962ee48-aeff-472d-b828-0eeb667adbfb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2962ee48-aeff-472d-b828-0eeb667adbfb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2962ee48-aeff-472d-b828-0eeb667adbfb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2962ee48-aeff-472d-b828-0eeb667adbfb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-b8dd3093-a5e3-4601-a244-ad2692c8aa2e {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2%;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 450px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b8dd3093-a5e3-4601-a244-ad2692c8aa2e {
  
}
}@media (max-width: 767px){#s-b8dd3093-a5e3-4601-a244-ad2692c8aa2e {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-b8dd3093-a5e3-4601-a244-ad2692c8aa2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b8dd3093-a5e3-4601-a244-ad2692c8aa2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b8dd3093-a5e3-4601-a244-ad2692c8aa2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8dd3093-a5e3-4601-a244-ad2692c8aa2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-abf408e9-ef99-46c8-840f-281b5d31a362 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-e505db6a-0ca1-4fbc-8b41-b40db43a4121 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-8b2d4d4e-ab59-4e38-b4b2-49800821ba78"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8b2d4d4e-ab59-4e38-b4b2-49800821ba78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8b2d4d4e-ab59-4e38-b4b2-49800821ba78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8b2d4d4e-ab59-4e38-b4b2-49800821ba78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8b2d4d4e-ab59-4e38-b4b2-49800821ba78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b2d4d4e-ab59-4e38-b4b2-49800821ba78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8b2d4d4e-ab59-4e38-b4b2-49800821ba78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-39db4fd9-561e-440c-84f4-d5abb071ab0e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e {
  max-width:  100%;
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom,
.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e {
  max-width:  100%;
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom,
.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e {
  max-width:  100%;
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom,
.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e {
  max-width:  100%;
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom,
.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e {
  max-width:  100%;
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom,
.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39db4fd9-561e-440c-84f4-d5abb071ab0e img.shogun-image {
  width: 100%;
}



}
#s-10293487-f1db-4b91-a0fc-49173d88fef1 {
  margin-top: 0px;
min-height: 80px;
text-align: left;
}
@media (max-width: 767px){#s-10293487-f1db-4b91-a0fc-49173d88fef1 {
  text-align: center;
}
}
#s-10293487-f1db-4b91-a0fc-49173d88fef1 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-10293487-f1db-4b91-a0fc-49173d88fef1 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-33fe4b71-9f65-4838-842c-80950093e433 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-33fe4b71-9f65-4838-842c-80950093e433 {
  display: none;
}
#s-33fe4b71-9f65-4838-842c-80950093e433, #wrap-s-33fe4b71-9f65-4838-842c-80950093e433 { display: none !important; }}
#s-f56c455a-5c68-4961-b815-edb9b87bec5f {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-f56c455a-5c68-4961-b815-edb9b87bec5f {
  display: unset;
}
#s-f56c455a-5c68-4961-b815-edb9b87bec5f, #wrap-s-f56c455a-5c68-4961-b815-edb9b87bec5f { display: unset !important; }}
#s-99b73ffc-fd52-413b-bc23-5e3ead28f1e5 {
  text-align: left;
}
@media (max-width: 767px){#s-99b73ffc-fd52-413b-bc23-5e3ead28f1e5 {
  text-align: center;
}
}
#s-99b73ffc-fd52-413b-bc23-5e3ead28f1e5 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-99b73ffc-fd52-413b-bc23-5e3ead28f1e5 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-99b73ffc-fd52-413b-bc23-5e3ead28f1e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb397848-5868-4e61-a1d4-0a82367bd8e3 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fb397848-5868-4e61-a1d4-0a82367bd8e3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb397848-5868-4e61-a1d4-0a82367bd8e3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb397848-5868-4e61-a1d4-0a82367bd8e3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb397848-5868-4e61-a1d4-0a82367bd8e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb397848-5868-4e61-a1d4-0a82367bd8e3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fb397848-5868-4e61-a1d4-0a82367bd8e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fb397848-5868-4e61-a1d4-0a82367bd8e3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-fb397848-5868-4e61-a1d4-0a82367bd8e3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb397848-5868-4e61-a1d4-0a82367bd8e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb397848-5868-4e61-a1d4-0a82367bd8e3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-fb397848-5868-4e61-a1d4-0a82367bd8e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fb397848-5868-4e61-a1d4-0a82367bd8e3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-104f2f26-cdb5-437a-aab7-30dca2d818af {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-14e91894-0fd2-44a4-b126-0229f58eb606 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-11543d41-c8ea-4983-9355-10d0a8231f76"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-11543d41-c8ea-4983-9355-10d0a8231f76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-11543d41-c8ea-4983-9355-10d0a8231f76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-11543d41-c8ea-4983-9355-10d0a8231f76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-11543d41-c8ea-4983-9355-10d0a8231f76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-11543d41-c8ea-4983-9355-10d0a8231f76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-11543d41-c8ea-4983-9355-10d0a8231f76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-d772e012-31b3-4304-bd3c-89c7209a2e81 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 {
  max-width:  100%;
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom,
.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 {
  max-width:  100%;
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom,
.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 {
  max-width:  100%;
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom,
.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 {
  max-width:  100%;
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom,
.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 {
  max-width:  100%;
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom,
.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d772e012-31b3-4304-bd3c-89c7209a2e81 img.shogun-image {
  width: 100%;
}



}
#s-765a366d-daab-4a87-aa95-0fb53e8e8375 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-765a366d-daab-4a87-aa95-0fb53e8e8375 {
  text-align: center;
}
}
#s-765a366d-daab-4a87-aa95-0fb53e8e8375 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-765a366d-daab-4a87-aa95-0fb53e8e8375 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-e9f08a94-d483-4ae2-8996-3ae0d2b76990 {
  text-align: left;
}
@media (max-width: 767px){#s-e9f08a94-d483-4ae2-8996-3ae0d2b76990 {
  text-align: center;
}
}
#s-e9f08a94-d483-4ae2-8996-3ae0d2b76990 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e9f08a94-d483-4ae2-8996-3ae0d2b76990 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-e9f08a94-d483-4ae2-8996-3ae0d2b76990 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a0f9108f-18fc-455f-a229-54611c64ce29 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a0f9108f-18fc-455f-a229-54611c64ce29:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0f9108f-18fc-455f-a229-54611c64ce29:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a0f9108f-18fc-455f-a229-54611c64ce29 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0f9108f-18fc-455f-a229-54611c64ce29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0f9108f-18fc-455f-a229-54611c64ce29.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a0f9108f-18fc-455f-a229-54611c64ce29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a0f9108f-18fc-455f-a229-54611c64ce29.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-a0f9108f-18fc-455f-a229-54611c64ce29 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0f9108f-18fc-455f-a229-54611c64ce29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0f9108f-18fc-455f-a229-54611c64ce29.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a0f9108f-18fc-455f-a229-54611c64ce29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a0f9108f-18fc-455f-a229-54611c64ce29.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-884954a3-6bd7-4491-98f1-c6e6f4d4c62b {
  margin-left: 20%;
margin-right: 20%;
}

#s-884954a3-6bd7-4491-98f1-c6e6f4d4c62b hr {
  border-top: 2px solid #ddd;
}

#s-23a6dc69-42da-4883-81e0-d476010ace1c {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
max-width: 1300px;
}
@media (max-width: 767px){#s-23a6dc69-42da-4883-81e0-d476010ace1c {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-23a6dc69-42da-4883-81e0-d476010ace1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23a6dc69-42da-4883-81e0-d476010ace1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19c05be6-9fe3-4414-96ec-f7c2eb59482d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-19c05be6-9fe3-4414-96ec-f7c2eb59482d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19c05be6-9fe3-4414-96ec-f7c2eb59482d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19c05be6-9fe3-4414-96ec-f7c2eb59482d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19c05be6-9fe3-4414-96ec-f7c2eb59482d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19c05be6-9fe3-4414-96ec-f7c2eb59482d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19c05be6-9fe3-4414-96ec-f7c2eb59482d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19c05be6-9fe3-4414-96ec-f7c2eb59482d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-19c05be6-9fe3-4414-96ec-f7c2eb59482d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ab9be077-63db-4972-a5bb-5378e2575a32 {
  text-align: center;
}







  #s-ab9be077-63db-4972-a5bb-5378e2575a32 img.shogun-image {
    

    
    
    
  }


#s-ab9be077-63db-4972-a5bb-5378e2575a32 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3344a7a2-a995-4607-bac3-3f5a047fe1a4 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3344a7a2-a995-4607-bac3-3f5a047fe1a4 {
  margin-top: 50px;
}
}
@media (max-width: 767px){#s-35fda6e3-283f-4f6b-b529-5f0bdbaa2367 {
  
}
}
#s-35fda6e3-283f-4f6b-b529-5f0bdbaa2367 hr {
  border-top: 2px solid #ddd;
}

#s-3f297ef9-29c1-46d2-9ef6-c2b2e0d6ea45 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3f297ef9-29c1-46d2-9ef6-c2b2e0d6ea45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f297ef9-29c1-46d2-9ef6-c2b2e0d6ea45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3f297ef9-29c1-46d2-9ef6-c2b2e0d6ea45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f297ef9-29c1-46d2-9ef6-c2b2e0d6ea45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3f297ef9-29c1-46d2-9ef6-c2b2e0d6ea45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f297ef9-29c1-46d2-9ef6-c2b2e0d6ea45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3f297ef9-29c1-46d2-9ef6-c2b2e0d6ea45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-3f297ef9-29c1-46d2-9ef6-c2b2e0d6ea45"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3fa70443-aa83-466e-b885-120af87c0746 {
  min-height: 50px;
}








#s-3fa70443-aa83-466e-b885-120af87c0746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fa70443-aa83-466e-b885-120af87c0746.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-44af4fc9-3e43-4590-a50b-6cce5547aec7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-44af4fc9-3e43-4590-a50b-6cce5547aec7 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44af4fc9-3e43-4590-a50b-6cce5547aec7 {
  margin-top: 50px;
}
}
#s-44af4fc9-3e43-4590-a50b-6cce5547aec7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-5ae10977-e1c6-4206-8379-56c75885beb7 {
  padding-top: 20px;
text-align: left;
}

#s-5ae10977-e1c6-4206-8379-56c75885beb7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-6e9e6408-fd7b-4f05-bd03-df3fd29e9df8 {
  text-align: center;
}







  #s-6e9e6408-fd7b-4f05-bd03-df3fd29e9df8 img.shogun-image {
    

    
    
    
  }


#s-6e9e6408-fd7b-4f05-bd03-df3fd29e9df8 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-ab89e4b7-84b1-40af-a417-af6ebb1173ed {
  
}
}
#s-ab89e4b7-84b1-40af-a417-af6ebb1173ed hr {
  border-top: 2px solid #ddd;
}

#s-f35b603e-70f3-4801-805a-0462bff895e1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f35b603e-70f3-4801-805a-0462bff895e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f35b603e-70f3-4801-805a-0462bff895e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f35b603e-70f3-4801-805a-0462bff895e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f35b603e-70f3-4801-805a-0462bff895e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f35b603e-70f3-4801-805a-0462bff895e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f35b603e-70f3-4801-805a-0462bff895e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f35b603e-70f3-4801-805a-0462bff895e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-633810f1-fb9b-4c17-8c35-5b7a11207d43 {
  text-align: center;
}







  #s-633810f1-fb9b-4c17-8c35-5b7a11207d43 img.shogun-image {
    

    
    
    
  }


#s-633810f1-fb9b-4c17-8c35-5b7a11207d43 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff4a8654-8865-4196-a585-8142f50d3dc0 {
  padding-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(13, 169, 217, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
}

#s-ff4a8654-8865-4196-a585-8142f50d3dc0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



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

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

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

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-f21a4734-ea32-4942-b643-50f9bb1c614e {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(255, 214, 3, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-f21a4734-ea32-4942-b643-50f9bb1c614e:hover {background-color: rgba(255, 214, 3, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f21a4734-ea32-4942-b643-50f9bb1c614e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f21a4734-ea32-4942-b643-50f9bb1c614e-root {
    text-align: center;
  }


#s-f21a4734-ea32-4942-b643-50f9bb1c614e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f21a4734-ea32-4942-b643-50f9bb1c614e-root {
    text-align: center;
  }


#s-f21a4734-ea32-4942-b643-50f9bb1c614e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f21a4734-ea32-4942-b643-50f9bb1c614e-root {
    text-align: center;
  }


#s-f21a4734-ea32-4942-b643-50f9bb1c614e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f21a4734-ea32-4942-b643-50f9bb1c614e-root {
    text-align: center;
  }


#s-f21a4734-ea32-4942-b643-50f9bb1c614e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f21a4734-ea32-4942-b643-50f9bb1c614e-root {
    text-align: center;
  }


#s-f21a4734-ea32-4942-b643-50f9bb1c614e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-fc592969-ca3f-4569-9181-8c2fdd221d41 {
  
}
}
#s-fc592969-ca3f-4569-9181-8c2fdd221d41 hr {
  border-top: 2px solid #ddd;
}

#s-be63f1b6-d171-4d15-9ecd-cb70bdebb1ad {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-be63f1b6-d171-4d15-9ecd-cb70bdebb1ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be63f1b6-d171-4d15-9ecd-cb70bdebb1ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be63f1b6-d171-4d15-9ecd-cb70bdebb1ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be63f1b6-d171-4d15-9ecd-cb70bdebb1ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be63f1b6-d171-4d15-9ecd-cb70bdebb1ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be63f1b6-d171-4d15-9ecd-cb70bdebb1ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be63f1b6-d171-4d15-9ecd-cb70bdebb1ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-be63f1b6-d171-4d15-9ecd-cb70bdebb1ad"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-64e976a0-e7f1-4ff0-9dfc-665282a94e46 {
  min-height: 50px;
}








#s-64e976a0-e7f1-4ff0-9dfc-665282a94e46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64e976a0-e7f1-4ff0-9dfc-665282a94e46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-377e0777-95bc-4d4c-b121-d90007b50158 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-377e0777-95bc-4d4c-b121-d90007b50158 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-9b832d67-52b1-45f4-800b-494b4e827742 {
  text-align: center;
}







  #s-9b832d67-52b1-45f4-800b-494b4e827742 img.shogun-image {
    

    
    
    
  }


#s-9b832d67-52b1-45f4-800b-494b4e827742 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-72062e4d-2a0b-4782-b564-3edf6a19b90c {
  
}
}
#s-72062e4d-2a0b-4782-b564-3edf6a19b90c hr {
  border-top: 2px solid #ddd;
}

#s-e983c0a5-b8f0-4cc7-b669-38b5ae3eda84 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e983c0a5-b8f0-4cc7-b669-38b5ae3eda84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e983c0a5-b8f0-4cc7-b669-38b5ae3eda84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e983c0a5-b8f0-4cc7-b669-38b5ae3eda84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e983c0a5-b8f0-4cc7-b669-38b5ae3eda84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e983c0a5-b8f0-4cc7-b669-38b5ae3eda84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e983c0a5-b8f0-4cc7-b669-38b5ae3eda84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e983c0a5-b8f0-4cc7-b669-38b5ae3eda84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-94e942ac-a4c5-408e-93e5-0335d407f795 {
  text-align: center;
}
@media (max-width: 767px){#s-94e942ac-a4c5-408e-93e5-0335d407f795 {
  padding-left: 50px;
padding-right: 50px;
}
}






  #s-94e942ac-a4c5-408e-93e5-0335d407f795 img.shogun-image {
    

    
    
    
  }


#s-94e942ac-a4c5-408e-93e5-0335d407f795 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e94bc4e-f5cb-4cd4-94d5-c8414c83b2df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e94bc4e-f5cb-4cd4-94d5-c8414c83b2df .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-1c3a5782-b5e9-4a52-9c78-a51633405300 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(255, 214, 3, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-1c3a5782-b5e9-4a52-9c78-a51633405300:hover {background-color: rgba(255, 214, 3, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1c3a5782-b5e9-4a52-9c78-a51633405300:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c3a5782-b5e9-4a52-9c78-a51633405300-root {
    text-align: center;
  }


#s-1c3a5782-b5e9-4a52-9c78-a51633405300.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c3a5782-b5e9-4a52-9c78-a51633405300-root {
    text-align: center;
  }


#s-1c3a5782-b5e9-4a52-9c78-a51633405300.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c3a5782-b5e9-4a52-9c78-a51633405300-root {
    text-align: center;
  }


#s-1c3a5782-b5e9-4a52-9c78-a51633405300.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c3a5782-b5e9-4a52-9c78-a51633405300-root {
    text-align: center;
  }


#s-1c3a5782-b5e9-4a52-9c78-a51633405300.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c3a5782-b5e9-4a52-9c78-a51633405300-root {
    text-align: center;
  }


#s-1c3a5782-b5e9-4a52-9c78-a51633405300.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-7d37835a-b2c2-44a8-a86f-19ec7103cac0 {
  
}
}
#s-7d37835a-b2c2-44a8-a86f-19ec7103cac0 hr {
  border-top: 2px solid #ddd;
}

#s-060b5018-8911-4ed8-8737-a3c89fd3f634 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-060b5018-8911-4ed8-8737-a3c89fd3f634"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-060b5018-8911-4ed8-8737-a3c89fd3f634"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-060b5018-8911-4ed8-8737-a3c89fd3f634"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-060b5018-8911-4ed8-8737-a3c89fd3f634"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-060b5018-8911-4ed8-8737-a3c89fd3f634"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-060b5018-8911-4ed8-8737-a3c89fd3f634"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-060b5018-8911-4ed8-8737-a3c89fd3f634"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-32e55161-475a-4545-bde9-17002bca7049 {
  text-align: center;
}







  #s-32e55161-475a-4545-bde9-17002bca7049 img.shogun-image {
    

    
    
    
  }


#s-32e55161-475a-4545-bde9-17002bca7049 .shogun-image-content {
  
    align-items: center;
  
}

#s-3439974a-243c-49b2-9d3e-8bd76ea377a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3439974a-243c-49b2-9d3e-8bd76ea377a7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



@media (max-width: 767px){#s-42bae6ad-c16a-477e-9e23-838d8d79898d {
  
}
}
#s-42bae6ad-c16a-477e-9e23-838d8d79898d hr {
  border-top: 2px solid #ddd;
}

#s-7e59d05e-ac75-4250-b6ea-2bd9124cf2da {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7e59d05e-ac75-4250-b6ea-2bd9124cf2da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e59d05e-ac75-4250-b6ea-2bd9124cf2da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e59d05e-ac75-4250-b6ea-2bd9124cf2da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e59d05e-ac75-4250-b6ea-2bd9124cf2da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e59d05e-ac75-4250-b6ea-2bd9124cf2da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e59d05e-ac75-4250-b6ea-2bd9124cf2da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e59d05e-ac75-4250-b6ea-2bd9124cf2da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7e59d05e-ac75-4250-b6ea-2bd9124cf2da"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dda8bb24-e657-4f8b-a1ed-cff501df2595 {
  min-height: 50px;
}








#s-dda8bb24-e657-4f8b-a1ed-cff501df2595 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dda8bb24-e657-4f8b-a1ed-cff501df2595.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33380af1-6a7f-4f19-9164-52e452ae9970 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-33380af1-6a7f-4f19-9164-52e452ae9970 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-c40d5daa-ef0c-4ca5-962a-04c9ad646620 {
  text-align: center;
}







  #s-c40d5daa-ef0c-4ca5-962a-04c9ad646620 img.shogun-image {
    

    
    
    
  }


#s-c40d5daa-ef0c-4ca5-962a-04c9ad646620 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(255, 214, 3, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 3px;
}
#s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b:hover {background-color: rgba(255, 214, 3, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b-root {
    text-align: center;
  }


#s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b-root {
    text-align: center;
  }


#s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b-root {
    text-align: center;
  }


#s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b-root {
    text-align: center;
  }


#s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b-root {
    text-align: center;
  }


#s-ef23dbdb-7e7b-499a-bc9b-62a083530a2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-653fcb91-f8a9-4be4-a069-a429deb0b850 {
  
}
}
#s-653fcb91-f8a9-4be4-a069-a429deb0b850 hr {
  border-top: 2px solid #ddd;
}

#s-b95647f9-bb79-4a32-8a08-f949cfd225dc {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b95647f9-bb79-4a32-8a08-f949cfd225dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b95647f9-bb79-4a32-8a08-f949cfd225dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b95647f9-bb79-4a32-8a08-f949cfd225dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b95647f9-bb79-4a32-8a08-f949cfd225dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b95647f9-bb79-4a32-8a08-f949cfd225dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b95647f9-bb79-4a32-8a08-f949cfd225dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b95647f9-bb79-4a32-8a08-f949cfd225dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-68f850af-ef34-455f-a8e2-73f9cb69ea66 {
  text-align: center;
}







  #s-68f850af-ef34-455f-a8e2-73f9cb69ea66 img.shogun-image {
    

    
    
    
  }


#s-68f850af-ef34-455f-a8e2-73f9cb69ea66 .shogun-image-content {
  
    align-items: center;
  
}

#s-36f2fae7-5ab7-46a4-9221-f4e580227ef9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-36f2fae7-5ab7-46a4-9221-f4e580227ef9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-7dba543c-a137-4adc-b13b-353a5ebb8fa1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7dba543c-a137-4adc-b13b-353a5ebb8fa1 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-7dba543c-a137-4adc-b13b-353a5ebb8fa1 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-7dba543c-a137-4adc-b13b-353a5ebb8fa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dba543c-a137-4adc-b13b-353a5ebb8fa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40a3c005-f08f-400e-a5c5-f1d95117ffb2 {
  background-repeat: repeat;
background-size: cover;
margin-top: 30px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-40a3c005-f08f-400e-a5c5-f1d95117ffb2 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-40a3c005-f08f-400e-a5c5-f1d95117ffb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40a3c005-f08f-400e-a5c5-f1d95117ffb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd41b881-4dbd-48d8-9b34-8263cc17c248 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-bd41b881-4dbd-48d8-9b34-8263cc17c248 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-bd41b881-4dbd-48d8-9b34-8263cc17c248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd41b881-4dbd-48d8-9b34-8263cc17c248.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a97a152-a110-4487-9531-9da4f94c5c43 {
  margin-top: 10px;
}

#s-11dbb573-8cfe-44e7-83c1-c118ba4210c3 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-ea1cdca2-922d-47cb-95e7-57ac347dfabe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea1cdca2-922d-47cb-95e7-57ac347dfabe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ea1cdca2-922d-47cb-95e7-57ac347dfabe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ea1cdca2-922d-47cb-95e7-57ac347dfabe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ea1cdca2-922d-47cb-95e7-57ac347dfabe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea1cdca2-922d-47cb-95e7-57ac347dfabe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ea1cdca2-922d-47cb-95e7-57ac347dfabe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-e7df85c3-77d6-4cea-9ec6-f3848796bd51 {
  text-align: center;
}
@media (max-width: 767px){#s-e7df85c3-77d6-4cea-9ec6-f3848796bd51 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}
}






  #s-e7df85c3-77d6-4cea-9ec6-f3848796bd51 img.shogun-image {
    

    
    
    
  }


#s-e7df85c3-77d6-4cea-9ec6-f3848796bd51 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c8bb573-d4c0-4d4c-af86-af4a6d1c2e4f {
  text-align: left;
}

#s-4c8bb573-d4c0-4d4c-af86-af4a6d1c2e4f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 34px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4c8bb573-d4c0-4d4c-af86-af4a6d1c2e4f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 34px;
}

#s-4c8bb573-d4c0-4d4c-af86-af4a6d1c2e4f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5c41676d-0ed0-473b-bc17-a0d04289db8f {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(255, 214, 3, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5c41676d-0ed0-473b-bc17-a0d04289db8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c41676d-0ed0-473b-bc17-a0d04289db8f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c41676d-0ed0-473b-bc17-a0d04289db8f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c41676d-0ed0-473b-bc17-a0d04289db8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c41676d-0ed0-473b-bc17-a0d04289db8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c41676d-0ed0-473b-bc17-a0d04289db8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3c139fac-107b-41fb-8e6d-361b8de11e2d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-65c06195-f3ca-4179-986d-39d74dcdd5e3 {
  min-height: 50px;
}
@media (max-width: 767px){#s-65c06195-f3ca-4179-986d-39d74dcdd5e3 {
  margin-top: 20px;
}
}







#s-65c06195-f3ca-4179-986d-39d74dcdd5e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65c06195-f3ca-4179-986d-39d74dcdd5e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2adfc093-a2ed-4ba1-88aa-9de3b3b9e1d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2adfc093-a2ed-4ba1-88aa-9de3b3b9e1d1 .shogun-heading-component h1 {
  color: rgba(39, 170, 225, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 54px;
  
  
  
}



#s-e0797cbc-8d0e-4e48-b857-9077d88576a2 {
  
}

@media (min-width: 0px) {
[id="s-e0797cbc-8d0e-4e48-b857-9077d88576a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0797cbc-8d0e-4e48-b857-9077d88576a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0797cbc-8d0e-4e48-b857-9077d88576a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0797cbc-8d0e-4e48-b857-9077d88576a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0797cbc-8d0e-4e48-b857-9077d88576a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0797cbc-8d0e-4e48-b857-9077d88576a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0797cbc-8d0e-4e48-b857-9077d88576a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-21246043-d241-4349-8a1e-009dbd028277 {
  padding-left: 20px;
padding-right: 20px;
}

#s-21246043-d241-4349-8a1e-009dbd028277 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-21246043-d241-4349-8a1e-009dbd028277 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-21246043-d241-4349-8a1e-009dbd028277 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(39, 170, 225, 1);
}

#s-21246043-d241-4349-8a1e-009dbd028277 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-21246043-d241-4349-8a1e-009dbd028277 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(39, 170, 225, 1);
  text-align: left;
  font-family: Work Sans;
  font-weight: 800;
  font-style: ;
  font-size: 16px;
}

#s-21246043-d241-4349-8a1e-009dbd028277 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ee014b35-a3f6-4904-9ffb-5cde1d43bc29 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-bf78e619-101b-41c6-82b5-bd65ba944590 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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