.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: ;
}

.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-9b9ee1b2-931d-471d-8097-8306c29f4899 {
  padding-top: 20px;
padding-left: 25%;
padding-bottom: 20px;
padding-right: 25%;
min-height: 50px;
background-color: rgba(139, 167, 190, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9b9ee1b2-931d-471d-8097-8306c29f4899 {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-9b9ee1b2-931d-471d-8097-8306c29f4899 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-9b9ee1b2-931d-471d-8097-8306c29f4899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b9ee1b2-931d-471d-8097-8306c29f4899.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-aec0685f-84ee-48b7-ab18-badb613ccaa1 {
  text-align: center;
}







  #s-aec0685f-84ee-48b7-ab18-badb613ccaa1 img.shogun-image {
    

    
    
    
  }


#s-aec0685f-84ee-48b7-ab18-badb613ccaa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b605d1b-a0f9-4d14-9f49-da1f147edf9e {
  min-height: 350px;
}
@media (min-width: 1200px){#s-9b605d1b-a0f9-4d14-9f49-da1f147edf9e {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b605d1b-a0f9-4d14-9f49-da1f147edf9e {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b605d1b-a0f9-4d14-9f49-da1f147edf9e {
  padding-left: 7%;
padding-right: 7%;
min-height: 450px;
}
}@media (max-width: 767px){#s-9b605d1b-a0f9-4d14-9f49-da1f147edf9e {
  padding-left: 20px;
padding-right: 20px;
min-height: 500px;
}
}







#s-9b605d1b-a0f9-4d14-9f49-da1f147edf9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b605d1b-a0f9-4d14-9f49-da1f147edf9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-58faa7d5-1637-4877-ac19-a166f04383ee {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58faa7d5-1637-4877-ac19-a166f04383ee .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-58faa7d5-1637-4877-ac19-a166f04383ee .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-58faa7d5-1637-4877-ac19-a166f04383ee .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-cb43cf0b-d0ba-40c3-bcbc-adc4d53c750d {
  min-height: 50px;
}








#s-cb43cf0b-d0ba-40c3-bcbc-adc4d53c750d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb43cf0b-d0ba-40c3-bcbc-adc4d53c750d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-9da9ae5a-20d1-45e1-99a5-d05120c48f37 {
  display: none;
}
#s-9da9ae5a-20d1-45e1-99a5-d05120c48f37, #wrap-s-9da9ae5a-20d1-45e1-99a5-d05120c48f37 { display: none !important; }}@media (max-width: 767px){#s-9da9ae5a-20d1-45e1-99a5-d05120c48f37 {
  display: none;
}
#s-9da9ae5a-20d1-45e1-99a5-d05120c48f37, #wrap-s-9da9ae5a-20d1-45e1-99a5-d05120c48f37 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9da9ae5a-20d1-45e1-99a5-d05120c48f37"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9da9ae5a-20d1-45e1-99a5-d05120c48f37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-9da9ae5a-20d1-45e1-99a5-d05120c48f37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-9da9ae5a-20d1-45e1-99a5-d05120c48f37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-9da9ae5a-20d1-45e1-99a5-d05120c48f37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-9da9ae5a-20d1-45e1-99a5-d05120c48f37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-9da9ae5a-20d1-45e1-99a5-d05120c48f37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

#s-d63a3d70-cb0d-4f9f-92bd-d728a3b35f66 {
  min-height: 50px;
}








#s-d63a3d70-cb0d-4f9f-92bd-d728a3b35f66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d63a3d70-cb0d-4f9f-92bd-d728a3b35f66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df318af1-896f-4cf1-bcf5-5416ba1c5458 {
  min-height: 50px;
}








#s-df318af1-896f-4cf1-bcf5-5416ba1c5458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df318af1-896f-4cf1-bcf5-5416ba1c5458.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1f529cd-f9a5-4557-a79e-51ebead5e33f {
  min-height: 50px;
}








#s-e1f529cd-f9a5-4557-a79e-51ebead5e33f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1f529cd-f9a5-4557-a79e-51ebead5e33f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1156bc04-ea5c-45fc-bd5d-51f4224a2d7f {
  min-height: 50px;
}








#s-1156bc04-ea5c-45fc-bd5d-51f4224a2d7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1156bc04-ea5c-45fc-bd5d-51f4224a2d7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-195c4150-2f94-4848-82ea-9ee15a45f7e5 {
  min-height: 50px;
}








#s-195c4150-2f94-4848-82ea-9ee15a45f7e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-195c4150-2f94-4848-82ea-9ee15a45f7e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-0f12ea4b-56ee-40cd-b837-d16fcca6ea34 {
  display: none;
}
#s-0f12ea4b-56ee-40cd-b837-d16fcca6ea34, #wrap-s-0f12ea4b-56ee-40cd-b837-d16fcca6ea34 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f12ea4b-56ee-40cd-b837-d16fcca6ea34 {
  display: none;
}
#s-0f12ea4b-56ee-40cd-b837-d16fcca6ea34, #wrap-s-0f12ea4b-56ee-40cd-b837-d16fcca6ea34 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f12ea4b-56ee-40cd-b837-d16fcca6ea34"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0f12ea4b-56ee-40cd-b837-d16fcca6ea34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0f12ea4b-56ee-40cd-b837-d16fcca6ea34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f12ea4b-56ee-40cd-b837-d16fcca6ea34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-87a247b2-b224-487a-bddc-455d514aa1cd {
  min-height: 50px;
}








#s-87a247b2-b224-487a-bddc-455d514aa1cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87a247b2-b224-487a-bddc-455d514aa1cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41d226e8-b87d-4ac0-b235-ca87a176d5b6 {
  min-height: 50px;
}








#s-41d226e8-b87d-4ac0-b235-ca87a176d5b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41d226e8-b87d-4ac0-b235-ca87a176d5b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff47bffe-8e03-437f-b1db-431b3e2f1c02 {
  min-height: 50px;
}








#s-ff47bffe-8e03-437f-b1db-431b3e2f1c02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff47bffe-8e03-437f-b1db-431b3e2f1c02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08 {
  display: none;
}
#s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08, #wrap-s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08 {
  display: none;
}
#s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08, #wrap-s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08 { display: none !important; }}@media (max-width: 767px){#s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08 {
  display: none;
}
#s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08, #wrap-s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08 { display: none !important; }}
@media (min-width: 0px) {
[id="s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-983d96a9-e1de-4ef0-8a27-a41f3b28ea08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-281a9568-6a05-4d3c-af66-06c5b8f3e36e {
  min-height: 50px;
}








#s-281a9568-6a05-4d3c-af66-06c5b8f3e36e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-281a9568-6a05-4d3c-af66-06c5b8f3e36e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-473a00ff-06a3-42a7-ba59-ac08f5f3a5a2 {
  min-height: 50px;
}








#s-473a00ff-06a3-42a7-ba59-ac08f5f3a5a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-473a00ff-06a3-42a7-ba59-ac08f5f3a5a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3953e12-b5eb-41b4-a71c-9994c5f9d90a {
  margin-top: 10px;
}

#s-5c57a5f5-c0c4-47ad-9079-c10d5a33e25d {
  min-height: 700px;
background-color: rgba(252, 248, 239, 1);
}
@media (min-width: 1200px){#s-5c57a5f5-c0c4-47ad-9079-c10d5a33e25d {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c57a5f5-c0c4-47ad-9079-c10d5a33e25d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c57a5f5-c0c4-47ad-9079-c10d5a33e25d {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-5c57a5f5-c0c4-47ad-9079-c10d5a33e25d {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-5c57a5f5-c0c4-47ad-9079-c10d5a33e25d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c57a5f5-c0c4-47ad-9079-c10d5a33e25d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68ad6aca-3226-46fa-a332-6fa26384d1fd {
  margin-top: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-68ad6aca-3226-46fa-a332-6fa26384d1fd {
  margin-top: 30px;
}
}
#s-68ad6aca-3226-46fa-a332-6fa26384d1fd .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-68ad6aca-3226-46fa-a332-6fa26384d1fd .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-68ad6aca-3226-46fa-a332-6fa26384d1fd .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
.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);
}

@media (min-width: 1200px){#s-791eb8dc-75a7-40ee-97f2-161eeb955555 {
  display: none;
}
#s-791eb8dc-75a7-40ee-97f2-161eeb955555, #wrap-s-791eb8dc-75a7-40ee-97f2-161eeb955555 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-791eb8dc-75a7-40ee-97f2-161eeb955555 {
  display: none;
}
#s-791eb8dc-75a7-40ee-97f2-161eeb955555, #wrap-s-791eb8dc-75a7-40ee-97f2-161eeb955555 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-791eb8dc-75a7-40ee-97f2-161eeb955555 {
  display: none;
}
#s-791eb8dc-75a7-40ee-97f2-161eeb955555, #wrap-s-791eb8dc-75a7-40ee-97f2-161eeb955555 { display: none !important; }}@media (max-width: 767px){#s-791eb8dc-75a7-40ee-97f2-161eeb955555 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}
}
#s-791eb8dc-75a7-40ee-97f2-161eeb955555 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-791eb8dc-75a7-40ee-97f2-161eeb955555 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-791eb8dc-75a7-40ee-97f2-161eeb955555 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(43, 61, 76, 1);
}

#s-791eb8dc-75a7-40ee-97f2-161eeb955555 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(252, 248, 239, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-791eb8dc-75a7-40ee-97f2-161eeb955555 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(43, 61, 76, 1);
  text-align: left;
  font-family: Libre Baskerville;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

#s-791eb8dc-75a7-40ee-97f2-161eeb955555 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-fd3bc8d4-b67f-4784-967c-557826b19fb4 {
  text-align: center;
}







  #s-fd3bc8d4-b67f-4784-967c-557826b19fb4 img.shogun-image {
    

    
    
    
  }


#s-fd3bc8d4-b67f-4784-967c-557826b19fb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc13c72a-23d1-486f-be94-f64f653195af {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-bc13c72a-23d1-486f-be94-f64f653195af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc13c72a-23d1-486f-be94-f64f653195af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc13c72a-23d1-486f-be94-f64f653195af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc13c72a-23d1-486f-be94-f64f653195af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc13c72a-23d1-486f-be94-f64f653195af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc13c72a-23d1-486f-be94-f64f653195af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc13c72a-23d1-486f-be94-f64f653195af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-611006e2-4fbf-4e7c-b87a-3099e2eac72c {
  background-repeat: no-repeat;
background-size: contain;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-611006e2-4fbf-4e7c-b87a-3099e2eac72c {
  min-height: 550px;
}
}@media (max-width: 767px){#s-611006e2-4fbf-4e7c-b87a-3099e2eac72c {
  min-height: 200px;
}
}







#s-611006e2-4fbf-4e7c-b87a-3099e2eac72c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-611006e2-4fbf-4e7c-b87a-3099e2eac72c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e4d7881-ccfc-4e6a-814d-058b11f44be3 {
  margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}








#s-5e4d7881-ccfc-4e6a-814d-058b11f44be3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e4d7881-ccfc-4e6a-814d-058b11f44be3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67916178-690d-4531-b27a-6aabae79257e {
  margin-top: 10px;
}

#s-7dc1516a-5f67-42ef-a913-9e962ce69b90 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7dc1516a-5f67-42ef-a913-9e962ce69b90"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7dc1516a-5f67-42ef-a913-9e962ce69b90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7dc1516a-5f67-42ef-a913-9e962ce69b90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dc1516a-5f67-42ef-a913-9e962ce69b90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}








#s-45e75d82-9067-4ae8-94d4-9e81dc1b05f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45e75d82-9067-4ae8-94d4-9e81dc1b05f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a55a852-365d-488e-b61e-8fa527ae8243 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-6a55a852-365d-488e-b61e-8fa527ae8243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a55a852-365d-488e-b61e-8fa527ae8243.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dde1ecfd-4741-4ffb-ab51-4b1f1eac14ab {
  margin-top: 5px;
}








#s-396bcbd2-3c8f-4286-9408-c95078ffa67e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-396bcbd2-3c8f-4286-9408-c95078ffa67e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88e746dd-f8f3-4ff9-820c-44727c3521cf {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-88e746dd-f8f3-4ff9-820c-44727c3521cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88e746dd-f8f3-4ff9-820c-44727c3521cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdb59741-12d6-40b6-8afc-14a7a271209e {
  margin-top: 5px;
}








#s-ec52498e-5433-4618-ab73-e464fd794ad2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec52498e-5433-4618-ab73-e464fd794ad2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff6dd83e-3192-45b8-8b77-ad4ab5934d00 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-ff6dd83e-3192-45b8-8b77-ad4ab5934d00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff6dd83e-3192-45b8-8b77-ad4ab5934d00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f1b4ab7-d29e-4625-b340-6dc5eb04f575 {
  margin-top: 5px;
}

#s-aee06c08-1d02-4db7-83d5-35952921ebfd {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-aee06c08-1d02-4db7-83d5-35952921ebfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aee06c08-1d02-4db7-83d5-35952921ebfd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aee06c08-1d02-4db7-83d5-35952921ebfd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aee06c08-1d02-4db7-83d5-35952921ebfd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aee06c08-1d02-4db7-83d5-35952921ebfd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aee06c08-1d02-4db7-83d5-35952921ebfd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aee06c08-1d02-4db7-83d5-35952921ebfd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-47a4bad0-7ead-47ff-81ca-a2b54046082d {
  background-repeat: no-repeat;
background-size: contain;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-47a4bad0-7ead-47ff-81ca-a2b54046082d {
  min-height: 200px;
}
}







#s-47a4bad0-7ead-47ff-81ca-a2b54046082d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47a4bad0-7ead-47ff-81ca-a2b54046082d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e777783-c24c-45b0-85d6-196dd33f8201 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
@media (max-width: 767px){#s-2e777783-c24c-45b0-85d6-196dd33f8201 {
  min-height: 300px;
}
}







#s-2e777783-c24c-45b0-85d6-196dd33f8201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e777783-c24c-45b0-85d6-196dd33f8201.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7aad3c59-ee2d-43d2-823a-252d16c378fe {
  margin-top: 10px;
}

#s-d78218f3-0481-4d9d-9a0e-a3594be50662 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d78218f3-0481-4d9d-9a0e-a3594be50662"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d78218f3-0481-4d9d-9a0e-a3594be50662"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d78218f3-0481-4d9d-9a0e-a3594be50662"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d78218f3-0481-4d9d-9a0e-a3594be50662"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-5b2ffe0a-d859-4e88-b1f2-6cb3e99864ef {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-5b2ffe0a-d859-4e88-b1f2-6cb3e99864ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b2ffe0a-d859-4e88-b1f2-6cb3e99864ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0479dd8-4eb4-43bd-9efb-94b222a0bc4e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-f0479dd8-4eb4-43bd-9efb-94b222a0bc4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0479dd8-4eb4-43bd-9efb-94b222a0bc4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b44a4fe-5a2b-45a6-b608-88f514b53186 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (max-width: 767px){#s-598110ea-13c2-497b-824c-7b532eb39c50 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-598110ea-13c2-497b-824c-7b532eb39c50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-598110ea-13c2-497b-824c-7b532eb39c50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e08baa2-2cdc-43dc-8c11-13747121f392 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-1e08baa2-2cdc-43dc-8c11-13747121f392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e08baa2-2cdc-43dc-8c11-13747121f392.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ae381f8-a4f7-4537-b05a-447cfc79b4f6 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (max-width: 767px){#s-da5da0a9-8f74-4811-9747-f3704ec7383e {
  margin-top: 20px;
}
}







#s-da5da0a9-8f74-4811-9747-f3704ec7383e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da5da0a9-8f74-4811-9747-f3704ec7383e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc7453b9-6204-4e79-abb6-95dfa3d40b35 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-bc7453b9-6204-4e79-abb6-95dfa3d40b35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc7453b9-6204-4e79-abb6-95dfa3d40b35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-856c0116-b1ac-4875-bc8c-f69c9b148cbd {
  margin-top: 5px;
}

#s-5178bfd1-175a-442d-b065-2f39a7c4cf92 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-5178bfd1-175a-442d-b065-2f39a7c4cf92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5178bfd1-175a-442d-b065-2f39a7c4cf92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5178bfd1-175a-442d-b065-2f39a7c4cf92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5178bfd1-175a-442d-b065-2f39a7c4cf92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5178bfd1-175a-442d-b065-2f39a7c4cf92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5178bfd1-175a-442d-b065-2f39a7c4cf92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5178bfd1-175a-442d-b065-2f39a7c4cf92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-49c45005-4a13-4188-a2cf-8dd1bc04beef {
  background-repeat: no-repeat;
background-size: contain;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-49c45005-4a13-4188-a2cf-8dd1bc04beef {
  min-height: 200px;
}
}







#s-49c45005-4a13-4188-a2cf-8dd1bc04beef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49c45005-4a13-4188-a2cf-8dd1bc04beef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc86d80f-811a-49ae-9a95-462c9af92df5 {
  margin-left: 20px;
margin-right: 20px;
min-height: 500px;
}
@media (max-width: 767px){#s-bc86d80f-811a-49ae-9a95-462c9af92df5 {
  min-height: 400px;
}
}







#s-bc86d80f-811a-49ae-9a95-462c9af92df5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc86d80f-811a-49ae-9a95-462c9af92df5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4981cc78-8bae-4820-92f2-209bb8deab81 {
  margin-top: 10px;
}

#s-24803b86-a218-4d30-9fbe-ce7845b92b74 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-24803b86-a218-4d30-9fbe-ce7845b92b74"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-24803b86-a218-4d30-9fbe-ce7845b92b74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-24803b86-a218-4d30-9fbe-ce7845b92b74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-24803b86-a218-4d30-9fbe-ce7845b92b74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-5dc50395-450f-4daf-94b5-02e90714db10 {
  margin-top: 20px;
}
}







#s-5dc50395-450f-4daf-94b5-02e90714db10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dc50395-450f-4daf-94b5-02e90714db10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9ea6c54-9111-4288-b7a9-76c67f830858 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-c9ea6c54-9111-4288-b7a9-76c67f830858 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9ea6c54-9111-4288-b7a9-76c67f830858.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c6ea031-9114-4262-b003-83a0b8c55b0b {
  margin-top: 5px;
}

@media (max-width: 767px){#s-9dd4f899-9a3a-4db5-8c1b-82c70d4261d1 {
  margin-top: 20px;
}
}







#s-9dd4f899-9a3a-4db5-8c1b-82c70d4261d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dd4f899-9a3a-4db5-8c1b-82c70d4261d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78987565-fb4d-48b6-a4d2-22d4c19af084 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-78987565-fb4d-48b6-a4d2-22d4c19af084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78987565-fb4d-48b6-a4d2-22d4c19af084.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40f43bab-f019-44a1-960b-edde8716201d {
  margin-top: 5px;
}

@media (max-width: 767px){#s-16f6b829-9712-43ec-9a83-1c5379a82c0c {
  margin-top: 20px;
margin-bottom: 0px;
}
}







#s-16f6b829-9712-43ec-9a83-1c5379a82c0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16f6b829-9712-43ec-9a83-1c5379a82c0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1682842f-3f0c-453d-bcb8-be99ccef765b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-1682842f-3f0c-453d-bcb8-be99ccef765b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1682842f-3f0c-453d-bcb8-be99ccef765b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a35ec9b-4bb7-49bf-acd1-1fb62dfda993 {
  margin-top: 5px;
}

#s-8c615ed4-e92c-4c84-b85e-4408870289f8 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-712ef012-9558-4e5c-ad8c-e2af63995666 {
  margin-top: 30px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-712ef012-9558-4e5c-ad8c-e2af63995666 {
  display: none;
}
#s-712ef012-9558-4e5c-ad8c-e2af63995666, #wrap-s-712ef012-9558-4e5c-ad8c-e2af63995666 { display: none !important; }}

  #s-712ef012-9558-4e5c-ad8c-e2af63995666 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(252, 248, 239, 1);
    border: 1px solid rgba(252, 248, 239, 1);
  }
  #s-712ef012-9558-4e5c-ad8c-e2af63995666 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(252, 248, 239, 1);
    border: 1px solid rgba(139, 167, 190, 1);
  }
#s-712ef012-9558-4e5c-ad8c-e2af63995666 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(43, 61, 76, 1);
  font-family: Libre Baskerville;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

#s-712ef012-9558-4e5c-ad8c-e2af63995666 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(139, 167, 190, 1);
}

#s-712ef012-9558-4e5c-ad8c-e2af63995666 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(252, 248, 239, 1);
}

#s-712ef012-9558-4e5c-ad8c-e2af63995666 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(139, 167, 190, 1);
}

