#s-d06ae3d9-e33d-483f-a2af-5c25e5eb8285 {
  display: none;
}
.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-1b73ed71-4394-43cb-a0ff-d5e096372db3 {
  min-height: 50px;
background-color: rgba(211, 209, 196, 1);
}








#s-1b73ed71-4394-43cb-a0ff-d5e096372db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b73ed71-4394-43cb-a0ff-d5e096372db3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  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-7e1ef85c-9a3c-4eab-a3a2-1ec3f30f431a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

.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-b0e9fd23-615f-404f-959c-9ea0574d81c6 {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-b0e9fd23-615f-404f-959c-9ea0574d81c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0e9fd23-615f-404f-959c-9ea0574d81c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b0e9fd23-615f-404f-959c-9ea0574d81c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b0e9fd23-615f-404f-959c-9ea0574d81c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

.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-44a31ccd-893d-4f6a-9950-1bf597c555b9 {
  text-align: left;
}



.shg-c#s-44a31ccd-893d-4f6a-9950-1bf597c555b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44a31ccd-893d-4f6a-9950-1bf597c555b9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-44a31ccd-893d-4f6a-9950-1bf597c555b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44a31ccd-893d-4f6a-9950-1bf597c555b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44a31ccd-893d-4f6a-9950-1bf597c555b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44a31ccd-893d-4f6a-9950-1bf597c555b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44a31ccd-893d-4f6a-9950-1bf597c555b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44a31ccd-893d-4f6a-9950-1bf597c555b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44a31ccd-893d-4f6a-9950-1bf597c555b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44a31ccd-893d-4f6a-9950-1bf597c555b9 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-f39fc62c-357c-4961-b1ae-cf55d323e610 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f39fc62c-357c-4961-b1ae-cf55d323e610 .shg-gallery-thumb-image-wrapper {
  

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

#s-f39fc62c-357c-4961-b1ae-cf55d323e610 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-f39fc62c-357c-4961-b1ae-cf55d323e610 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f39fc62c-357c-4961-b1ae-cf55d323e610 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f39fc62c-357c-4961-b1ae-cf55d323e610 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f39fc62c-357c-4961-b1ae-cf55d323e610 .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-cfe023df-05f5-42b8-a0f0-dbb52cef1bb9 {
  padding-top: 50px;
padding-bottom: 0px;
text-align: left;
}

#s-cfe023df-05f5-42b8-a0f0-dbb52cef1bb9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

.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-87ce36d6-0996-49de-86de-b44f57b2bc4c {
  text-align: left;
}

#s-87ce36d6-0996-49de-86de-b44f57b2bc4c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-3187a139-c110-46c3-9ca0-a584cc65a4c6 {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
}

#s-7585e271-6293-4329-866b-6bae2775b0e8 {
  text-align: left;
}

#s-7585e271-6293-4329-866b-6bae2775b0e8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-7585e271-6293-4329-866b-6bae2775b0e8 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-7585e271-6293-4329-866b-6bae2775b0e8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 15px;
}

#s-676169c9-20f7-4944-9f74-5451aab894d2 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-676169c9-20f7-4944-9f74-5451aab894d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-676169c9-20f7-4944-9f74-5451aab894d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-676169c9-20f7-4944-9f74-5451aab894d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-676169c9-20f7-4944-9f74-5451aab894d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-f4642575-475c-4b02-ae3a-a57934e5e351 {
  margin-left: 25%;
max-width: 200px;
text-align: left;
}

#s-f4642575-475c-4b02-ae3a-a57934e5e351 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f4642575-475c-4b02-ae3a-a57934e5e351 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f4642575-475c-4b02-ae3a-a57934e5e351 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f4642575-475c-4b02-ae3a-a57934e5e351 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f4642575-475c-4b02-ae3a-a57934e5e351 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-9b6266da-6fe6-4d7b-ab8d-a7eceecc2f63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(108, 192, 74, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(108, 192, 74, 1);
text-align: center;
cursor: pointer;
}
#s-9b6266da-6fe6-4d7b-ab8d-a7eceecc2f63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b6266da-6fe6-4d7b-ab8d-a7eceecc2f63:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9b6266da-6fe6-4d7b-ab8d-a7eceecc2f63 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b6266da-6fe6-4d7b-ab8d-a7eceecc2f63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b6266da-6fe6-4d7b-ab8d-a7eceecc2f63.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}

