.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-84b9cd1d-92e3-4028-b076-8754e4d5a475 {
  min-height: 50px;
background-color: rgba(211, 209, 196, 1);
}








#s-84b9cd1d-92e3-4028-b076-8754e4d5a475 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84b9cd1d-92e3-4028-b076-8754e4d5a475.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-000085dc-e9b3-45ef-b0ed-eb0fdfabce5c {
  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-36f9ef00-9e82-49d2-a6f0-129c46582068 {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-36f9ef00-9e82-49d2-a6f0-129c46582068"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36f9ef00-9e82-49d2-a6f0-129c46582068"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-36f9ef00-9e82-49d2-a6f0-129c46582068"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-36f9ef00-9e82-49d2-a6f0-129c46582068"] > .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-02e1be57-b28f-4c8d-9601-82fd8a70561c {
  text-align: left;
}



.shg-c#s-02e1be57-b28f-4c8d-9601-82fd8a70561c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02e1be57-b28f-4c8d-9601-82fd8a70561c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-02e1be57-b28f-4c8d-9601-82fd8a70561c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02e1be57-b28f-4c8d-9601-82fd8a70561c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02e1be57-b28f-4c8d-9601-82fd8a70561c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02e1be57-b28f-4c8d-9601-82fd8a70561c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02e1be57-b28f-4c8d-9601-82fd8a70561c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02e1be57-b28f-4c8d-9601-82fd8a70561c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02e1be57-b28f-4c8d-9601-82fd8a70561c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02e1be57-b28f-4c8d-9601-82fd8a70561c 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-75dde6b6-ab6a-4a44-8c98-cf95bf66b2ee {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-75dde6b6-ab6a-4a44-8c98-cf95bf66b2ee .shg-gallery-thumb-image-wrapper {
  

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

#s-75dde6b6-ab6a-4a44-8c98-cf95bf66b2ee .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-75dde6b6-ab6a-4a44-8c98-cf95bf66b2ee .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-75dde6b6-ab6a-4a44-8c98-cf95bf66b2ee .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-75dde6b6-ab6a-4a44-8c98-cf95bf66b2ee .shg-gallery-scroll-button {
  color: #FFF;
}

#s-75dde6b6-ab6a-4a44-8c98-cf95bf66b2ee .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-4649dcfe-e975-4846-88dd-7c9c4aa36e78 {
  padding-top: 50px;
padding-bottom: 0px;
text-align: left;
}

#s-4649dcfe-e975-4846-88dd-7c9c4aa36e78 .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-b2d274aa-a387-4987-a286-a861ce723f80 {
  text-align: left;
}

#s-b2d274aa-a387-4987-a286-a861ce723f80 .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-1bb45e6b-e034-4f72-8737-a800e8f5c271 {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
}

#s-964f3ac6-5825-4e5f-a95b-43dd35e55fb0 {
  text-align: left;
}

#s-964f3ac6-5825-4e5f-a95b-43dd35e55fb0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-964f3ac6-5825-4e5f-a95b-43dd35e55fb0 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-964f3ac6-5825-4e5f-a95b-43dd35e55fb0 .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-1f8eb857-a067-4cdb-97f7-afc131689839 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-1f8eb857-a067-4cdb-97f7-afc131689839"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f8eb857-a067-4cdb-97f7-afc131689839"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-1f8eb857-a067-4cdb-97f7-afc131689839"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f8eb857-a067-4cdb-97f7-afc131689839"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-75e60b46-0604-4fb4-83ea-651c23ba78b2 {
  margin-left: 25%;
max-width: 200px;
text-align: left;
}

#s-75e60b46-0604-4fb4-83ea-651c23ba78b2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-75e60b46-0604-4fb4-83ea-651c23ba78b2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-75e60b46-0604-4fb4-83ea-651c23ba78b2 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-75e60b46-0604-4fb4-83ea-651c23ba78b2 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-75e60b46-0604-4fb4-83ea-651c23ba78b2 .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-1a71ac68-9ef5-4ddf-a799-abc8e71e3aa3 {
  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-1a71ac68-9ef5-4ddf-a799-abc8e71e3aa3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a71ac68-9ef5-4ddf-a799-abc8e71e3aa3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1a71ac68-9ef5-4ddf-a799-abc8e71e3aa3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a71ac68-9ef5-4ddf-a799-abc8e71e3aa3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a71ac68-9ef5-4ddf-a799-abc8e71e3aa3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}

#s-1a71ac68-9ef5-4ddf-a799-abc8e71e3aa3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dab4e671-4621-48d4-a804-cda156038809 {
  padding-top: 15px;
}

#s-b8094ba6-e791-45a9-8fd4-a259ddb980d2 {
  min-height: 50px;
}