#s-aa520500-3eb2-4256-a381-6c0fbd72af5f {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa520500-3eb2-4256-a381-6c0fbd72af5f {
  margin-top: 5px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-aa520500-3eb2-4256-a381-6c0fbd72af5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa520500-3eb2-4256-a381-6c0fbd72af5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa520500-3eb2-4256-a381-6c0fbd72af5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa520500-3eb2-4256-a381-6c0fbd72af5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa520500-3eb2-4256-a381-6c0fbd72af5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa520500-3eb2-4256-a381-6c0fbd72af5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa520500-3eb2-4256-a381-6c0fbd72af5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d83b9108-69ac-4f53-b7c8-f50fb65ec255 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-d83b9108-69ac-4f53-b7c8-f50fb65ec255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d83b9108-69ac-4f53-b7c8-f50fb65ec255.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3692cdba-0c73-4bc8-9f02-b9643be45e05 {
  min-height: 400px;
}








#s-3692cdba-0c73-4bc8-9f02-b9643be45e05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3692cdba-0c73-4bc8-9f02-b9643be45e05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3faf3570-764f-4ab8-ace6-faff87333659 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3faf3570-764f-4ab8-ace6-faff87333659 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3faf3570-764f-4ab8-ace6-faff87333659 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-3faf3570-764f-4ab8-ace6-faff87333659 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-4d7bc06f-57d6-4a6a-862c-aa3b4716ba2c {
  margin-top: 10px;
}

#s-3042d71b-e314-45fb-9668-372036d84b94 {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3042d71b-e314-45fb-9668-372036d84b94 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-3042d71b-e314-45fb-9668-372036d84b94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3042d71b-e314-45fb-9668-372036d84b94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3042d71b-e314-45fb-9668-372036d84b94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3042d71b-e314-45fb-9668-372036d84b94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3042d71b-e314-45fb-9668-372036d84b94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3042d71b-e314-45fb-9668-372036d84b94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3042d71b-e314-45fb-9668-372036d84b94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ba6ad7aa-2e71-48ec-8e5e-d9f90d4371b8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 450px;
background-position: center center;
}








#s-ba6ad7aa-2e71-48ec-8e5e-d9f90d4371b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba6ad7aa-2e71-48ec-8e5e-d9f90d4371b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c90b0ecf-24bf-4f24-8400-2c53137db943 {
  min-height: 450px;
}








#s-c90b0ecf-24bf-4f24-8400-2c53137db943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c90b0ecf-24bf-4f24-8400-2c53137db943.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c4b59e8-e008-466d-8ad1-0180e47ddbcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3c4b59e8-e008-466d-8ad1-0180e47ddbcb .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3c4b59e8-e008-466d-8ad1-0180e47ddbcb .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-3c4b59e8-e008-466d-8ad1-0180e47ddbcb .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-aa3aae61-0365-411a-970f-ab230259bf14 {
  margin-top: 10px;
}

#s-5e001eda-c296-4235-8d6a-102d49c183d4 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5e001eda-c296-4235-8d6a-102d49c183d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e001eda-c296-4235-8d6a-102d49c183d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e001eda-c296-4235-8d6a-102d49c183d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e001eda-c296-4235-8d6a-102d49c183d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}








#s-b3797b9e-d60e-4452-9885-5ebe7a579c06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3797b9e-d60e-4452-9885-5ebe7a579c06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30783fea-42ea-446d-92a1-9aab37d74aa3 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-30783fea-42ea-446d-92a1-9aab37d74aa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30783fea-42ea-446d-92a1-9aab37d74aa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ffa0f29-5850-493b-b400-5b91c57b2c05 {
  margin-top: 5px;
}








#s-0a6beefb-3905-4caf-8d2b-123b6af480c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a6beefb-3905-4caf-8d2b-123b6af480c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-680974a9-2a6f-4391-8a15-4f219f34c7e1 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-680974a9-2a6f-4391-8a15-4f219f34c7e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-680974a9-2a6f-4391-8a15-4f219f34c7e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d408c983-54fd-441e-bf18-9580974ad8d2 {
  margin-top: 5px;
}








#s-cdc4eb6b-6a74-40fe-984c-d2b89d46c66b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdc4eb6b-6a74-40fe-984c-d2b89d46c66b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06389c93-cb3a-44d9-808a-2d2ad5197407 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-06389c93-cb3a-44d9-808a-2d2ad5197407 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06389c93-cb3a-44d9-808a-2d2ad5197407.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9a62912-41f1-40d4-939a-0bb72c8d55ad {
  margin-top: 5px;
}

#s-45e0cce1-4ce3-4db4-b889-c4c10460d9c8 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-45e0cce1-4ce3-4db4-b889-c4c10460d9c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45e0cce1-4ce3-4db4-b889-c4c10460d9c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45e0cce1-4ce3-4db4-b889-c4c10460d9c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45e0cce1-4ce3-4db4-b889-c4c10460d9c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45e0cce1-4ce3-4db4-b889-c4c10460d9c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45e0cce1-4ce3-4db4-b889-c4c10460d9c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45e0cce1-4ce3-4db4-b889-c4c10460d9c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-3d660b0f-155a-4f5c-916e-8cf37b30fa78 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d660b0f-155a-4f5c-916e-8cf37b30fa78 {
  min-height: 400px;
}
}







#s-3d660b0f-155a-4f5c-916e-8cf37b30fa78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d660b0f-155a-4f5c-916e-8cf37b30fa78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23f16b23-6b88-41a3-aaa5-2a154ee2ca26 {
  min-height: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-23f16b23-6b88-41a3-aaa5-2a154ee2ca26 {
  min-height: 400px;
}
}







#s-23f16b23-6b88-41a3-aaa5-2a154ee2ca26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23f16b23-6b88-41a3-aaa5-2a154ee2ca26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61fd9481-dd8b-4e2e-88d1-fd5b300dbd92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-61fd9481-dd8b-4e2e-88d1-fd5b300dbd92 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-61fd9481-dd8b-4e2e-88d1-fd5b300dbd92 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-61fd9481-dd8b-4e2e-88d1-fd5b300dbd92 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-b6ec26da-175d-4eea-a2a7-708bfacdc1ab {
  margin-top: 10px;
}

#s-92351acd-2842-427e-86b0-d3bd8aad65fe {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-92351acd-2842-427e-86b0-d3bd8aad65fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92351acd-2842-427e-86b0-d3bd8aad65fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-92351acd-2842-427e-86b0-d3bd8aad65fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-92351acd-2842-427e-86b0-d3bd8aad65fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}








#s-5e3100fc-85ae-4e09-8546-215497e258a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e3100fc-85ae-4e09-8546-215497e258a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1745e444-eb3b-485b-8d0e-f053f8b8e63b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-1745e444-eb3b-485b-8d0e-f053f8b8e63b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1745e444-eb3b-485b-8d0e-f053f8b8e63b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa47fd0d-184e-4cc1-aa02-89b1f12a72a3 {
  margin-top: 5px;
}

@media (max-width: 767px){#s-6a04b026-afbb-4da8-a11d-5624ec3a38fc {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-6a04b026-afbb-4da8-a11d-5624ec3a38fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a04b026-afbb-4da8-a11d-5624ec3a38fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2556922-6bb0-4a78-96c8-bf02d21900f2 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-a2556922-6bb0-4a78-96c8-bf02d21900f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2556922-6bb0-4a78-96c8-bf02d21900f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb0acdc1-84b1-4a7e-ada8-cd863051a1fc {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (max-width: 767px){#s-2a4ab3e6-3a61-4a9e-b229-8f2484f71c40 {
  margin-top: 20px;
}
}







#s-2a4ab3e6-3a61-4a9e-b229-8f2484f71c40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a4ab3e6-3a61-4a9e-b229-8f2484f71c40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8411579-4335-4a87-a157-eef367d445e6 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-a8411579-4335-4a87-a157-eef367d445e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8411579-4335-4a87-a157-eef367d445e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e29b552c-d797-4022-9bc3-2f7065649d4f {
  margin-top: 5px;
}

#s-81eb250c-55f3-4bdb-adda-a4486a264a40 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-81eb250c-55f3-4bdb-adda-a4486a264a40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81eb250c-55f3-4bdb-adda-a4486a264a40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-81eb250c-55f3-4bdb-adda-a4486a264a40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81eb250c-55f3-4bdb-adda-a4486a264a40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-81eb250c-55f3-4bdb-adda-a4486a264a40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81eb250c-55f3-4bdb-adda-a4486a264a40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-81eb250c-55f3-4bdb-adda-a4486a264a40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-282be345-725f-41e0-bc03-522b2f735ebf {
  background-repeat: no-repeat;
background-size: contain;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-282be345-725f-41e0-bc03-522b2f735ebf {
  min-height: 450px;
}
}







#s-282be345-725f-41e0-bc03-522b2f735ebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-282be345-725f-41e0-bc03-522b2f735ebf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02f5d94d-47e8-47b5-80b3-150df7e5383e {
  min-height: 450px;
}








#s-02f5d94d-47e8-47b5-80b3-150df7e5383e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02f5d94d-47e8-47b5-80b3-150df7e5383e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20bef05b-ebc0-45bc-aed0-a493f44b1d11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20bef05b-ebc0-45bc-aed0-a493f44b1d11 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-20bef05b-ebc0-45bc-aed0-a493f44b1d11 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-20bef05b-ebc0-45bc-aed0-a493f44b1d11 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-451766a9-206b-498b-b943-447ef875bae4 {
  margin-top: 10px;
}

#s-1d2b1c9e-1840-4f14-b4da-302bf9d259ad {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1d2b1c9e-1840-4f14-b4da-302bf9d259ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d2b1c9e-1840-4f14-b4da-302bf9d259ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d2b1c9e-1840-4f14-b4da-302bf9d259ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d2b1c9e-1840-4f14-b4da-302bf9d259ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}








#s-3c1f372e-97f4-4ddd-bb92-2d92fe061976 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c1f372e-97f4-4ddd-bb92-2d92fe061976.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83f552ea-03a8-4414-8b70-a626734da6c8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-83f552ea-03a8-4414-8b70-a626734da6c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83f552ea-03a8-4414-8b70-a626734da6c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-591970ec-6fae-4c47-9f78-52fe19aedc50 {
  margin-top: 5px;
}

@media (max-width: 767px){#s-b6131ca7-de81-4aa0-9732-34f920f7d9ba {
  margin-top: 20px;
}
}







#s-b6131ca7-de81-4aa0-9732-34f920f7d9ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6131ca7-de81-4aa0-9732-34f920f7d9ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2076e4eb-4c9a-4aa0-a6c1-5ec32b373a99 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-2076e4eb-4c9a-4aa0-a6c1-5ec32b373a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2076e4eb-4c9a-4aa0-a6c1-5ec32b373a99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4788725-191f-4dd4-b154-278a138e8992 {
  margin-top: 5px;
}

@media (max-width: 767px){#s-6800c4e2-bafe-4edb-a4ff-64e04ef3a74d {
  margin-top: 20px;
margin-bottom: 0px;
}
}







#s-6800c4e2-bafe-4edb-a4ff-64e04ef3a74d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6800c4e2-bafe-4edb-a4ff-64e04ef3a74d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bb3d38a-fd73-4aee-8d60-204cee984851 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-8bb3d38a-fd73-4aee-8d60-204cee984851 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bb3d38a-fd73-4aee-8d60-204cee984851.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce511dfc-16d3-4162-b714-d1099ada5cd2 {
  margin-top: 5px;
}

#s-49a94c44-99b7-4418-b5b7-0f559107697c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 230px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-49a94c44-99b7-4418-b5b7-0f559107697c {
  display: none;
}
#s-49a94c44-99b7-4418-b5b7-0f559107697c, #wrap-s-49a94c44-99b7-4418-b5b7-0f559107697c { display: none !important; }}@media (max-width: 767px){#s-49a94c44-99b7-4418-b5b7-0f559107697c {
  display: none;
}
#s-49a94c44-99b7-4418-b5b7-0f559107697c, #wrap-s-49a94c44-99b7-4418-b5b7-0f559107697c { display: none !important; }}







#s-49a94c44-99b7-4418-b5b7-0f559107697c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49a94c44-99b7-4418-b5b7-0f559107697c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8abedb3e-13b8-4744-9652-d5bf6f9944e0 {
  min-height: 500px;
}
@media (min-width: 1200px){#s-8abedb3e-13b8-4744-9652-d5bf6f9944e0 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8abedb3e-13b8-4744-9652-d5bf6f9944e0 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8abedb3e-13b8-4744-9652-d5bf6f9944e0 {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-8abedb3e-13b8-4744-9652-d5bf6f9944e0 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-8abedb3e-13b8-4744-9652-d5bf6f9944e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8abedb3e-13b8-4744-9652-d5bf6f9944e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfc1caf8-7eb2-493c-9780-dee0b4436bef {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dfc1caf8-7eb2-493c-9780-dee0b4436bef {
  margin-top: 50px;
}
}@media (max-width: 767px){#s-dfc1caf8-7eb2-493c-9780-dee0b4436bef {
  margin-top: 50px;
}
}
#s-dfc1caf8-7eb2-493c-9780-dee0b4436bef .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-dfc1caf8-7eb2-493c-9780-dee0b4436bef .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-dfc1caf8-7eb2-493c-9780-dee0b4436bef .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-1653767d-581e-4aae-b82a-b3240c7db170 {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-9921b5df-fbdb-4621-a1f1-8839ec88383c {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-9921b5df-fbdb-4621-a1f1-8839ec88383c {
  display: none;
}
#s-9921b5df-fbdb-4621-a1f1-8839ec88383c, #wrap-s-9921b5df-fbdb-4621-a1f1-8839ec88383c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9921b5df-fbdb-4621-a1f1-8839ec88383c {
  display: none;
}
#s-9921b5df-fbdb-4621-a1f1-8839ec88383c, #wrap-s-9921b5df-fbdb-4621-a1f1-8839ec88383c { display: none !important; }}@media (max-width: 767px){#s-9921b5df-fbdb-4621-a1f1-8839ec88383c {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-9921b5df-fbdb-4621-a1f1-8839ec88383c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9921b5df-fbdb-4621-a1f1-8839ec88383c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9921b5df-fbdb-4621-a1f1-8839ec88383c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9921b5df-fbdb-4621-a1f1-8839ec88383c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-56eb8267-da6e-4716-8f42-ccda8d0d82e7 {
  min-height: 330px;
}
@media (max-width: 767px){#s-56eb8267-da6e-4716-8f42-ccda8d0d82e7 {
  min-height: 350px;
}
}







#s-56eb8267-da6e-4716-8f42-ccda8d0d82e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56eb8267-da6e-4716-8f42-ccda8d0d82e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6bdf024-ea63-428f-8613-4a8ecfb9e231 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-e6bdf024-ea63-428f-8613-4a8ecfb9e231 {
  margin-top: 0px;
}
}
#s-257ca00f-186b-43e3-94a3-58dcf608ff0b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 330px;
background-position: center center;
}
@media (max-width: 767px){#s-257ca00f-186b-43e3-94a3-58dcf608ff0b {
  min-height: 350px;
}
}







#s-257ca00f-186b-43e3-94a3-58dcf608ff0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-257ca00f-186b-43e3-94a3-58dcf608ff0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83f5628e-87d4-436f-8571-c890f7b9da30 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-83f5628e-87d4-436f-8571-c890f7b9da30 {
  display: none;
}
#s-83f5628e-87d4-436f-8571-c890f7b9da30, #wrap-s-83f5628e-87d4-436f-8571-c890f7b9da30 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83f5628e-87d4-436f-8571-c890f7b9da30 {
  display: none;
}
#s-83f5628e-87d4-436f-8571-c890f7b9da30, #wrap-s-83f5628e-87d4-436f-8571-c890f7b9da30 { display: none !important; }}@media (max-width: 767px){#s-83f5628e-87d4-436f-8571-c890f7b9da30 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-83f5628e-87d4-436f-8571-c890f7b9da30"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-83f5628e-87d4-436f-8571-c890f7b9da30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83f5628e-87d4-436f-8571-c890f7b9da30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83f5628e-87d4-436f-8571-c890f7b9da30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0f2b31d0-2842-4d37-80d0-bc075b0f7759 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 330px;
background-position: center center;
}
@media (max-width: 767px){#s-0f2b31d0-2842-4d37-80d0-bc075b0f7759 {
  min-height: 350px;
}
}







#s-0f2b31d0-2842-4d37-80d0-bc075b0f7759 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f2b31d0-2842-4d37-80d0-bc075b0f7759.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaab152a-7a2e-49f0-b831-e9a9c555e704 {
  min-height: 330px;
}
@media (max-width: 767px){#s-aaab152a-7a2e-49f0-b831-e9a9c555e704 {
  min-height: 350px;
}
}







#s-aaab152a-7a2e-49f0-b831-e9a9c555e704 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaab152a-7a2e-49f0-b831-e9a9c555e704.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca011ecd-9792-4244-92af-d2af72a082bd {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-ca011ecd-9792-4244-92af-d2af72a082bd {
  margin-top: 0px;
}
}
#s-3ae6dbe1-2840-44c4-8f8b-9bffa74c55e2 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-3ae6dbe1-2840-44c4-8f8b-9bffa74c55e2 {
  display: none;
}
#s-3ae6dbe1-2840-44c4-8f8b-9bffa74c55e2, #wrap-s-3ae6dbe1-2840-44c4-8f8b-9bffa74c55e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ae6dbe1-2840-44c4-8f8b-9bffa74c55e2 {
  display: none;
}
#s-3ae6dbe1-2840-44c4-8f8b-9bffa74c55e2, #wrap-s-3ae6dbe1-2840-44c4-8f8b-9bffa74c55e2 { display: none !important; }}@media (max-width: 767px){#s-3ae6dbe1-2840-44c4-8f8b-9bffa74c55e2 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-3ae6dbe1-2840-44c4-8f8b-9bffa74c55e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3ae6dbe1-2840-44c4-8f8b-9bffa74c55e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3ae6dbe1-2840-44c4-8f8b-9bffa74c55e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ae6dbe1-2840-44c4-8f8b-9bffa74c55e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b0576501-340b-4676-b9e0-a84e1bbad18c {
  min-height: 330px;
}
@media (max-width: 767px){#s-b0576501-340b-4676-b9e0-a84e1bbad18c {
  min-height: 350px;
}
}







#s-b0576501-340b-4676-b9e0-a84e1bbad18c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0576501-340b-4676-b9e0-a84e1bbad18c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ed09c28-89b4-459f-b19e-a093a463a6cd {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-77d024d1-e0ba-4d34-82a2-d000a28fb076 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 330px;
background-position: center center;
}
@media (max-width: 767px){#s-77d024d1-e0ba-4d34-82a2-d000a28fb076 {
  min-height: 350px;
}
}







#s-77d024d1-e0ba-4d34-82a2-d000a28fb076 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77d024d1-e0ba-4d34-82a2-d000a28fb076.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-515ec4d2-d2e6-4631-9a2f-59d56f774024 {
  margin-top: 40px;
margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-515ec4d2-d2e6-4631-9a2f-59d56f774024 {
  display: none;
}
#s-515ec4d2-d2e6-4631-9a2f-59d56f774024, #wrap-s-515ec4d2-d2e6-4631-9a2f-59d56f774024 { display: none !important; }}@media (max-width: 767px){#s-515ec4d2-d2e6-4631-9a2f-59d56f774024 {
  display: none;
}
#s-515ec4d2-d2e6-4631-9a2f-59d56f774024, #wrap-s-515ec4d2-d2e6-4631-9a2f-59d56f774024 { display: none !important; }}
@media (min-width: 0px) {
[id="s-515ec4d2-d2e6-4631-9a2f-59d56f774024"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-515ec4d2-d2e6-4631-9a2f-59d56f774024"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-515ec4d2-d2e6-4631-9a2f-59d56f774024"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-515ec4d2-d2e6-4631-9a2f-59d56f774024"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-19811e9c-bf07-4195-a4ea-074576b83bb4 {
  min-height: 750px;
}
@media (max-width: 767px){#s-19811e9c-bf07-4195-a4ea-074576b83bb4 {
  min-height: 450px;
}
}







#s-19811e9c-bf07-4195-a4ea-074576b83bb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19811e9c-bf07-4195-a4ea-074576b83bb4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-eaf59cb3-4a25-4b2e-bcfb-e7dbc39cfc8d {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-af7e98a5-4149-4bab-814a-388996d36098 {
  margin-bottom: 30px;
}

#s-fb597651-2119-42ef-a698-977b24d3d462 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 0px;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-fb597651-2119-42ef-a698-977b24d3d462 {
  min-height: 350px;
}
}







#s-fb597651-2119-42ef-a698-977b24d3d462 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb597651-2119-42ef-a698-977b24d3d462.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-18f44a78-a43d-4bbf-853e-c7522c2191a1 {
  min-height: 550px;
}