#s-9b6266da-6fe6-4d7b-ab8d-a7eceecc2f63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba100e75-c90a-400d-89ed-eb3d6c222f99 {
  min-height: 50px;
}








#s-ba100e75-c90a-400d-89ed-eb3d6c222f99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba100e75-c90a-400d-89ed-eb3d6c222f99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef05899d-61d4-4ffe-a32f-6eb4d04c836f {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-ef05899d-61d4-4ffe-a32f-6eb4d04c836f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef05899d-61d4-4ffe-a32f-6eb4d04c836f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b648d88-33f2-4f76-8239-d0637cdd938b {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-7b648d88-33f2-4f76-8239-d0637cdd938b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b648d88-33f2-4f76-8239-d0637cdd938b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b648d88-33f2-4f76-8239-d0637cdd938b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b648d88-33f2-4f76-8239-d0637cdd938b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0713a824-f2da-4a73-9e84-98e173d9178c {
  margin-left: auto;
margin-right: auto;
padding-left: 1%;
padding-right: 1%;
max-width: 35px;
text-align: center;
}







  #s-0713a824-f2da-4a73-9e84-98e173d9178c img.shogun-image {
    

    
    
    
  }


#s-0713a824-f2da-4a73-9e84-98e173d9178c .shogun-image-content {
  
    align-items: center;
  
}

#s-4c99c461-ec45-4e7e-99aa-c5f02048c683 {
  margin-left: auto;
margin-right: auto;
max-width: 35px;
text-align: center;
}







  #s-4c99c461-ec45-4e7e-99aa-c5f02048c683 img.shogun-image {
    

    
    
    
  }


#s-4c99c461-ec45-4e7e-99aa-c5f02048c683 .shogun-image-content {
  
    align-items: center;
  
}

#s-4180f2c1-dd1c-475d-8915-849c7fca7dd1 {
  padding-top: 15px;
}

#s-180b1db2-f6ff-4fb2-95e2-d0cbd10c568b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-180b1db2-f6ff-4fb2-95e2-d0cbd10c568b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-180b1db2-f6ff-4fb2-95e2-d0cbd10c568b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c993a0d2-1629-4893-9138-074769ef4904"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c993a0d2-1629-4893-9138-074769ef4904"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c993a0d2-1629-4893-9138-074769ef4904"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c993a0d2-1629-4893-9138-074769ef4904"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

}

#s-9d9e765d-8150-498e-9618-3dd5a3ae962e {
  padding-top: 10px;
text-align: left;
}

#s-9d9e765d-8150-498e-9618-3dd5a3ae962e .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-4b0ed12e-521a-42db-9271-73b8391f5276 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a1a91e17-c225-43c2-8744-888ffbfe7e5f {
  padding-top: 10px;
text-align: left;
}

#s-a1a91e17-c225-43c2-8744-888ffbfe7e5f .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-17c1b13d-7341-4561-b068-cf57c44828a3 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-3145ddb5-9615-4929-b89d-38fa4413f24e {
  padding-top: 10px;
text-align: left;
}

#s-3145ddb5-9615-4929-b89d-38fa4413f24e .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-5e2b38a0-2650-4396-9316-44569e12c2c1 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-f6643f8c-af25-4d63-a826-c34da3636fca {
  padding-top: 15px;
padding-bottom: 15px;
max-width: 250px;
}







  #s-f6643f8c-af25-4d63-a826-c34da3636fca img.shogun-image {
    

    
    
    
  }


#s-f6643f8c-af25-4d63-a826-c34da3636fca .shogun-image-content {
  
    align-items: center;
  
}

#s-94c5344a-c4a3-41bb-bb20-19c52c1d4774 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-94c5344a-c4a3-41bb-bb20-19c52c1d4774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94c5344a-c4a3-41bb-bb20-19c52c1d4774.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70ce9674-81ec-4cb7-be87-73cb0aca30c1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 25px;
text-align: center;
}