#s-b8094ba6-e791-45a9-8fd4-a259ddb980d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8094ba6-e791-45a9-8fd4-a259ddb980d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa05a54e-f4fe-4c80-aff5-efe0c3824882 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-aa05a54e-f4fe-4c80-aff5-efe0c3824882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa05a54e-f4fe-4c80-aff5-efe0c3824882.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76975441-fcd1-4724-915b-ab11c6114771 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-76975441-fcd1-4724-915b-ab11c6114771"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76975441-fcd1-4724-915b-ab11c6114771"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76975441-fcd1-4724-915b-ab11c6114771"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76975441-fcd1-4724-915b-ab11c6114771"] > .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-cab0aec1-1392-43e5-bca3-5f82efa68007 {
  margin-left: auto;
margin-right: auto;
padding-left: 1%;
padding-right: 1%;
max-width: 35px;
text-align: center;
}







  #s-cab0aec1-1392-43e5-bca3-5f82efa68007 img.shogun-image {
    

    
    
    
  }


#s-cab0aec1-1392-43e5-bca3-5f82efa68007 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e2b6574-aaf0-4e58-a705-560e06cacd7d {
  margin-left: auto;
margin-right: auto;
max-width: 35px;
text-align: center;
}







  #s-3e2b6574-aaf0-4e58-a705-560e06cacd7d img.shogun-image {
    

    
    
    
  }


#s-3e2b6574-aaf0-4e58-a705-560e06cacd7d .shogun-image-content {
  
    align-items: center;
  
}

#s-7b463b79-42b3-4f40-9cf8-73004995043d {
  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-7b463b79-42b3-4f40-9cf8-73004995043d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b463b79-42b3-4f40-9cf8-73004995043d.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-c7614a41-8bad-4708-a508-46c622d1ec97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7614a41-8bad-4708-a508-46c622d1ec97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c7614a41-8bad-4708-a508-46c622d1ec97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c7614a41-8bad-4708-a508-46c622d1ec97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

}

#s-72a24dd5-4735-45a5-89a0-89ca84b6d3c6 {
  padding-top: 10px;
text-align: left;
}

#s-72a24dd5-4735-45a5-89a0-89ca84b6d3c6 .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-e1178838-925e-4f6e-884f-d0ad74ff1744 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-4b3f8897-7b00-435d-8863-afaf2604e342"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4b3f8897-7b00-435d-8863-afaf2604e342"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b3f8897-7b00-435d-8863-afaf2604e342"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b3f8897-7b00-435d-8863-afaf2604e342"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-193a6431-3d7b-4912-86b6-715a8be93c16 {
  padding-top: 15px;
padding-bottom: 15px;
max-width: 250px;
}







  #s-193a6431-3d7b-4912-86b6-715a8be93c16 img.shogun-image {
    

    
    
    
  }


#s-193a6431-3d7b-4912-86b6-715a8be93c16 .shogun-image-content {
  
    align-items: center;
  
}

#s-79f02f10-ac25-4366-8062-42a79ddaf9a0 {
  margin-top: 15px;
max-width: 100px;
text-align: center;
}







  #s-79f02f10-ac25-4366-8062-42a79ddaf9a0 img.shogun-image {
    

    
    
    
  }


#s-79f02f10-ac25-4366-8062-42a79ddaf9a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2acc8697-3985-4de8-9cfe-20a4764fbff2 {
  padding-top: 10px;
text-align: left;
}

#s-2acc8697-3985-4de8-9cfe-20a4764fbff2 .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-09539458-0f43-4de6-9b66-8d5ad9f758f5 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-bd107574-a671-41aa-b24c-40ebe1cfc9a5 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}







  #s-bd107574-a671-41aa-b24c-40ebe1cfc9a5 img.shogun-image {
    

    
    
    
  }


#s-bd107574-a671-41aa-b24c-40ebe1cfc9a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e602080c-d855-4b44-b586-0792699aef9b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 2%;
padding-bottom: 25px;
padding-right: 2%;
background-position: center center;
background-attachment: scroll;
}








#s-e602080c-d855-4b44-b586-0792699aef9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e602080c-d855-4b44-b586-0792699aef9b.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-0946f443-4aeb-4e3a-9c74-8c5a8379df10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0946f443-4aeb-4e3a-9c74-8c5a8379df10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0946f443-4aeb-4e3a-9c74-8c5a8379df10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0946f443-4aeb-4e3a-9c74-8c5a8379df10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-784a50aa-fdd2-44d6-9167-d4b39ef2264f {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}







  #s-784a50aa-fdd2-44d6-9167-d4b39ef2264f img.shogun-image {
    

    
    
    
  }


#s-784a50aa-fdd2-44d6-9167-d4b39ef2264f .shogun-image-content {
  
    align-items: center;
  
}

#s-4a23eed4-e736-4108-8ae6-08297c219908 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}







  #s-4a23eed4-e736-4108-8ae6-08297c219908 img.shogun-image {
    

    
    
    
  }