#s-18f44a78-a43d-4bbf-853e-c7522c2191a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18f44a78-a43d-4bbf-853e-c7522c2191a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8704154f-aa1d-4a26-a563-0f75095696aa {
  min-height: 750px;
}
@media (max-width: 767px){#s-8704154f-aa1d-4a26-a563-0f75095696aa {
  min-height: 450px;
}
}







#s-8704154f-aa1d-4a26-a563-0f75095696aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8704154f-aa1d-4a26-a563-0f75095696aa.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5eb33add-c275-4df9-b89c-3aa83268d9a8 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 0px;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-5eb33add-c275-4df9-b89c-3aa83268d9a8 {
  min-height: 350px;
}
}







#s-5eb33add-c275-4df9-b89c-3aa83268d9a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eb33add-c275-4df9-b89c-3aa83268d9a8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-475bc06c-315f-41c8-a794-c15ead7359b6 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-d2864245-8485-426c-8ebb-557d2a1e2a40 {
  margin-bottom: 20px;
}

#s-6ba74606-f99a-498c-9ccc-6b5b25e69dfe {
  min-height: 750px;
}
@media (max-width: 767px){#s-6ba74606-f99a-498c-9ccc-6b5b25e69dfe {
  min-height: 650px;
}
}







#s-6ba74606-f99a-498c-9ccc-6b5b25e69dfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ba74606-f99a-498c-9ccc-6b5b25e69dfe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bd4cf71f-f349-4f74-84e8-8565030df718 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-aabad884-874e-468a-9d35-76537e4caaf2 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 0px;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-aabad884-874e-468a-9d35-76537e4caaf2 {
  min-height: 350px;
}
}







#s-aabad884-874e-468a-9d35-76537e4caaf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aabad884-874e-468a-9d35-76537e4caaf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d45860f5-08a0-4cb0-b45a-b045118e754a {
  padding-top: 35px;
padding-bottom: 0px;
background-color: rgba(252, 248, 239, 1);
}
@media (min-width: 1200px){#s-d45860f5-08a0-4cb0-b45a-b045118e754a {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d45860f5-08a0-4cb0-b45a-b045118e754a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d45860f5-08a0-4cb0-b45a-b045118e754a {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-d45860f5-08a0-4cb0-b45a-b045118e754a {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-d45860f5-08a0-4cb0-b45a-b045118e754a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d45860f5-08a0-4cb0-b45a-b045118e754a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9008edb-ccaf-4a65-8897-b44ed2a5cd08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9008edb-ccaf-4a65-8897-b44ed2a5cd08 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a9008edb-ccaf-4a65-8897-b44ed2a5cd08 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-a9008edb-ccaf-4a65-8897-b44ed2a5cd08 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-1fbbc573-5bde-4156-aa85-30153996da46 {
  margin-top: 30px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1fbbc573-5bde-4156-aa85-30153996da46 {
  display: none;
}
#s-1fbbc573-5bde-4156-aa85-30153996da46, #wrap-s-1fbbc573-5bde-4156-aa85-30153996da46 { display: none !important; }}@media (max-width: 767px){#s-1fbbc573-5bde-4156-aa85-30153996da46 {
  display: none;
}
#s-1fbbc573-5bde-4156-aa85-30153996da46, #wrap-s-1fbbc573-5bde-4156-aa85-30153996da46 { display: none !important; }}

  #s-1fbbc573-5bde-4156-aa85-30153996da46 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(252, 248, 239, 1);
    border: 1px solid rgba(252, 248, 239, 1);
  }
  #s-1fbbc573-5bde-4156-aa85-30153996da46 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(252, 248, 239, 1);
    border: 1px solid rgba(139, 167, 190, 1);
  }
#s-1fbbc573-5bde-4156-aa85-30153996da46 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(43, 61, 76, 1);
  font-family: Libre Baskerville;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

#s-1fbbc573-5bde-4156-aa85-30153996da46 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(139, 167, 190, 1);
}

#s-1fbbc573-5bde-4156-aa85-30153996da46 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(252, 248, 239, 1);
}

#s-1fbbc573-5bde-4156-aa85-30153996da46 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(139, 167, 190, 1);
}

#s-b58e6454-501e-4356-866a-28f3fe4fadee {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-b58e6454-501e-4356-866a-28f3fe4fadee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b58e6454-501e-4356-866a-28f3fe4fadee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b58e6454-501e-4356-866a-28f3fe4fadee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b58e6454-501e-4356-866a-28f3fe4fadee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b58e6454-501e-4356-866a-28f3fe4fadee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b58e6454-501e-4356-866a-28f3fe4fadee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b58e6454-501e-4356-866a-28f3fe4fadee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b3ade2cc-ba91-433c-8327-f86dd5d00791 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-b3ade2cc-ba91-433c-8327-f86dd5d00791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3ade2cc-ba91-433c-8327-f86dd5d00791.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-53a63754-ba0d-4c27-a322-ef92dcd296fe {
  min-height: 700px;
}








#s-53a63754-ba0d-4c27-a322-ef92dcd296fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53a63754-ba0d-4c27-a322-ef92dcd296fe.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-da079540-b815-4b69-952e-c9160fdcc0c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-da079540-b815-4b69-952e-c9160fdcc0c9 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-da079540-b815-4b69-952e-c9160fdcc0c9 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-da079540-b815-4b69-952e-c9160fdcc0c9 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-ef698de7-5baa-4ad6-9626-9d3058c976c6 {
  margin-top: 10px;
}

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

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

#s-7449f2b9-a7dc-493e-90c6-560c35f8dc7d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7449f2b9-a7dc-493e-90c6-560c35f8dc7d hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-d5503bb9-43ea-46ff-a0f3-59bbd5c349d0 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-d5503bb9-43ea-46ff-a0f3-59bbd5c349d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5503bb9-43ea-46ff-a0f3-59bbd5c349d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d5503bb9-43ea-46ff-a0f3-59bbd5c349d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d5503bb9-43ea-46ff-a0f3-59bbd5c349d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d5503bb9-43ea-46ff-a0f3-59bbd5c349d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d5503bb9-43ea-46ff-a0f3-59bbd5c349d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d5503bb9-43ea-46ff-a0f3-59bbd5c349d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-12c684a0-036b-4546-a045-61b71ea544e8 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-12c684a0-036b-4546-a045-61b71ea544e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12c684a0-036b-4546-a045-61b71ea544e8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-327a540a-ca5c-4f5c-8fdb-23ae294253c6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

.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-a77910f8-cd4a-4e25-b3b3-0b376e105a2a {
  text-align: center;
}



.shg-c#s-a77910f8-cd4a-4e25-b3b3-0b376e105a2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a77910f8-cd4a-4e25-b3b3-0b376e105a2a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a77910f8-cd4a-4e25-b3b3-0b376e105a2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a77910f8-cd4a-4e25-b3b3-0b376e105a2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a77910f8-cd4a-4e25-b3b3-0b376e105a2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a77910f8-cd4a-4e25-b3b3-0b376e105a2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a77910f8-cd4a-4e25-b3b3-0b376e105a2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a77910f8-cd4a-4e25-b3b3-0b376e105a2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a77910f8-cd4a-4e25-b3b3-0b376e105a2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a77910f8-cd4a-4e25-b3b3-0b376e105a2a img.shogun-image {
  width: 100%;
}



}







#s-f3edae51-5974-49ef-bba1-e2d749fbb727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3edae51-5974-49ef-bba1-e2d749fbb727.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1f2c5039-ea15-4911-b2ee-6340bf2c0a13 {
  text-align: left;
}

#s-1f2c5039-ea15-4911-b2ee-6340bf2c0a13 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-1f2c5039-ea15-4911-b2ee-6340bf2c0a13 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-1f2c5039-ea15-4911-b2ee-6340bf2c0a13 .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-e15c8d1a-1a21-4df4-aa08-69c1cd904ec8 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-e6ff84ba-e889-421e-9d27-b7a911ffa179 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-e6ff84ba-e889-421e-9d27-b7a911ffa179"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6ff84ba-e889-421e-9d27-b7a911ffa179"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e6ff84ba-e889-421e-9d27-b7a911ffa179"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6ff84ba-e889-421e-9d27-b7a911ffa179"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.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-304e7308-154d-450b-91a4-09ebab8278f1 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-304e7308-154d-450b-91a4-09ebab8278f1:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-304e7308-154d-450b-91a4-09ebab8278f1:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-304e7308-154d-450b-91a4-09ebab8278f1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-304e7308-154d-450b-91a4-09ebab8278f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-304e7308-154d-450b-91a4-09ebab8278f1.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-304e7308-154d-450b-91a4-09ebab8278f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-304e7308-154d-450b-91a4-09ebab8278f1.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


.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-1482ed0f-749a-40ae-8c0e-3bb82c29f045 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-1482ed0f-749a-40ae-8c0e-3bb82c29f045:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-1482ed0f-749a-40ae-8c0e-3bb82c29f045:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1482ed0f-749a-40ae-8c0e-3bb82c29f045-root {
    text-align: center;
  }


#s-1482ed0f-749a-40ae-8c0e-3bb82c29f045.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1482ed0f-749a-40ae-8c0e-3bb82c29f045-root {
    text-align: center;
  }


#s-1482ed0f-749a-40ae-8c0e-3bb82c29f045.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1482ed0f-749a-40ae-8c0e-3bb82c29f045-root {
    text-align: center;
  }


#s-1482ed0f-749a-40ae-8c0e-3bb82c29f045.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1482ed0f-749a-40ae-8c0e-3bb82c29f045-root {
    text-align: center;
  }


#s-1482ed0f-749a-40ae-8c0e-3bb82c29f045.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1482ed0f-749a-40ae-8c0e-3bb82c29f045-root {
    text-align: center;
  }


#s-1482ed0f-749a-40ae-8c0e-3bb82c29f045.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-aa7ae94f-2305-4d52-8372-089d75237b8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa7ae94f-2305-4d52-8372-089d75237b8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-aa7ae94f-2305-4d52-8372-089d75237b8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-aa7ae94f-2305-4d52-8372-089d75237b8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-aa7ae94f-2305-4d52-8372-089d75237b8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa7ae94f-2305-4d52-8372-089d75237b8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-aa7ae94f-2305-4d52-8372-089d75237b8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-eb06c9e4-fa93-4306-b839-3c0813f3b67b {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-eb06c9e4-fa93-4306-b839-3c0813f3b67b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb06c9e4-fa93-4306-b839-3c0813f3b67b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-efaf5480-78a2-4060-9f5d-8514760ff800 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-d3790f82-5e22-4e45-8013-4131443948e3 {
  text-align: center;
}



.shg-c#s-d3790f82-5e22-4e45-8013-4131443948e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3790f82-5e22-4e45-8013-4131443948e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d3790f82-5e22-4e45-8013-4131443948e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3790f82-5e22-4e45-8013-4131443948e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3790f82-5e22-4e45-8013-4131443948e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3790f82-5e22-4e45-8013-4131443948e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3790f82-5e22-4e45-8013-4131443948e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3790f82-5e22-4e45-8013-4131443948e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3790f82-5e22-4e45-8013-4131443948e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3790f82-5e22-4e45-8013-4131443948e3 img.shogun-image {
  width: 100%;
}



}







#s-22e46c4d-c006-48e1-b84a-f6e2c74a2fc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22e46c4d-c006-48e1-b84a-f6e2c74a2fc2.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e645b495-bd84-48d1-9b10-8a08709c560b {
  text-align: left;
}

#s-e645b495-bd84-48d1-9b10-8a08709c560b .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-e645b495-bd84-48d1-9b10-8a08709c560b .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-e645b495-bd84-48d1-9b10-8a08709c560b .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-491bba76-bfd6-450e-829d-b791b1338654 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-92291a26-48f3-4143-9618-58c0114a171a {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-92291a26-48f3-4143-9618-58c0114a171a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92291a26-48f3-4143-9618-58c0114a171a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-92291a26-48f3-4143-9618-58c0114a171a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-92291a26-48f3-4143-9618-58c0114a171a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b310c87f-8259-4078-8b36-1df3faec7525 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-b310c87f-8259-4078-8b36-1df3faec7525:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-b310c87f-8259-4078-8b36-1df3faec7525:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b310c87f-8259-4078-8b36-1df3faec7525 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b310c87f-8259-4078-8b36-1df3faec7525.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b310c87f-8259-4078-8b36-1df3faec7525.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-b310c87f-8259-4078-8b36-1df3faec7525.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b310c87f-8259-4078-8b36-1df3faec7525.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-be2fe547-3807-415d-a003-d808efe8a98f {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-be2fe547-3807-415d-a003-d808efe8a98f:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-be2fe547-3807-415d-a003-d808efe8a98f:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-be2fe547-3807-415d-a003-d808efe8a98f-root {
    text-align: center;
  }


#s-be2fe547-3807-415d-a003-d808efe8a98f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-be2fe547-3807-415d-a003-d808efe8a98f-root {
    text-align: center;
  }


#s-be2fe547-3807-415d-a003-d808efe8a98f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be2fe547-3807-415d-a003-d808efe8a98f-root {
    text-align: center;
  }


#s-be2fe547-3807-415d-a003-d808efe8a98f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be2fe547-3807-415d-a003-d808efe8a98f-root {
    text-align: center;
  }


#s-be2fe547-3807-415d-a003-d808efe8a98f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-be2fe547-3807-415d-a003-d808efe8a98f-root {
    text-align: center;
  }


#s-be2fe547-3807-415d-a003-d808efe8a98f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-eb2438ae-deed-4671-aa11-a39b783773d5 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-eb2438ae-deed-4671-aa11-a39b783773d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb2438ae-deed-4671-aa11-a39b783773d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb2438ae-deed-4671-aa11-a39b783773d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb2438ae-deed-4671-aa11-a39b783773d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb2438ae-deed-4671-aa11-a39b783773d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb2438ae-deed-4671-aa11-a39b783773d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb2438ae-deed-4671-aa11-a39b783773d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-c2f13f38-d7ed-47e5-b891-a86512c7627f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center bottom;
}








#s-c2f13f38-d7ed-47e5-b891-a86512c7627f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2f13f38-d7ed-47e5-b891-a86512c7627f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-362935f4-802a-48bb-ac3c-92eb3e2dc1a4 {
  min-height: 700px;
}








#s-362935f4-802a-48bb-ac3c-92eb3e2dc1a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-362935f4-802a-48bb-ac3c-92eb3e2dc1a4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-751c6251-a418-4eb8-8fe8-056141149afe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-751c6251-a418-4eb8-8fe8-056141149afe .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-751c6251-a418-4eb8-8fe8-056141149afe .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-751c6251-a418-4eb8-8fe8-056141149afe .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-207bb172-c927-4900-a3ae-a7be7b233286 {
  margin-top: 10px;
}

#s-bef47be3-8448-42aa-8622-9beda27a6448 hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-7881503c-0d44-4b07-9c07-52c8e4175e0e {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-7881503c-0d44-4b07-9c07-52c8e4175e0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7881503c-0d44-4b07-9c07-52c8e4175e0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7881503c-0d44-4b07-9c07-52c8e4175e0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7881503c-0d44-4b07-9c07-52c8e4175e0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7881503c-0d44-4b07-9c07-52c8e4175e0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7881503c-0d44-4b07-9c07-52c8e4175e0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7881503c-0d44-4b07-9c07-52c8e4175e0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-7fc38097-ed02-48a0-a196-b2e11ee9b224 {
  min-height: 50px;
}








#s-7fc38097-ed02-48a0-a196-b2e11ee9b224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fc38097-ed02-48a0-a196-b2e11ee9b224.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-82cf6d33-0048-4904-9404-e2f250b3801a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-34922296-f323-4615-9608-4cbc36ca312c {
  padding-left: 10%;
padding-right: 10%;
text-align: center;
}



.shg-c#s-34922296-f323-4615-9608-4cbc36ca312c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34922296-f323-4615-9608-4cbc36ca312c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-34922296-f323-4615-9608-4cbc36ca312c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34922296-f323-4615-9608-4cbc36ca312c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34922296-f323-4615-9608-4cbc36ca312c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34922296-f323-4615-9608-4cbc36ca312c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34922296-f323-4615-9608-4cbc36ca312c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34922296-f323-4615-9608-4cbc36ca312c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34922296-f323-4615-9608-4cbc36ca312c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34922296-f323-4615-9608-4cbc36ca312c img.shogun-image {
  width: 100%;
}



}







#s-c56dda00-7c6e-4fea-b8d6-8670b1077304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c56dda00-7c6e-4fea-b8d6-8670b1077304.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-624d6f8a-2e91-4540-92ce-40fd2334b9a7 {
  text-align: left;
}

#s-624d6f8a-2e91-4540-92ce-40fd2334b9a7 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-624d6f8a-2e91-4540-92ce-40fd2334b9a7 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-624d6f8a-2e91-4540-92ce-40fd2334b9a7 .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-50db65ce-9ed4-4954-9566-7c450d374cf3 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-44130073-941f-4c25-bcd8-6636c8957574 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-44130073-941f-4c25-bcd8-6636c8957574"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44130073-941f-4c25-bcd8-6636c8957574"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-44130073-941f-4c25-bcd8-6636c8957574"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-44130073-941f-4c25-bcd8-6636c8957574"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ad2d4eea-3b17-4acd-8541-adcd6d196923 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-ad2d4eea-3b17-4acd-8541-adcd6d196923:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-ad2d4eea-3b17-4acd-8541-adcd6d196923:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ad2d4eea-3b17-4acd-8541-adcd6d196923 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad2d4eea-3b17-4acd-8541-adcd6d196923.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad2d4eea-3b17-4acd-8541-adcd6d196923.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-ad2d4eea-3b17-4acd-8541-adcd6d196923.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ad2d4eea-3b17-4acd-8541-adcd6d196923.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-34998d54-7800-4eb2-9b69-f8d730944c8b {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-34998d54-7800-4eb2-9b69-f8d730944c8b:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-34998d54-7800-4eb2-9b69-f8d730944c8b:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-34998d54-7800-4eb2-9b69-f8d730944c8b-root {
    text-align: center;
  }


#s-34998d54-7800-4eb2-9b69-f8d730944c8b.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-34998d54-7800-4eb2-9b69-f8d730944c8b-root {
    text-align: center;
  }


#s-34998d54-7800-4eb2-9b69-f8d730944c8b.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34998d54-7800-4eb2-9b69-f8d730944c8b-root {
    text-align: center;
  }


#s-34998d54-7800-4eb2-9b69-f8d730944c8b.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34998d54-7800-4eb2-9b69-f8d730944c8b-root {
    text-align: center;
  }


#s-34998d54-7800-4eb2-9b69-f8d730944c8b.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-34998d54-7800-4eb2-9b69-f8d730944c8b-root {
    text-align: center;
  }


#s-34998d54-7800-4eb2-9b69-f8d730944c8b.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-4d96cc67-2754-4dbb-b517-8cc8fcd4099f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d96cc67-2754-4dbb-b517-8cc8fcd4099f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4d96cc67-2754-4dbb-b517-8cc8fcd4099f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4d96cc67-2754-4dbb-b517-8cc8fcd4099f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4d96cc67-2754-4dbb-b517-8cc8fcd4099f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d96cc67-2754-4dbb-b517-8cc8fcd4099f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4d96cc67-2754-4dbb-b517-8cc8fcd4099f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}








#s-3600ec53-00bf-4cdc-a948-4bafd1e5a72b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3600ec53-00bf-4cdc-a948-4bafd1e5a72b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-8e36daaf-8097-4e33-b8dc-46d6d6cbf3a3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-3493ca4e-37c1-47bf-9a2b-bdd8644f828d {
  padding-left: 10%;
padding-right: 10%;
text-align: center;
}



.shg-c#s-3493ca4e-37c1-47bf-9a2b-bdd8644f828d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3493ca4e-37c1-47bf-9a2b-bdd8644f828d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3493ca4e-37c1-47bf-9a2b-bdd8644f828d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3493ca4e-37c1-47bf-9a2b-bdd8644f828d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3493ca4e-37c1-47bf-9a2b-bdd8644f828d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3493ca4e-37c1-47bf-9a2b-bdd8644f828d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3493ca4e-37c1-47bf-9a2b-bdd8644f828d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3493ca4e-37c1-47bf-9a2b-bdd8644f828d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3493ca4e-37c1-47bf-9a2b-bdd8644f828d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3493ca4e-37c1-47bf-9a2b-bdd8644f828d img.shogun-image {
  width: 100%;
}



}
#s-7a4a7cb6-56ef-4458-9e9a-15fd1da936cf {
  min-height: 100px;
}








#s-7a4a7cb6-56ef-4458-9e9a-15fd1da936cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a4a7cb6-56ef-4458-9e9a-15fd1da936cf.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2355402e-c129-43cd-8bda-40d6e7f22bf6 {
  text-align: left;
}