#s-70ce9674-81ec-4cb7-be87-73cb0aca30c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  
  
  
  
}



#s-a3ba0e75-c398-404e-8a2e-67931019f2b4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(241, 242, 242, 1);
}








#s-a3ba0e75-c398-404e-8a2e-67931019f2b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3ba0e75-c398-404e-8a2e-67931019f2b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89749a40-11b2-46bb-ad71-7265a85990db {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}

#s-89749a40-11b2-46bb-ad71-7265a85990db .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  
  
  
  
}



@media (min-width: 0px) {
[id="s-9b179b9c-a4a1-497d-b84e-12874ded6b94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9b179b9c-a4a1-497d-b84e-12874ded6b94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9b179b9c-a4a1-497d-b84e-12874ded6b94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9b179b9c-a4a1-497d-b84e-12874ded6b94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ad8c429f-7092-4b60-8ac1-a0ae2100183e {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-ad8c429f-7092-4b60-8ac1-a0ae2100183e img.shogun-image {
    

    
    
    
  }


#s-ad8c429f-7092-4b60-8ac1-a0ae2100183e .shogun-image-content {
  
    align-items: center;
  
}

#s-cda7013a-b7d1-443f-9612-699ddc43041a {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-cda7013a-b7d1-443f-9612-699ddc43041a .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-4b18fa42-1e51-4cdc-b41e-995d338d923d {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-4b18fa42-1e51-4cdc-b41e-995d338d923d img.shogun-image {
    

    
    
    
  }


#s-4b18fa42-1e51-4cdc-b41e-995d338d923d .shogun-image-content {
  
    align-items: center;
  
}

#s-edffd93d-9afd-43f5-b9f8-bc68d60b77c4 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-edffd93d-9afd-43f5-b9f8-bc68d60b77c4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-2f76b6bb-19fd-401a-989f-0d16a4f634ac {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-2f76b6bb-19fd-401a-989f-0d16a4f634ac img.shogun-image {
    

    
    
    
  }


#s-2f76b6bb-19fd-401a-989f-0d16a4f634ac .shogun-image-content {
  
    align-items: center;
  
}

#s-2872fe91-f48f-4f49-9f15-522d8da11cad {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-2872fe91-f48f-4f49-9f15-522d8da11cad .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-cb158f5e-e0f5-4629-9f4e-29274a1e4708 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-cb158f5e-e0f5-4629-9f4e-29274a1e4708 img.shogun-image {
    

    
    
    
  }


#s-cb158f5e-e0f5-4629-9f4e-29274a1e4708 .shogun-image-content {
  
    align-items: center;
  
}

#s-964b9869-848a-4547-9d99-81639b33744b {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-964b9869-848a-4547-9d99-81639b33744b .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-89674335-68fc-421f-943e-68f736b8c268 {
  padding-top: 15px;
}

@media (min-width: 0px) {
[id="s-89674335-68fc-421f-943e-68f736b8c268"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-89674335-68fc-421f-943e-68f736b8c268"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-89674335-68fc-421f-943e-68f736b8c268"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-89674335-68fc-421f-943e-68f736b8c268"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2a7976fb-1183-4fc0-89df-110861a0736d {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-2a7976fb-1183-4fc0-89df-110861a0736d img.shogun-image {
    

    
    
    
  }


#s-2a7976fb-1183-4fc0-89df-110861a0736d .shogun-image-content {
  
    align-items: center;
  
}

#s-907c6a6e-7113-4394-bb31-ba1898b1b549 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-907c6a6e-7113-4394-bb31-ba1898b1b549 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-4c29c906-c1a3-4f38-a14f-aa2f3316adff {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-4c29c906-c1a3-4f38-a14f-aa2f3316adff img.shogun-image {
    

    
    
    
  }


#s-4c29c906-c1a3-4f38-a14f-aa2f3316adff .shogun-image-content {
  
    align-items: center;
  
}

#s-74fd5aa7-c024-4660-b9af-fd398ca752b5 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-74fd5aa7-c024-4660-b9af-fd398ca752b5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-d34268d1-5789-4ca5-a9c4-7809312d037c {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-d34268d1-5789-4ca5-a9c4-7809312d037c img.shogun-image {
    

    
    
    
  }