#s-4a23eed4-e736-4108-8ae6-08297c219908 .shogun-image-content {
  
    align-items: center;
  
}

#s-91d7d3bd-ae83-41ee-a582-d87911d970b0 {
  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-91d7d3bd-ae83-41ee-a582-d87911d970b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91d7d3bd-ae83-41ee-a582-d87911d970b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39ddb3a0-e74e-4592-a445-419b44767621 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}

#s-39ddb3a0-e74e-4592-a445-419b44767621 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  
  
  
  
}



@media (min-width: 0px) {
[id="s-68ff1a07-7bc5-481a-a275-dce9eaf22f81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-68ff1a07-7bc5-481a-a275-dce9eaf22f81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-68ff1a07-7bc5-481a-a275-dce9eaf22f81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-68ff1a07-7bc5-481a-a275-dce9eaf22f81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c926c016-18ef-4520-9341-8eaa6de70774 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-c926c016-18ef-4520-9341-8eaa6de70774 img.shogun-image {
    

    
    
    
  }


#s-c926c016-18ef-4520-9341-8eaa6de70774 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ef55231-81b4-4aa6-9b49-b8e497da0be5 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-7ef55231-81b4-4aa6-9b49-b8e497da0be5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-4319ce0f-d730-4f31-b4ae-039f8f210959 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-4319ce0f-d730-4f31-b4ae-039f8f210959 img.shogun-image {
    

    
    
    
  }


#s-4319ce0f-d730-4f31-b4ae-039f8f210959 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4140533-3458-4edd-979d-e9167c32f4e9 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-c4140533-3458-4edd-979d-e9167c32f4e9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-006488d5-f7ff-4eef-9299-539e407bc0a6 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-006488d5-f7ff-4eef-9299-539e407bc0a6 img.shogun-image {
    

    
    
    
  }


#s-006488d5-f7ff-4eef-9299-539e407bc0a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bea210ec-ddd4-4b88-be9d-d8f66ec4e715 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-bea210ec-ddd4-4b88-be9d-d8f66ec4e715 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-c58985b4-c1c7-4d8a-b82d-096424b25a88 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-c58985b4-c1c7-4d8a-b82d-096424b25a88 img.shogun-image {
    

    
    
    
  }


#s-c58985b4-c1c7-4d8a-b82d-096424b25a88 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0392785-e77c-4b47-8dad-799f9f7463fd {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-b0392785-e77c-4b47-8dad-799f9f7463fd .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-48cb3962-a4a0-4bf5-b5d4-ad36c3afbde2 {
  padding-top: 15px;
}

@media (min-width: 0px) {
[id="s-48cb3962-a4a0-4bf5-b5d4-ad36c3afbde2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-48cb3962-a4a0-4bf5-b5d4-ad36c3afbde2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-48cb3962-a4a0-4bf5-b5d4-ad36c3afbde2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-48cb3962-a4a0-4bf5-b5d4-ad36c3afbde2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-71280cd5-0778-4385-a821-df57e113def8 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-71280cd5-0778-4385-a821-df57e113def8 img.shogun-image {
    

    
    
    
  }


#s-71280cd5-0778-4385-a821-df57e113def8 .shogun-image-content {
  
    align-items: center;
  
}

#s-619a5d8c-c238-4aa8-a15f-0744e1e3e89a {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-619a5d8c-c238-4aa8-a15f-0744e1e3e89a .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-0b723774-022e-4fba-9bf6-325aa36e9351 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-0b723774-022e-4fba-9bf6-325aa36e9351 img.shogun-image {
    

    
    
    
  }


#s-0b723774-022e-4fba-9bf6-325aa36e9351 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b90d75e-f0a8-4193-a476-1296dac9af0c {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-5b90d75e-f0a8-4193-a476-1296dac9af0c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-8f212624-34cd-4383-8505-32841f27f42d {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-8f212624-34cd-4383-8505-32841f27f42d img.shogun-image {
    

    
    
    
  }


#s-8f212624-34cd-4383-8505-32841f27f42d .shogun-image-content {
  
    align-items: center;
  
}

#s-672a8c52-23e9-4155-8cc2-2a554543f25b {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-672a8c52-23e9-4155-8cc2-2a554543f25b .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-31f67ba5-0ea6-4d9f-8e9b-2489a1e984b5 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 150px;
text-align: center;
}







  #s-31f67ba5-0ea6-4d9f-8e9b-2489a1e984b5 img.shogun-image {
    

    
    
    
  }


#s-31f67ba5-0ea6-4d9f-8e9b-2489a1e984b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-90d1e681-ec26-492b-af0a-430754cf4cd5 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-90d1e681-ec26-492b-af0a-430754cf4cd5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-2f0fd8e0-cab1-4cc5-87a0-142e4d534300 {
  min-height: 50px;
}