#s-2355402e-c129-43cd-8bda-40d6e7f22bf6 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-2355402e-c129-43cd-8bda-40d6e7f22bf6 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-2355402e-c129-43cd-8bda-40d6e7f22bf6 .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-ac5d858e-067a-409b-8c40-6377fb8cd0b9 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-6ea41343-ba9a-4a09-af4e-43b3a47dc679 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-6ea41343-ba9a-4a09-af4e-43b3a47dc679"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ea41343-ba9a-4a09-af4e-43b3a47dc679"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6ea41343-ba9a-4a09-af4e-43b3a47dc679"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ea41343-ba9a-4a09-af4e-43b3a47dc679"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-46966410-41bb-4df9-890f-ee291b8aacb7 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-46966410-41bb-4df9-890f-ee291b8aacb7:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-46966410-41bb-4df9-890f-ee291b8aacb7:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-46966410-41bb-4df9-890f-ee291b8aacb7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46966410-41bb-4df9-890f-ee291b8aacb7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46966410-41bb-4df9-890f-ee291b8aacb7.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-46966410-41bb-4df9-890f-ee291b8aacb7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-46966410-41bb-4df9-890f-ee291b8aacb7.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-321211b8-17c1-4902-a101-af1259e7c459 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-321211b8-17c1-4902-a101-af1259e7c459:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-321211b8-17c1-4902-a101-af1259e7c459:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-321211b8-17c1-4902-a101-af1259e7c459-root {
    text-align: center;
  }


#s-321211b8-17c1-4902-a101-af1259e7c459.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-321211b8-17c1-4902-a101-af1259e7c459-root {
    text-align: center;
  }


#s-321211b8-17c1-4902-a101-af1259e7c459.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-321211b8-17c1-4902-a101-af1259e7c459-root {
    text-align: center;
  }


#s-321211b8-17c1-4902-a101-af1259e7c459.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-321211b8-17c1-4902-a101-af1259e7c459-root {
    text-align: center;
  }


#s-321211b8-17c1-4902-a101-af1259e7c459.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-321211b8-17c1-4902-a101-af1259e7c459-root {
    text-align: center;
  }


#s-321211b8-17c1-4902-a101-af1259e7c459.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-4fdd9ab8-a9bd-437d-8ae9-01b224a84706 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-4fdd9ab8-a9bd-437d-8ae9-01b224a84706"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fdd9ab8-a9bd-437d-8ae9-01b224a84706"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4fdd9ab8-a9bd-437d-8ae9-01b224a84706"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4fdd9ab8-a9bd-437d-8ae9-01b224a84706"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4fdd9ab8-a9bd-437d-8ae9-01b224a84706"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fdd9ab8-a9bd-437d-8ae9-01b224a84706"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4fdd9ab8-a9bd-437d-8ae9-01b224a84706"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d11e32aa-f5ab-4716-aee0-d89716bcb484 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-d11e32aa-f5ab-4716-aee0-d89716bcb484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d11e32aa-f5ab-4716-aee0-d89716bcb484.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fca74ea7-c801-44c6-8543-728c665834cd {
  min-height: 700px;
}








#s-fca74ea7-c801-44c6-8543-728c665834cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fca74ea7-c801-44c6-8543-728c665834cd.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-01adf8e0-8769-46ed-86b5-3db3685528b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01adf8e0-8769-46ed-86b5-3db3685528b5 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-01adf8e0-8769-46ed-86b5-3db3685528b5 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-01adf8e0-8769-46ed-86b5-3db3685528b5 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-863aca00-d608-433e-b4e1-a42f53821748 {
  margin-top: 10px;
}

#s-2e52a4a9-9b3b-439d-a958-8ed548e6757c hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-8fd011b3-9e7d-4a17-b1e1-e9ff495b21fd {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-8fd011b3-9e7d-4a17-b1e1-e9ff495b21fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fd011b3-9e7d-4a17-b1e1-e9ff495b21fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8fd011b3-9e7d-4a17-b1e1-e9ff495b21fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8fd011b3-9e7d-4a17-b1e1-e9ff495b21fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8fd011b3-9e7d-4a17-b1e1-e9ff495b21fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8fd011b3-9e7d-4a17-b1e1-e9ff495b21fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8fd011b3-9e7d-4a17-b1e1-e9ff495b21fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-cdbd2fc1-e83f-44c5-9b89-a0a7677abd83 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-cdbd2fc1-e83f-44c5-9b89-a0a7677abd83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdbd2fc1-e83f-44c5-9b89-a0a7677abd83.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6d45108f-6259-4587-8389-c7a67bdeed71 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-0d3d9060-bea7-417d-8a43-733ae6ae0c72 {
  text-align: center;
}



.shg-c#s-0d3d9060-bea7-417d-8a43-733ae6ae0c72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3d9060-bea7-417d-8a43-733ae6ae0c72 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0d3d9060-bea7-417d-8a43-733ae6ae0c72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3d9060-bea7-417d-8a43-733ae6ae0c72 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d3d9060-bea7-417d-8a43-733ae6ae0c72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3d9060-bea7-417d-8a43-733ae6ae0c72 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d3d9060-bea7-417d-8a43-733ae6ae0c72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3d9060-bea7-417d-8a43-733ae6ae0c72 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d3d9060-bea7-417d-8a43-733ae6ae0c72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3d9060-bea7-417d-8a43-733ae6ae0c72 img.shogun-image {
  width: 100%;
}



}







#s-b15d5e0a-f915-4369-ace7-167ac2d55ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b15d5e0a-f915-4369-ace7-167ac2d55ba9.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1a5c8d5f-eb34-47b2-bee8-464bcd786473 {
  text-align: left;
}

#s-1a5c8d5f-eb34-47b2-bee8-464bcd786473 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-1a5c8d5f-eb34-47b2-bee8-464bcd786473 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-1a5c8d5f-eb34-47b2-bee8-464bcd786473 .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-f5278a88-a1f4-465a-9c80-721fb638d2fb {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-2c595d7f-79fc-485e-b481-a37473285904 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-2c595d7f-79fc-485e-b481-a37473285904"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c595d7f-79fc-485e-b481-a37473285904"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2c595d7f-79fc-485e-b481-a37473285904"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c595d7f-79fc-485e-b481-a37473285904"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3fcae731-c1cb-4496-980e-cb202d06a7b3 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-3fcae731-c1cb-4496-980e-cb202d06a7b3:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-3fcae731-c1cb-4496-980e-cb202d06a7b3:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-3fcae731-c1cb-4496-980e-cb202d06a7b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fcae731-c1cb-4496-980e-cb202d06a7b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fcae731-c1cb-4496-980e-cb202d06a7b3.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-3fcae731-c1cb-4496-980e-cb202d06a7b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3fcae731-c1cb-4496-980e-cb202d06a7b3.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-c3f0155e-be94-44f7-b84c-aaeb5a368a05 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-c3f0155e-be94-44f7-b84c-aaeb5a368a05:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-c3f0155e-be94-44f7-b84c-aaeb5a368a05:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c3f0155e-be94-44f7-b84c-aaeb5a368a05-root {
    text-align: center;
  }


#s-c3f0155e-be94-44f7-b84c-aaeb5a368a05.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c3f0155e-be94-44f7-b84c-aaeb5a368a05-root {
    text-align: center;
  }


#s-c3f0155e-be94-44f7-b84c-aaeb5a368a05.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3f0155e-be94-44f7-b84c-aaeb5a368a05-root {
    text-align: center;
  }


#s-c3f0155e-be94-44f7-b84c-aaeb5a368a05.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3f0155e-be94-44f7-b84c-aaeb5a368a05-root {
    text-align: center;
  }


#s-c3f0155e-be94-44f7-b84c-aaeb5a368a05.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c3f0155e-be94-44f7-b84c-aaeb5a368a05-root {
    text-align: center;
  }


#s-c3f0155e-be94-44f7-b84c-aaeb5a368a05.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-10b09332-6ffd-4c6e-bcbf-62ead4476b29 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-10b09332-6ffd-4c6e-bcbf-62ead4476b29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10b09332-6ffd-4c6e-bcbf-62ead4476b29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-10b09332-6ffd-4c6e-bcbf-62ead4476b29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-10b09332-6ffd-4c6e-bcbf-62ead4476b29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-10b09332-6ffd-4c6e-bcbf-62ead4476b29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-10b09332-6ffd-4c6e-bcbf-62ead4476b29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-10b09332-6ffd-4c6e-bcbf-62ead4476b29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-763704cf-cc14-4014-9ff7-e9d427c08c9a {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-763704cf-cc14-4014-9ff7-e9d427c08c9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-763704cf-cc14-4014-9ff7-e9d427c08c9a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-0d5e7ffe-ca7c-4593-92c7-9d914120328d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-9346fa06-14d1-499c-beb6-ac00f8e5a281 {
  text-align: center;
}



.shg-c#s-9346fa06-14d1-499c-beb6-ac00f8e5a281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9346fa06-14d1-499c-beb6-ac00f8e5a281 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9346fa06-14d1-499c-beb6-ac00f8e5a281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9346fa06-14d1-499c-beb6-ac00f8e5a281 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9346fa06-14d1-499c-beb6-ac00f8e5a281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9346fa06-14d1-499c-beb6-ac00f8e5a281 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9346fa06-14d1-499c-beb6-ac00f8e5a281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9346fa06-14d1-499c-beb6-ac00f8e5a281 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9346fa06-14d1-499c-beb6-ac00f8e5a281 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9346fa06-14d1-499c-beb6-ac00f8e5a281 img.shogun-image {
  width: 100%;
}



}







#s-c0a8962f-9915-4ecc-8626-1a711c72fa1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0a8962f-9915-4ecc-8626-1a711c72fa1d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-4b11c57f-8748-408b-b16a-aabe9838ce6b {
  text-align: left;
}

#s-4b11c57f-8748-408b-b16a-aabe9838ce6b .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-4b11c57f-8748-408b-b16a-aabe9838ce6b .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-4b11c57f-8748-408b-b16a-aabe9838ce6b .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-ea9394b3-357f-4252-963e-71680ac78073 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-ef713309-3a43-4872-9be4-94e0a7326c16 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-ef713309-3a43-4872-9be4-94e0a7326c16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef713309-3a43-4872-9be4-94e0a7326c16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ef713309-3a43-4872-9be4-94e0a7326c16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef713309-3a43-4872-9be4-94e0a7326c16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-613f3e20-e18c-4bdb-895c-c28f7717e491 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-613f3e20-e18c-4bdb-895c-c28f7717e491:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-613f3e20-e18c-4bdb-895c-c28f7717e491:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-613f3e20-e18c-4bdb-895c-c28f7717e491 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-613f3e20-e18c-4bdb-895c-c28f7717e491.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-613f3e20-e18c-4bdb-895c-c28f7717e491.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-613f3e20-e18c-4bdb-895c-c28f7717e491.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-613f3e20-e18c-4bdb-895c-c28f7717e491.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6-root {
    text-align: center;
  }


#s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6-root {
    text-align: center;
  }


#s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6-root {
    text-align: center;
  }


#s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6-root {
    text-align: center;
  }


#s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6-root {
    text-align: center;
  }


#s-276b5d3b-12bb-41b6-8bee-0b21ffdf60f6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-b63c41e2-b120-4a9f-84b2-648ed1a2be75 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-b63c41e2-b120-4a9f-84b2-648ed1a2be75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b63c41e2-b120-4a9f-84b2-648ed1a2be75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b63c41e2-b120-4a9f-84b2-648ed1a2be75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b63c41e2-b120-4a9f-84b2-648ed1a2be75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b63c41e2-b120-4a9f-84b2-648ed1a2be75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b63c41e2-b120-4a9f-84b2-648ed1a2be75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b63c41e2-b120-4a9f-84b2-648ed1a2be75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-daea14ab-d680-47d0-b81a-a3b720de968d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-daea14ab-d680-47d0-b81a-a3b720de968d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daea14ab-d680-47d0-b81a-a3b720de968d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1b0bddde-59b9-4ba2-a255-1c9db51e3e92 {
  min-height: 700px;
}








#s-1b0bddde-59b9-4ba2-a255-1c9db51e3e92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b0bddde-59b9-4ba2-a255-1c9db51e3e92.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b18383ec-d6d7-4b1b-a6e5-592f37b3eee6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b18383ec-d6d7-4b1b-a6e5-592f37b3eee6 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-b18383ec-d6d7-4b1b-a6e5-592f37b3eee6 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-b18383ec-d6d7-4b1b-a6e5-592f37b3eee6 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-d4ffe01e-9ecf-41c8-ae74-6bab76d342f6 {
  margin-top: 10px;
}

#s-7a71cf67-6ad5-43ba-ad7b-3a87ced3cf45 hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-bc942fe1-33fe-4a83-a37b-5d4266486113 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-bc942fe1-33fe-4a83-a37b-5d4266486113"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc942fe1-33fe-4a83-a37b-5d4266486113"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bc942fe1-33fe-4a83-a37b-5d4266486113"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bc942fe1-33fe-4a83-a37b-5d4266486113"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bc942fe1-33fe-4a83-a37b-5d4266486113"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bc942fe1-33fe-4a83-a37b-5d4266486113"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bc942fe1-33fe-4a83-a37b-5d4266486113"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-8d9386cd-b10e-45f9-b1e0-e7c3cd7ef965 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-8d9386cd-b10e-45f9-b1e0-e7c3cd7ef965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d9386cd-b10e-45f9-b1e0-e7c3cd7ef965.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ca92dfa8-bb23-4daf-b4ca-c75bb968e07a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-4614d9b8-bad4-4570-bc3e-7cde655ab3de {
  text-align: center;
}



.shg-c#s-4614d9b8-bad4-4570-bc3e-7cde655ab3de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4614d9b8-bad4-4570-bc3e-7cde655ab3de img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4614d9b8-bad4-4570-bc3e-7cde655ab3de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4614d9b8-bad4-4570-bc3e-7cde655ab3de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4614d9b8-bad4-4570-bc3e-7cde655ab3de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4614d9b8-bad4-4570-bc3e-7cde655ab3de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4614d9b8-bad4-4570-bc3e-7cde655ab3de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4614d9b8-bad4-4570-bc3e-7cde655ab3de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4614d9b8-bad4-4570-bc3e-7cde655ab3de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4614d9b8-bad4-4570-bc3e-7cde655ab3de img.shogun-image {
  width: 100%;
}



}







#s-54a7ead6-c40f-4202-9331-3c2aaaf2d949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54a7ead6-c40f-4202-9331-3c2aaaf2d949.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-717a992a-f5d9-43db-8d6d-b61267b165ac {
  text-align: left;
}

#s-717a992a-f5d9-43db-8d6d-b61267b165ac .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-717a992a-f5d9-43db-8d6d-b61267b165ac .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-717a992a-f5d9-43db-8d6d-b61267b165ac .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-fba653ad-c7ca-4bfa-a55e-deb7fc7f5949 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-a6b0f8d1-e7cf-4957-b406-49a859d3203d {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-a6b0f8d1-e7cf-4957-b406-49a859d3203d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6b0f8d1-e7cf-4957-b406-49a859d3203d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a6b0f8d1-e7cf-4957-b406-49a859d3203d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6b0f8d1-e7cf-4957-b406-49a859d3203d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-befeb988-6d5b-43fb-831e-a4f8b18c81e6 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-befeb988-6d5b-43fb-831e-a4f8b18c81e6:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-befeb988-6d5b-43fb-831e-a4f8b18c81e6:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-befeb988-6d5b-43fb-831e-a4f8b18c81e6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-befeb988-6d5b-43fb-831e-a4f8b18c81e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-befeb988-6d5b-43fb-831e-a4f8b18c81e6.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-befeb988-6d5b-43fb-831e-a4f8b18c81e6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-befeb988-6d5b-43fb-831e-a4f8b18c81e6.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-0ba050d7-5951-46d1-bd0e-d4ceb4130699 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-0ba050d7-5951-46d1-bd0e-d4ceb4130699:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-0ba050d7-5951-46d1-bd0e-d4ceb4130699:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0ba050d7-5951-46d1-bd0e-d4ceb4130699-root {
    text-align: center;
  }


#s-0ba050d7-5951-46d1-bd0e-d4ceb4130699.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0ba050d7-5951-46d1-bd0e-d4ceb4130699-root {
    text-align: center;
  }


#s-0ba050d7-5951-46d1-bd0e-d4ceb4130699.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ba050d7-5951-46d1-bd0e-d4ceb4130699-root {
    text-align: center;
  }


#s-0ba050d7-5951-46d1-bd0e-d4ceb4130699.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ba050d7-5951-46d1-bd0e-d4ceb4130699-root {
    text-align: center;
  }


#s-0ba050d7-5951-46d1-bd0e-d4ceb4130699.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0ba050d7-5951-46d1-bd0e-d4ceb4130699-root {
    text-align: center;
  }


#s-0ba050d7-5951-46d1-bd0e-d4ceb4130699.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-4c5d3264-f73a-444b-b4a2-61892eb22996 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4c5d3264-f73a-444b-b4a2-61892eb22996"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c5d3264-f73a-444b-b4a2-61892eb22996"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4c5d3264-f73a-444b-b4a2-61892eb22996"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4c5d3264-f73a-444b-b4a2-61892eb22996"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4c5d3264-f73a-444b-b4a2-61892eb22996"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4c5d3264-f73a-444b-b4a2-61892eb22996"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4c5d3264-f73a-444b-b4a2-61892eb22996"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-ddeaf90f-8a7e-4eec-8873-9e5cf72cc1ee {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-ddeaf90f-8a7e-4eec-8873-9e5cf72cc1ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddeaf90f-8a7e-4eec-8873-9e5cf72cc1ee.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-4c047afb-d135-46b1-bfcd-4d643ee91dd0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-82721c7a-854a-4215-9f43-5030fbd4fea7 {
  text-align: center;
}



.shg-c#s-82721c7a-854a-4215-9f43-5030fbd4fea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82721c7a-854a-4215-9f43-5030fbd4fea7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-82721c7a-854a-4215-9f43-5030fbd4fea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82721c7a-854a-4215-9f43-5030fbd4fea7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-82721c7a-854a-4215-9f43-5030fbd4fea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82721c7a-854a-4215-9f43-5030fbd4fea7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-82721c7a-854a-4215-9f43-5030fbd4fea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82721c7a-854a-4215-9f43-5030fbd4fea7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-82721c7a-854a-4215-9f43-5030fbd4fea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82721c7a-854a-4215-9f43-5030fbd4fea7 img.shogun-image {
  width: 100%;
}



}







#s-ce5506c2-8c67-4643-b68e-8cff2de6a75d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce5506c2-8c67-4643-b68e-8cff2de6a75d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-bb3effba-a202-46c9-8a61-721b1aa655c7 {
  text-align: left;
}

#s-bb3effba-a202-46c9-8a61-721b1aa655c7 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-bb3effba-a202-46c9-8a61-721b1aa655c7 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 22px;
}

#s-bb3effba-a202-46c9-8a61-721b1aa655c7 .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-e9627be1-2710-4fd6-8187-ced5f04fe383 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-796f94e8-3aef-43de-8941-f62ea88bd0da {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-796f94e8-3aef-43de-8941-f62ea88bd0da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-796f94e8-3aef-43de-8941-f62ea88bd0da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-796f94e8-3aef-43de-8941-f62ea88bd0da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-796f94e8-3aef-43de-8941-f62ea88bd0da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bba37779-5f5d-4c19-b857-660017404df7 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-bba37779-5f5d-4c19-b857-660017404df7:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-bba37779-5f5d-4c19-b857-660017404df7:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-bba37779-5f5d-4c19-b857-660017404df7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bba37779-5f5d-4c19-b857-660017404df7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bba37779-5f5d-4c19-b857-660017404df7.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-bba37779-5f5d-4c19-b857-660017404df7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bba37779-5f5d-4c19-b857-660017404df7.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6-root {
    text-align: center;
  }


#s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6-root {
    text-align: center;
  }


#s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6-root {
    text-align: center;
  }


#s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6-root {
    text-align: center;
  }


#s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6-root {
    text-align: center;
  }


#s-f81ef82c-d6c0-42aa-9722-d9a1ff7556c6.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-d78b2da3-42c7-49d6-a803-8005dcde4b37 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 450px;
}