#s-d34268d1-5789-4ca5-a9c4-7809312d037c .shogun-image-content {
  
    align-items: center;
  
}

#s-8012e765-80b6-477d-8a35-e2745ceaeebe {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-8012e765-80b6-477d-8a35-e2745ceaeebe .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-8c51fa1f-e148-47b2-aac7-6b4439ca29df {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-8c51fa1f-e148-47b2-aac7-6b4439ca29df img.shogun-image {
    

    
    
    
  }


#s-8c51fa1f-e148-47b2-aac7-6b4439ca29df .shogun-image-content {
  
    align-items: center;
  
}

#s-4ca34f76-cbff-4259-af06-eb2d9e22d55c {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-4ca34f76-cbff-4259-af06-eb2d9e22d55c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-bcd230c1-8522-4413-b263-0be6cce8cd03 {
  padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
background-color: rgba(211, 209, 196, 1);
}








#s-bcd230c1-8522-4413-b263-0be6cce8cd03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcd230c1-8522-4413-b263-0be6cce8cd03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da3ca393-d939-4b0a-8bf1-f857cf1ac8ce {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-da3ca393-d939-4b0a-8bf1-f857cf1ac8ce img.shogun-image {
    

    
    
    
  }


#s-da3ca393-d939-4b0a-8bf1-f857cf1ac8ce .shogun-image-content {
  
    align-items: center;
  
}

#s-2718c616-baca-40b9-a1a5-7459d036cb8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2718c616-baca-40b9-a1a5-7459d036cb8a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  
  
  
  
}



#s-11f90b3b-d850-4319-8af2-92a89802a2aa {
  padding-left: 50px;
padding-right: 50px;
}

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

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

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

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-540e4c81-a0c7-45bf-8350-369990969bdd {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(108, 192, 74, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-540e4c81-a0c7-45bf-8350-369990969bdd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-540e4c81-a0c7-45bf-8350-369990969bdd:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-540e4c81-a0c7-45bf-8350-369990969bdd-root {
    text-align: center;
  }


#s-540e4c81-a0c7-45bf-8350-369990969bdd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-540e4c81-a0c7-45bf-8350-369990969bdd-root {
    text-align: center;
  }


#s-540e4c81-a0c7-45bf-8350-369990969bdd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-540e4c81-a0c7-45bf-8350-369990969bdd-root {
    text-align: center;
  }


#s-540e4c81-a0c7-45bf-8350-369990969bdd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-540e4c81-a0c7-45bf-8350-369990969bdd-root {
    text-align: center;
  }


#s-540e4c81-a0c7-45bf-8350-369990969bdd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-540e4c81-a0c7-45bf-8350-369990969bdd-root {
    text-align: center;
  }


#s-540e4c81-a0c7-45bf-8350-369990969bdd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
#s-76d71a76-5310-4fc3-bdea-8cc016a7ee97 {
  background-attachment: fixed;
min-height: 500px;
}








#s-76d71a76-5310-4fc3-bdea-8cc016a7ee97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76d71a76-5310-4fc3-bdea-8cc016a7ee97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c757cbc0-f665-4428-b1a1-9ffa3d88d59f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c757cbc0-f665-4428-b1a1-9ffa3d88d59f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c757cbc0-f665-4428-b1a1-9ffa3d88d59f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ad56bdd-c92c-4e64-9ace-efabaabc5486 {
  padding-top: 25px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-4ad56bdd-c92c-4e64-9ace-efabaabc5486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ad56bdd-c92c-4e64-9ace-efabaabc5486.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfd69640-a1ab-47ca-9a71-e9ace8b45f90 {
  padding-bottom: 10px;
text-align: center;
}

#s-cfd69640-a1ab-47ca-9a71-e9ace8b45f90 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Dosis";
  font-style:  normal ;
  
  
  letter-spacing: 4px;
  
}



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

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

#s-64a4e9c5-258a-430b-9cc5-b0f5af27b571 {
  margin-top: -15px;
padding-left: 375px;
padding-right: 375px;
}