#s-2f0fd8e0-cab1-4cc5-87a0-142e4d534300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f0fd8e0-cab1-4cc5-87a0-142e4d534300.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-422d30b2-1d0d-47f4-b3ed-9556768f9290 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-422d30b2-1d0d-47f4-b3ed-9556768f9290"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-422d30b2-1d0d-47f4-b3ed-9556768f9290"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-422d30b2-1d0d-47f4-b3ed-9556768f9290"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-422d30b2-1d0d-47f4-b3ed-9556768f9290"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-71452330-3961-4eee-b9ea-431229a0b067 {
  padding-left: 50px;
padding-bottom: 25px;
text-align: left;
}

#s-71452330-3961-4eee-b9ea-431229a0b067 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-cce683d8-08c1-4dc2-9a3b-3906e7a297ab {
  padding-left: 50px;
padding-right: 50px;
}

#s-6cbf8888-eb35-4777-96ce-75045db51e18 {
  margin-top: 25px;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-6cbf8888-eb35-4777-96ce-75045db51e18"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6cbf8888-eb35-4777-96ce-75045db51e18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6cbf8888-eb35-4777-96ce-75045db51e18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cbf8888-eb35-4777-96ce-75045db51e18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dc8e6b0b-b0a9-40de-952c-d8333aabfe83 {
  max-width: 100px;
text-align: center;
}







  #s-dc8e6b0b-b0a9-40de-952c-d8333aabfe83 img.shogun-image {
    

    
    
    
  }


#s-dc8e6b0b-b0a9-40de-952c-d8333aabfe83 .shogun-image-content {
  
    align-items: center;
  
}

#s-06fbeaa1-1fec-49fa-8764-1ba47e282db5 {
  max-width: 100px;
text-align: center;
}







  #s-06fbeaa1-1fec-49fa-8764-1ba47e282db5 img.shogun-image {
    

    
    
    
  }


#s-06fbeaa1-1fec-49fa-8764-1ba47e282db5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6226c87e-d620-4e41-b46b-c8f8c6c5b7d8 {
  max-width: 100px;
text-align: center;
}







  #s-6226c87e-d620-4e41-b46b-c8f8c6c5b7d8 img.shogun-image {
    

    
    
    
  }


#s-6226c87e-d620-4e41-b46b-c8f8c6c5b7d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-93c4b118-6780-4e27-a649-fbe546aee30a {
  padding-left: 5%;
padding-right: 1%;
text-align: center;
}







  #s-93c4b118-6780-4e27-a649-fbe546aee30a img.shogun-image {
    

    
    
    
  }


#s-93c4b118-6780-4e27-a649-fbe546aee30a .shogun-image-content {
  
    align-items: center;
  
}

#s-ec78ab43-7203-40ee-a109-cda3a36e7451 {
  padding-left: 50px;
text-align: center;
}

#s-ec78ab43-7203-40ee-a109-cda3a36e7451 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-d9a48d81-920c-48c8-bb2b-b93ca2aa99e1 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
min-height: 50px;
}








#s-d9a48d81-920c-48c8-bb2b-b93ca2aa99e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9a48d81-920c-48c8-bb2b-b93ca2aa99e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fb060f1-c82e-4d57-bf41-0b171849143b {
  text-align: center;
}







  #s-7fb060f1-c82e-4d57-bf41-0b171849143b img.shogun-image {
    

    
    
    
  }


#s-7fb060f1-c82e-4d57-bf41-0b171849143b .shogun-image-content {
  
    align-items: center;
  
}

#s-5049b213-de27-4a36-816f-6409e13a57a4 {
  padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
background-color: rgba(211, 209, 196, 1);
}








#s-5049b213-de27-4a36-816f-6409e13a57a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5049b213-de27-4a36-816f-6409e13a57a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-431dfc3f-8811-4570-ad4f-39e722e3fab6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-431dfc3f-8811-4570-ad4f-39e722e3fab6 img.shogun-image {
    

    
    
    
  }


#s-431dfc3f-8811-4570-ad4f-39e722e3fab6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a88cfeaa-897b-4bbd-ab4c-94bd3b7effee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a88cfeaa-897b-4bbd-ab4c-94bd3b7effee .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  
  
  
  
}



#s-3f5b3109-e9f4-49ef-9e88-6d1c6834f404 {
  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-7f4492f6-4963-4d04-b428-f874007ebab2 {
  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-7f4492f6-4963-4d04-b428-f874007ebab2: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-7f4492f6-4963-4d04-b428-f874007ebab2:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7f4492f6-4963-4d04-b428-f874007ebab2-root {
    text-align: center;
  }


#s-7f4492f6-4963-4d04-b428-f874007ebab2.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-7f4492f6-4963-4d04-b428-f874007ebab2-root {
    text-align: center;
  }


