#s-c3ab0040-c62d-43fb-a243-2a1e9067b850 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c3ab0040-c62d-43fb-a243-2a1e9067b850 {
  display: none;
}
#s-c3ab0040-c62d-43fb-a243-2a1e9067b850, #wrap-s-c3ab0040-c62d-43fb-a243-2a1e9067b850 { display: none !important; }}
.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-675b9b7b-6e02-4af1-93f4-298c8d8dd8fd {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-675b9b7b-6e02-4af1-93f4-298c8d8dd8fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-675b9b7b-6e02-4af1-93f4-298c8d8dd8fd.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-4dab9b90-9002-4521-bc74-7cbb4ce8d0fb {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4dab9b90-9002-4521-bc74-7cbb4ce8d0fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dab9b90-9002-4521-bc74-7cbb4ce8d0fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4dab9b90-9002-4521-bc74-7cbb4ce8d0fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dab9b90-9002-4521-bc74-7cbb4ce8d0fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}


.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf {
  max-width:  100%;
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom,
.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  max-width: 269px !important;
  
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf {
  max-width:  100%;
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom,
.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  max-width: 269px !important;
  
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf {
  max-width:  100%;
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom,
.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  max-width: 269px !important;
  
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf {
  max-width:  100%;
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom,
.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  max-width: 269px !important;
  
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf {
  max-width:  100%;
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom,
.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  max-width: 269px !important;
  
}

.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c2db5d6-c6e6-4753-b89e-7e5e1fedfccf img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-ac99381a-a673-4e29-8435-616a33641f10 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-ac99381a-a673-4e29-8435-616a33641f10 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-ac99381a-a673-4e29-8435-616a33641f10 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ac99381a-a673-4e29-8435-616a33641f10 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-ac99381a-a673-4e29-8435-616a33641f10 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ac99381a-a673-4e29-8435-616a33641f10 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ac99381a-a673-4e29-8435-616a33641f10 .shg-gallery-dot {
  background-color: #FFF;
}

.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-3f935476-4528-4a26-abf9-469701131c11 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3f935476-4528-4a26-abf9-469701131c11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f935476-4528-4a26-abf9-469701131c11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f935476-4528-4a26-abf9-469701131c11 {
  
}
}@media (max-width: 767px){#s-3f935476-4528-4a26-abf9-469701131c11 {
  
}
}
#s-3f935476-4528-4a26-abf9-469701131c11 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9291bc00-c489-459f-a028-b7ba4f28ffda {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-937e5eec-c3cd-420b-852e-89127bf15be2 {
  margin-left: 1%;
margin-right: 1%;
}

#s-937e5eec-c3cd-420b-852e-89127bf15be2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-937e5eec-c3cd-420b-852e-89127bf15be2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(31, 116, 186, 1);
  padding: 10px;
}

#s-937e5eec-c3cd-420b-852e-89127bf15be2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-937e5eec-c3cd-420b-852e-89127bf15be2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-937e5eec-c3cd-420b-852e-89127bf15be2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-937e5eec-c3cd-420b-852e-89127bf15be2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
.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-6943b42b-1ee5-4460-9cde-eacfed8945c6 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-6943b42b-1ee5-4460-9cde-eacfed8945c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6943b42b-1ee5-4460-9cde-eacfed8945c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6943b42b-1ee5-4460-9cde-eacfed8945c6 {
  
}
}@media (max-width: 767px){#s-6943b42b-1ee5-4460-9cde-eacfed8945c6 {
  
}
}
#s-38edeca2-dd76-4447-8f21-c923f7a9fc43 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-38edeca2-dd76-4447-8f21-c923f7a9fc43 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38edeca2-dd76-4447-8f21-c923f7a9fc43 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-38edeca2-dd76-4447-8f21-c923f7a9fc43 {
  
}
}@media (max-width: 767px){#s-38edeca2-dd76-4447-8f21-c923f7a9fc43 {
  
}
}
.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-da0965ec-ddcf-4763-9c66-51564e9d3e4c {
  text-align: center;
}







  #s-da0965ec-ddcf-4763-9c66-51564e9d3e4c img.shogun-image {
    

    
    
    
  }


#s-da0965ec-ddcf-4763-9c66-51564e9d3e4c .shogun-image-content {
  
    align-items: center;
  
}

#s-c622b232-3baf-4546-8866-a4bafd7ebafa {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(194, 194, 194, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-c622b232-3baf-4546-8866-a4bafd7ebafa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c622b232-3baf-4546-8866-a4bafd7ebafa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f4cdb4a-c259-43dc-a570-5e135a7ebc79 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4f4cdb4a-c259-43dc-a570-5e135a7ebc79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f4cdb4a-c259-43dc-a570-5e135a7ebc79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f4cdb4a-c259-43dc-a570-5e135a7ebc79 {
  
}
}@media (max-width: 767px){#s-4f4cdb4a-c259-43dc-a570-5e135a7ebc79 {
  
}
}
@media (min-width: 0px) {
[id="s-4f4cdb4a-c259-43dc-a570-5e135a7ebc79"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4f4cdb4a-c259-43dc-a570-5e135a7ebc79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f4cdb4a-c259-43dc-a570-5e135a7ebc79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f4cdb4a-c259-43dc-a570-5e135a7ebc79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-021d5626-a771-4c4b-9e4b-598fea0cdff4 {
  text-align: center;
}

#s-021d5626-a771-4c4b-9e4b-598fea0cdff4 .shg-product-sold-out {
  display: none;
  color: rgba(243, 26, 26, 1);
  font-size: 26px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-021d5626-a771-4c4b-9e4b-598fea0cdff4 .shg-product-price {
  color: rgba(243, 26, 26, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 26px;
}

#s-021d5626-a771-4c4b-9e4b-598fea0cdff4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(208, 206, 206, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-d4500853-01eb-4736-824a-86cc59acc6d9 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-d4500853-01eb-4736-824a-86cc59acc6d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d4500853-01eb-4736-824a-86cc59acc6d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4500853-01eb-4736-824a-86cc59acc6d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4500853-01eb-4736-824a-86cc59acc6d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cd90f768-670e-4001-ac5d-0817dd0fa51d {
  text-align: right;
}

#s-5a6e0e1d-40c1-4900-9797-d66aac5f7240 {
  margin-bottom: 10px;
padding-left: 1%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-5a6e0e1d-40c1-4900-9797-d66aac5f7240 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a6e0e1d-40c1-4900-9797-d66aac5f7240 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a6e0e1d-40c1-4900-9797-d66aac5f7240 {
  
}
}
#s-5a6e0e1d-40c1-4900-9797-d66aac5f7240 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5a6e0e1d-40c1-4900-9797-d66aac5f7240 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-5a6e0e1d-40c1-4900-9797-d66aac5f7240 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5a6e0e1d-40c1-4900-9797-d66aac5f7240 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5a6e0e1d-40c1-4900-9797-d66aac5f7240 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 20px;
}