#s-64a4e9c5-258a-430b-9cc5-b0f5af27b571 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.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-d8bad398-a4c2-4612-95e6-3eca6f7fbde6 {
  margin-top: 0px;
}

#s-d8bad398-a4c2-4612-95e6-3eca6f7fbde6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(190, 190, 190, 1);
}

#s-d8bad398-a4c2-4612-95e6-3eca6f7fbde6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 242, 242, 1);
  padding: 25px;
}

#s-d8bad398-a4c2-4612-95e6-3eca6f7fbde6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d8bad398-a4c2-4612-95e6-3eca6f7fbde6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(241, 242, 242, 1);
  border-top: 1px solid rgba(190, 190, 190, 1);
}

#s-d8bad398-a4c2-4612-95e6-3eca6f7fbde6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Nunito Sans;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-d8bad398-a4c2-4612-95e6-3eca6f7fbde6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-bf2434a9-b13d-43f5-a27f-4ed914e475bf {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ed982aa0-246e-4c36-8e53-5dacf329a819 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-91abf68e-3072-43aa-8d48-9ceecba794d7 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-5b8bf1da-13d4-49b5-bb92-005c0e32ae4c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-cbad3615-e74a-44b6-a9ad-8693c2ea9a05 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-92154887-4f76-4b6a-acdb-1e4003077fe0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-49a1de5d-dd53-4f44-aaf4-a20f78b6ae54 {
  padding-top: 50px;
padding-left: 100px;
padding-bottom: 100px;
padding-right: 100px;
min-height: 50px;
}








#s-49a1de5d-dd53-4f44-aaf4-a20f78b6ae54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49a1de5d-dd53-4f44-aaf4-a20f78b6ae54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7d8169e-afed-4b4e-bdbd-7e4485969368 {
  padding-bottom: 10px;
text-align: center;
}

#s-d7d8169e-afed-4b4e-bdbd-7e4485969368 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Dosis";
  font-style:  normal ;
  
  
  letter-spacing: 4px;
  
}



#s-414a4a97-e4a1-4bb9-9017-13fe15720136 {
  margin-top: -15px;
padding-left: 375px;
padding-right: 375px;
}

#s-414a4a97-e4a1-4bb9-9017-13fe15720136 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-42fe37de-371a-45b9-b236-04a6e0f151ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42fe37de-371a-45b9-b236-04a6e0f151ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-42fe37de-371a-45b9-b236-04a6e0f151ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-42fe37de-371a-45b9-b236-04a6e0f151ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d8b93b12-1955-4c40-b251-3f4836ba980c {
  display: none;
}
#s-b5313324-32cb-488f-9cf0-391e2260d1f3 {
  text-align: left;
}



.shg-c#s-b5313324-32cb-488f-9cf0-391e2260d1f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5313324-32cb-488f-9cf0-391e2260d1f3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b5313324-32cb-488f-9cf0-391e2260d1f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5313324-32cb-488f-9cf0-391e2260d1f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5313324-32cb-488f-9cf0-391e2260d1f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5313324-32cb-488f-9cf0-391e2260d1f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5313324-32cb-488f-9cf0-391e2260d1f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5313324-32cb-488f-9cf0-391e2260d1f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5313324-32cb-488f-9cf0-391e2260d1f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5313324-32cb-488f-9cf0-391e2260d1f3 img.shogun-image {
  width: 100%;
}



}
#s-af3dbd86-6ba3-48ed-b5f1-26ae7aaac165 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af3dbd86-6ba3-48ed-b5f1-26ae7aaac165 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9ea585e4-d288-49cd-9e76-ceec76fba470 {
  text-align: center;
}

#s-9ea585e4-d288-49cd-9e76-ceec76fba470 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9ea585e4-d288-49cd-9e76-ceec76fba470 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-9ea585e4-d288-49cd-9e76-ceec76fba470 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cab5b150-8447-479f-94a2-7685e7b25027 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(108, 192, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cab5b150-8447-479f-94a2-7685e7b25027:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cab5b150-8447-479f-94a2-7685e7b25027:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cab5b150-8447-479f-94a2-7685e7b25027-root {
    text-align: center;
  }