@media (min-width: 0px) {
[id="s-d78b2da3-42c7-49d6-a803-8005dcde4b37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d78b2da3-42c7-49d6-a803-8005dcde4b37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d78b2da3-42c7-49d6-a803-8005dcde4b37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d78b2da3-42c7-49d6-a803-8005dcde4b37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d78b2da3-42c7-49d6-a803-8005dcde4b37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d78b2da3-42c7-49d6-a803-8005dcde4b37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d78b2da3-42c7-49d6-a803-8005dcde4b37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-59f4308c-2480-4d5e-bd52-7794402beb83 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-59f4308c-2480-4d5e-bd52-7794402beb83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59f4308c-2480-4d5e-bd52-7794402beb83.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2a9d40c2-fe96-4ef0-93f3-d30f79657517 {
  min-height: 500px;
}








#s-2a9d40c2-fe96-4ef0-93f3-d30f79657517 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a9d40c2-fe96-4ef0-93f3-d30f79657517.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3c2b1243-e5af-4ae5-a3e0-d49de41ce81d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3c2b1243-e5af-4ae5-a3e0-d49de41ce81d .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3c2b1243-e5af-4ae5-a3e0-d49de41ce81d .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-3c2b1243-e5af-4ae5-a3e0-d49de41ce81d .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-6b5be02c-4d30-419d-bf68-66660c2f7ad9 {
  margin-top: 10px;
}

#s-73af77c4-73ea-4b11-b569-6f9ced9f86de hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

@media (min-width: 0px) {
[id="s-9193784e-464c-41db-a611-42e73900a2f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9193784e-464c-41db-a611-42e73900a2f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9193784e-464c-41db-a611-42e73900a2f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9193784e-464c-41db-a611-42e73900a2f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9193784e-464c-41db-a611-42e73900a2f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9193784e-464c-41db-a611-42e73900a2f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9193784e-464c-41db-a611-42e73900a2f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2c385139-8e77-4c9c-80ce-7fd1041edea3 {
  min-height: 0px;
}








#s-2c385139-8e77-4c9c-80ce-7fd1041edea3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c385139-8e77-4c9c-80ce-7fd1041edea3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5b4f98e9-5ce1-46e7-9d8d-dad9749732fc {
  text-align: left;
}



.shg-c#s-5b4f98e9-5ce1-46e7-9d8d-dad9749732fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b4f98e9-5ce1-46e7-9d8d-dad9749732fc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5b4f98e9-5ce1-46e7-9d8d-dad9749732fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b4f98e9-5ce1-46e7-9d8d-dad9749732fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5b4f98e9-5ce1-46e7-9d8d-dad9749732fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b4f98e9-5ce1-46e7-9d8d-dad9749732fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5b4f98e9-5ce1-46e7-9d8d-dad9749732fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b4f98e9-5ce1-46e7-9d8d-dad9749732fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5b4f98e9-5ce1-46e7-9d8d-dad9749732fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b4f98e9-5ce1-46e7-9d8d-dad9749732fc img.shogun-image {
  width: 100%;
}



}
#s-62198bfe-ef9d-4635-bb32-1e4791382d2c {
  min-height: 0px;
}








#s-62198bfe-ef9d-4635-bb32-1e4791382d2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62198bfe-ef9d-4635-bb32-1e4791382d2c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-bff8d8e6-52cc-4f9b-a9b8-f52ffd792237 {
  min-height: 50px;
}








#s-bff8d8e6-52cc-4f9b-a9b8-f52ffd792237 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bff8d8e6-52cc-4f9b-a9b8-f52ffd792237.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6d5b64fb-f0c6-4bb6-ac66-45425ce6a958 {
  padding-bottom: 15px;
text-align: left;
}

#s-6d5b64fb-f0c6-4bb6-ac66-45425ce6a958 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-6d5b64fb-f0c6-4bb6-ac66-45425ce6a958 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-6d5b64fb-f0c6-4bb6-ac66-45425ce6a958 .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-324cd385-efe4-4818-8494-fd97e3e6260b {
  margin-bottom: 10px;
}

#s-1d2e90f1-15b7-446d-a038-d16a850e75d2 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-1d2e90f1-15b7-446d-a038-d16a850e75d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d2e90f1-15b7-446d-a038-d16a850e75d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1d2e90f1-15b7-446d-a038-d16a850e75d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d2e90f1-15b7-446d-a038-d16a850e75d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-571e3e3d-9dd7-4471-98c7-1fc13e6fd81b {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-571e3e3d-9dd7-4471-98c7-1fc13e6fd81b:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-571e3e3d-9dd7-4471-98c7-1fc13e6fd81b:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-571e3e3d-9dd7-4471-98c7-1fc13e6fd81b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-571e3e3d-9dd7-4471-98c7-1fc13e6fd81b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-571e3e3d-9dd7-4471-98c7-1fc13e6fd81b.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-571e3e3d-9dd7-4471-98c7-1fc13e6fd81b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-571e3e3d-9dd7-4471-98c7-1fc13e6fd81b.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-dfde99e6-9f94-44f8-900f-9b2c273e9b82 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-dfde99e6-9f94-44f8-900f-9b2c273e9b82:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-dfde99e6-9f94-44f8-900f-9b2c273e9b82:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dfde99e6-9f94-44f8-900f-9b2c273e9b82-root {
    text-align: center;
  }


#s-dfde99e6-9f94-44f8-900f-9b2c273e9b82.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dfde99e6-9f94-44f8-900f-9b2c273e9b82-root {
    text-align: center;
  }


#s-dfde99e6-9f94-44f8-900f-9b2c273e9b82.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfde99e6-9f94-44f8-900f-9b2c273e9b82-root {
    text-align: center;
  }


#s-dfde99e6-9f94-44f8-900f-9b2c273e9b82.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfde99e6-9f94-44f8-900f-9b2c273e9b82-root {
    text-align: center;
  }


#s-dfde99e6-9f94-44f8-900f-9b2c273e9b82.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dfde99e6-9f94-44f8-900f-9b2c273e9b82-root {
    text-align: center;
  }


#s-dfde99e6-9f94-44f8-900f-9b2c273e9b82.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-c61f98df-9c65-410e-bef4-770157856db8 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-c61f98df-9c65-410e-bef4-770157856db8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c61f98df-9c65-410e-bef4-770157856db8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c61f98df-9c65-410e-bef4-770157856db8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c61f98df-9c65-410e-bef4-770157856db8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c61f98df-9c65-410e-bef4-770157856db8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c61f98df-9c65-410e-bef4-770157856db8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c61f98df-9c65-410e-bef4-770157856db8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1eb5c0b7-a05a-4b88-9c03-c8e4ad51a3de {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-1eb5c0b7-a05a-4b88-9c03-c8e4ad51a3de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1eb5c0b7-a05a-4b88-9c03-c8e4ad51a3de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85007003-3724-4e10-801d-494674eb6601 {
  min-height: 500px;
}








#s-85007003-3724-4e10-801d-494674eb6601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85007003-3724-4e10-801d-494674eb6601.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d310b8e4-9e81-4e6c-a4e0-d300da7acd59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d310b8e4-9e81-4e6c-a4e0-d300da7acd59 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d310b8e4-9e81-4e6c-a4e0-d300da7acd59 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-d310b8e4-9e81-4e6c-a4e0-d300da7acd59 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-29cfd348-f282-4c00-8bf1-8d60a88f15f1 {
  margin-top: 10px;
}

#s-8bb6d616-24e4-4550-92ee-4b93fc75fb63 hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

@media (min-width: 0px) {
[id="s-7ed76c5b-50fa-450e-9a71-aca4b0c2d5a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ed76c5b-50fa-450e-9a71-aca4b0c2d5a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ed76c5b-50fa-450e-9a71-aca4b0c2d5a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ed76c5b-50fa-450e-9a71-aca4b0c2d5a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ed76c5b-50fa-450e-9a71-aca4b0c2d5a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ed76c5b-50fa-450e-9a71-aca4b0c2d5a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ed76c5b-50fa-450e-9a71-aca4b0c2d5a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d9e1aa6d-3f05-48f8-9601-eb55e03174de {
  min-height: 50px;
}








#s-d9e1aa6d-3f05-48f8-9601-eb55e03174de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9e1aa6d-3f05-48f8-9601-eb55e03174de.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d564e22c-052f-485d-ad47-6c5c506edce5 {
  text-align: left;
}



.shg-c#s-d564e22c-052f-485d-ad47-6c5c506edce5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d564e22c-052f-485d-ad47-6c5c506edce5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d564e22c-052f-485d-ad47-6c5c506edce5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d564e22c-052f-485d-ad47-6c5c506edce5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d564e22c-052f-485d-ad47-6c5c506edce5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d564e22c-052f-485d-ad47-6c5c506edce5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d564e22c-052f-485d-ad47-6c5c506edce5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d564e22c-052f-485d-ad47-6c5c506edce5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d564e22c-052f-485d-ad47-6c5c506edce5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d564e22c-052f-485d-ad47-6c5c506edce5 img.shogun-image {
  width: 100%;
}



}
#s-dc007a08-4c3f-424d-b9c6-368bcd848368 {
  min-height: 100px;
}








#s-dc007a08-4c3f-424d-b9c6-368bcd848368 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc007a08-4c3f-424d-b9c6-368bcd848368.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9d6ec077-4662-456d-8617-31e8c7cb6d7e {
  min-height: 50px;
}








#s-9d6ec077-4662-456d-8617-31e8c7cb6d7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d6ec077-4662-456d-8617-31e8c7cb6d7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfe319ac-a6a2-41fe-8a6f-c23123085f1d {
  text-align: left;
}

#s-dfe319ac-a6a2-41fe-8a6f-c23123085f1d .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-dfe319ac-a6a2-41fe-8a6f-c23123085f1d .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-dfe319ac-a6a2-41fe-8a6f-c23123085f1d .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-b9fe39dc-ee55-4c7d-a5e2-ab233ad8c8b1 {
  margin-top: 5px;
margin-bottom: 10px;
}

#s-c327d5ee-328a-459e-8b14-77f97d84db56 {
  margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-c327d5ee-328a-459e-8b14-77f97d84db56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c327d5ee-328a-459e-8b14-77f97d84db56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c327d5ee-328a-459e-8b14-77f97d84db56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c327d5ee-328a-459e-8b14-77f97d84db56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-37be2e60-3844-41dd-8ac9-1b44eac1ef5c {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-37be2e60-3844-41dd-8ac9-1b44eac1ef5c:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-37be2e60-3844-41dd-8ac9-1b44eac1ef5c:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-37be2e60-3844-41dd-8ac9-1b44eac1ef5c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37be2e60-3844-41dd-8ac9-1b44eac1ef5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37be2e60-3844-41dd-8ac9-1b44eac1ef5c.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-37be2e60-3844-41dd-8ac9-1b44eac1ef5c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-37be2e60-3844-41dd-8ac9-1b44eac1ef5c.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-478b78ee-5079-4611-ab26-d0a36ce71821 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-478b78ee-5079-4611-ab26-d0a36ce71821:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-478b78ee-5079-4611-ab26-d0a36ce71821:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-478b78ee-5079-4611-ab26-d0a36ce71821-root {
    text-align: center;
  }


#s-478b78ee-5079-4611-ab26-d0a36ce71821.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-478b78ee-5079-4611-ab26-d0a36ce71821-root {
    text-align: center;
  }


#s-478b78ee-5079-4611-ab26-d0a36ce71821.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-478b78ee-5079-4611-ab26-d0a36ce71821-root {
    text-align: center;
  }


#s-478b78ee-5079-4611-ab26-d0a36ce71821.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-478b78ee-5079-4611-ab26-d0a36ce71821-root {
    text-align: center;
  }


#s-478b78ee-5079-4611-ab26-d0a36ce71821.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-478b78ee-5079-4611-ab26-d0a36ce71821-root {
    text-align: center;
  }


#s-478b78ee-5079-4611-ab26-d0a36ce71821.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
@media (min-width: 1200px){#s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7 {
  display: none;
}
#s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7, #wrap-s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7 {
  display: none;
}
#s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7, #wrap-s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7 {
  
}
}@media (max-width: 767px){#s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}
}
#s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(43, 61, 76, 1);
}

#s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(252, 248, 239, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(43, 61, 76, 1);
  text-align: left;
  font-family: Libre Baskerville;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

#s-fb7804c4-a3da-4f92-aa10-98cd4a1664a7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-8b8afc14-b8db-4d63-8d0a-3ead949cfa4b {
  text-align: center;
}







  #s-8b8afc14-b8db-4d63-8d0a-3ead949cfa4b img.shogun-image {
    

    
    
    
  }


#s-8b8afc14-b8db-4d63-8d0a-3ead949cfa4b .shogun-image-content {
  
    align-items: center;
  
}

#s-710323d0-a538-4d68-a22e-801cf50ccf83 {
  text-align: center;
}







  #s-710323d0-a538-4d68-a22e-801cf50ccf83 img.shogun-image {
    

    
    
    
  }


#s-710323d0-a538-4d68-a22e-801cf50ccf83 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5fb70ac-d3fc-4ed1-9da5-8564302357c6 {
  text-align: center;
}







  #s-c5fb70ac-d3fc-4ed1-9da5-8564302357c6 img.shogun-image {
    

    
    
    
  }


#s-c5fb70ac-d3fc-4ed1-9da5-8564302357c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf508ce1-deba-4c1b-b158-4dc7c5f494f2 {
  text-align: center;
}







  #s-bf508ce1-deba-4c1b-b158-4dc7c5f494f2 img.shogun-image {
    

    
    
    
  }


#s-bf508ce1-deba-4c1b-b158-4dc7c5f494f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a192ecf-bcf5-4211-87bd-5d443b10ac71 {
  text-align: center;
}







  #s-7a192ecf-bcf5-4211-87bd-5d443b10ac71 img.shogun-image {
    

    
    
    
  }


#s-7a192ecf-bcf5-4211-87bd-5d443b10ac71 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9e8e6b5-e595-4109-a6da-0ec665e60500 {
  text-align: center;
}







  #s-b9e8e6b5-e595-4109-a6da-0ec665e60500 img.shogun-image {
    

    
    
    
  }


#s-b9e8e6b5-e595-4109-a6da-0ec665e60500 .shogun-image-content {
  
    align-items: center;
  
}

#s-54fbeb70-55d2-4b70-9268-8dd5874b5ffb {
  padding-top: 0px;
padding-bottom: 0px;
}








#s-54fbeb70-55d2-4b70-9268-8dd5874b5ffb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54fbeb70-55d2-4b70-9268-8dd5874b5ffb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c791f930-ca48-41ef-91ce-af3b5bfcd2fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c791f930-ca48-41ef-91ce-af3b5bfcd2fe .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c791f930-ca48-41ef-91ce-af3b5bfcd2fe .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-c791f930-ca48-41ef-91ce-af3b5bfcd2fe .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-dec32f09-c032-4c45-99db-336fe808166d {
  margin-top: 10px;
}

#s-f0f026cc-f3d3-47c3-b0ec-772ad96b59d8 hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-b1b8e5ef-2374-49d6-8e9a-a1f5e90c81db {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b1b8e5ef-2374-49d6-8e9a-a1f5e90c81db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b1b8e5ef-2374-49d6-8e9a-a1f5e90c81db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b1b8e5ef-2374-49d6-8e9a-a1f5e90c81db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1b8e5ef-2374-49d6-8e9a-a1f5e90c81db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e26d1c57-25e2-4bc0-a292-ebe097fd7571 {
  margin-right: 30%;
min-height: 50px;
}








#s-e26d1c57-25e2-4bc0-a292-ebe097fd7571 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e26d1c57-25e2-4bc0-a292-ebe097fd7571.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9b9531b5-b5a9-4d53-a68d-9da538e049fa {
  text-align: left;
}



.shg-c#s-9b9531b5-b5a9-4d53-a68d-9da538e049fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b9531b5-b5a9-4d53-a68d-9da538e049fa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b9531b5-b5a9-4d53-a68d-9da538e049fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b9531b5-b5a9-4d53-a68d-9da538e049fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b9531b5-b5a9-4d53-a68d-9da538e049fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b9531b5-b5a9-4d53-a68d-9da538e049fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b9531b5-b5a9-4d53-a68d-9da538e049fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b9531b5-b5a9-4d53-a68d-9da538e049fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b9531b5-b5a9-4d53-a68d-9da538e049fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b9531b5-b5a9-4d53-a68d-9da538e049fa img.shogun-image {
  width: 100%;
}



}
#s-bc23a24a-36a5-47f9-8edf-dcbc811938ac {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-bc23a24a-36a5-47f9-8edf-dcbc811938ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc23a24a-36a5-47f9-8edf-dcbc811938ac.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3ff3c174-c20e-4fda-bebd-aff12503f78d {
  padding-bottom: 10px;
text-align: left;
}

#s-3ff3c174-c20e-4fda-bebd-aff12503f78d .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-3ff3c174-c20e-4fda-bebd-aff12503f78d .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-3ff3c174-c20e-4fda-bebd-aff12503f78d .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-60e85958-6a55-44ea-b9bb-9eaeb1f086b4 {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-60e85958-6a55-44ea-b9bb-9eaeb1f086b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-60e85958-6a55-44ea-b9bb-9eaeb1f086b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-60e85958-6a55-44ea-b9bb-9eaeb1f086b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-60e85958-6a55-44ea-b9bb-9eaeb1f086b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-e0b169d5-13f4-4807-b741-3d468bf9790d {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-e0b169d5-13f4-4807-b741-3d468bf9790d:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-e0b169d5-13f4-4807-b741-3d468bf9790d:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e0b169d5-13f4-4807-b741-3d468bf9790d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0b169d5-13f4-4807-b741-3d468bf9790d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0b169d5-13f4-4807-b741-3d468bf9790d.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-e0b169d5-13f4-4807-b741-3d468bf9790d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e0b169d5-13f4-4807-b741-3d468bf9790d.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-0444d60e-7721-4de5-b439-203f69189923 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-0444d60e-7721-4de5-b439-203f69189923:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-0444d60e-7721-4de5-b439-203f69189923:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0444d60e-7721-4de5-b439-203f69189923-root {
    text-align: center;
  }


#s-0444d60e-7721-4de5-b439-203f69189923.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0444d60e-7721-4de5-b439-203f69189923-root {
    text-align: center;
  }


#s-0444d60e-7721-4de5-b439-203f69189923.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0444d60e-7721-4de5-b439-203f69189923-root {
    text-align: center;
  }


#s-0444d60e-7721-4de5-b439-203f69189923.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0444d60e-7721-4de5-b439-203f69189923-root {
    text-align: center;
  }


#s-0444d60e-7721-4de5-b439-203f69189923.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0444d60e-7721-4de5-b439-203f69189923-root {
    text-align: center;
  }


#s-0444d60e-7721-4de5-b439-203f69189923.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-26875f0e-2fdd-4bd2-9482-cf01ed93251e {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-26875f0e-2fdd-4bd2-9482-cf01ed93251e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-26875f0e-2fdd-4bd2-9482-cf01ed93251e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-26875f0e-2fdd-4bd2-9482-cf01ed93251e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-26875f0e-2fdd-4bd2-9482-cf01ed93251e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c21d491b-4d78-476b-86da-ad28492f7dba {
  margin-right: 30%;
min-height: 50px;
}








#s-c21d491b-4d78-476b-86da-ad28492f7dba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c21d491b-4d78-476b-86da-ad28492f7dba.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-991e5d39-510f-4588-acfb-f44ed6e2f0b0 {
  text-align: left;
}



.shg-c#s-991e5d39-510f-4588-acfb-f44ed6e2f0b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-991e5d39-510f-4588-acfb-f44ed6e2f0b0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-991e5d39-510f-4588-acfb-f44ed6e2f0b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-991e5d39-510f-4588-acfb-f44ed6e2f0b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-991e5d39-510f-4588-acfb-f44ed6e2f0b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-991e5d39-510f-4588-acfb-f44ed6e2f0b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-991e5d39-510f-4588-acfb-f44ed6e2f0b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-991e5d39-510f-4588-acfb-f44ed6e2f0b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-991e5d39-510f-4588-acfb-f44ed6e2f0b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-991e5d39-510f-4588-acfb-f44ed6e2f0b0 img.shogun-image {
  width: 100%;
}



}
#s-dedec887-aa83-4cb0-bdcd-cf77300e8c41 {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-dedec887-aa83-4cb0-bdcd-cf77300e8c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dedec887-aa83-4cb0-bdcd-cf77300e8c41.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2b3fb632-ba83-43c3-9ec5-743b25d82ca1 {
  padding-bottom: 10px;
text-align: left;
}