#s-5a6e0e1d-40c1-4900-9797-d66aac5f7240 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-2f0d45e9-7e15-4e47-acf2-d871911e5562 {
  margin-left: 1%;
margin-right: 1%;
}

#s-2f0d45e9-7e15-4e47-acf2-d871911e5562 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2f0d45e9-7e15-4e47-acf2-d871911e5562 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2f0d45e9-7e15-4e47-acf2-d871911e5562 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2f0d45e9-7e15-4e47-acf2-d871911e5562 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2f0d45e9-7e15-4e47-acf2-d871911e5562 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 20px;
}

#s-2f0d45e9-7e15-4e47-acf2-d871911e5562 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-0fd97112-1531-4beb-b051-a5ebfeaf9fc4 {
  margin-left: 5%;
margin-right: 5%;
}

.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-0358b721-51c8-4b54-bbba-267a9b897726 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0358b721-51c8-4b54-bbba-267a9b897726 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-15e51497-ca95-4391-bf58-1882cf01669a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 1px;
padding-left: 1%;
padding-bottom: 1px;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(194, 194, 194, 1);
border-style: solid;
border-radius: 15px;
}

@media (min-width: 0px) {
[id="s-15e51497-ca95-4391-bf58-1882cf01669a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15e51497-ca95-4391-bf58-1882cf01669a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15e51497-ca95-4391-bf58-1882cf01669a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15e51497-ca95-4391-bf58-1882cf01669a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-96093513-afa2-441c-a8a4-d7e2c43032dc {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}

#s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-96093513-afa2-441c-a8a4-d7e2c43032dc .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-96093513-afa2-441c-a8a4-d7e2c43032dc .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-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-product-selector-wrapper label {
    color: rgba(2, 0, 9, 1);
    font-weight:   ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 11px;
  }

  
    #s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 10px;
    }
  




  #s-96093513-afa2-441c-a8a4-d7e2c43032dc-btn-wrapper {
    text-align: center;
  }


#s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-variant-btn:hover {
  background: #252525;
}

#s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-variant-btn:active, #s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-96093513-afa2-441c-a8a4-d7e2c43032dc .shg-variant-btn.disabled {
  background: #252525;
}

#s-ce69724b-6448-42f9-a9bb-dad5721e0c29 {
  text-align: center;
}

#s-ce69724b-6448-42f9-a9bb-dad5721e0c29 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ce69724b-6448-42f9-a9bb-dad5721e0c29 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ce69724b-6448-42f9-a9bb-dad5721e0c29 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ce69724b-6448-42f9-a9bb-dad5721e0c29 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ce69724b-6448-42f9-a9bb-dad5721e0c29 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-ce69724b-6448-42f9-a9bb-dad5721e0c29 label {
    color: rgba(2, 0, 9, 1);
    font-weight:   ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 11px;
  }

  
    #s-ce69724b-6448-42f9-a9bb-dad5721e0c29 label:after {
      display: block;
      content: ' ';
      margin-bottom: 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-96e265b7-3456-49ec-896a-9f9bab774154 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 15px;
background-color: rgba(31, 116, 186, 1);
text-align: center;
cursor: pointer;
}
#s-96e265b7-3456-49ec-896a-9f9bab774154:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96e265b7-3456-49ec-896a-9f9bab774154:active {border-radius: 15px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-96e265b7-3456-49ec-896a-9f9bab774154 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96e265b7-3456-49ec-896a-9f9bab774154.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96e265b7-3456-49ec-896a-9f9bab774154.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-96e265b7-3456-49ec-896a-9f9bab774154.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Montserrat;
  
  font-size: 2px;
  
}



#s-1324da76-12ba-4768-9cf8-f4471a99f430 {
  text-align: left;
}

#s-5a9353bb-3269-44d0-9347-57421c87375b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a9353bb-3269-44d0-9347-57421c87375b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-18ce4ef2-48ae-4cf8-834b-557e89772279 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7fa2f52f-a4b9-4190-a179-f836e837afcd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-95ede6ba-0d02-4f75-92e0-dd5dfda03584 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-95ede6ba-0d02-4f75-92e0-dd5dfda03584 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-95ede6ba-0d02-4f75-92e0-dd5dfda03584 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(0, 0, 0, 1);
    border: 1px solid #DDDDDD;
  }
  #s-95ede6ba-0d02-4f75-92e0-dd5dfda03584 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(31, 116, 186, 1);
    border: 1px solid #ddd;
  }
#s-95ede6ba-0d02-4f75-92e0-dd5dfda03584 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-95ede6ba-0d02-4f75-92e0-dd5dfda03584 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-95ede6ba-0d02-4f75-92e0-dd5dfda03584 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(31, 116, 186, 1);
}

#s-95ede6ba-0d02-4f75-92e0-dd5dfda03584 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-6994a1aa-9316-4b40-96da-4602726d199c {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-6994a1aa-9316-4b40-96da-4602726d199c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6994a1aa-9316-4b40-96da-4602726d199c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6994a1aa-9316-4b40-96da-4602726d199c {
  
}
}@media (max-width: 767px){#s-6994a1aa-9316-4b40-96da-4602726d199c {
  
}
}
#s-cd44888a-3a57-42c1-a3bc-e3c447241412 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-837fa6ff-58eb-49c9-a0f8-f5f198e5fe25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-837fa6ff-58eb-49c9-a0f8-f5f198e5fe25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-837fa6ff-58eb-49c9-a0f8-f5f198e5fe25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-837fa6ff-58eb-49c9-a0f8-f5f198e5fe25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d9b8ea79-63d3-4164-9baa-052713db3761 {
  text-align: center;
}







  #s-d9b8ea79-63d3-4164-9baa-052713db3761 img.shogun-image {
    

    
    
    
  }


#s-d9b8ea79-63d3-4164-9baa-052713db3761 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-bca2b53a-6f8c-4070-a569-a0d2f7355397"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bca2b53a-6f8c-4070-a569-a0d2f7355397"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bca2b53a-6f8c-4070-a569-a0d2f7355397"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bca2b53a-6f8c-4070-a569-a0d2f7355397"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bca2b53a-6f8c-4070-a569-a0d2f7355397"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bca2b53a-6f8c-4070-a569-a0d2f7355397"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bca2b53a-6f8c-4070-a569-a0d2f7355397"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-35762dfc-198c-40e7-8975-c06e4a0b495a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-35762dfc-198c-40e7-8975-c06e4a0b495a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35762dfc-198c-40e7-8975-c06e4a0b495a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-35762dfc-198c-40e7-8975-c06e4a0b495a {
  
}
}@media (max-width: 767px){#s-35762dfc-198c-40e7-8975-c06e4a0b495a {
  
}
}
#s-65880074-e91d-4c87-ae79-37fb7457024b {
  text-align: center;
}







  #s-65880074-e91d-4c87-ae79-37fb7457024b img.shogun-image {
    

    
    
    
  }


#s-65880074-e91d-4c87-ae79-37fb7457024b .shogun-image-content {
  
    align-items: center;
  
}