#s-7f4492f6-4963-4d04-b428-f874007ebab2.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-7f4492f6-4963-4d04-b428-f874007ebab2-root {
    text-align: center;
  }


#s-7f4492f6-4963-4d04-b428-f874007ebab2.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-7f4492f6-4963-4d04-b428-f874007ebab2-root {
    text-align: center;
  }


#s-7f4492f6-4963-4d04-b428-f874007ebab2.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-7f4492f6-4963-4d04-b428-f874007ebab2-root {
    text-align: center;
  }


#s-7f4492f6-4963-4d04-b428-f874007ebab2.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-f2c8e970-a275-46b2-b842-a0cde3f1767c {
  background-attachment: fixed;
min-height: 500px;
}








#s-f2c8e970-a275-46b2-b842-a0cde3f1767c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2c8e970-a275-46b2-b842-a0cde3f1767c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c15b1ad1-f2c8-426f-8ee2-ff3c8a336e84 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c15b1ad1-f2c8-426f-8ee2-ff3c8a336e84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c15b1ad1-f2c8-426f-8ee2-ff3c8a336e84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d2c880d-2837-407d-8965-0a9093327481 {
  min-height: 50px;
}








#s-6d2c880d-2837-407d-8965-0a9093327481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d2c880d-2837-407d-8965-0a9093327481.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-500578ff-1173-4ace-aa16-1950e228281e {
  min-height: 50px;
}








#s-500578ff-1173-4ace-aa16-1950e228281e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-500578ff-1173-4ace-aa16-1950e228281e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-021b3dc7-2542-48fa-a54b-c5520fc7e5be {
  padding-top: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-021b3dc7-2542-48fa-a54b-c5520fc7e5be .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-7bbd4498-1f18-4803-b341-b26bb888d879 {
  margin-top: -15px;
padding-left: 375px;
padding-right: 375px;
}

#s-7bbd4498-1f18-4803-b341-b26bb888d879 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-35eb3ec7-57a4-4509-96a6-2f9a3c9b0ec6 {
  padding-top: 15px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
}

#s-35eb3ec7-57a4-4509-96a6-2f9a3c9b0ec6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-35eb3ec7-57a4-4509-96a6-2f9a3c9b0ec6 .shg-sld-nav-button.shg-sld-left,
#s-35eb3ec7-57a4-4509-96a6-2f9a3c9b0ec6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-0c6cec92-1e75-4a3e-87c5-1800236f7e1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c6cec92-1e75-4a3e-87c5-1800236f7e1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c6cec92-1e75-4a3e-87c5-1800236f7e1a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c6cec92-1e75-4a3e-87c5-1800236f7e1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c6cec92-1e75-4a3e-87c5-1800236f7e1a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c6cec92-1e75-4a3e-87c5-1800236f7e1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c6cec92-1e75-4a3e-87c5-1800236f7e1a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1a09a5a4-bb1b-4fb7-8b1c-2ac0c0e2c707 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-1a09a5a4-bb1b-4fb7-8b1c-2ac0c0e2c707 img.shogun-image {
    

    
    
    
  }


#s-1a09a5a4-bb1b-4fb7-8b1c-2ac0c0e2c707 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e5838f3-6b95-43b1-b707-2ebc7fc39210 {
  padding-top: 15px;
padding-bottom: 10px;
text-align: left;
}

#s-4e5838f3-6b95-43b1-b707-2ebc7fc39210 .shogun-heading-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-487ab9f4-1ebb-464e-a09c-f06dc0e7e768 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-487ab9f4-1ebb-464e-a09c-f06dc0e7e768 .shogun-heading-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-214215f5-45fd-45ad-aeef-3eb78c3f581c {
  text-align: left;
}

#s-214215f5-45fd-45ad-aeef-3eb78c3f581c .shogun-heading-component h4 {
  color: rgba(125, 193, 71, 1);
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-bed05d8a-a602-4ad7-a63a-cb4dac1636c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bed05d8a-a602-4ad7-a63a-cb4dac1636c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bed05d8a-a602-4ad7-a63a-cb4dac1636c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bed05d8a-a602-4ad7-a63a-cb4dac1636c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bed05d8a-a602-4ad7-a63a-cb4dac1636c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bed05d8a-a602-4ad7-a63a-cb4dac1636c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bed05d8a-a602-4ad7-a63a-cb4dac1636c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2747076b-e328-4f43-80af-3c81b46e72c0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-2747076b-e328-4f43-80af-3c81b46e72c0 img.shogun-image {
    

    
    
    
  }


#s-2747076b-e328-4f43-80af-3c81b46e72c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4025da11-78c2-4c83-a982-544f3baef864 {
  padding-top: 15px;
padding-bottom: 10px;
text-align: left;
}