#s-2b3fb632-ba83-43c3-9ec5-743b25d82ca1 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-2b3fb632-ba83-43c3-9ec5-743b25d82ca1 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-2b3fb632-ba83-43c3-9ec5-743b25d82ca1 .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-efe53bed-8ccb-46ce-800f-e973c2c9fc7f {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-efe53bed-8ccb-46ce-800f-e973c2c9fc7f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-efe53bed-8ccb-46ce-800f-e973c2c9fc7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-efe53bed-8ccb-46ce-800f-e973c2c9fc7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-efe53bed-8ccb-46ce-800f-e973c2c9fc7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-e771ad13-e149-49ff-a3b6-9c74cf63879a {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-e771ad13-e149-49ff-a3b6-9c74cf63879a:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-e771ad13-e149-49ff-a3b6-9c74cf63879a:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e771ad13-e149-49ff-a3b6-9c74cf63879a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e771ad13-e149-49ff-a3b6-9c74cf63879a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e771ad13-e149-49ff-a3b6-9c74cf63879a.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-e771ad13-e149-49ff-a3b6-9c74cf63879a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e771ad13-e149-49ff-a3b6-9c74cf63879a.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-7893999d-18a4-4f8f-bd03-74a1caed5e61 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-7893999d-18a4-4f8f-bd03-74a1caed5e61:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-7893999d-18a4-4f8f-bd03-74a1caed5e61:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7893999d-18a4-4f8f-bd03-74a1caed5e61-root {
    text-align: center;
  }


#s-7893999d-18a4-4f8f-bd03-74a1caed5e61.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7893999d-18a4-4f8f-bd03-74a1caed5e61-root {
    text-align: center;
  }


#s-7893999d-18a4-4f8f-bd03-74a1caed5e61.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7893999d-18a4-4f8f-bd03-74a1caed5e61-root {
    text-align: center;
  }


#s-7893999d-18a4-4f8f-bd03-74a1caed5e61.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7893999d-18a4-4f8f-bd03-74a1caed5e61-root {
    text-align: center;
  }


#s-7893999d-18a4-4f8f-bd03-74a1caed5e61.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7893999d-18a4-4f8f-bd03-74a1caed5e61-root {
    text-align: center;
  }


#s-7893999d-18a4-4f8f-bd03-74a1caed5e61.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-63a56c43-41ed-4a65-8e3a-f7a4071d3850 {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-63a56c43-41ed-4a65-8e3a-f7a4071d3850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63a56c43-41ed-4a65-8e3a-f7a4071d3850.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44251717-1ce7-4fe5-830c-1a025b9ae20b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44251717-1ce7-4fe5-830c-1a025b9ae20b .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-44251717-1ce7-4fe5-830c-1a025b9ae20b .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-44251717-1ce7-4fe5-830c-1a025b9ae20b .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-6d120102-ac8d-47df-b7b4-f5091cd49e1e {
  margin-top: 10px;
}

#s-93a852be-b5b9-418c-857b-01eb6dae79bc hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

@media (min-width: 0px) {
[id="s-1decf68a-8a01-4d75-b324-a8a2888bec1b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-1decf68a-8a01-4d75-b324-a8a2888bec1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1decf68a-8a01-4d75-b324-a8a2888bec1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1decf68a-8a01-4d75-b324-a8a2888bec1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d31bda1a-f6f2-4881-ba50-3842c243eb48 {
  margin-left: 0%;
padding-left: 0%;
padding-right: 30%;
min-height: 50px;
}








#s-d31bda1a-f6f2-4881-ba50-3842c243eb48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d31bda1a-f6f2-4881-ba50-3842c243eb48.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9bd6f358-c63d-4dfe-88d3-19e4675e9731 {
  margin-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}



.shg-c#s-9bd6f358-c63d-4dfe-88d3-19e4675e9731 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd6f358-c63d-4dfe-88d3-19e4675e9731 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9bd6f358-c63d-4dfe-88d3-19e4675e9731 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd6f358-c63d-4dfe-88d3-19e4675e9731 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd6f358-c63d-4dfe-88d3-19e4675e9731 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd6f358-c63d-4dfe-88d3-19e4675e9731 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd6f358-c63d-4dfe-88d3-19e4675e9731 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd6f358-c63d-4dfe-88d3-19e4675e9731 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd6f358-c63d-4dfe-88d3-19e4675e9731 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd6f358-c63d-4dfe-88d3-19e4675e9731 img.shogun-image {
  width: 100%;
}



}
#s-8386ea8d-dd59-4d5f-a0a4-ebd3523f9568 {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-8386ea8d-dd59-4d5f-a0a4-ebd3523f9568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8386ea8d-dd59-4d5f-a0a4-ebd3523f9568.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-779aa53c-927a-4639-bd10-fb07602fd60d {
  padding-bottom: 10px;
text-align: left;
}

#s-779aa53c-927a-4639-bd10-fb07602fd60d .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-779aa53c-927a-4639-bd10-fb07602fd60d .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-779aa53c-927a-4639-bd10-fb07602fd60d .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-d6874e11-0a29-4b06-9bd8-8eed42a0b0ca {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-d6874e11-0a29-4b06-9bd8-8eed42a0b0ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6874e11-0a29-4b06-9bd8-8eed42a0b0ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f322552-1879-45c0-b5c7-27885081a700 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f322552-1879-45c0-b5c7-27885081a700 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2f322552-1879-45c0-b5c7-27885081a700 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-2f322552-1879-45c0-b5c7-27885081a700 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-35b43639-1b96-4024-acdc-1c1cbdf905e8 {
  margin-top: 10px;
}

#s-190a5788-5a82-481f-a2b1-a95e4dfa3fba hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-cbfc7131-430e-48eb-8a05-78bfe63ec515 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-cbfc7131-430e-48eb-8a05-78bfe63ec515"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cbfc7131-430e-48eb-8a05-78bfe63ec515"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cbfc7131-430e-48eb-8a05-78bfe63ec515"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbfc7131-430e-48eb-8a05-78bfe63ec515"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-eec2a5cf-5d6c-438c-bfc9-8806bbc1b8b8 {
  margin-right: 30%;
min-height: 50px;
}








#s-eec2a5cf-5d6c-438c-bfc9-8806bbc1b8b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eec2a5cf-5d6c-438c-bfc9-8806bbc1b8b8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-18cfdd91-7668-4b3b-bc2d-6668a7635d07 {
  text-align: left;
}



.shg-c#s-18cfdd91-7668-4b3b-bc2d-6668a7635d07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18cfdd91-7668-4b3b-bc2d-6668a7635d07 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-18cfdd91-7668-4b3b-bc2d-6668a7635d07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18cfdd91-7668-4b3b-bc2d-6668a7635d07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18cfdd91-7668-4b3b-bc2d-6668a7635d07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18cfdd91-7668-4b3b-bc2d-6668a7635d07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18cfdd91-7668-4b3b-bc2d-6668a7635d07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18cfdd91-7668-4b3b-bc2d-6668a7635d07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18cfdd91-7668-4b3b-bc2d-6668a7635d07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18cfdd91-7668-4b3b-bc2d-6668a7635d07 img.shogun-image {
  width: 100%;
}



}
#s-4efcb21c-7022-4fc4-bfd7-9d6455b8e2df {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-4efcb21c-7022-4fc4-bfd7-9d6455b8e2df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4efcb21c-7022-4fc4-bfd7-9d6455b8e2df.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-20bd6967-2ba0-4f4a-a7d8-f796a2b857cb {
  padding-bottom: 10px;
text-align: left;
}

#s-20bd6967-2ba0-4f4a-a7d8-f796a2b857cb .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-20bd6967-2ba0-4f4a-a7d8-f796a2b857cb .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-20bd6967-2ba0-4f4a-a7d8-f796a2b857cb .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-f5ba14b6-9492-48b1-a6b8-3a34c416cfcb {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-f5ba14b6-9492-48b1-a6b8-3a34c416cfcb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-f5ba14b6-9492-48b1-a6b8-3a34c416cfcb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f5ba14b6-9492-48b1-a6b8-3a34c416cfcb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f5ba14b6-9492-48b1-a6b8-3a34c416cfcb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-8f3435ae-87fb-4b93-b3a9-346e1435ed80 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-8f3435ae-87fb-4b93-b3a9-346e1435ed80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f3435ae-87fb-4b93-b3a9-346e1435ed80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee408ede-a524-410f-8ad4-49069380d512 {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-ee408ede-a524-410f-8ad4-49069380d512:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-ee408ede-a524-410f-8ad4-49069380d512:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ee408ede-a524-410f-8ad4-49069380d512 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee408ede-a524-410f-8ad4-49069380d512.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee408ede-a524-410f-8ad4-49069380d512.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-ee408ede-a524-410f-8ad4-49069380d512.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ee408ede-a524-410f-8ad4-49069380d512.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-8e088c8e-eac2-4c38-ac5f-9044178c041f {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-8e088c8e-eac2-4c38-ac5f-9044178c041f:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-8e088c8e-eac2-4c38-ac5f-9044178c041f:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8e088c8e-eac2-4c38-ac5f-9044178c041f-root {
    text-align: center;
  }


#s-8e088c8e-eac2-4c38-ac5f-9044178c041f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e088c8e-eac2-4c38-ac5f-9044178c041f-root {
    text-align: center;
  }


#s-8e088c8e-eac2-4c38-ac5f-9044178c041f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e088c8e-eac2-4c38-ac5f-9044178c041f-root {
    text-align: center;
  }


#s-8e088c8e-eac2-4c38-ac5f-9044178c041f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e088c8e-eac2-4c38-ac5f-9044178c041f-root {
    text-align: center;
  }


#s-8e088c8e-eac2-4c38-ac5f-9044178c041f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e088c8e-eac2-4c38-ac5f-9044178c041f-root {
    text-align: center;
  }


#s-8e088c8e-eac2-4c38-ac5f-9044178c041f.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-2091d6f8-835a-4466-8f0b-bfeac33e2f7c {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2091d6f8-835a-4466-8f0b-bfeac33e2f7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2091d6f8-835a-4466-8f0b-bfeac33e2f7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2091d6f8-835a-4466-8f0b-bfeac33e2f7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2091d6f8-835a-4466-8f0b-bfeac33e2f7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-a7cd0443-4be8-496a-b6ac-cf8d5726ad79 {
  margin-right: 30%;
min-height: 50px;
}








#s-a7cd0443-4be8-496a-b6ac-cf8d5726ad79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7cd0443-4be8-496a-b6ac-cf8d5726ad79.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-00eb6e10-5d88-4b12-b110-cfe45892b9d9 {
  text-align: left;
}



.shg-c#s-00eb6e10-5d88-4b12-b110-cfe45892b9d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00eb6e10-5d88-4b12-b110-cfe45892b9d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-00eb6e10-5d88-4b12-b110-cfe45892b9d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00eb6e10-5d88-4b12-b110-cfe45892b9d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-00eb6e10-5d88-4b12-b110-cfe45892b9d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00eb6e10-5d88-4b12-b110-cfe45892b9d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-00eb6e10-5d88-4b12-b110-cfe45892b9d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00eb6e10-5d88-4b12-b110-cfe45892b9d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-00eb6e10-5d88-4b12-b110-cfe45892b9d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00eb6e10-5d88-4b12-b110-cfe45892b9d9 img.shogun-image {
  width: 100%;
}



}
#s-7077b3a7-ee2b-459e-94d4-8008abac8c04 {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-7077b3a7-ee2b-459e-94d4-8008abac8c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7077b3a7-ee2b-459e-94d4-8008abac8c04.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-654711f6-2e81-466e-9b78-2f5cdb0090b6 {
  padding-bottom: 10px;
text-align: left;
}

#s-654711f6-2e81-466e-9b78-2f5cdb0090b6 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-654711f6-2e81-466e-9b78-2f5cdb0090b6 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-654711f6-2e81-466e-9b78-2f5cdb0090b6 .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;
}

@media (min-width: 0px) {
[id="s-c53783de-c123-4443-b632-6433381dfc30"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-c53783de-c123-4443-b632-6433381dfc30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c53783de-c123-4443-b632-6433381dfc30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c53783de-c123-4443-b632-6433381dfc30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a54d095e-73a2-4d08-8aee-ac9d6d40f967 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-a54d095e-73a2-4d08-8aee-ac9d6d40f967 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a54d095e-73a2-4d08-8aee-ac9d6d40f967.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68a7cb4b-bc69-4f9e-a431-bdb7984c6c7c {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-68a7cb4b-bc69-4f9e-a431-bdb7984c6c7c:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-68a7cb4b-bc69-4f9e-a431-bdb7984c6c7c:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-68a7cb4b-bc69-4f9e-a431-bdb7984c6c7c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68a7cb4b-bc69-4f9e-a431-bdb7984c6c7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68a7cb4b-bc69-4f9e-a431-bdb7984c6c7c.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-68a7cb4b-bc69-4f9e-a431-bdb7984c6c7c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-68a7cb4b-bc69-4f9e-a431-bdb7984c6c7c.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-13873c8a-b11d-44fb-8c11-c0a44f65156e {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-13873c8a-b11d-44fb-8c11-c0a44f65156e:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-13873c8a-b11d-44fb-8c11-c0a44f65156e:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-13873c8a-b11d-44fb-8c11-c0a44f65156e-root {
    text-align: center;
  }


#s-13873c8a-b11d-44fb-8c11-c0a44f65156e.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-13873c8a-b11d-44fb-8c11-c0a44f65156e-root {
    text-align: center;
  }


#s-13873c8a-b11d-44fb-8c11-c0a44f65156e.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13873c8a-b11d-44fb-8c11-c0a44f65156e-root {
    text-align: center;
  }


#s-13873c8a-b11d-44fb-8c11-c0a44f65156e.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13873c8a-b11d-44fb-8c11-c0a44f65156e-root {
    text-align: center;
  }


#s-13873c8a-b11d-44fb-8c11-c0a44f65156e.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-13873c8a-b11d-44fb-8c11-c0a44f65156e-root {
    text-align: center;
  }


#s-13873c8a-b11d-44fb-8c11-c0a44f65156e.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-5860c0ed-77bf-409a-9d9e-635d20ad02b2 {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-5860c0ed-77bf-409a-9d9e-635d20ad02b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5860c0ed-77bf-409a-9d9e-635d20ad02b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6a6a73c-2e39-4f14-8f89-632da564aa27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d6a6a73c-2e39-4f14-8f89-632da564aa27 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d6a6a73c-2e39-4f14-8f89-632da564aa27 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-d6a6a73c-2e39-4f14-8f89-632da564aa27 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-2384ff16-22bd-41f3-8fea-a0ae7985b0e8 {
  margin-top: 10px;
}

#s-67f77197-3d86-4b6b-b1fb-6c75c7af3bc1 hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-351076af-e30d-455c-872d-274b222b19c1 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-351076af-e30d-455c-872d-274b222b19c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-351076af-e30d-455c-872d-274b222b19c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-351076af-e30d-455c-872d-274b222b19c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-351076af-e30d-455c-872d-274b222b19c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-8c2d05af-718f-4b80-ba4b-7f2fb3f0de5d {
  margin-right: 30%;
min-height: 50px;
}








#s-8c2d05af-718f-4b80-ba4b-7f2fb3f0de5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c2d05af-718f-4b80-ba4b-7f2fb3f0de5d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-665d12c5-ee3d-4f74-b84c-0e936a56b02f {
  text-align: left;
}



.shg-c#s-665d12c5-ee3d-4f74-b84c-0e936a56b02f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-665d12c5-ee3d-4f74-b84c-0e936a56b02f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-665d12c5-ee3d-4f74-b84c-0e936a56b02f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-665d12c5-ee3d-4f74-b84c-0e936a56b02f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-665d12c5-ee3d-4f74-b84c-0e936a56b02f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-665d12c5-ee3d-4f74-b84c-0e936a56b02f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-665d12c5-ee3d-4f74-b84c-0e936a56b02f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-665d12c5-ee3d-4f74-b84c-0e936a56b02f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-665d12c5-ee3d-4f74-b84c-0e936a56b02f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-665d12c5-ee3d-4f74-b84c-0e936a56b02f img.shogun-image {
  width: 100%;
}



}
#s-ba13d600-6610-46d1-a429-4a0d81413254 {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-ba13d600-6610-46d1-a429-4a0d81413254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba13d600-6610-46d1-a429-4a0d81413254.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-be99d06d-4e11-4083-a601-5002cac767fd {
  padding-bottom: 10px;
text-align: left;
}

#s-be99d06d-4e11-4083-a601-5002cac767fd .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-be99d06d-4e11-4083-a601-5002cac767fd .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-be99d06d-4e11-4083-a601-5002cac767fd .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-2937d29b-0467-4306-852e-61bb6629ecc3 {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-2937d29b-0467-4306-852e-61bb6629ecc3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2937d29b-0467-4306-852e-61bb6629ecc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2937d29b-0467-4306-852e-61bb6629ecc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2937d29b-0467-4306-852e-61bb6629ecc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a652a324-554e-4fd1-a214-e05455cab8af {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-a652a324-554e-4fd1-a214-e05455cab8af:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-a652a324-554e-4fd1-a214-e05455cab8af:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a652a324-554e-4fd1-a214-e05455cab8af {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a652a324-554e-4fd1-a214-e05455cab8af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a652a324-554e-4fd1-a214-e05455cab8af.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-a652a324-554e-4fd1-a214-e05455cab8af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a652a324-554e-4fd1-a214-e05455cab8af.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-3b544419-3625-42e8-ada4-37d0b5841be5 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-3b544419-3625-42e8-ada4-37d0b5841be5:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-3b544419-3625-42e8-ada4-37d0b5841be5:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3b544419-3625-42e8-ada4-37d0b5841be5-root {
    text-align: center;
  }


#s-3b544419-3625-42e8-ada4-37d0b5841be5.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3b544419-3625-42e8-ada4-37d0b5841be5-root {
    text-align: center;
  }


#s-3b544419-3625-42e8-ada4-37d0b5841be5.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b544419-3625-42e8-ada4-37d0b5841be5-root {
    text-align: center;
  }


#s-3b544419-3625-42e8-ada4-37d0b5841be5.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b544419-3625-42e8-ada4-37d0b5841be5-root {
    text-align: center;
  }


#s-3b544419-3625-42e8-ada4-37d0b5841be5.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3b544419-3625-42e8-ada4-37d0b5841be5-root {
    text-align: center;
  }


#s-3b544419-3625-42e8-ada4-37d0b5841be5.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-d26ebe72-e535-4f00-b281-3117095718aa {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d26ebe72-e535-4f00-b281-3117095718aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d26ebe72-e535-4f00-b281-3117095718aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d26ebe72-e535-4f00-b281-3117095718aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d26ebe72-e535-4f00-b281-3117095718aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-52f611e2-9145-4aaf-85c3-5ab1f519a4ee {
  margin-right: 30%;
min-height: 50px;
}








#s-52f611e2-9145-4aaf-85c3-5ab1f519a4ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52f611e2-9145-4aaf-85c3-5ab1f519a4ee.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fa642a1e-a238-458c-8d25-d8d8ddf0ff80 {
  text-align: left;
}



.shg-c#s-fa642a1e-a238-458c-8d25-d8d8ddf0ff80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa642a1e-a238-458c-8d25-d8d8ddf0ff80 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fa642a1e-a238-458c-8d25-d8d8ddf0ff80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa642a1e-a238-458c-8d25-d8d8ddf0ff80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa642a1e-a238-458c-8d25-d8d8ddf0ff80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa642a1e-a238-458c-8d25-d8d8ddf0ff80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa642a1e-a238-458c-8d25-d8d8ddf0ff80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa642a1e-a238-458c-8d25-d8d8ddf0ff80 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa642a1e-a238-458c-8d25-d8d8ddf0ff80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa642a1e-a238-458c-8d25-d8d8ddf0ff80 img.shogun-image {
  width: 100%;
}



}
#s-d6c3f2ab-d21b-413c-b59c-ccc3411a90af {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-d6c3f2ab-d21b-413c-b59c-ccc3411a90af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6c3f2ab-d21b-413c-b59c-ccc3411a90af.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3218a1da-c21d-427b-bab4-bd6ae3624a2c {
  padding-bottom: 10px;
text-align: left;
}

#s-3218a1da-c21d-427b-bab4-bd6ae3624a2c .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-3218a1da-c21d-427b-bab4-bd6ae3624a2c .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-3218a1da-c21d-427b-bab4-bd6ae3624a2c .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;
}