#s-ef48e8cd-82d6-4b51-812f-ee568e877b5c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-ef48e8cd-82d6-4b51-812f-ee568e877b5c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef48e8cd-82d6-4b51-812f-ee568e877b5c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef48e8cd-82d6-4b51-812f-ee568e877b5c {
  
}
}@media (max-width: 767px){#s-ef48e8cd-82d6-4b51-812f-ee568e877b5c {
  
}
}
#s-9d4fc055-a470-4d00-9d75-a7cb0f0c083c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9d4fc055-a470-4d00-9d75-a7cb0f0c083c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d4fc055-a470-4d00-9d75-a7cb0f0c083c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d4fc055-a470-4d00-9d75-a7cb0f0c083c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9d4fc055-a470-4d00-9d75-a7cb0f0c083c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d4fc055-a470-4d00-9d75-a7cb0f0c083c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d4fc055-a470-4d00-9d75-a7cb0f0c083c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9d4fc055-a470-4d00-9d75-a7cb0f0c083c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-6545324f-6b96-45e5-8756-c50b4501a907 {
  margin-left: 60px;
margin-bottom: 20px;
margin-right: 60px;
}

@media (min-width: 0px) {
[id="s-6545324f-6b96-45e5-8756-c50b4501a907"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-6545324f-6b96-45e5-8756-c50b4501a907"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6545324f-6b96-45e5-8756-c50b4501a907"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6545324f-6b96-45e5-8756-c50b4501a907"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-d2834232-611d-49ac-ada9-1ea24565c032 {
  text-align: center;
}







  #s-d2834232-611d-49ac-ada9-1ea24565c032 img.shogun-image {
    

    
    
    
  }


#s-d2834232-611d-49ac-ada9-1ea24565c032 .shogun-image-content {
  
    align-items: center;
  
}

#s-9489783c-997c-40bd-90ab-8e94b19f39e3 {
  text-align: center;
}







  #s-9489783c-997c-40bd-90ab-8e94b19f39e3 img.shogun-image {
    

    
    
    
  }


#s-9489783c-997c-40bd-90ab-8e94b19f39e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-73aa51f9-5c52-4daf-a46e-ccd669f9bfc9 {
  text-align: center;
}







  #s-73aa51f9-5c52-4daf-a46e-ccd669f9bfc9 img.shogun-image {
    

    
    
    
  }


#s-73aa51f9-5c52-4daf-a46e-ccd669f9bfc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fbdd13a-a5a9-4781-9f69-8f07d09567e7 {
  text-align: center;
}







  #s-7fbdd13a-a5a9-4781-9f69-8f07d09567e7 img.shogun-image {
    

    
    
    
  }


#s-7fbdd13a-a5a9-4781-9f69-8f07d09567e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-753fba55-8a7f-4561-a866-3e2f4898ab71 {
  text-align: center;
}







  #s-753fba55-8a7f-4561-a866-3e2f4898ab71 img.shogun-image {
    

    
    
    
  }


#s-753fba55-8a7f-4561-a866-3e2f4898ab71 .shogun-image-content {
  
    align-items: center;
  
}

#s-d51460f6-4ee3-4f70-92ca-dc9aabbdb888 {
  text-align: center;
}







  #s-d51460f6-4ee3-4f70-92ca-dc9aabbdb888 img.shogun-image {
    

    
    
    
  }


#s-d51460f6-4ee3-4f70-92ca-dc9aabbdb888 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e335529-8be4-4a2b-9fdf-5e029cbbb6cb {
  padding-left: 10px;
padding-right: 10px;
}

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

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

#s-696849a7-3879-464b-91fb-8a7f0fae09a6 hr {
  border-top: 2px solid #ddd;
}

#s-ecefb838-f35a-4780-b511-bcf85b5a3272 {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}








#s-ecefb838-f35a-4780-b511-bcf85b5a3272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecefb838-f35a-4780-b511-bcf85b5a3272.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41823b82-b5ae-43c7-9c76-571ae3fee326 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41823b82-b5ae-43c7-9c76-571ae3fee326 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-c9969147-9bfb-40c5-a9ad-ad4fb46045bd {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 1200px){#s-c9969147-9bfb-40c5-a9ad-ad4fb46045bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9969147-9bfb-40c5-a9ad-ad4fb46045bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9969147-9bfb-40c5-a9ad-ad4fb46045bd {
  
}
}@media (max-width: 767px){#s-c9969147-9bfb-40c5-a9ad-ad4fb46045bd {
  
}
}
@media (min-width: 0px) {
[id="s-c9969147-9bfb-40c5-a9ad-ad4fb46045bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c9969147-9bfb-40c5-a9ad-ad4fb46045bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c9969147-9bfb-40c5-a9ad-ad4fb46045bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9969147-9bfb-40c5-a9ad-ad4fb46045bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-266d556a-4607-4bc7-a9a9-22bd3024ee06 {
  opacity: 1;
}
@media (min-width: 1200px){#s-266d556a-4607-4bc7-a9a9-22bd3024ee06 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-266d556a-4607-4bc7-a9a9-22bd3024ee06 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-266d556a-4607-4bc7-a9a9-22bd3024ee06 {
  
}
}@media (max-width: 767px){#s-266d556a-4607-4bc7-a9a9-22bd3024ee06 {
  
}
}
#s-3d4a8a29-4a4b-4be6-bb58-fc29378a0aca {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 141, 141, 1);
border-style: dashed;
max-width: 500px;
text-align: center;
}







  #s-3d4a8a29-4a4b-4be6-bb58-fc29378a0aca img.shogun-image {
    

    
    
    
  }


#s-3d4a8a29-4a4b-4be6-bb58-fc29378a0aca .shogun-image-content {
  
    align-items: center;
  
}

#s-84bf6cb2-43ef-4208-a1c2-6b2bebb22987 {
  opacity: 1;
}
@media (min-width: 1200px){#s-84bf6cb2-43ef-4208-a1c2-6b2bebb22987 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84bf6cb2-43ef-4208-a1c2-6b2bebb22987 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84bf6cb2-43ef-4208-a1c2-6b2bebb22987 {
  
}
}@media (max-width: 767px){#s-84bf6cb2-43ef-4208-a1c2-6b2bebb22987 {
  
}
}
#s-a9c60cc0-6e45-4a78-a40b-849523174671 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 141, 141, 1);
border-style: dashed;
max-width: 500px;
text-align: center;
}







  #s-a9c60cc0-6e45-4a78-a40b-849523174671 img.shogun-image {
    

    
    
    
  }