#s-4025da11-78c2-4c83-a982-544f3baef864 .shogun-heading-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-bc513915-46bf-4dd9-adb7-d4ee4e0e33ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc513915-46bf-4dd9-adb7-d4ee4e0e33ec .shogun-heading-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-11bf8be3-3e6a-4483-ab19-10d5bbbdb362 {
  text-align: left;
}

#s-11bf8be3-3e6a-4483-ab19-10d5bbbdb362 .shogun-heading-component h4 {
  color: rgba(125, 193, 71, 1);
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-bfc1ce31-97f7-408e-9ffb-0dba5f96ce2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfc1ce31-97f7-408e-9ffb-0dba5f96ce2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfc1ce31-97f7-408e-9ffb-0dba5f96ce2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfc1ce31-97f7-408e-9ffb-0dba5f96ce2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfc1ce31-97f7-408e-9ffb-0dba5f96ce2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfc1ce31-97f7-408e-9ffb-0dba5f96ce2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfc1ce31-97f7-408e-9ffb-0dba5f96ce2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6c33e509-69e5-414b-9fb3-1e44e1c5d6a5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-6c33e509-69e5-414b-9fb3-1e44e1c5d6a5 img.shogun-image {
    

    
    
    
  }


#s-6c33e509-69e5-414b-9fb3-1e44e1c5d6a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c00566cd-1476-46a7-8feb-4296fdd77aee {
  padding-top: 15px;
padding-bottom: 10px;
text-align: left;
}

#s-c00566cd-1476-46a7-8feb-4296fdd77aee .shogun-heading-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-cdd753be-8c37-4583-9fd1-fccccb147864 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cdd753be-8c37-4583-9fd1-fccccb147864 .shogun-heading-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c8256ff7-9e83-47f6-b66e-a1f82d158d64 {
  text-align: left;
}

#s-c8256ff7-9e83-47f6-b66e-a1f82d158d64 .shogun-heading-component h4 {
  color: rgba(108, 192, 74, 1);
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-45304db5-b1b3-4614-9765-09659e9b6c68 {
  padding-top: 25px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-45304db5-b1b3-4614-9765-09659e9b6c68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45304db5-b1b3-4614-9765-09659e9b6c68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e31ac42f-8850-4391-82f9-3f8ec3ad4c74 {
  padding-bottom: 10px;
text-align: center;
}

#s-e31ac42f-8850-4391-82f9-3f8ec3ad4c74 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Dosis";
  font-style:  normal ;
  
  
  letter-spacing: 4px;
  
}



#s-f1d19dbe-b5e9-493f-a281-c2a6e4de74fe {
  margin-top: -15px;
padding-left: 375px;
padding-right: 375px;
}

#s-f1d19dbe-b5e9-493f-a281-c2a6e4de74fe 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-5c0e74d1-8d9e-44bd-8b6b-e47efb284ae7 {
  margin-top: 0px;
}

#s-5c0e74d1-8d9e-44bd-8b6b-e47efb284ae7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(190, 190, 190, 1);
}

#s-5c0e74d1-8d9e-44bd-8b6b-e47efb284ae7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 242, 242, 1);
  padding: 25px;
}

#s-5c0e74d1-8d9e-44bd-8b6b-e47efb284ae7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5c0e74d1-8d9e-44bd-8b6b-e47efb284ae7 > .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-5c0e74d1-8d9e-44bd-8b6b-e47efb284ae7 > .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-5c0e74d1-8d9e-44bd-8b6b-e47efb284ae7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-1d869dc0-5d62-49fa-a652-f884ca7e8b70 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-f923f927-06a0-4d0d-a38c-01f76fc528d4 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-73a35792-feca-4c09-8d91-1f957f2341dc {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-8d3db093-95c2-4a60-a03c-b23c6bbe0557 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c3227381-6289-4921-804b-f2246d9d9167 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-96ac06f1-5110-4053-b28c-0cfaba103b56 {
  padding-top: 50px;
padding-left: 100px;
padding-bottom: 100px;
padding-right: 100px;
min-height: 50px;
}








#s-96ac06f1-5110-4053-b28c-0cfaba103b56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96ac06f1-5110-4053-b28c-0cfaba103b56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fccaf5d-0444-4a4f-b7dd-d69a18b43ed8 {
  padding-bottom: 10px;
text-align: center;
}

#s-7fccaf5d-0444-4a4f-b7dd-d69a18b43ed8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Dosis";
  font-style:  normal ;
  
  
  letter-spacing: 4px;
  
}



#s-38fb7de6-097f-4329-8fcc-acc324e154d0 {
  margin-top: -15px;
padding-left: 375px;
padding-right: 375px;
}

#s-38fb7de6-097f-4329-8fcc-acc324e154d0 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-b3283546-50f9-44d4-8bf2-3bfbb603abc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3283546-50f9-44d4-8bf2-3bfbb603abc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3283546-50f9-44d4-8bf2-3bfbb603abc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3283546-50f9-44d4-8bf2-3bfbb603abc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-12e4869a-c547-43ce-b158-f601c44cd1ee {
  text-align: left;
}