#s-cab5b150-8447-479f-94a2-7685e7b25027.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cab5b150-8447-479f-94a2-7685e7b25027-root {
    text-align: center;
  }


#s-cab5b150-8447-479f-94a2-7685e7b25027.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cab5b150-8447-479f-94a2-7685e7b25027-root {
    text-align: center;
  }


#s-cab5b150-8447-479f-94a2-7685e7b25027.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cab5b150-8447-479f-94a2-7685e7b25027-root {
    text-align: center;
  }


#s-cab5b150-8447-479f-94a2-7685e7b25027.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cab5b150-8447-479f-94a2-7685e7b25027-root {
    text-align: center;
  }


#s-cab5b150-8447-479f-94a2-7685e7b25027.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
#s-ac1fc15b-8e2c-4145-a953-1e7143d75d69 {
  display: none;
}
#s-30ea90e6-08c1-4088-94db-3d145f85b22a {
  text-align: left;
}



.shg-c#s-30ea90e6-08c1-4088-94db-3d145f85b22a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ea90e6-08c1-4088-94db-3d145f85b22a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-30ea90e6-08c1-4088-94db-3d145f85b22a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ea90e6-08c1-4088-94db-3d145f85b22a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-30ea90e6-08c1-4088-94db-3d145f85b22a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ea90e6-08c1-4088-94db-3d145f85b22a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-30ea90e6-08c1-4088-94db-3d145f85b22a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ea90e6-08c1-4088-94db-3d145f85b22a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-30ea90e6-08c1-4088-94db-3d145f85b22a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30ea90e6-08c1-4088-94db-3d145f85b22a img.shogun-image {
  width: 100%;
}



}
#s-925e66df-b117-4d1d-a495-472e8b854682 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-925e66df-b117-4d1d-a495-472e8b854682 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-202926fe-9b02-4558-9510-936dfc9d4ecc {
  text-align: center;
}

#s-202926fe-9b02-4558-9510-936dfc9d4ecc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-202926fe-9b02-4558-9510-936dfc9d4ecc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-202926fe-9b02-4558-9510-936dfc9d4ecc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a57cba69-0950-4116-868b-c9fc24e6555d {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(108, 192, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a57cba69-0950-4116-868b-c9fc24e6555d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a57cba69-0950-4116-868b-c9fc24e6555d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a57cba69-0950-4116-868b-c9fc24e6555d-root {
    text-align: center;
  }


#s-a57cba69-0950-4116-868b-c9fc24e6555d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a57cba69-0950-4116-868b-c9fc24e6555d-root {
    text-align: center;
  }


#s-a57cba69-0950-4116-868b-c9fc24e6555d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a57cba69-0950-4116-868b-c9fc24e6555d-root {
    text-align: center;
  }


#s-a57cba69-0950-4116-868b-c9fc24e6555d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a57cba69-0950-4116-868b-c9fc24e6555d-root {
    text-align: center;
  }


#s-a57cba69-0950-4116-868b-c9fc24e6555d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a57cba69-0950-4116-868b-c9fc24e6555d-root {
    text-align: center;
  }


#s-a57cba69-0950-4116-868b-c9fc24e6555d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
#s-43b99fea-4122-4e72-bb9f-5e79c2a8c438 {
  display: none;
}
#s-263b5d83-4d33-45d0-b88d-a7ca1d7eb9b1 {
  text-align: left;
}



.shg-c#s-263b5d83-4d33-45d0-b88d-a7ca1d7eb9b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263b5d83-4d33-45d0-b88d-a7ca1d7eb9b1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-263b5d83-4d33-45d0-b88d-a7ca1d7eb9b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263b5d83-4d33-45d0-b88d-a7ca1d7eb9b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-263b5d83-4d33-45d0-b88d-a7ca1d7eb9b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263b5d83-4d33-45d0-b88d-a7ca1d7eb9b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-263b5d83-4d33-45d0-b88d-a7ca1d7eb9b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263b5d83-4d33-45d0-b88d-a7ca1d7eb9b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-263b5d83-4d33-45d0-b88d-a7ca1d7eb9b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-263b5d83-4d33-45d0-b88d-a7ca1d7eb9b1 img.shogun-image {
  width: 100%;
}



}
#s-181645dd-f30c-49ac-be40-a079914ed18e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-181645dd-f30c-49ac-be40-a079914ed18e .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-cad6aabe-b600-4c6c-bcf0-f092cceca811 {
  text-align: center;
}