#s-a9c60cc0-6e45-4a78-a40b-849523174671 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9fd12de-4c03-4d83-926d-8315f8e53ed8 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-f9fd12de-4c03-4d83-926d-8315f8e53ed8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9fd12de-4c03-4d83-926d-8315f8e53ed8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9fd12de-4c03-4d83-926d-8315f8e53ed8 {
  
}
}@media (max-width: 767px){#s-f9fd12de-4c03-4d83-926d-8315f8e53ed8 {
  
}
}
@media (min-width: 0px) {
[id="s-f9fd12de-4c03-4d83-926d-8315f8e53ed8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f9fd12de-4c03-4d83-926d-8315f8e53ed8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f9fd12de-4c03-4d83-926d-8315f8e53ed8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9fd12de-4c03-4d83-926d-8315f8e53ed8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e8d872b5-e3a4-468b-88ac-7cac68ed715d {
  opacity: 1;
}
@media (min-width: 1200px){#s-e8d872b5-e3a4-468b-88ac-7cac68ed715d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8d872b5-e3a4-468b-88ac-7cac68ed715d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8d872b5-e3a4-468b-88ac-7cac68ed715d {
  
}
}@media (max-width: 767px){#s-e8d872b5-e3a4-468b-88ac-7cac68ed715d {
  
}
}
#s-f58cfde8-bdda-41e2-8d6e-1da4cbb6b863 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 141, 141, 1);
border-style: solid;
max-width: 500px;
text-align: center;
}







  #s-f58cfde8-bdda-41e2-8d6e-1da4cbb6b863 img.shogun-image {
    

    
    
    
  }


#s-f58cfde8-bdda-41e2-8d6e-1da4cbb6b863 .shogun-image-content {
  
    align-items: center;
  
}

#s-5958a924-2785-4109-9de3-7b2bb7df7eed {
  opacity: 1;
}
@media (min-width: 1200px){#s-5958a924-2785-4109-9de3-7b2bb7df7eed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5958a924-2785-4109-9de3-7b2bb7df7eed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5958a924-2785-4109-9de3-7b2bb7df7eed {
  
}
}@media (max-width: 767px){#s-5958a924-2785-4109-9de3-7b2bb7df7eed {
  
}
}
#s-11b703ef-acc6-4662-9c39-f33dc39262ed {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 141, 141, 1);
border-style: dashed;
max-width: 500px;
text-align: center;
}







  #s-11b703ef-acc6-4662-9c39-f33dc39262ed img.shogun-image {
    

    
    
    
  }


#s-11b703ef-acc6-4662-9c39-f33dc39262ed .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-11583288-2e92-4853-a4b7-fc23c25936c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11583288-2e92-4853-a4b7-fc23c25936c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11583288-2e92-4853-a4b7-fc23c25936c3 {
  
}
}@media (max-width: 767px){#s-11583288-2e92-4853-a4b7-fc23c25936c3 {
  
}
}
@media (min-width: 0px) {
[id="s-11583288-2e92-4853-a4b7-fc23c25936c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-11583288-2e92-4853-a4b7-fc23c25936c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-11583288-2e92-4853-a4b7-fc23c25936c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-11583288-2e92-4853-a4b7-fc23c25936c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-1b88ff22-57e4-47c5-bcac-7b396a102a59 {
  opacity: 1;
}
@media (min-width: 1200px){#s-1b88ff22-57e4-47c5-bcac-7b396a102a59 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b88ff22-57e4-47c5-bcac-7b396a102a59 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b88ff22-57e4-47c5-bcac-7b396a102a59 {
  
}
}@media (max-width: 767px){#s-1b88ff22-57e4-47c5-bcac-7b396a102a59 {
  
}
}
#s-6f059fe2-cb09-4a37-a5ef-a00fe93a2a96 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 141, 141, 1);
border-style: solid;
max-width: 500px;
text-align: center;
}







  #s-6f059fe2-cb09-4a37-a5ef-a00fe93a2a96 img.shogun-image {
    

    
    
    
  }


#s-6f059fe2-cb09-4a37-a5ef-a00fe93a2a96 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f6b86fb-fa2c-4e03-8160-02bd439de93f {
  opacity: 1;
}
@media (min-width: 1200px){#s-8f6b86fb-fa2c-4e03-8160-02bd439de93f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f6b86fb-fa2c-4e03-8160-02bd439de93f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f6b86fb-fa2c-4e03-8160-02bd439de93f {
  
}
}@media (max-width: 767px){#s-8f6b86fb-fa2c-4e03-8160-02bd439de93f {
  
}
}
#s-07010c30-3cf0-4604-ad52-6e3849c1ff5d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 141, 141, 1);
border-style: solid;
max-width: 500px;
text-align: center;
}







  #s-07010c30-3cf0-4604-ad52-6e3849c1ff5d img.shogun-image {
    

    
    
    
  }


#s-07010c30-3cf0-4604-ad52-6e3849c1ff5d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7d55d289-949d-4d57-a4b5-7c4c238c7320 {
  background-color: rgba(96, 178, 246, 1);
}
@media (min-width: 1200px){#s-7d55d289-949d-4d57-a4b5-7c4c238c7320 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d55d289-949d-4d57-a4b5-7c4c238c7320 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d55d289-949d-4d57-a4b5-7c4c238c7320 {
  
}
}@media (max-width: 767px){#s-7d55d289-949d-4d57-a4b5-7c4c238c7320 {
  
}
}







#s-7d55d289-949d-4d57-a4b5-7c4c238c7320 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d55d289-949d-4d57-a4b5-7c4c238c7320.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fe00c7aa-8d76-413a-a64b-7f32c70d8084 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-fe00c7aa-8d76-413a-a64b-7f32c70d8084 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe00c7aa-8d76-413a-a64b-7f32c70d8084 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe00c7aa-8d76-413a-a64b-7f32c70d8084 {
  
}
}@media (max-width: 767px){#s-fe00c7aa-8d76-413a-a64b-7f32c70d8084 {
  
}
}
#s-fe00c7aa-8d76-413a-a64b-7f32c70d8084 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-c131de8e-e86c-4608-86e5-f7343de0e3f2 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}

#s-d058d175-86ff-46f6-8bdd-f146fe6dc730 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d058d175-86ff-46f6-8bdd-f146fe6dc730 {
  display: none;
}
#s-d058d175-86ff-46f6-8bdd-f146fe6dc730, #wrap-s-d058d175-86ff-46f6-8bdd-f146fe6dc730 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d058d175-86ff-46f6-8bdd-f146fe6dc730 {
  display: none;
}
#s-d058d175-86ff-46f6-8bdd-f146fe6dc730, #wrap-s-d058d175-86ff-46f6-8bdd-f146fe6dc730 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d058d175-86ff-46f6-8bdd-f146fe6dc730 {
  display: none;
}
#s-d058d175-86ff-46f6-8bdd-f146fe6dc730, #wrap-s-d058d175-86ff-46f6-8bdd-f146fe6dc730 { display: none !important; }}
#s-068170ec-60b2-4495-b5fd-c68fd8b133bf {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-068170ec-60b2-4495-b5fd-c68fd8b133bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-068170ec-60b2-4495-b5fd-c68fd8b133bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6ee9929-6923-4a1b-a38f-4be84f064219 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b6ee9929-6923-4a1b-a38f-4be84f064219 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6ee9929-6923-4a1b-a38f-4be84f064219 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6ee9929-6923-4a1b-a38f-4be84f064219 {
  
}
}@media (max-width: 767px){#s-b6ee9929-6923-4a1b-a38f-4be84f064219 {
  
}
}
#s-b6ee9929-6923-4a1b-a38f-4be84f064219 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 {
  text-align: center;
}