.shg-c#s-12e4869a-c547-43ce-b158-f601c44cd1ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12e4869a-c547-43ce-b158-f601c44cd1ee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-12e4869a-c547-43ce-b158-f601c44cd1ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12e4869a-c547-43ce-b158-f601c44cd1ee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12e4869a-c547-43ce-b158-f601c44cd1ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12e4869a-c547-43ce-b158-f601c44cd1ee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12e4869a-c547-43ce-b158-f601c44cd1ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12e4869a-c547-43ce-b158-f601c44cd1ee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12e4869a-c547-43ce-b158-f601c44cd1ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12e4869a-c547-43ce-b158-f601c44cd1ee img.shogun-image {
  width: 100%;
}



}
#s-6c4cc869-1199-444a-9959-8e80d3ef3217 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c4cc869-1199-444a-9959-8e80d3ef3217 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-0c8e68b0-edc3-4e1e-9352-3a8ec0e29140 {
  text-align: center;
}

#s-0c8e68b0-edc3-4e1e-9352-3a8ec0e29140 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-0c8e68b0-edc3-4e1e-9352-3a8ec0e29140 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-0c8e68b0-edc3-4e1e-9352-3a8ec0e29140 .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-1503a4ed-6d2a-4db9-8b4c-644ab1359504 {
  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-1503a4ed-6d2a-4db9-8b4c-644ab1359504:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1503a4ed-6d2a-4db9-8b4c-644ab1359504:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1503a4ed-6d2a-4db9-8b4c-644ab1359504-root {
    text-align: center;
  }


#s-1503a4ed-6d2a-4db9-8b4c-644ab1359504.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1503a4ed-6d2a-4db9-8b4c-644ab1359504-root {
    text-align: center;
  }


#s-1503a4ed-6d2a-4db9-8b4c-644ab1359504.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-1503a4ed-6d2a-4db9-8b4c-644ab1359504-root {
    text-align: center;
  }


#s-1503a4ed-6d2a-4db9-8b4c-644ab1359504.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-1503a4ed-6d2a-4db9-8b4c-644ab1359504-root {
    text-align: center;
  }


#s-1503a4ed-6d2a-4db9-8b4c-644ab1359504.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1503a4ed-6d2a-4db9-8b4c-644ab1359504-root {
    text-align: center;
  }


#s-1503a4ed-6d2a-4db9-8b4c-644ab1359504.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
#s-6e862c32-b294-4d59-8f36-4191c14ab560 {
  text-align: left;
}



.shg-c#s-6e862c32-b294-4d59-8f36-4191c14ab560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e862c32-b294-4d59-8f36-4191c14ab560 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e862c32-b294-4d59-8f36-4191c14ab560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e862c32-b294-4d59-8f36-4191c14ab560 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e862c32-b294-4d59-8f36-4191c14ab560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e862c32-b294-4d59-8f36-4191c14ab560 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e862c32-b294-4d59-8f36-4191c14ab560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e862c32-b294-4d59-8f36-4191c14ab560 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e862c32-b294-4d59-8f36-4191c14ab560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e862c32-b294-4d59-8f36-4191c14ab560 img.shogun-image {
  width: 100%;
}



}
#s-9e383b69-2ca4-4d5e-8429-d04cc6b8fdb8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e383b69-2ca4-4d5e-8429-d04cc6b8fdb8 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-262f1c47-c1cb-4e94-a655-3e915cd2ec16 {
  text-align: center;
}

#s-262f1c47-c1cb-4e94-a655-3e915cd2ec16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-262f1c47-c1cb-4e94-a655-3e915cd2ec16 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-262f1c47-c1cb-4e94-a655-3e915cd2ec16 .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-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e {
  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-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e-root {
    text-align: center;
  }


#s-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e-root {
    text-align: center;
  }


#s-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e.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-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e-root {
    text-align: center;
  }


#s-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e.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-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e-root {
    text-align: center;
  }


#s-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e-root {
    text-align: center;
  }


#s-29f00ea0-b597-49ad-b1c5-4d62a0ecbe2e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
#s-3f1f53ec-df06-4bfa-8c7c-f235a033e90f {
  text-align: left;
}



.shg-c#s-3f1f53ec-df06-4bfa-8c7c-f235a033e90f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f1f53ec-df06-4bfa-8c7c-f235a033e90f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3f1f53ec-df06-4bfa-8c7c-f235a033e90f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f1f53ec-df06-4bfa-8c7c-f235a033e90f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f1f53ec-df06-4bfa-8c7c-f235a033e90f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f1f53ec-df06-4bfa-8c7c-f235a033e90f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f1f53ec-df06-4bfa-8c7c-f235a033e90f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f1f53ec-df06-4bfa-8c7c-f235a033e90f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f1f53ec-df06-4bfa-8c7c-f235a033e90f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f1f53ec-df06-4bfa-8c7c-f235a033e90f img.shogun-image {
  width: 100%;
}



}
#s-13eda9ea-59e2-41db-b4bb-b8484aeb08d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13eda9ea-59e2-41db-b4bb-b8484aeb08d3 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Nunito Sans;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-64b0028f-eddd-4acb-86c3-522acce4a5af {
  text-align: center;
}