#s-cad6aabe-b600-4c6c-bcf0-f092cceca811 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-cad6aabe-b600-4c6c-bcf0-f092cceca811 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-cad6aabe-b600-4c6c-bcf0-f092cceca811 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5558371d-61d4-43bc-8649-238bea8d022e {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(108, 192, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5558371d-61d4-43bc-8649-238bea8d022e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5558371d-61d4-43bc-8649-238bea8d022e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5558371d-61d4-43bc-8649-238bea8d022e-root {
    text-align: center;
  }


#s-5558371d-61d4-43bc-8649-238bea8d022e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5558371d-61d4-43bc-8649-238bea8d022e-root {
    text-align: center;
  }


#s-5558371d-61d4-43bc-8649-238bea8d022e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5558371d-61d4-43bc-8649-238bea8d022e-root {
    text-align: center;
  }


#s-5558371d-61d4-43bc-8649-238bea8d022e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5558371d-61d4-43bc-8649-238bea8d022e-root {
    text-align: center;
  }


#s-5558371d-61d4-43bc-8649-238bea8d022e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5558371d-61d4-43bc-8649-238bea8d022e-root {
    text-align: center;
  }


#s-5558371d-61d4-43bc-8649-238bea8d022e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
#s-44a889b4-2349-4989-a972-7f2db66cc0f3 {
  margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
min-height: 50px;
max-width: 1280px;
}








#s-44a889b4-2349-4989-a972-7f2db66cc0f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44a889b4-2349-4989-a972-7f2db66cc0f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-541701f3-9b06-4e07-9302-182d6d309edb {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
background-color: rgba(241, 242, 242, 1);
}
@media (max-width: 767px){#s-541701f3-9b06-4e07-9302-182d6d309edb {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-541701f3-9b06-4e07-9302-182d6d309edb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-541701f3-9b06-4e07-9302-182d6d309edb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3968e13d-751d-4372-949d-d5d9e1eb1834"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3968e13d-751d-4372-949d-d5d9e1eb1834"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3968e13d-751d-4372-949d-d5d9e1eb1834"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3968e13d-751d-4372-949d-d5d9e1eb1834"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a7768a42-9f33-4f70-9718-94d579acfc2e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 35px;
text-align: center;
}







  #s-a7768a42-9f33-4f70-9718-94d579acfc2e img.shogun-image {
    

    
    
    
  }


#s-a7768a42-9f33-4f70-9718-94d579acfc2e .shogun-image-content {
  
    align-items: center;
  
}

#s-0f984083-43b3-4a89-8c50-c77f9e0ad362 {
  margin-bottom: 0px;
}

#s-6e6756ad-adb0-43cf-ac67-11f2acecdb26 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 35px;
text-align: center;
}







  #s-6e6756ad-adb0-43cf-ac67-11f2acecdb26 img.shogun-image {
    

    
    
    
  }


#s-6e6756ad-adb0-43cf-ac67-11f2acecdb26 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebfdd341-8cc0-4941-9933-ee40fa9f6162 {
  margin-bottom: 0px;
}

#s-0921fe12-8a11-4103-9f0e-14e533f5f44d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 35px;
text-align: center;
}







  #s-0921fe12-8a11-4103-9f0e-14e533f5f44d img.shogun-image {
    

    
    
    
  }


#s-0921fe12-8a11-4103-9f0e-14e533f5f44d .shogun-image-content {
  
    align-items: center;
  
}

#s-d53535e0-87d8-4457-b11e-13eeec2489de {
  margin-bottom: 0px;
}

#s-1965893d-fadb-4bca-9daa-f884ef14c8fd {
  background-attachment: fixed;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 250px;
background-color: rgba(212, 209, 197, 1);
}