.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 {
  max-width:  100%;
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom,
.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  max-width: 269px !important;
  
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 {
  max-width:  100%;
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom,
.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  max-width: 269px !important;
  
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 {
  max-width:  100%;
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom,
.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  max-width: 269px !important;
  
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 {
  max-width:  100%;
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom,
.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  max-width: 269px !important;
  
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 {
  max-width:  100%;
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom,
.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  max-width: 269px !important;
  
}

.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73f75f8d-0f18-4c2d-a5d3-1e5081e649e3 img.shogun-image {
  width: 100%;
}



}
#s-94c9c807-dc60-4359-86e7-f8b09de81c14 {
  text-align: center;
}

#s-5582cbe8-7874-4e3e-a3e9-1d4c5323bf1a {
  margin-left: 1%;
margin-right: 1%;
}

#s-5582cbe8-7874-4e3e-a3e9-1d4c5323bf1a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5582cbe8-7874-4e3e-a3e9-1d4c5323bf1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(31, 116, 186, 1);
  padding: 10px;
}

#s-5582cbe8-7874-4e3e-a3e9-1d4c5323bf1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-5582cbe8-7874-4e3e-a3e9-1d4c5323bf1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5582cbe8-7874-4e3e-a3e9-1d4c5323bf1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-5582cbe8-7874-4e3e-a3e9-1d4c5323bf1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e51c3eb5-89c6-4748-a220-6ddc718d4113 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-e51c3eb5-89c6-4748-a220-6ddc718d4113 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e51c3eb5-89c6-4748-a220-6ddc718d4113 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e51c3eb5-89c6-4748-a220-6ddc718d4113 {
  
}
}@media (max-width: 767px){#s-e51c3eb5-89c6-4748-a220-6ddc718d4113 {
  
}
}
#s-7aaae963-3af4-41c8-9557-1b283578854b {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-7aaae963-3af4-41c8-9557-1b283578854b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aaae963-3af4-41c8-9557-1b283578854b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aaae963-3af4-41c8-9557-1b283578854b {
  
}
}@media (max-width: 767px){#s-7aaae963-3af4-41c8-9557-1b283578854b {
  
}
}
#s-8e84440c-68d1-4ce5-a419-30bd19e84ad1 {
  margin-left: 1%;
margin-right: 1%;
}

#s-8e84440c-68d1-4ce5-a419-30bd19e84ad1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8e84440c-68d1-4ce5-a419-30bd19e84ad1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(31, 116, 186, 1);
  padding: 10px;
}

#s-8e84440c-68d1-4ce5-a419-30bd19e84ad1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-8e84440c-68d1-4ce5-a419-30bd19e84ad1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8e84440c-68d1-4ce5-a419-30bd19e84ad1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-8e84440c-68d1-4ce5-a419-30bd19e84ad1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-64c03a72-6789-4fe7-b380-f76f469707ff {
  min-height: 50px;
}








#s-64c03a72-6789-4fe7-b380-f76f469707ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64c03a72-6789-4fe7-b380-f76f469707ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41690c63-9eb4-4d97-b85e-ff4296f69766 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-41690c63-9eb4-4d97-b85e-ff4296f69766 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-41690c63-9eb4-4d97-b85e-ff4296f69766 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-41690c63-9eb4-4d97-b85e-ff4296f69766 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-41690c63-9eb4-4d97-b85e-ff4296f69766 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-41690c63-9eb4-4d97-b85e-ff4296f69766 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-41690c63-9eb4-4d97-b85e-ff4296f69766 .shg-gallery-dot {
  background-color: #FFF;
}

#s-ee26dc4a-e585-4c2f-8848-0c084a147115 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee26dc4a-e585-4c2f-8848-0c084a147115 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f997817f-80d4-4563-ad0d-9e43400447bb {
  text-align: center;
}







  #s-f997817f-80d4-4563-ad0d-9e43400447bb img.shogun-image {
    

    
    
    
  }


#s-f997817f-80d4-4563-ad0d-9e43400447bb .shogun-image-content {
  
    align-items: center;
  
}

#s-686f8c8c-f235-42be-b7a6-638faa05c32d {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(194, 194, 194, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-686f8c8c-f235-42be-b7a6-638faa05c32d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-686f8c8c-f235-42be-b7a6-638faa05c32d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1efeeed-79c1-49ef-bf86-91c476579577 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a1efeeed-79c1-49ef-bf86-91c476579577 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1efeeed-79c1-49ef-bf86-91c476579577 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1efeeed-79c1-49ef-bf86-91c476579577 {
  
}
}@media (max-width: 767px){#s-a1efeeed-79c1-49ef-bf86-91c476579577 {
  
}
}
@media (min-width: 0px) {
[id="s-a1efeeed-79c1-49ef-bf86-91c476579577"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a1efeeed-79c1-49ef-bf86-91c476579577"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1efeeed-79c1-49ef-bf86-91c476579577"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1efeeed-79c1-49ef-bf86-91c476579577"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-388228bd-a79a-4ef4-bbbb-e17e13b0d4c3 {
  text-align: center;
}

#s-388228bd-a79a-4ef4-bbbb-e17e13b0d4c3 .shg-product-sold-out {
  display: none;
  color: rgba(243, 26, 26, 1);
  font-size: 26px;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-388228bd-a79a-4ef4-bbbb-e17e13b0d4c3 .shg-product-price {
  color: rgba(243, 26, 26, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 26px;
}

#s-388228bd-a79a-4ef4-bbbb-e17e13b0d4c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(208, 206, 206, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-e3c27c00-7b29-4ae2-b487-087edb9dc296 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-e3c27c00-7b29-4ae2-b487-087edb9dc296"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3c27c00-7b29-4ae2-b487-087edb9dc296"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3c27c00-7b29-4ae2-b487-087edb9dc296"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3c27c00-7b29-4ae2-b487-087edb9dc296"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-085dc4e6-0f2f-41bd-b6b2-2192b88ca030 {
  text-align: right;
}

#s-13464f52-f8aa-45f0-a262-8728ae4e7ca7 {
  margin-bottom: 10px;
padding-left: 1%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-13464f52-f8aa-45f0-a262-8728ae4e7ca7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13464f52-f8aa-45f0-a262-8728ae4e7ca7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13464f52-f8aa-45f0-a262-8728ae4e7ca7 {
  
}
}
#s-13464f52-f8aa-45f0-a262-8728ae4e7ca7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-13464f52-f8aa-45f0-a262-8728ae4e7ca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-13464f52-f8aa-45f0-a262-8728ae4e7ca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-13464f52-f8aa-45f0-a262-8728ae4e7ca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-13464f52-f8aa-45f0-a262-8728ae4e7ca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 20px;
}