#s-64b0028f-eddd-4acb-86c3-522acce4a5af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-64b0028f-eddd-4acb-86c3-522acce4a5af .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-64b0028f-eddd-4acb-86c3-522acce4a5af .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-1b904716-cd08-4f81-914b-df59e5694431 {
  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-1b904716-cd08-4f81-914b-df59e5694431:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b904716-cd08-4f81-914b-df59e5694431:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b904716-cd08-4f81-914b-df59e5694431-root {
    text-align: center;
  }


#s-1b904716-cd08-4f81-914b-df59e5694431.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b904716-cd08-4f81-914b-df59e5694431-root {
    text-align: center;
  }


#s-1b904716-cd08-4f81-914b-df59e5694431.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-1b904716-cd08-4f81-914b-df59e5694431-root {
    text-align: center;
  }


#s-1b904716-cd08-4f81-914b-df59e5694431.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-1b904716-cd08-4f81-914b-df59e5694431-root {
    text-align: center;
  }


#s-1b904716-cd08-4f81-914b-df59e5694431.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b904716-cd08-4f81-914b-df59e5694431-root {
    text-align: center;
  }


#s-1b904716-cd08-4f81-914b-df59e5694431.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
#s-816bd9e6-603f-4f09-bf2c-4a727d8dc665 {
  margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
min-height: 50px;
max-width: 1280px;
}








#s-816bd9e6-603f-4f09-bf2c-4a727d8dc665 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-816bd9e6-603f-4f09-bf2c-4a727d8dc665.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65d7b5b8-4596-4a5e-bc07-29309c27d3b0 {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
background-color: rgba(241, 242, 242, 1);
}
@media (max-width: 767px){#s-65d7b5b8-4596-4a5e-bc07-29309c27d3b0 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-65d7b5b8-4596-4a5e-bc07-29309c27d3b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65d7b5b8-4596-4a5e-bc07-29309c27d3b0.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-97b79284-4f2d-4976-a4b4-d519745922f5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-97b79284-4f2d-4976-a4b4-d519745922f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97b79284-4f2d-4976-a4b4-d519745922f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97b79284-4f2d-4976-a4b4-d519745922f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-938d55ab-d289-42cc-8d18-4bf03a389dc2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 35px;
text-align: center;
}







  #s-938d55ab-d289-42cc-8d18-4bf03a389dc2 img.shogun-image {
    

    
    
    
  }


#s-938d55ab-d289-42cc-8d18-4bf03a389dc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-302a546a-bd31-42c7-80db-5f340fa7ea93 {
  margin-bottom: 0px;
}

#s-4ebf0afc-4521-474d-bba3-a3ea11026cc9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 35px;
text-align: center;
}







  #s-4ebf0afc-4521-474d-bba3-a3ea11026cc9 img.shogun-image {
    

    
    
    
  }


#s-4ebf0afc-4521-474d-bba3-a3ea11026cc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7bb8bb3-79a2-4706-8a40-ca7a378aa8a5 {
  margin-bottom: 0px;
}

#s-bfb52fba-76bd-4a93-829c-3a7e47ca31ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 35px;
text-align: center;
}







  #s-bfb52fba-76bd-4a93-829c-3a7e47ca31ed img.shogun-image {
    

    
    
    
  }


#s-bfb52fba-76bd-4a93-829c-3a7e47ca31ed .shogun-image-content {
  
    align-items: center;
  
}

#s-4e4f87f8-c20d-45d4-8603-d9b0dd06acbc {
  margin-bottom: 0px;
}

#s-48615fb0-4d36-40c0-96e7-60313e4d2f01 {
  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-48615fb0-4d36-40c0-96e7-60313e4d2f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48615fb0-4d36-40c0-96e7-60313e4d2f01.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-bc5a2efc-7064-4d70-b538-8f3e617b58eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc5a2efc-7064-4d70-b538-8f3e617b58eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc5a2efc-7064-4d70-b538-8f3e617b58eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc5a2efc-7064-4d70-b538-8f3e617b58eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cfb34ef7-0c3e-4206-b5f5-3a163f1cce0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cfb34ef7-0c3e-4206-b5f5-3a163f1cce0d .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-ce564def-4380-4ef5-9746-ee3baecb386b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ce564def-4380-4ef5-9746-ee3baecb386b .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-77a4a198-bd61-4c48-a4fe-8e5641fd6424 {
  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: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}