@media (min-width: 0px) {
[id="s-85d14f76-bbb7-42b8-a4aa-741338b24a72"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-85d14f76-bbb7-42b8-a4aa-741338b24a72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-85d14f76-bbb7-42b8-a4aa-741338b24a72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-85d14f76-bbb7-42b8-a4aa-741338b24a72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-aa4ea887-978a-4deb-b693-c9e8ff92e89a {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-aa4ea887-978a-4deb-b693-c9e8ff92e89a:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-aa4ea887-978a-4deb-b693-c9e8ff92e89a:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-aa4ea887-978a-4deb-b693-c9e8ff92e89a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa4ea887-978a-4deb-b693-c9e8ff92e89a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa4ea887-978a-4deb-b693-c9e8ff92e89a.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-aa4ea887-978a-4deb-b693-c9e8ff92e89a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-aa4ea887-978a-4deb-b693-c9e8ff92e89a.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-7b2d7a38-8835-4254-8eac-7ba28f5d6411 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-7b2d7a38-8835-4254-8eac-7ba28f5d6411:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-7b2d7a38-8835-4254-8eac-7ba28f5d6411:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7b2d7a38-8835-4254-8eac-7ba28f5d6411-root {
    text-align: center;
  }


#s-7b2d7a38-8835-4254-8eac-7ba28f5d6411.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b2d7a38-8835-4254-8eac-7ba28f5d6411-root {
    text-align: center;
  }


#s-7b2d7a38-8835-4254-8eac-7ba28f5d6411.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b2d7a38-8835-4254-8eac-7ba28f5d6411-root {
    text-align: center;
  }


#s-7b2d7a38-8835-4254-8eac-7ba28f5d6411.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b2d7a38-8835-4254-8eac-7ba28f5d6411-root {
    text-align: center;
  }


#s-7b2d7a38-8835-4254-8eac-7ba28f5d6411.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b2d7a38-8835-4254-8eac-7ba28f5d6411-root {
    text-align: center;
  }


#s-7b2d7a38-8835-4254-8eac-7ba28f5d6411.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-d4de3985-0770-4219-ac2c-41a240f6cbd5 {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-d4de3985-0770-4219-ac2c-41a240f6cbd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4de3985-0770-4219-ac2c-41a240f6cbd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef933124-219e-49f8-9b76-34ada2124106 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef933124-219e-49f8-9b76-34ada2124106 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ef933124-219e-49f8-9b76-34ada2124106 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-ef933124-219e-49f8-9b76-34ada2124106 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-55f2fbc6-c876-4736-9c97-449ae03e7827 {
  margin-top: 10px;
}

#s-a6234027-f935-43f2-8d21-c1fd0bcf622b hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-5b641ccf-ca18-4e8b-bd35-d71c1ec67d56 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5b641ccf-ca18-4e8b-bd35-d71c1ec67d56"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5b641ccf-ca18-4e8b-bd35-d71c1ec67d56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5b641ccf-ca18-4e8b-bd35-d71c1ec67d56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b641ccf-ca18-4e8b-bd35-d71c1ec67d56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-949f83b6-9e4c-4118-be05-f84daf0fa533 {
  margin-right: 30%;
min-height: 50px;
}








#s-949f83b6-9e4c-4118-be05-f84daf0fa533 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-949f83b6-9e4c-4118-be05-f84daf0fa533.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-de37ba7b-14ea-4bef-8e79-178279109161 {
  text-align: left;
}



.shg-c#s-de37ba7b-14ea-4bef-8e79-178279109161 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de37ba7b-14ea-4bef-8e79-178279109161 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-de37ba7b-14ea-4bef-8e79-178279109161 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de37ba7b-14ea-4bef-8e79-178279109161 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de37ba7b-14ea-4bef-8e79-178279109161 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de37ba7b-14ea-4bef-8e79-178279109161 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de37ba7b-14ea-4bef-8e79-178279109161 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de37ba7b-14ea-4bef-8e79-178279109161 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de37ba7b-14ea-4bef-8e79-178279109161 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de37ba7b-14ea-4bef-8e79-178279109161 img.shogun-image {
  width: 100%;
}



}
#s-9531b239-c87f-4f87-b5c1-175900c18002 {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-9531b239-c87f-4f87-b5c1-175900c18002 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9531b239-c87f-4f87-b5c1-175900c18002.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3a832ea7-7531-45e2-9ae7-b9ae98b845b6 {
  padding-bottom: 10px;
text-align: left;
}

#s-3a832ea7-7531-45e2-9ae7-b9ae98b845b6 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-3a832ea7-7531-45e2-9ae7-b9ae98b845b6 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-3a832ea7-7531-45e2-9ae7-b9ae98b845b6 .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;
}

@media (min-width: 0px) {
[id="s-36c0321b-0074-485a-80cd-0bf82a43c9df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-36c0321b-0074-485a-80cd-0bf82a43c9df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-36c0321b-0074-485a-80cd-0bf82a43c9df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-36c0321b-0074-485a-80cd-0bf82a43c9df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-c8e592e1-e571-47c1-9f62-e01e7610553c {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-c8e592e1-e571-47c1-9f62-e01e7610553c:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-c8e592e1-e571-47c1-9f62-e01e7610553c:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c8e592e1-e571-47c1-9f62-e01e7610553c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8e592e1-e571-47c1-9f62-e01e7610553c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8e592e1-e571-47c1-9f62-e01e7610553c.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-c8e592e1-e571-47c1-9f62-e01e7610553c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c8e592e1-e571-47c1-9f62-e01e7610553c.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2-root {
    text-align: center;
  }


#s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2-root {
    text-align: center;
  }


#s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2-root {
    text-align: center;
  }


#s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2-root {
    text-align: center;
  }


#s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2-root {
    text-align: center;
  }


#s-9412f8f3-077c-4ccd-b2e9-f0a5018584b2.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-5abe7e19-4d19-45c0-9aed-922712449dbe {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-5abe7e19-4d19-45c0-9aed-922712449dbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5abe7e19-4d19-45c0-9aed-922712449dbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c423e0f2-4b24-41ff-9e96-b3dec8a949a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c423e0f2-4b24-41ff-9e96-b3dec8a949a9 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c423e0f2-4b24-41ff-9e96-b3dec8a949a9 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-c423e0f2-4b24-41ff-9e96-b3dec8a949a9 .shogun-heading-component h6 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-92fc3fba-a125-4654-b18b-dfee5a1dc609 {
  margin-top: 10px;
}

#s-73a23c83-e8f1-47f0-9c06-07a5ba7d9ccc hr {
  border-top: 1px solid rgba(129, 127, 127, 1);
}

#s-d8778534-1327-4c1d-b622-be095ff6446b {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d8778534-1327-4c1d-b622-be095ff6446b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d8778534-1327-4c1d-b622-be095ff6446b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d8778534-1327-4c1d-b622-be095ff6446b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8778534-1327-4c1d-b622-be095ff6446b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-9e79b469-6d29-408a-ab27-aec9f9c09738 {
  padding-left: 0%;
padding-right: 30%;
min-height: 50px;
}








#s-9e79b469-6d29-408a-ab27-aec9f9c09738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e79b469-6d29-408a-ab27-aec9f9c09738.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-97033861-34ba-4c13-94e6-c95ee51713b5 {
  text-align: left;
}



.shg-c#s-97033861-34ba-4c13-94e6-c95ee51713b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97033861-34ba-4c13-94e6-c95ee51713b5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-97033861-34ba-4c13-94e6-c95ee51713b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97033861-34ba-4c13-94e6-c95ee51713b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97033861-34ba-4c13-94e6-c95ee51713b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97033861-34ba-4c13-94e6-c95ee51713b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97033861-34ba-4c13-94e6-c95ee51713b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97033861-34ba-4c13-94e6-c95ee51713b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97033861-34ba-4c13-94e6-c95ee51713b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97033861-34ba-4c13-94e6-c95ee51713b5 img.shogun-image {
  width: 100%;
}



}
#s-2f63010e-15c0-4da7-9ea8-4993070a8c2a {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-2f63010e-15c0-4da7-9ea8-4993070a8c2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f63010e-15c0-4da7-9ea8-4993070a8c2a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ade10901-b7c2-4701-9790-021be6ec97f5 {
  padding-bottom: 10px;
text-align: left;
}

#s-ade10901-b7c2-4701-9790-021be6ec97f5 .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-ade10901-b7c2-4701-9790-021be6ec97f5 .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-ade10901-b7c2-4701-9790-021be6ec97f5 .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-8c868146-791b-4801-b817-1d299591aa29 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8c868146-791b-4801-b817-1d299591aa29"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8c868146-791b-4801-b817-1d299591aa29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8c868146-791b-4801-b817-1d299591aa29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8c868146-791b-4801-b817-1d299591aa29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-cbbd2f9f-2bea-41de-91df-07ae544cfa98 {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-cbbd2f9f-2bea-41de-91df-07ae544cfa98:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-cbbd2f9f-2bea-41de-91df-07ae544cfa98:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-cbbd2f9f-2bea-41de-91df-07ae544cfa98 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbbd2f9f-2bea-41de-91df-07ae544cfa98.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbbd2f9f-2bea-41de-91df-07ae544cfa98.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-cbbd2f9f-2bea-41de-91df-07ae544cfa98.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cbbd2f9f-2bea-41de-91df-07ae544cfa98.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-76bc2ba1-bd46-478f-97d8-3b37f69a321d {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-76bc2ba1-bd46-478f-97d8-3b37f69a321d:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-76bc2ba1-bd46-478f-97d8-3b37f69a321d:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-76bc2ba1-bd46-478f-97d8-3b37f69a321d-root {
    text-align: center;
  }


#s-76bc2ba1-bd46-478f-97d8-3b37f69a321d.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-76bc2ba1-bd46-478f-97d8-3b37f69a321d-root {
    text-align: center;
  }


#s-76bc2ba1-bd46-478f-97d8-3b37f69a321d.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76bc2ba1-bd46-478f-97d8-3b37f69a321d-root {
    text-align: center;
  }


#s-76bc2ba1-bd46-478f-97d8-3b37f69a321d.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76bc2ba1-bd46-478f-97d8-3b37f69a321d-root {
    text-align: center;
  }


#s-76bc2ba1-bd46-478f-97d8-3b37f69a321d.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-76bc2ba1-bd46-478f-97d8-3b37f69a321d-root {
    text-align: center;
  }


#s-76bc2ba1-bd46-478f-97d8-3b37f69a321d.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-67403870-aaf2-4a3b-b80c-d147a9afb40c {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-67403870-aaf2-4a3b-b80c-d147a9afb40c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-67403870-aaf2-4a3b-b80c-d147a9afb40c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-67403870-aaf2-4a3b-b80c-d147a9afb40c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-67403870-aaf2-4a3b-b80c-d147a9afb40c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-aa896207-f68b-48a0-b398-42a95a2ac05c {
  margin-left: 0%;
margin-right: 30%;
min-height: 50px;
}








#s-aa896207-f68b-48a0-b398-42a95a2ac05c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa896207-f68b-48a0-b398-42a95a2ac05c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b047e016-9c01-41b4-b9f4-92be6d0901a5 {
  text-align: left;
}



.shg-c#s-b047e016-9c01-41b4-b9f4-92be6d0901a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b047e016-9c01-41b4-b9f4-92be6d0901a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b047e016-9c01-41b4-b9f4-92be6d0901a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b047e016-9c01-41b4-b9f4-92be6d0901a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b047e016-9c01-41b4-b9f4-92be6d0901a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b047e016-9c01-41b4-b9f4-92be6d0901a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b047e016-9c01-41b4-b9f4-92be6d0901a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b047e016-9c01-41b4-b9f4-92be6d0901a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b047e016-9c01-41b4-b9f4-92be6d0901a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b047e016-9c01-41b4-b9f4-92be6d0901a5 img.shogun-image {
  width: 100%;
}



}
#s-2ea845dc-0ec0-4fbe-9e2d-c4be346464b0 {
  margin-left: -30%;
margin-right: 0px;
min-height: 100px;
}








#s-2ea845dc-0ec0-4fbe-9e2d-c4be346464b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ea845dc-0ec0-4fbe-9e2d-c4be346464b0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-4d5e5b5a-87cf-47e4-a76d-c9283b5716bf {
  padding-bottom: 10px;
text-align: left;
}

#s-4d5e5b5a-87cf-47e4-a76d-c9283b5716bf .shg-product-sold-out {
  display: none;
  color: rgba(43, 61, 76, 1);
  font-size: 26px;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
}

#s-4d5e5b5a-87cf-47e4-a76d-c9283b5716bf .shg-product-price {
  color: rgba(43, 61, 76, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:  normal ;
  font-size: 26px;
}

#s-4d5e5b5a-87cf-47e4-a76d-c9283b5716bf .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;
}

@media (min-width: 0px) {
[id="s-4b3b7eff-11da-4dde-aa7d-656dbdc50c7f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-4b3b7eff-11da-4dde-aa7d-656dbdc50c7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4b3b7eff-11da-4dde-aa7d-656dbdc50c7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4b3b7eff-11da-4dde-aa7d-656dbdc50c7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a3ae37ee-f862-44fd-a145-01419ba83627 {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-a3ae37ee-f862-44fd-a145-01419ba83627:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-a3ae37ee-f862-44fd-a145-01419ba83627:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a3ae37ee-f862-44fd-a145-01419ba83627 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3ae37ee-f862-44fd-a145-01419ba83627.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3ae37ee-f862-44fd-a145-01419ba83627.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-a3ae37ee-f862-44fd-a145-01419ba83627.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a3ae37ee-f862-44fd-a145-01419ba83627.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8-root {
    text-align: center;
  }


#s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8-root {
    text-align: center;
  }


#s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8-root {
    text-align: center;
  }


#s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8-root {
    text-align: center;
  }


#s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8-root {
    text-align: center;
  }


#s-c5e3eaeb-a7bd-4986-9c16-4c6f564ba6a8.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-a248bfab-aa68-4ec8-bd74-c5f2bbc830b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a248bfab-aa68-4ec8-bd74-c5f2bbc830b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a248bfab-aa68-4ec8-bd74-c5f2bbc830b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a248bfab-aa68-4ec8-bd74-c5f2bbc830b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-2529a4d4-0ec2-4edd-aea9-3f109f086fba {
  border-style: solid;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(249, 112, 94, 1);
text-align: center;
cursor: pointer;
color: rgba(252, 248, 239, 1);
background-image: none;
hover-type: color;
}
#s-2529a4d4-0ec2-4edd-aea9-3f109f086fba:hover {border-style: solid !important;
border-color: rgba(247, 68, 44, 1) !important;
background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-2529a4d4-0ec2-4edd-aea9-3f109f086fba:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2529a4d4-0ec2-4edd-aea9-3f109f086fba {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2529a4d4-0ec2-4edd-aea9-3f109f086fba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2529a4d4-0ec2-4edd-aea9-3f109f086fba.shg-btn {
  color: rgba(252, 248, 239, 1);
  font-size: 14px;
  
  
  font-family: Libre Baskerville;
  display:  block ;
}

#s-2529a4d4-0ec2-4edd-aea9-3f109f086fba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2529a4d4-0ec2-4edd-aea9-3f109f086fba.shg-btn.shg-product-atc-success {
    
    font-family: Libre Baskerville;
    
    
    
  }


#s-feaf1367-b22e-424c-b37b-b8774abfc251 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(249, 112, 94, 1);
border-radius: 30px;
background-color: rgba(252, 248, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(249, 112, 94, 1);
}
#s-feaf1367-b22e-424c-b37b-b8774abfc251:hover {background-color: rgba(249, 112, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 248, 239, 1) !important;}#s-feaf1367-b22e-424c-b37b-b8774abfc251:active {background-color: rgba(244, 71, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-feaf1367-b22e-424c-b37b-b8774abfc251-root {
    text-align: center;
  }


#s-feaf1367-b22e-424c-b37b-b8774abfc251.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
@media (min-width: 1200px){
  #s-feaf1367-b22e-424c-b37b-b8774abfc251-root {
    text-align: center;
  }


#s-feaf1367-b22e-424c-b37b-b8774abfc251.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-feaf1367-b22e-424c-b37b-b8774abfc251-root {
    text-align: center;
  }


#s-feaf1367-b22e-424c-b37b-b8774abfc251.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-feaf1367-b22e-424c-b37b-b8774abfc251-root {
    text-align: center;
  }


#s-feaf1367-b22e-424c-b37b-b8774abfc251.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}@media (max-width: 767px){
  #s-feaf1367-b22e-424c-b37b-b8774abfc251-root {
    text-align: center;
  }


#s-feaf1367-b22e-424c-b37b-b8774abfc251.shg-btn {
  color: rgba(249, 112, 94, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Libre Baskerville;
  display:  block ;
}
}
#s-ef799fd5-2dc7-4e15-a2d7-e817908bdd7c {
  min-height: 350px;
}
@media (min-width: 1200px){#s-ef799fd5-2dc7-4e15-a2d7-e817908bdd7c {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef799fd5-2dc7-4e15-a2d7-e817908bdd7c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef799fd5-2dc7-4e15-a2d7-e817908bdd7c {
  padding-left: 7%;
padding-right: 7%;
min-height: 300px;
}
}@media (max-width: 767px){#s-ef799fd5-2dc7-4e15-a2d7-e817908bdd7c {
  padding-left: 20px;
padding-right: 20px;
min-height: 400px;
}
}







#s-ef799fd5-2dc7-4e15-a2d7-e817908bdd7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef799fd5-2dc7-4e15-a2d7-e817908bdd7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f02e982-ca91-49c0-b1e1-5eaba03bf4b8 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f02e982-ca91-49c0-b1e1-5eaba03bf4b8 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0f02e982-ca91-49c0-b1e1-5eaba03bf4b8 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-0f02e982-ca91-49c0-b1e1-5eaba03bf4b8 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-51f1c958-9ef1-443e-a541-b607635764c8 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-51f1c958-9ef1-443e-a541-b607635764c8 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-51f1c958-9ef1-443e-a541-b607635764c8 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-63a13453-3cea-43bd-be5d-b60b5e3401de {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}
@media (min-width: 1200px){#s-63a13453-3cea-43bd-be5d-b60b5e3401de {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63a13453-3cea-43bd-be5d-b60b5e3401de {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-63a13453-3cea-43bd-be5d-b60b5e3401de {
  padding-left: 7%;
padding-right: 7%;
display: none;
}
#s-63a13453-3cea-43bd-be5d-b60b5e3401de, #wrap-s-63a13453-3cea-43bd-be5d-b60b5e3401de { display: none !important; }}@media (max-width: 767px){#s-63a13453-3cea-43bd-be5d-b60b5e3401de {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-63a13453-3cea-43bd-be5d-b60b5e3401de, #wrap-s-63a13453-3cea-43bd-be5d-b60b5e3401de { display: none !important; }}







#s-63a13453-3cea-43bd-be5d-b60b5e3401de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63a13453-3cea-43bd-be5d-b60b5e3401de.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-a7626b82-e801-41ce-8769-a78adf92b1db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7626b82-e801-41ce-8769-a78adf92b1db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7626b82-e801-41ce-8769-a78adf92b1db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7626b82-e801-41ce-8769-a78adf92b1db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7626b82-e801-41ce-8769-a78adf92b1db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7626b82-e801-41ce-8769-a78adf92b1db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7626b82-e801-41ce-8769-a78adf92b1db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a7626b82-e801-41ce-8769-a78adf92b1db"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-39d87e49-23a2-4d85-b85e-0f4aaad25d71 {
  min-height: 500px;
}








#s-39d87e49-23a2-4d85-b85e-0f4aaad25d71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39d87e49-23a2-4d85-b85e-0f4aaad25d71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-379044d7-94a4-4d09-a222-fffa6f9c9dbc {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-379044d7-94a4-4d09-a222-fffa6f9c9dbc .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-379044d7-94a4-4d09-a222-fffa6f9c9dbc .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


}
#s-66815022-d42f-4721-bdbb-ec2f494bda4a {
  margin-top: 10px;
}

#s-ade1c369-f79f-473c-846c-14402dcf28b5 {
  min-height: 500px;
}
@media (max-width: 767px){#s-ade1c369-f79f-473c-846c-14402dcf28b5 {
  min-height: 0px;
}
}







#s-ade1c369-f79f-473c-846c-14402dcf28b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ade1c369-f79f-473c-846c-14402dcf28b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89938ac5-1054-4f6b-971a-b5ee4b12b23a {
  min-height: 800px;
background-color: rgba(235, 182, 156, 1);
}
@media (min-width: 1200px){#s-89938ac5-1054-4f6b-971a-b5ee4b12b23a {
  padding-left: 15%;
padding-right: 15%;
display: none;
}
#s-89938ac5-1054-4f6b-971a-b5ee4b12b23a, #wrap-s-89938ac5-1054-4f6b-971a-b5ee4b12b23a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89938ac5-1054-4f6b-971a-b5ee4b12b23a {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-89938ac5-1054-4f6b-971a-b5ee4b12b23a, #wrap-s-89938ac5-1054-4f6b-971a-b5ee4b12b23a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89938ac5-1054-4f6b-971a-b5ee4b12b23a {
  padding-left: 7%;
padding-right: 7%;
min-height: 800px;
display: none;
}
#s-89938ac5-1054-4f6b-971a-b5ee4b12b23a, #wrap-s-89938ac5-1054-4f6b-971a-b5ee4b12b23a { display: none !important; }}@media (max-width: 767px){#s-89938ac5-1054-4f6b-971a-b5ee4b12b23a {
  padding-left: 20px;