#s-13464f52-f8aa-45f0-a262-8728ae4e7ca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-514ed77f-1f80-43e9-9217-745c348763ec {
  margin-left: 1%;
margin-right: 1%;
}

#s-514ed77f-1f80-43e9-9217-745c348763ec > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-514ed77f-1f80-43e9-9217-745c348763ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-514ed77f-1f80-43e9-9217-745c348763ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-514ed77f-1f80-43e9-9217-745c348763ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-514ed77f-1f80-43e9-9217-745c348763ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 20px;
}

#s-514ed77f-1f80-43e9-9217-745c348763ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-37dabafd-db1a-4c28-8ad9-c29004187e5c {
  margin-left: 5%;
margin-right: 5%;
}

#s-2f345db9-db87-46e2-a342-9149843d3d10 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
}

#s-2f345db9-db87-46e2-a342-9149843d3d10 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2f345db9-db87-46e2-a342-9149843d3d10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2f345db9-db87-46e2-a342-9149843d3d10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2f345db9-db87-46e2-a342-9149843d3d10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2f345db9-db87-46e2-a342-9149843d3d10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 20px;
}

#s-2f345db9-db87-46e2-a342-9149843d3d10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-b182b785-dbcc-4ac4-8cae-71e1fd1ced1d {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-b182b785-dbcc-4ac4-8cae-71e1fd1ced1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b182b785-dbcc-4ac4-8cae-71e1fd1ced1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e83833c-7626-400d-815b-9d813a5a3d89 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 1200px){#s-7e83833c-7626-400d-815b-9d813a5a3d89 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e83833c-7626-400d-815b-9d813a5a3d89 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e83833c-7626-400d-815b-9d813a5a3d89 {
  
}
}@media (max-width: 767px){#s-7e83833c-7626-400d-815b-9d813a5a3d89 {
  
}
}
@media (min-width: 0px) {
[id="s-7e83833c-7626-400d-815b-9d813a5a3d89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e83833c-7626-400d-815b-9d813a5a3d89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7e83833c-7626-400d-815b-9d813a5a3d89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e83833c-7626-400d-815b-9d813a5a3d89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-2e85168e-1b35-4225-ac97-32eebcd890f7 {
  opacity: 1;
}
@media (min-width: 1200px){#s-2e85168e-1b35-4225-ac97-32eebcd890f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e85168e-1b35-4225-ac97-32eebcd890f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e85168e-1b35-4225-ac97-32eebcd890f7 {
  
}
}@media (max-width: 767px){#s-2e85168e-1b35-4225-ac97-32eebcd890f7 {
  
}
}
#s-4fbc97b5-89e8-494f-80a6-c0a2337514bb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 141, 141, 1);
border-style: dashed;
text-align: center;
}







  #s-4fbc97b5-89e8-494f-80a6-c0a2337514bb img.shogun-image {
    

    
    
    
  }


#s-4fbc97b5-89e8-494f-80a6-c0a2337514bb .shogun-image-content {
  
    align-items: center;
  
}

#s-17e0772a-aad4-4222-96b1-47676fa18554 {
  opacity: 1;
}
@media (min-width: 1200px){#s-17e0772a-aad4-4222-96b1-47676fa18554 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17e0772a-aad4-4222-96b1-47676fa18554 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17e0772a-aad4-4222-96b1-47676fa18554 {
  
}
}@media (max-width: 767px){#s-17e0772a-aad4-4222-96b1-47676fa18554 {
  
}
}
#s-35003018-0b11-4781-918b-26d3f3ae833b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 141, 141, 1);
border-style: dashed;
text-align: center;
}







  #s-35003018-0b11-4781-918b-26d3f3ae833b img.shogun-image {
    

    
    
    
  }


#s-35003018-0b11-4781-918b-26d3f3ae833b .shogun-image-content {
  
    align-items: center;
  
}

#s-f7bbcc22-e674-45ab-914e-dde105b92d2e {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-f7bbcc22-e674-45ab-914e-dde105b92d2e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7bbcc22-e674-45ab-914e-dde105b92d2e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7bbcc22-e674-45ab-914e-dde105b92d2e {
  
}
}@media (max-width: 767px){#s-f7bbcc22-e674-45ab-914e-dde105b92d2e {
  
}
}
@media (min-width: 0px) {
[id="s-f7bbcc22-e674-45ab-914e-dde105b92d2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7bbcc22-e674-45ab-914e-dde105b92d2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f7bbcc22-e674-45ab-914e-dde105b92d2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7bbcc22-e674-45ab-914e-dde105b92d2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c21463e9-5ae3-449a-9172-509c555df333 {
  opacity: 1;
}
@media (min-width: 1200px){#s-c21463e9-5ae3-449a-9172-509c555df333 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c21463e9-5ae3-449a-9172-509c555df333 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c21463e9-5ae3-449a-9172-509c555df333 {
  
}
}@media (max-width: 767px){#s-c21463e9-5ae3-449a-9172-509c555df333 {
  
}
}
#s-68f55118-48ef-450e-9b7e-3216ebc8d706 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 141, 141, 1);
border-style: solid;
text-align: center;
}







  #s-68f55118-48ef-450e-9b7e-3216ebc8d706 img.shogun-image {
    

    
    
    
  }


#s-68f55118-48ef-450e-9b7e-3216ebc8d706 .shogun-image-content {
  
    align-items: center;
  
}

#s-5784cea9-679c-4374-a8da-9e60228dcc76 {
  opacity: 1;
}
@media (min-width: 1200px){#s-5784cea9-679c-4374-a8da-9e60228dcc76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5784cea9-679c-4374-a8da-9e60228dcc76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5784cea9-679c-4374-a8da-9e60228dcc76 {
  
}
}@media (max-width: 767px){#s-5784cea9-679c-4374-a8da-9e60228dcc76 {
  
}
}
#s-ca3ebfb7-22c7-4850-af57-20e81b66f41d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 141, 141, 1);
border-style: dashed;
text-align: center;
}







  #s-ca3ebfb7-22c7-4850-af57-20e81b66f41d img.shogun-image {
    

    
    
    
  }


#s-ca3ebfb7-22c7-4850-af57-20e81b66f41d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-568a2988-5072-4fc2-a05a-2e488ace9912 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-568a2988-5072-4fc2-a05a-2e488ace9912 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-568a2988-5072-4fc2-a05a-2e488ace9912 {
  
}
}@media (max-width: 767px){#s-568a2988-5072-4fc2-a05a-2e488ace9912 {
  
}
}
@media (min-width: 0px) {
[id="s-568a2988-5072-4fc2-a05a-2e488ace9912"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-568a2988-5072-4fc2-a05a-2e488ace9912"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-568a2988-5072-4fc2-a05a-2e488ace9912"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-568a2988-5072-4fc2-a05a-2e488ace9912"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-222ddfef-ca92-45a3-8a73-f8b5c22c3f26 {
  opacity: 1;
}
@media (min-width: 1200px){#s-222ddfef-ca92-45a3-8a73-f8b5c22c3f26 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-222ddfef-ca92-45a3-8a73-f8b5c22c3f26 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-222ddfef-ca92-45a3-8a73-f8b5c22c3f26 {
  
}
}@media (max-width: 767px){#s-222ddfef-ca92-45a3-8a73-f8b5c22c3f26 {
  
}
}
#s-331a45a2-ac49-4de8-b378-fad649f23c34 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 141, 141, 1);
border-style: solid;
text-align: center;
}







  #s-331a45a2-ac49-4de8-b378-fad649f23c34 img.shogun-image {
    

    
    
    
  }