#s-1965893d-fadb-4bca-9daa-f884ef14c8fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1965893d-fadb-4bca-9daa-f884ef14c8fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-46c902e5-277e-4c37-8af7-6069737a7dab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46c902e5-277e-4c37-8af7-6069737a7dab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46c902e5-277e-4c37-8af7-6069737a7dab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46c902e5-277e-4c37-8af7-6069737a7dab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-47916a1f-0e64-42c6-a3ac-0aedf6aec8c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47916a1f-0e64-42c6-a3ac-0aedf6aec8c6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-3e319546-4066-46db-b17a-3b8017aecf60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e319546-4066-46db-b17a-3b8017aecf60 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: left;
}



#mc_embed_signup.custom-subscribe {
	background: transparent;
	font-family: "nunito_sanslight", sans-serif;
	font-weight: normal;
	font-size: 16px;
}

#mc_embed_signup.custom-subscribe input {
	border: none;
}

#mc_embed_signup.custom-subscribe .email input,
#mc_embed_signup.custom-subscribe .name input {
	font-family: "nunito_sanslight", sans-serif;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 2px solid #fff !important;
	background: transparent !important;
	color: #000 !important;
	letter-spacing: 0.02em;
}

#mc_embed_signup.custom-subscribe .email input::-moz-placeholder,
#mc_embed_signup.custom-subscribe .name input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

#mc_embed_signup.custom-subscribe .email input:-moz-placeholder,
#mc_embed_signup.custom-subscribe .name input:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

#mc_embed_signup.custom-subscribe .email input::-webkit-input-placeholder,
#mc_embed_signup.custom-subscribe .name input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

#mc_embed_signup.custom-subscribe .email input:-ms-input-placeholder,
#mc_embed_signup.custom-subscribe .name input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

#mc_embed_signup.custom-subscribe .email input::-ms-input-placeholder,
#mc_embed_signup.custom-subscribe .name input::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

#mc_embed_signup.custom-subscribe .email input::-ms-placeholder,
#mc_embed_signup.custom-subscribe .name input::-ms-placeholder {
	color: #fff;
	opacity: 1;
}

#mc_embed_signup.custom-subscribe .email input::placeholder,
#mc_embed_signup.custom-subscribe .name input::placeholder {
	color: #fff;
	opacity: 1;
}

#mc_embed_signup.custom-subscribe input:-webkit-autofill,
#mc_embed_signup.custom-subscribe input:-webkit-autofill:hover, 
#mc_embed_signup.custom-subscribe input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 500px #b3d67f inset;
    transition: background-color 5000s ease-in-out 0s;
}

#mc_embed_signup.custom-subscribe .custom-subscribe__btn {
	background-color: #7dc147;
	color: #fff;
	text-transform: uppercase;
	font-family: "nunito_sanssemibold", sans-serif;
	letter-spacing: 0.02em;
}

.custom-subscribe__group {
	display: flex;
	flex-flow: column wrap;
}

.custom-subscribe__group .clear {
	margin-left: auto;
}

.custom-subscribe input#mce-FNAME,
.custom-subscribe input#mce-LNAME,
.custom-subscribe input#mce-EMAIL {
	width: 100%;
}

.mc-field-group {
	margin-bottom: 16px;
}

.mc-btn-wrapper {
    margin-top: 8px;
}

.custom-subscribe input#mce-FNAME {
	margin-bottom: 0;
	padding: 8px 10px;
}

@media screen and (min-width: 769px) {
	.custom-subscribe__group {
		flex-flow: row wrap;
	}

	.custom-subscribe .mc-field-group.name {
		width: calc(50% - 8px);
	}

	.custom-subscribe .mc-field-group.name:first-child {
		margin-right: 8px;
	}

	.custom-subscribe .mc-field-group.name:nth-child(2) {
		margin-left: 8px;
	}
}

@media screen and (min-width: 1024px) {
    .custom-subscribe__group,
    .custom-subscribe .mc-field-group.email,
    .mc-btn-wrapper {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (min-width: 1520px) {
    .custom-subscribe__group,
    .custom-subscribe .mc-field-group.email,
    .mc-btn-wrapper {
		width: 70%;
	}
	
	.shg-row {
        justify-content: center;
    }
}
#s-cf0f9c81-d788-4642-81f6-990405b91d7c {
  padding-top: 15px;
padding-bottom: 15px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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