padding-right: 20px;
min-height: 680px;
display: none;
}
#s-89938ac5-1054-4f6b-971a-b5ee4b12b23a, #wrap-s-89938ac5-1054-4f6b-971a-b5ee4b12b23a { display: none !important; }}







#s-89938ac5-1054-4f6b-971a-b5ee4b12b23a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89938ac5-1054-4f6b-971a-b5ee4b12b23a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93e2964b-a6ca-4461-90f0-4e56c37a6d66 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93e2964b-a6ca-4461-90f0-4e56c37a6d66 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 49px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-93e2964b-a6ca-4461-90f0-4e56c37a6d66 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-93e2964b-a6ca-4461-90f0-4e56c37a6d66 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
.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-3c3d3716-1980-4b86-ba88-f9eb4c1a6c17 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3c3d3716-1980-4b86-ba88-f9eb4c1a6c17 {
  display: none;
}
#s-3c3d3716-1980-4b86-ba88-f9eb4c1a6c17, #wrap-s-3c3d3716-1980-4b86-ba88-f9eb4c1a6c17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c3d3716-1980-4b86-ba88-f9eb4c1a6c17 {
  display: none;
}
#s-3c3d3716-1980-4b86-ba88-f9eb4c1a6c17, #wrap-s-3c3d3716-1980-4b86-ba88-f9eb4c1a6c17 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c3d3716-1980-4b86-ba88-f9eb4c1a6c17 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
}
}@media (max-width: 767px){#s-3c3d3716-1980-4b86-ba88-f9eb4c1a6c17 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-3c3d3716-1980-4b86-ba88-f9eb4c1a6c17 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3c3d3716-1980-4b86-ba88-f9eb4c1a6c17 .shg-sld-nav-button.shg-sld-left,
#s-3c3d3716-1980-4b86-ba88-f9eb4c1a6c17 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ecd74d95-8c0a-47b0-bb84-45cb40a28c83 {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}








#s-ecd74d95-8c0a-47b0-bb84-45cb40a28c83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecd74d95-8c0a-47b0-bb84-45cb40a28c83.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-99e3a525-fab1-4390-a25b-9c9dabcb1d88 {
  min-height: 380px;
}








#s-99e3a525-fab1-4390-a25b-9c9dabcb1d88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99e3a525-fab1-4390-a25b-9c9dabcb1d88.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-61754858-3ad3-4e06-b7d6-67ef209d9929"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-61754858-3ad3-4e06-b7d6-67ef209d9929"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61754858-3ad3-4e06-b7d6-67ef209d9929"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61754858-3ad3-4e06-b7d6-67ef209d9929"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61754858-3ad3-4e06-b7d6-67ef209d9929"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61754858-3ad3-4e06-b7d6-67ef209d9929"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61754858-3ad3-4e06-b7d6-67ef209d9929"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-7e06a265-1169-4992-9331-60a90fa09830 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 70px;
background-position: left center;
}








#s-7e06a265-1169-4992-9331-60a90fa09830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e06a265-1169-4992-9331-60a90fa09830.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e814e50f-82bc-4898-aea0-c8960377376e {
  min-height: 50px;
}








#s-e814e50f-82bc-4898-aea0-c8960377376e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e814e50f-82bc-4898-aea0-c8960377376e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bdcef27-2006-433b-957f-9c89650a2476 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-169c3219-2cdf-4fe4-9c6f-5a045f52dc41 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 180px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-169c3219-2cdf-4fe4-9c6f-5a045f52dc41 {
  min-height: 280px;
}
}







#s-169c3219-2cdf-4fe4-9c6f-5a045f52dc41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-169c3219-2cdf-4fe4-9c6f-5a045f52dc41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6cbd591-7b4a-41d6-9cfe-e468265ada52 {
  margin-top: 10px;
}

#s-54dbdab7-9bc7-40c8-ba65-5b24dde3ccd7 {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}








#s-54dbdab7-9bc7-40c8-ba65-5b24dde3ccd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54dbdab7-9bc7-40c8-ba65-5b24dde3ccd7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9366c2bd-4183-4484-a493-61e5826fa460 {
  min-height: 380px;
}








#s-9366c2bd-4183-4484-a493-61e5826fa460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9366c2bd-4183-4484-a493-61e5826fa460.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-a7975d8d-4866-4c78-b596-a7afbbdaad5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a7975d8d-4866-4c78-b596-a7afbbdaad5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a7975d8d-4866-4c78-b596-a7afbbdaad5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7975d8d-4866-4c78-b596-a7afbbdaad5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a7975d8d-4866-4c78-b596-a7afbbdaad5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7975d8d-4866-4c78-b596-a7afbbdaad5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a7975d8d-4866-4c78-b596-a7afbbdaad5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-100794c4-0ad5-4333-a5e6-3841aaddec18 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 70px;
background-position: left center;
}








#s-100794c4-0ad5-4333-a5e6-3841aaddec18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-100794c4-0ad5-4333-a5e6-3841aaddec18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3411400d-b120-47db-bbba-996e320ecaad {
  min-height: 50px;
}








#s-3411400d-b120-47db-bbba-996e320ecaad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3411400d-b120-47db-bbba-996e320ecaad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f16bdb0a-3d6c-4027-9977-6f864bd5ae83 {
  margin-top: 0px;
margin-bottom: 0px;
}

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

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

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

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

#s-19ec40b0-a57f-4439-a95d-87f280e2446e {
  margin-top: 10px;
margin-bottom: 10px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
}

#s-cd80e1b2-7d13-4415-acc7-fa4ec7b33863 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3a010bf9-de23-4872-8139-17fa0262da5c {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}








#s-3a010bf9-de23-4872-8139-17fa0262da5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a010bf9-de23-4872-8139-17fa0262da5c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fe6d299a-ec6a-492a-8c3e-bdc2fd626c4e {
  min-height: 380px;
}








#s-fe6d299a-ec6a-492a-8c3e-bdc2fd626c4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe6d299a-ec6a-492a-8c3e-bdc2fd626c4e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-9a6d5376-4f34-47ec-9f3d-9a6e8d2f1ecf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9a6d5376-4f34-47ec-9f3d-9a6e8d2f1ecf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a6d5376-4f34-47ec-9f3d-9a6e8d2f1ecf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a6d5376-4f34-47ec-9f3d-9a6e8d2f1ecf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a6d5376-4f34-47ec-9f3d-9a6e8d2f1ecf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a6d5376-4f34-47ec-9f3d-9a6e8d2f1ecf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a6d5376-4f34-47ec-9f3d-9a6e8d2f1ecf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-c177d211-02f2-4fa7-8749-c5ed7272cc34 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 70px;
background-position: left center;
}








#s-c177d211-02f2-4fa7-8749-c5ed7272cc34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c177d211-02f2-4fa7-8749-c5ed7272cc34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b08a190-ab40-4f24-93b9-ea66d88aa818 {
  min-height: 50px;
}








#s-2b08a190-ab40-4f24-93b9-ea66d88aa818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b08a190-ab40-4f24-93b9-ea66d88aa818.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5b3e2e3-5407-40a4-a3d3-19dc3ce1c9a5 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2fa91455-54c6-4078-900b-e27a2fcb6e9e {
  margin-top: 10px;
margin-bottom: 10px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

#s-a67b0f0c-8a99-40f3-adf1-47b4f47e7479 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fef2f9d2-49e0-4f10-8132-2d76dc94451e {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fef2f9d2-49e0-4f10-8132-2d76dc94451e {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}@media (max-width: 767px){#s-fef2f9d2-49e0-4f10-8132-2d76dc94451e {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 450px;
}
}







#s-fef2f9d2-49e0-4f10-8132-2d76dc94451e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fef2f9d2-49e0-4f10-8132-2d76dc94451e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ea5980b9-ec51-4dd5-afef-fae7e4623733 {
  min-height: 300px;
}








#s-ea5980b9-ec51-4dd5-afef-fae7e4623733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea5980b9-ec51-4dd5-afef-fae7e4623733.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-f7a19f6e-cac4-497d-a129-8a0f4a402951"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f7a19f6e-cac4-497d-a129-8a0f4a402951"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7a19f6e-cac4-497d-a129-8a0f4a402951"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7a19f6e-cac4-497d-a129-8a0f4a402951"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-837869bb-708d-4a0e-a220-961107024b51 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: left center;
}








#s-837869bb-708d-4a0e-a220-961107024b51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-837869bb-708d-4a0e-a220-961107024b51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7afedf82-62a2-4025-88ca-bd6be9f3607b {
  min-height: 50px;
}








#s-7afedf82-62a2-4025-88ca-bd6be9f3607b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7afedf82-62a2-4025-88ca-bd6be9f3607b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a709cea4-755e-4743-a7a3-1c0a4d52d1f6 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4a98ebe3-6d27-4e28-b83f-b6a42b62c203 {
  margin-top: 30px;
}
@media (max-width: 767px){#s-4a98ebe3-6d27-4e28-b83f-b6a42b62c203 {
  margin-top: 30px;
}
}
#s-1ceb4d1a-b4d9-4d70-85d3-6ed310522875 {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1ceb4d1a-b4d9-4d70-85d3-6ed310522875 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}@media (max-width: 767px){#s-1ceb4d1a-b4d9-4d70-85d3-6ed310522875 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}







#s-1ceb4d1a-b4d9-4d70-85d3-6ed310522875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ceb4d1a-b4d9-4d70-85d3-6ed310522875.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8020dbf8-8627-46fd-a624-7b2c23a974ab {
  min-height: 300px;
}








#s-8020dbf8-8627-46fd-a624-7b2c23a974ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8020dbf8-8627-46fd-a624-7b2c23a974ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-f37cfa1c-a50a-4d52-92f8-1d5bef07a8c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f37cfa1c-a50a-4d52-92f8-1d5bef07a8c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f37cfa1c-a50a-4d52-92f8-1d5bef07a8c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f37cfa1c-a50a-4d52-92f8-1d5bef07a8c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8c48a5e0-26f8-464f-a6e5-aebfa681fbe8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: left center;
}








#s-8c48a5e0-26f8-464f-a6e5-aebfa681fbe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c48a5e0-26f8-464f-a6e5-aebfa681fbe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-607345dd-9b86-4b92-a20b-c101bac36f55 {
  min-height: 50px;
}








#s-607345dd-9b86-4b92-a20b-c101bac36f55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-607345dd-9b86-4b92-a20b-c101bac36f55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac864acf-de07-4955-a2d2-c4a9bc38f54a {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-ac864acf-de07-4955-a2d2-c4a9bc38f54a {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-3c9adea6-b0bd-432d-89e8-08d3d6e8c8d1 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-3c9adea6-b0bd-432d-89e8-08d3d6e8c8d1 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-0d96ca64-ce6e-4a09-b007-bea365d3f393 {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0d96ca64-ce6e-4a09-b007-bea365d3f393 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}@media (max-width: 767px){#s-0d96ca64-ce6e-4a09-b007-bea365d3f393 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 450px;
}
}







#s-0d96ca64-ce6e-4a09-b007-bea365d3f393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d96ca64-ce6e-4a09-b007-bea365d3f393.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad33d519-e86b-4c76-af17-2307ab232364 {
  min-height: 300px;
}








#s-ad33d519-e86b-4c76-af17-2307ab232364 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad33d519-e86b-4c76-af17-2307ab232364.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-ff7273ad-4d80-4ae0-8b9d-e38790aac463"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ff7273ad-4d80-4ae0-8b9d-e38790aac463"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff7273ad-4d80-4ae0-8b9d-e38790aac463"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff7273ad-4d80-4ae0-8b9d-e38790aac463"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-70a23c10-20f8-4ea5-82b2-48ea657cc527 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: left center;
}








#s-70a23c10-20f8-4ea5-82b2-48ea657cc527 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70a23c10-20f8-4ea5-82b2-48ea657cc527.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed849ab4-f428-407e-9bdd-2ea721786298 {
  min-height: 50px;
}








#s-ed849ab4-f428-407e-9bdd-2ea721786298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed849ab4-f428-407e-9bdd-2ea721786298.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-686c4ace-1d27-4b0f-a5b6-a79d39670aa1 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4fe40eef-54d5-49b5-88bf-26f52678604f {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px){#s-13d70ccc-5235-4d4d-8a68-63ac97c26a0a {
  display: none;
}
#s-13d70ccc-5235-4d4d-8a68-63ac97c26a0a, #wrap-s-13d70ccc-5235-4d4d-8a68-63ac97c26a0a { display: none !important; }}@media (max-width: 767px){#s-13d70ccc-5235-4d4d-8a68-63ac97c26a0a {
  display: none;
}
#s-13d70ccc-5235-4d4d-8a68-63ac97c26a0a, #wrap-s-13d70ccc-5235-4d4d-8a68-63ac97c26a0a { display: none !important; }}
@media (min-width: 0px) {
[id="s-13d70ccc-5235-4d4d-8a68-63ac97c26a0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13d70ccc-5235-4d4d-8a68-63ac97c26a0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-13d70ccc-5235-4d4d-8a68-63ac97c26a0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-13d70ccc-5235-4d4d-8a68-63ac97c26a0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-92f56eaa-006b-4027-b6c9-9ac0975fa6bc {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}








#s-92f56eaa-006b-4027-b6c9-9ac0975fa6bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92f56eaa-006b-4027-b6c9-9ac0975fa6bc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-46c21efb-c4e3-4e28-9b05-9831f6297f27 {
  min-height: 380px;
}








#s-46c21efb-c4e3-4e28-9b05-9831f6297f27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46c21efb-c4e3-4e28-9b05-9831f6297f27.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-1d758f03-287d-4ba1-a710-d3b932e898ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1d758f03-287d-4ba1-a710-d3b932e898ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d758f03-287d-4ba1-a710-d3b932e898ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d758f03-287d-4ba1-a710-d3b932e898ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-798d7a91-a526-4360-960e-bce777b68a46 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 80px;
background-position: left center;
}








#s-798d7a91-a526-4360-960e-bce777b68a46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-798d7a91-a526-4360-960e-bce777b68a46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cccc786-470d-478c-a708-23839829083e {
  min-height: 50px;
}








#s-6cccc786-470d-478c-a708-23839829083e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cccc786-470d-478c-a708-23839829083e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8266a44-213a-48bd-8eb2-038369130477 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8378b4c0-08dd-4983-a4fa-fa65d9d50110 {
  border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

#s-63d27133-fa73-42c9-b71f-c7c784642dc1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0dddb2de-baf5-419c-b571-a928a58fd871 {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}








#s-0dddb2de-baf5-419c-b571-a928a58fd871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dddb2de-baf5-419c-b571-a928a58fd871.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-235009f6-bd8f-4a0f-b58f-21af24153f85 {
  min-height: 380px;
}








#s-235009f6-bd8f-4a0f-b58f-21af24153f85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-235009f6-bd8f-4a0f-b58f-21af24153f85.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-e5f51e29-3392-454b-8619-369cacf5313b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e5f51e29-3392-454b-8619-369cacf5313b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5f51e29-3392-454b-8619-369cacf5313b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5f51e29-3392-454b-8619-369cacf5313b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-35aa053f-613c-4d4a-aadd-06474114e14f {
  background-repeat: no-repeat;
background-size: contain;
min-height: 80px;
background-position: left center;
}








#s-35aa053f-613c-4d4a-aadd-06474114e14f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35aa053f-613c-4d4a-aadd-06474114e14f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-966914e7-a7e3-404c-8838-3312d7a704d7 {
  min-height: 50px;
}








#s-966914e7-a7e3-404c-8838-3312d7a704d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-966914e7-a7e3-404c-8838-3312d7a704d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd00f133-3c69-45eb-9276-2734ba4db93a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-51c56ec1-bc4f-4921-81ee-115524aaaf91 {
  border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
}

#s-319a57a3-c673-4ea7-82eb-c2227a36cc46 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-af4a9ab3-0821-4ebd-9af5-ff011249686d {
  box-shadow:0px 15px 10px 0px rgba(43, 61, 76, 0.25);
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}








#s-af4a9ab3-0821-4ebd-9af5-ff011249686d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af4a9ab3-0821-4ebd-9af5-ff011249686d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ba2b0603-30b6-4c99-900c-4d810404cf5c {
  min-height: 380px;
}








#s-ba2b0603-30b6-4c99-900c-4d810404cf5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba2b0603-30b6-4c99-900c-4d810404cf5c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-39cd3f63-925e-4758-a63c-4d2be7c38a9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39cd3f63-925e-4758-a63c-4d2be7c38a9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39cd3f63-925e-4758-a63c-4d2be7c38a9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39cd3f63-925e-4758-a63c-4d2be7c38a9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39cd3f63-925e-4758-a63c-4d2be7c38a9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39cd3f63-925e-4758-a63c-4d2be7c38a9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39cd3f63-925e-4758-a63c-4d2be7c38a9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0b62a596-ca21-4173-954b-129fea158d24 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 80px;
background-position: left center;
}








#s-0b62a596-ca21-4173-954b-129fea158d24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b62a596-ca21-4173-954b-129fea158d24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-457858d7-bb3b-4cd6-a202-f360d6218b7f {
  min-height: 50px;
}








#s-457858d7-bb3b-4cd6-a202-f360d6218b7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-457858d7-bb3b-4cd6-a202-f360d6218b7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-091bc773-b431-438b-a18b-d6272e14486e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d56509a6-0f8b-49b9-818c-50f411cc165b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 180px;
background-position: center center;
}








#s-d56509a6-0f8b-49b9-818c-50f411cc165b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d56509a6-0f8b-49b9-818c-50f411cc165b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ee9dcb7-a332-422f-9d00-5be772346bca {
  margin-top: 20px;
}

#s-c464af45-d8ee-4e9d-b9c4-6bbec44646b7 {
  min-height: 700px;
}
@media (min-width: 1200px){#s-c464af45-d8ee-4e9d-b9c4-6bbec44646b7 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c464af45-d8ee-4e9d-b9c4-6bbec44646b7 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c464af45-d8ee-4e9d-b9c4-6bbec44646b7 {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-c464af45-d8ee-4e9d-b9c4-6bbec44646b7 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-c464af45-d8ee-4e9d-b9c4-6bbec44646b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c464af45-d8ee-4e9d-b9c4-6bbec44646b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca01c4e7-c087-4438-8dae-49072dadb1f6 {
  margin-top: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca01c4e7-c087-4438-8dae-49072dadb1f6 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ca01c4e7-c087-4438-8dae-49072dadb1f6 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-ca01c4e7-c087-4438-8dae-49072dadb1f6 .shogun-heading-component h3 {
  color: rgba(43, 61, 76, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-30066753-b58d-455f-abc5-5a8c70743fb0 {
  margin-top: 20px;
margin-bottom: 60px;
}

#s-30066753-b58d-455f-abc5-5a8c70743fb0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-30066753-b58d-455f-abc5-5a8c70743fb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-30066753-b58d-455f-abc5-5a8c70743fb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(43, 61, 76, 1);
}

#s-30066753-b58d-455f-abc5-5a8c70743fb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-30066753-b58d-455f-abc5-5a8c70743fb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(43, 61, 76, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 300;
  font-style: ;
  font-size: 24px;
}

#s-30066753-b58d-455f-abc5-5a8c70743fb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-a1f1cb9f-56e3-4638-8db1-cbb65d61d4a0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-a1f1cb9f-56e3-4638-8db1-cbb65d61d4a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1f1cb9f-56e3-4638-8db1-cbb65d61d4a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a5b79c7-9ed4-4100-97cd-4cccbb91d5d6 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-3a5b79c7-9ed4-4100-97cd-4cccbb91d5d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a5b79c7-9ed4-4100-97cd-4cccbb91d5d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9195b998-9985-4ca6-a4d8-f7bed288945b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-9195b998-9985-4ca6-a4d8-f7bed288945b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9195b998-9985-4ca6-a4d8-f7bed288945b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f315aa3-f4ba-457c-9726-bce3f2bc7411 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-7f315aa3-f4ba-457c-9726-bce3f2bc7411 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f315aa3-f4ba-457c-9726-bce3f2bc7411.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d2f2982-2b2a-4499-9605-efecf3d00d51 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-8d2f2982-2b2a-4499-9605-efecf3d00d51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d2f2982-2b2a-4499-9605-efecf3d00d51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bba5c19c-a10c-4cd0-b830-1335483c8050 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-bba5c19c-a10c-4cd0-b830-1335483c8050 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bba5c19c-a10c-4cd0-b830-1335483c8050.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35700a9b-a05f-4390-985b-63ff4f6b202e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(252, 248, 239, 1);
}








#s-35700a9b-a05f-4390-985b-63ff4f6b202e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35700a9b-a05f-4390-985b-63ff4f6b202e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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