#s-331a45a2-ac49-4de8-b378-fad649f23c34 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a653e87-b2dd-4bf2-9f75-81a924b78f4d {
  opacity: 1;
}
@media (min-width: 1200px){#s-1a653e87-b2dd-4bf2-9f75-81a924b78f4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a653e87-b2dd-4bf2-9f75-81a924b78f4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a653e87-b2dd-4bf2-9f75-81a924b78f4d {
  
}
}@media (max-width: 767px){#s-1a653e87-b2dd-4bf2-9f75-81a924b78f4d {
  
}
}
#s-7cb6d2b2-51a8-405e-ba22-9d2a222458be {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 141, 141, 1);
border-style: solid;
text-align: center;
}







  #s-7cb6d2b2-51a8-405e-ba22-9d2a222458be img.shogun-image {
    

    
    
    
  }


#s-7cb6d2b2-51a8-405e-ba22-9d2a222458be .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8288323c-2576-4a98-ac63-6fd80b97c781 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 1px;
padding-left: 1%;
padding-bottom: 1px;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(194, 194, 194, 1);
border-style: solid;
border-radius: 15px;
}

@media (min-width: 0px) {
[id="s-8288323c-2576-4a98-ac63-6fd80b97c781"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8288323c-2576-4a98-ac63-6fd80b97c781"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8288323c-2576-4a98-ac63-6fd80b97c781"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8288323c-2576-4a98-ac63-6fd80b97c781"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .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-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .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-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-product-selector-wrapper label {
    color: rgba(2, 0, 9, 1);
    font-weight:   ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 11px;
  }

  
    #s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 10px;
    }
  




  #s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf-btn-wrapper {
    text-align: center;
  }


#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-variant-btn:hover {
  background: #252525;
}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-variant-btn:active, #s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-972f0cc1-f246-4e43-a3cc-da1ca7f290cf .shg-variant-btn.disabled {
  background: #252525;
}

#s-d9ab6332-12a9-4ef9-abb2-1f433c0feaa3 {
  text-align: center;
}

#s-d9ab6332-12a9-4ef9-abb2-1f433c0feaa3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d9ab6332-12a9-4ef9-abb2-1f433c0feaa3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d9ab6332-12a9-4ef9-abb2-1f433c0feaa3 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d9ab6332-12a9-4ef9-abb2-1f433c0feaa3 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d9ab6332-12a9-4ef9-abb2-1f433c0feaa3 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-d9ab6332-12a9-4ef9-abb2-1f433c0feaa3 label {
    color: rgba(2, 0, 9, 1);
    font-weight:   ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 11px;
  }

  
    #s-d9ab6332-12a9-4ef9-abb2-1f433c0feaa3 label:after {
      display: block;
      content: ' ';
      margin-bottom: 10px;
    }
  


#s-3f8b0fe7-eaf1-442b-b056-f11d8f0f39a7 {
  margin-top: 1px;
margin-bottom: 1px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(31, 116, 186, 1);
text-align: center;
cursor: pointer;
}
#s-3f8b0fe7-eaf1-442b-b056-f11d8f0f39a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f8b0fe7-eaf1-442b-b056-f11d8f0f39a7:active {border-radius: 15px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-3f8b0fe7-eaf1-442b-b056-f11d8f0f39a7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f8b0fe7-eaf1-442b-b056-f11d8f0f39a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f8b0fe7-eaf1-442b-b056-f11d8f0f39a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3f8b0fe7-eaf1-442b-b056-f11d8f0f39a7.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Montserrat;
  
  font-size: 2px;
  
}



#s-5485fd43-c828-4c06-ae98-cffd3a8c82ab {
  text-align: left;
}

#s-5d843f44-a2ac-4666-a196-b5e10ace5a03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d843f44-a2ac-4666-a196-b5e10ace5a03 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c09dc3f9-8b93-4918-a294-cf3983c23f90 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-80677840-13f3-4264-8e0d-df7763db27d4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 1200px){#s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 {
  display: none;
}
#s-bf8f33f3-19ec-4493-a239-f03f34ca5c76, #wrap-s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 {
  display: none;
}
#s-bf8f33f3-19ec-4493-a239-f03f34ca5c76, #wrap-s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 {
  display: none;
}
#s-bf8f33f3-19ec-4493-a239-f03f34ca5c76, #wrap-s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 { display: none !important; }}
#s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(0, 0, 0, 1);
    border: 1px solid #DDDDDD;
  }
  #s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(31, 116, 186, 1);
    border: 1px solid #ddd;
  }
#s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(31, 116, 186, 1);
}

#s-bf8f33f3-19ec-4493-a239-f03f34ca5c76 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-465abf2a-d012-4afa-a697-abcd86824d29 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-465abf2a-d012-4afa-a697-abcd86824d29 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-465abf2a-d012-4afa-a697-abcd86824d29 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-465abf2a-d012-4afa-a697-abcd86824d29 {
  
}
}@media (max-width: 767px){#s-465abf2a-d012-4afa-a697-abcd86824d29 {
  
}
}
#s-51e7ed89-38b6-470f-908f-c42211db5b4f {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-011cd846-052e-4f11-a57f-ef69606786d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-011cd846-052e-4f11-a57f-ef69606786d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-011cd846-052e-4f11-a57f-ef69606786d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-011cd846-052e-4f11-a57f-ef69606786d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f16eaf4-7c0f-4c67-9f0e-32025752dace {
  text-align: center;
}







  #s-1f16eaf4-7c0f-4c67-9f0e-32025752dace img.shogun-image {
    

    
    
    
  }


#s-1f16eaf4-7c0f-4c67-9f0e-32025752dace .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2c73d33d-485c-44c2-b445-871d7bcbcfbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c73d33d-485c-44c2-b445-871d7bcbcfbb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c73d33d-485c-44c2-b445-871d7bcbcfbb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c73d33d-485c-44c2-b445-871d7bcbcfbb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c73d33d-485c-44c2-b445-871d7bcbcfbb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c73d33d-485c-44c2-b445-871d7bcbcfbb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c73d33d-485c-44c2-b445-871d7bcbcfbb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-f14ab432-4509-4450-a255-7ca55a943a61 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-f14ab432-4509-4450-a255-7ca55a943a61 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f14ab432-4509-4450-a255-7ca55a943a61 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f14ab432-4509-4450-a255-7ca55a943a61 {
  
}
}@media (max-width: 767px){#s-f14ab432-4509-4450-a255-7ca55a943a61 {
  
}
}
#s-96ba8e59-3eae-45a7-ad46-36463b19acd4 {
  text-align: center;
}







  #s-96ba8e59-3eae-45a7-ad46-36463b19acd4 img.shogun-image {
    

    
    
    
  }


#s-96ba8e59-3eae-45a7-ad46-36463b19acd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1519efe-611b-4b9a-b76d-dfa1942d07fc {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-a1519efe-611b-4b9a-b76d-dfa1942d07fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1519efe-611b-4b9a-b76d-dfa1942d07fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1519efe-611b-4b9a-b76d-dfa1942d07fc {
  
}
}@media (max-width: 767px){#s-a1519efe-611b-4b9a-b76d-dfa1942d07fc {
  
}
}
#s-7d503ed0-886f-449d-a08b-8c9fb13b050e {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-7d503ed0-886f-449d-a08b-8c9fb13b050e {
  display: none;
}
#s-7d503ed0-886f-449d-a08b-8c9fb13b050e, #wrap-s-7d503ed0-886f-449d-a08b-8c9fb13b050e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d503ed0-886f-449d-a08b-8c9fb13b050e {
  display: none;
}
#s-7d503ed0-886f-449d-a08b-8c9fb13b050e, #wrap-s-7d503ed0-886f-449d-a08b-8c9fb13b050e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d503ed0-886f-449d-a08b-8c9fb13b050e {
  display: none;
}
#s-7d503ed0-886f-449d-a08b-8c9fb13b050e, #wrap-s-7d503ed0-886f-449d-a08b-8c9fb13b050e { display: none !important; }}
@media (min-width: 0px) {
[id="s-7d503ed0-886f-449d-a08b-8c9fb13b050e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d503ed0-886f-449d-a08b-8c9fb13b050e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7d503ed0-886f-449d-a08b-8c9fb13b050e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7d503ed0-886f-449d-a08b-8c9fb13b050e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7d503ed0-886f-449d-a08b-8c9fb13b050e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d503ed0-886f-449d-a08b-8c9fb13b050e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7d503ed0-886f-449d-a08b-8c9fb13b050e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-20936e31-a232-4687-a09d-ad3b25ee47d6 {
  margin-left: 60px;
margin-bottom: 20px;
margin-right: 60px;
}

@media (min-width: 0px) {
[id="s-20936e31-a232-4687-a09d-ad3b25ee47d6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-20936e31-a232-4687-a09d-ad3b25ee47d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-20936e31-a232-4687-a09d-ad3b25ee47d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-20936e31-a232-4687-a09d-ad3b25ee47d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-3912f4fb-1262-42a9-9c30-29396037484a {
  text-align: center;
}







  #s-3912f4fb-1262-42a9-9c30-29396037484a img.shogun-image {
    

    
    
    
  }


#s-3912f4fb-1262-42a9-9c30-29396037484a .shogun-image-content {
  
    align-items: center;
  
}

#s-0b16fed3-0671-431f-81df-ed80686ec026 {
  text-align: center;
}







  #s-0b16fed3-0671-431f-81df-ed80686ec026 img.shogun-image {
    

    
    
    
  }


#s-0b16fed3-0671-431f-81df-ed80686ec026 .shogun-image-content {
  
    align-items: center;
  
}

#s-4675936a-be44-4c16-9cef-792ce618ca07 {
  text-align: center;
}







  #s-4675936a-be44-4c16-9cef-792ce618ca07 img.shogun-image {
    

    
    
    
  }


#s-4675936a-be44-4c16-9cef-792ce618ca07 .shogun-image-content {
  
    align-items: center;
  
}

#s-061185e4-5f27-4324-9b16-a02f82a3742a {
  text-align: center;
}







  #s-061185e4-5f27-4324-9b16-a02f82a3742a img.shogun-image {
    

    
    
    
  }


#s-061185e4-5f27-4324-9b16-a02f82a3742a .shogun-image-content {
  
    align-items: center;
  
}

#s-c03f0033-d13b-47b2-8d81-04c4a395e79b {
  text-align: center;
}







  #s-c03f0033-d13b-47b2-8d81-04c4a395e79b img.shogun-image {
    

    
    
    
  }


#s-c03f0033-d13b-47b2-8d81-04c4a395e79b .shogun-image-content {
  
    align-items: center;
  
}

#s-95cbb249-50d3-41d5-b727-0bc88e8fee09 {
  text-align: center;
}







  #s-95cbb249-50d3-41d5-b727-0bc88e8fee09 img.shogun-image {
    

    
    
    
  }


#s-95cbb249-50d3-41d5-b727-0bc88e8fee09 .shogun-image-content {
  
    align-items: center;
  
}

#s-1611154a-1686-4ec1-8d82-989adaeaf3d3 {
  padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 1200px){#s-b25c8bc8-2da0-43db-860c-ec02c29f4f15 {
  display: none;
}
#s-b25c8bc8-2da0-43db-860c-ec02c29f4f15, #wrap-s-b25c8bc8-2da0-43db-860c-ec02c29f4f15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b25c8bc8-2da0-43db-860c-ec02c29f4f15 {
  display: none;
}
#s-b25c8bc8-2da0-43db-860c-ec02c29f4f15, #wrap-s-b25c8bc8-2da0-43db-860c-ec02c29f4f15 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b25c8bc8-2da0-43db-860c-ec02c29f4f15 {
  display: none;
}
#s-b25c8bc8-2da0-43db-860c-ec02c29f4f15, #wrap-s-b25c8bc8-2da0-43db-860c-ec02c29f4f15 { display: none !important; }}
#s-5f0348eb-ca89-4220-9e73-8637f3dcb8fc {
  background-color: rgba(96, 178, 246, 1);
}
@media (min-width: 1200px){#s-5f0348eb-ca89-4220-9e73-8637f3dcb8fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f0348eb-ca89-4220-9e73-8637f3dcb8fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f0348eb-ca89-4220-9e73-8637f3dcb8fc {
  
}
}@media (max-width: 767px){#s-5f0348eb-ca89-4220-9e73-8637f3dcb8fc {
  
}
}







#s-5f0348eb-ca89-4220-9e73-8637f3dcb8fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f0348eb-ca89-4220-9e73-8637f3dcb8fc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b6bf1b3f-ebbf-43fe-a183-8402af8d2deb {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-b6bf1b3f-ebbf-43fe-a183-8402af8d2deb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6bf1b3f-ebbf-43fe-a183-8402af8d2deb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6bf1b3f-ebbf-43fe-a183-8402af8d2deb {
  
}
}@media (max-width: 767px){#s-b6bf1b3f-ebbf-43fe-a183-8402af8d2deb {
  
}
}
#s-b6bf1b3f-ebbf-43fe-a183-8402af8d2deb .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e1462d78-b8e8-4c5f-87ca-494e6c34a04f {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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