#s-ccd18f24-1180-4c48-bbaa-f1a7962403a7 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-011d78bd-7c84-4ec4-9aa0-98eea02453f9 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-011d78bd-7c84-4ec4-9aa0-98eea02453f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-011d78bd-7c84-4ec4-9aa0-98eea02453f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52ffd5f3-ffd2-408a-a88a-e5d0f1dedaf1 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-52ffd5f3-ffd2-408a-a88a-e5d0f1dedaf1 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-52ffd5f3-ffd2-408a-a88a-e5d0f1dedaf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52ffd5f3-ffd2-408a-a88a-e5d0f1dedaf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e918d5ec-a46d-4d0f-9482-79885969f02d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

#s-e918d5ec-a46d-4d0f-9482-79885969f02d {
  display: none;
}
.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: 0px) {
[id="s-808150b3-d74a-4d5f-93fd-c1e50d606c81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-808150b3-d74a-4d5f-93fd-c1e50d606c81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-808150b3-d74a-4d5f-93fd-c1e50d606c81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-808150b3-d74a-4d5f-93fd-c1e50d606c81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-f190eb4f-1a0a-4989-8780-edb3493e9730 {
  text-align: left;
}



.shg-c#s-f190eb4f-1a0a-4989-8780-edb3493e9730 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f190eb4f-1a0a-4989-8780-edb3493e9730 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f190eb4f-1a0a-4989-8780-edb3493e9730 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f190eb4f-1a0a-4989-8780-edb3493e9730 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f190eb4f-1a0a-4989-8780-edb3493e9730 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f190eb4f-1a0a-4989-8780-edb3493e9730 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f190eb4f-1a0a-4989-8780-edb3493e9730 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f190eb4f-1a0a-4989-8780-edb3493e9730 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f190eb4f-1a0a-4989-8780-edb3493e9730 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f190eb4f-1a0a-4989-8780-edb3493e9730 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

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

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

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

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

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

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

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

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

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

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

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

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

.shg-selected {
  opacity: 1;
}

#s-fd1e98ac-3a64-46d0-8e1d-8ae7350d48c7 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-fd1e98ac-3a64-46d0-8e1d-8ae7350d48c7 .shg-gallery-thumb-image-wrapper {
  

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

#s-fd1e98ac-3a64-46d0-8e1d-8ae7350d48c7 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-fd1e98ac-3a64-46d0-8e1d-8ae7350d48c7 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-fd1e98ac-3a64-46d0-8e1d-8ae7350d48c7 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-fd1e98ac-3a64-46d0-8e1d-8ae7350d48c7 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-fd1e98ac-3a64-46d0-8e1d-8ae7350d48c7 .shg-gallery-dot {
  background-color: #FFF;
}

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

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

#s-edc067c6-52c2-4ed8-8ad6-d48399449c51 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-edc067c6-52c2-4ed8-8ad6-d48399449c51 .shg-product-title-component h1 {
  color: rgba(80, 53, 41, 1);
  font-weight:   ;
  font-family: AutumnVoyage-Regular;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-a33b4212-10f9-4286-a063-d46d826ab0f1 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-a33b4212-10f9-4286-a063-d46d826ab0f1 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-a33b4212-10f9-4286-a063-d46d826ab0f1 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-a33b4212-10f9-4286-a063-d46d826ab0f1 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-a33b4212-10f9-4286-a063-d46d826ab0f1 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-a33b4212-10f9-4286-a063-d46d826ab0f1 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-a33b4212-10f9-4286-a063-d46d826ab0f1 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-a33b4212-10f9-4286-a063-d46d826ab0f1 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-a33b4212-10f9-4286-a063-d46d826ab0f1 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

.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-182bd9a5-b5d2-487d-a3db-5fd5aebf9f3f {
  margin-top: 10px;
margin-bottom: 20px;
}


  #s-182bd9a5-b5d2-487d-a3db-5fd5aebf9f3f .shogun-tabs > li > .shogun-tab-box {
    background: rgba(124, 38, 42, 0);
    border: 1px solid rgba(80, 53, 41, 0);
  }
  #s-182bd9a5-b5d2-487d-a3db-5fd5aebf9f3f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(124, 38, 42, 0.8);
    border: 1px solid rgba(124, 38, 42, 1);
  }
#s-182bd9a5-b5d2-487d-a3db-5fd5aebf9f3f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(80, 53, 41, 1);
  font-family: Poppins;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-182bd9a5-b5d2-487d-a3db-5fd5aebf9f3f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-182bd9a5-b5d2-487d-a3db-5fd5aebf9f3f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(124, 38, 42, 0.8);
}

#s-182bd9a5-b5d2-487d-a3db-5fd5aebf9f3f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(124, 38, 42, 1);
}

.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-ddd8654e-e05b-4c4a-9983-90023f45d69f {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}







  #s-ddd8654e-e05b-4c4a-9983-90023f45d69f img.shogun-image {
    

    
    
    
  }


#s-ddd8654e-e05b-4c4a-9983-90023f45d69f .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d8cac795-dade-4dce-b668-6caf3078a05e {
  margin-top: 10px;
}

#s-b78fcd43-c35a-4423-a84b-0acac6cb2d1b {
  margin-top: 10px;
}

#s-a029356e-014b-461e-a176-4e9111980365 {
  margin-top: 1em;
margin-bottom: 0em;
text-align: left;
}

#s-a029356e-014b-461e-a176-4e9111980365 .shg-product-sold-out {
  display: none;
  color: rgba(124, 38, 42, 1);
  font-size: 32px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a029356e-014b-461e-a176-4e9111980365 .shg-product-price {
  color: rgba(124, 38, 42, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 32px;
}

#s-a029356e-014b-461e-a176-4e9111980365 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(80, 53, 41, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-64c34553-7773-415b-b5d6-e854c3e0762a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-64c34553-7773-415b-b5d6-e854c3e0762a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64c34553-7773-415b-b5d6-e854c3e0762a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64c34553-7773-415b-b5d6-e854c3e0762a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64c34553-7773-415b-b5d6-e854c3e0762a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64c34553-7773-415b-b5d6-e854c3e0762a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64c34553-7773-415b-b5d6-e854c3e0762a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64c34553-7773-415b-b5d6-e854c3e0762a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5f6e4687-9c6d-4d3c-a331-ec778186917b {
  min-height: 80px;
}








#s-5f6e4687-9c6d-4d3c-a331-ec778186917b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f6e4687-9c6d-4d3c-a331-ec778186917b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8410b186-0b8a-40a9-994a-770a76883ae9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8410b186-0b8a-40a9-994a-770a76883ae9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8410b186-0b8a-40a9-994a-770a76883ae9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8410b186-0b8a-40a9-994a-770a76883ae9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8410b186-0b8a-40a9-994a-770a76883ae9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8410b186-0b8a-40a9-994a-770a76883ae9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-8410b186-0b8a-40a9-994a-770a76883ae9 label {
    color: rgba(80, 53, 41, 1);
    font-weight:   ;
    font-family: Poppins;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-8410b186-0b8a-40a9-994a-770a76883ae9 label:after {
      display: block;
      content: ' ';
      margin-bottom: 1em;
    }
  


#s-544a9953-df8a-461b-9200-aead75b07a39 {
  min-height: 80px;
}








#s-544a9953-df8a-461b-9200-aead75b07a39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-544a9953-df8a-461b-9200-aead75b07a39.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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-8042b599-535b-4ab5-8e41-7b2ee33d8559 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0em;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-color: rgba(124, 38, 42, 1);
border-radius: 35px;
background-color: rgba(124, 38, 42, 1);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-8042b599-535b-4ab5-8e41-7b2ee33d8559:hover {background-color: rgba(124, 38, 42, 0.95) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8042b599-535b-4ab5-8e41-7b2ee33d8559:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8042b599-535b-4ab5-8e41-7b2ee33d8559 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8042b599-535b-4ab5-8e41-7b2ee33d8559.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8042b599-535b-4ab5-8e41-7b2ee33d8559.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8042b599-535b-4ab5-8e41-7b2ee33d8559.shg-btn.shg-product-atc-error {
  font-weight: 500;
  font-family: Poppins;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-8042b599-535b-4ab5-8e41-7b2ee33d8559.shg-btn.shg-product-atc-success {
    
    font-family: Poppins;
    
    
    color: rgba(255, 255, 255, 1);
  }


#s-cb86b904-3246-45b7-88e7-a75c471e573f {
  min-height: 0px;
}








#s-cb86b904-3246-45b7-88e7-a75c471e573f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb86b904-3246-45b7-88e7-a75c471e573f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c991990c-be8a-49b2-99ec-61a153320f54 {
  margin-top: 0px;
margin-bottom: -10px;
}

#s-0e279eaa-ab5a-4d13-84bd-c9c9ce1f0669 {
  margin-top: 1em;
margin-left: 0px;
margin-bottom: 1em;
margin-right: 0px;
padding-left: 1em;
padding-right: 1em;
}

@media (min-width: 0px) {
[id="s-0e279eaa-ab5a-4d13-84bd-c9c9ce1f0669"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0e279eaa-ab5a-4d13-84bd-c9c9ce1f0669"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e279eaa-ab5a-4d13-84bd-c9c9ce1f0669"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e279eaa-ab5a-4d13-84bd-c9c9ce1f0669"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e279eaa-ab5a-4d13-84bd-c9c9ce1f0669"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e279eaa-ab5a-4d13-84bd-c9c9ce1f0669"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e279eaa-ab5a-4d13-84bd-c9c9ce1f0669"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e279eaa-ab5a-4d13-84bd-c9c9ce1f0669"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e279eaa-ab5a-4d13-84bd-c9c9ce1f0669"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e279eaa-ab5a-4d13-84bd-c9c9ce1f0669"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-00172ad2-2cae-4a90-8c10-8a6c0e674d0e {
  min-height: 50px;
}








#s-00172ad2-2cae-4a90-8c10-8a6c0e674d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00172ad2-2cae-4a90-8c10-8a6c0e674d0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b2e1939-9438-4529-924c-d30b729501b6 {
  margin-bottom: 5px;
text-align: center;
}







  #s-9b2e1939-9438-4529-924c-d30b729501b6 img.shogun-image {
    

    
    
    
  }


#s-9b2e1939-9438-4529-924c-d30b729501b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a24304e-b105-4597-8bcc-3a5cdd280618 {
  min-height: 0px;
}








#s-5a24304e-b105-4597-8bcc-3a5cdd280618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a24304e-b105-4597-8bcc-3a5cdd280618.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-97e6a629-790f-4e79-8bb0-3cbc5c03d6dc {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}

#s-97e6a629-790f-4e79-8bb0-3cbc5c03d6dc .shogun-heading-component h6 {
  color: rgba(80, 53, 41, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-e0efe2f7-5d39-4389-af9d-05221749ff1f {
  min-height: 50px;
}








#s-e0efe2f7-5d39-4389-af9d-05221749ff1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0efe2f7-5d39-4389-af9d-05221749ff1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5feb13fe-d6c2-4f4b-976a-aa62c417cf2a {
  margin-bottom: 5px;
text-align: center;
}







  #s-5feb13fe-d6c2-4f4b-976a-aa62c417cf2a img.shogun-image {
    

    
    
    
  }


#s-5feb13fe-d6c2-4f4b-976a-aa62c417cf2a .shogun-image-content {
  
    align-items: center;
  
}

#s-5ef6382c-c3a3-4cee-ae04-d12df58cc774 {
  min-height: 0px;
}








#s-5ef6382c-c3a3-4cee-ae04-d12df58cc774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ef6382c-c3a3-4cee-ae04-d12df58cc774.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc4fce66-947d-4448-a526-bf31dbc05d87 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}

#s-fc4fce66-947d-4448-a526-bf31dbc05d87 .shogun-heading-component h6 {
  color: rgba(80, 53, 41, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-a81634e1-5146-40a0-a3eb-d84de9ebe13f {
  min-height: 50px;
}








#s-a81634e1-5146-40a0-a3eb-d84de9ebe13f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a81634e1-5146-40a0-a3eb-d84de9ebe13f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1c0b772-5c23-48c8-a137-92a03a751d0c {
  margin-bottom: 5px;
text-align: center;
}







  #s-b1c0b772-5c23-48c8-a137-92a03a751d0c img.shogun-image {
    

    
    
    
  }


#s-b1c0b772-5c23-48c8-a137-92a03a751d0c .shogun-image-content {
  
    align-items: center;
  
}

#s-822d220e-d397-47d5-9493-068efe713237 {
  min-height: 0px;
}








#s-822d220e-d397-47d5-9493-068efe713237 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-822d220e-d397-47d5-9493-068efe713237.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8533616-5e78-45f1-9747-2a59a0afab80 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}

#s-b8533616-5e78-45f1-9747-2a59a0afab80 .shogun-heading-component h6 {
  color: rgba(80, 53, 41, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-f352bf7f-2aeb-46bd-9d25-1c145edf250e {
  min-height: 50px;
}








#s-f352bf7f-2aeb-46bd-9d25-1c145edf250e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f352bf7f-2aeb-46bd-9d25-1c145edf250e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-730d2be5-e011-458a-b75f-c23421da1aa2 {
  margin-bottom: 5px;
text-align: center;
}







  #s-730d2be5-e011-458a-b75f-c23421da1aa2 img.shogun-image {
    

    
    
    
  }


#s-730d2be5-e011-458a-b75f-c23421da1aa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d62c866e-f59e-4c41-a6fc-fab9e202afdd {
  min-height: 0px;
}








#s-d62c866e-f59e-4c41-a6fc-fab9e202afdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d62c866e-f59e-4c41-a6fc-fab9e202afdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac394b5c-be42-442b-8a03-9f368bd14104 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}

#s-ac394b5c-be42-442b-8a03-9f368bd14104 .shogun-heading-component h6 {
  color: rgba(80, 53, 41, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-867d55b2-c7d6-4ffb-b55f-67d85d987c97 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-867d55b2-c7d6-4ffb-b55f-67d85d987c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-867d55b2-c7d6-4ffb-b55f-67d85d987c97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c9b27e7-c897-4c18-8c92-97c9bd78e27c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 1200px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8c9b27e7-c897-4c18-8c92-97c9bd78e27c {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c9b27e7-c897-4c18-8c92-97c9bd78e27c {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c9b27e7-c897-4c18-8c92-97c9bd78e27c {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-8c9b27e7-c897-4c18-8c92-97c9bd78e27c {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-8c9b27e7-c897-4c18-8c92-97c9bd78e27c {
  background-image: url();
}








#s-8c9b27e7-c897-4c18-8c92-97c9bd78e27c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c9b27e7-c897-4c18-8c92-97c9bd78e27c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f3e8b31-12d6-4b65-a89a-4a214691d08b {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6f3e8b31-12d6-4b65-a89a-4a214691d08b {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f3e8b31-12d6-4b65-a89a-4a214691d08b {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f3e8b31-12d6-4b65-a89a-4a214691d08b {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-6f3e8b31-12d6-4b65-a89a-4a214691d08b {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-6f3e8b31-12d6-4b65-a89a-4a214691d08b {
  background-image: url();
}








#s-6f3e8b31-12d6-4b65-a89a-4a214691d08b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f3e8b31-12d6-4b65-a89a-4a214691d08b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edf2333a-f2ac-4713-a0da-ddf8222339b6 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-edf2333a-f2ac-4713-a0da-ddf8222339b6 .shogun-heading-component h2 {
  color: rgba(80, 53, 41, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-0dfe9189-c824-4aa4-9643-9adc1e109a58 {
  min-height: 50px;
}








#s-0dfe9189-c824-4aa4-9643-9adc1e109a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dfe9189-c824-4aa4-9643-9adc1e109a58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-669123e5-cb5a-4cfb-8cbb-eeae486750fe {
  display: none;
}
#s-40a21339-4298-4cfb-9ea3-b95025773401 {
  text-align: left;
}



.shg-c#s-40a21339-4298-4cfb-9ea3-b95025773401 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a21339-4298-4cfb-9ea3-b95025773401 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-40a21339-4298-4cfb-9ea3-b95025773401 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a21339-4298-4cfb-9ea3-b95025773401 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40a21339-4298-4cfb-9ea3-b95025773401 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a21339-4298-4cfb-9ea3-b95025773401 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40a21339-4298-4cfb-9ea3-b95025773401 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a21339-4298-4cfb-9ea3-b95025773401 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40a21339-4298-4cfb-9ea3-b95025773401 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a21339-4298-4cfb-9ea3-b95025773401 img.shogun-image {
  width: 100%;
}



}
#s-9cac6627-a60d-425c-a9b3-f345e7fd3ebb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cac6627-a60d-425c-a9b3-f345e7fd3ebb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a80e8c28-a9e6-42bb-a878-f439a1a97766 {
  margin-top: -10px;
}

#s-a80e8c28-a9e6-42bb-a878-f439a1a97766 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-a80e8c28-a9e6-42bb-a878-f439a1a97766 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-a80e8c28-a9e6-42bb-a878-f439a1a97766 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-a80e8c28-a9e6-42bb-a878-f439a1a97766 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-a80e8c28-a9e6-42bb-a878-f439a1a97766 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-a80e8c28-a9e6-42bb-a878-f439a1a97766 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-a80e8c28-a9e6-42bb-a878-f439a1a97766 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-a80e8c28-a9e6-42bb-a878-f439a1a97766 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-a80e8c28-a9e6-42bb-a878-f439a1a97766 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-464a17f2-2dcb-4ec5-97a9-e2cccd61b1c8 {
  text-align: center;
}

#s-464a17f2-2dcb-4ec5-97a9-e2cccd61b1c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-464a17f2-2dcb-4ec5-97a9-e2cccd61b1c8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-464a17f2-2dcb-4ec5-97a9-e2cccd61b1c8 .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-74ec9df5-b04c-42f6-aefa-9d25f55c104e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-74ec9df5-b04c-42f6-aefa-9d25f55c104e:hover {background-color: rgba(124, 38, 42, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-74ec9df5-b04c-42f6-aefa-9d25f55c104e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74ec9df5-b04c-42f6-aefa-9d25f55c104e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74ec9df5-b04c-42f6-aefa-9d25f55c104e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74ec9df5-b04c-42f6-aefa-9d25f55c104e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-74ec9df5-b04c-42f6-aefa-9d25f55c104e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-74ec9df5-b04c-42f6-aefa-9d25f55c104e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5e745567-9d30-4702-a09d-ecefb55b1e8e {
  display: none;
}
#s-a31309f2-fc75-4011-9456-b1c0d8c09edc {
  text-align: left;
}



.shg-c#s-a31309f2-fc75-4011-9456-b1c0d8c09edc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31309f2-fc75-4011-9456-b1c0d8c09edc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a31309f2-fc75-4011-9456-b1c0d8c09edc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31309f2-fc75-4011-9456-b1c0d8c09edc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a31309f2-fc75-4011-9456-b1c0d8c09edc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31309f2-fc75-4011-9456-b1c0d8c09edc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a31309f2-fc75-4011-9456-b1c0d8c09edc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31309f2-fc75-4011-9456-b1c0d8c09edc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a31309f2-fc75-4011-9456-b1c0d8c09edc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31309f2-fc75-4011-9456-b1c0d8c09edc img.shogun-image {
  width: 100%;
}



}
#s-a8b6ce14-4600-4366-8f26-460b14a598f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8b6ce14-4600-4366-8f26-460b14a598f6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-28323a8d-7d4e-4d01-8921-1e84831cb5f1 {
  margin-top: -10px;
}

#s-28323a8d-7d4e-4d01-8921-1e84831cb5f1 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-28323a8d-7d4e-4d01-8921-1e84831cb5f1 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-28323a8d-7d4e-4d01-8921-1e84831cb5f1 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-28323a8d-7d4e-4d01-8921-1e84831cb5f1 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-28323a8d-7d4e-4d01-8921-1e84831cb5f1 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-28323a8d-7d4e-4d01-8921-1e84831cb5f1 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-28323a8d-7d4e-4d01-8921-1e84831cb5f1 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-28323a8d-7d4e-4d01-8921-1e84831cb5f1 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-28323a8d-7d4e-4d01-8921-1e84831cb5f1 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-161f63db-7c8b-464a-83a2-9119fc0749aa {
  text-align: center;
}

#s-161f63db-7c8b-464a-83a2-9119fc0749aa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-161f63db-7c8b-464a-83a2-9119fc0749aa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-161f63db-7c8b-464a-83a2-9119fc0749aa .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-7cca54f9-fdef-4471-8ca6-a31e699aa8e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7cca54f9-fdef-4471-8ca6-a31e699aa8e2:hover {background-color: rgba(124, 38, 42, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7cca54f9-fdef-4471-8ca6-a31e699aa8e2:active {background-color: rgba(124, 38, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7cca54f9-fdef-4471-8ca6-a31e699aa8e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7cca54f9-fdef-4471-8ca6-a31e699aa8e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cca54f9-fdef-4471-8ca6-a31e699aa8e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7cca54f9-fdef-4471-8ca6-a31e699aa8e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7cca54f9-fdef-4471-8ca6-a31e699aa8e2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e1acb155-7a9a-49b8-817c-053436969443 {
  display: none;
}
#s-1357f38a-72c0-4fcd-82e2-24d26a92e203 {
  text-align: left;
}



.shg-c#s-1357f38a-72c0-4fcd-82e2-24d26a92e203 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1357f38a-72c0-4fcd-82e2-24d26a92e203 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1357f38a-72c0-4fcd-82e2-24d26a92e203 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1357f38a-72c0-4fcd-82e2-24d26a92e203 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1357f38a-72c0-4fcd-82e2-24d26a92e203 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1357f38a-72c0-4fcd-82e2-24d26a92e203 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1357f38a-72c0-4fcd-82e2-24d26a92e203 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1357f38a-72c0-4fcd-82e2-24d26a92e203 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1357f38a-72c0-4fcd-82e2-24d26a92e203 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1357f38a-72c0-4fcd-82e2-24d26a92e203 img.shogun-image {
  width: 100%;
}



}
#s-314a6a29-853c-4526-8103-fa341baf32c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-314a6a29-853c-4526-8103-fa341baf32c3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0c45166b-35fc-4fcc-8ad2-8400361fa07a {
  margin-top: -10px;
}

#s-0c45166b-35fc-4fcc-8ad2-8400361fa07a .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-0c45166b-35fc-4fcc-8ad2-8400361fa07a .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-0c45166b-35fc-4fcc-8ad2-8400361fa07a .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-0c45166b-35fc-4fcc-8ad2-8400361fa07a .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-0c45166b-35fc-4fcc-8ad2-8400361fa07a .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-0c45166b-35fc-4fcc-8ad2-8400361fa07a .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-0c45166b-35fc-4fcc-8ad2-8400361fa07a .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-0c45166b-35fc-4fcc-8ad2-8400361fa07a .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-0c45166b-35fc-4fcc-8ad2-8400361fa07a .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-989861c0-e358-499a-85fc-c265cd29180c {
  text-align: center;
}

#s-989861c0-e358-499a-85fc-c265cd29180c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-989861c0-e358-499a-85fc-c265cd29180c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-989861c0-e358-499a-85fc-c265cd29180c .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-76cbb1bc-8141-4041-8b13-291053758ca0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-76cbb1bc-8141-4041-8b13-291053758ca0:hover {background-color: rgba(124, 38, 42, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-76cbb1bc-8141-4041-8b13-291053758ca0:active {background-color: rgba(124, 38, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-76cbb1bc-8141-4041-8b13-291053758ca0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76cbb1bc-8141-4041-8b13-291053758ca0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76cbb1bc-8141-4041-8b13-291053758ca0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-76cbb1bc-8141-4041-8b13-291053758ca0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-76cbb1bc-8141-4041-8b13-291053758ca0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-eac81a89-e50d-49fa-bc16-b48cca727db8 {
  display: none;
}
#s-840f696d-ecb7-4dfb-acbf-570020525213 {
  text-align: left;
}



.shg-c#s-840f696d-ecb7-4dfb-acbf-570020525213 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-840f696d-ecb7-4dfb-acbf-570020525213 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-840f696d-ecb7-4dfb-acbf-570020525213 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-840f696d-ecb7-4dfb-acbf-570020525213 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-840f696d-ecb7-4dfb-acbf-570020525213 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-840f696d-ecb7-4dfb-acbf-570020525213 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-840f696d-ecb7-4dfb-acbf-570020525213 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-840f696d-ecb7-4dfb-acbf-570020525213 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-840f696d-ecb7-4dfb-acbf-570020525213 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-840f696d-ecb7-4dfb-acbf-570020525213 img.shogun-image {
  width: 100%;
}



}
#s-da6d71cd-1872-4645-afdb-1618b905941c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da6d71cd-1872-4645-afdb-1618b905941c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-70260d13-719f-499e-aa72-739d5bb91785 {
  margin-top: -10px;
}

#s-70260d13-719f-499e-aa72-739d5bb91785 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-70260d13-719f-499e-aa72-739d5bb91785 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-70260d13-719f-499e-aa72-739d5bb91785 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-70260d13-719f-499e-aa72-739d5bb91785 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-70260d13-719f-499e-aa72-739d5bb91785 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-70260d13-719f-499e-aa72-739d5bb91785 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-70260d13-719f-499e-aa72-739d5bb91785 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-70260d13-719f-499e-aa72-739d5bb91785 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-70260d13-719f-499e-aa72-739d5bb91785 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-c10e1bd6-9253-46ea-9bbf-85c97f39fb72 {
  text-align: center;
}

#s-c10e1bd6-9253-46ea-9bbf-85c97f39fb72 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c10e1bd6-9253-46ea-9bbf-85c97f39fb72 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c10e1bd6-9253-46ea-9bbf-85c97f39fb72 .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-2917a264-2c5e-4d2c-82a2-f2ad1901573f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2917a264-2c5e-4d2c-82a2-f2ad1901573f:hover {background-color: rgba(124, 38, 42, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2917a264-2c5e-4d2c-82a2-f2ad1901573f:active {background-color: rgba(124, 38, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2917a264-2c5e-4d2c-82a2-f2ad1901573f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2917a264-2c5e-4d2c-82a2-f2ad1901573f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2917a264-2c5e-4d2c-82a2-f2ad1901573f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2917a264-2c5e-4d2c-82a2-f2ad1901573f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2917a264-2c5e-4d2c-82a2-f2ad1901573f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-50347895-b168-4fbd-9912-d0597db2d09d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-50347895-b168-4fbd-9912-d0597db2d09d {
  display: none;
}
#s-50347895-b168-4fbd-9912-d0597db2d09d, #wrap-s-50347895-b168-4fbd-9912-d0597db2d09d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50347895-b168-4fbd-9912-d0597db2d09d {
  display: none;
}
#s-50347895-b168-4fbd-9912-d0597db2d09d, #wrap-s-50347895-b168-4fbd-9912-d0597db2d09d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50347895-b168-4fbd-9912-d0597db2d09d {
  
}
}@media (max-width: 767px){#s-50347895-b168-4fbd-9912-d0597db2d09d {
  
}
}







#s-50347895-b168-4fbd-9912-d0597db2d09d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50347895-b168-4fbd-9912-d0597db2d09d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e92c10c7-cbeb-4f02-a427-b2983e507ba8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 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;
min-height: 50px;
max-width: 1200px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e92c10c7-cbeb-4f02-a427-b2983e507ba8 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e92c10c7-cbeb-4f02-a427-b2983e507ba8 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e92c10c7-cbeb-4f02-a427-b2983e507ba8 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-e92c10c7-cbeb-4f02-a427-b2983e507ba8 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-e92c10c7-cbeb-4f02-a427-b2983e507ba8 {
  background-image: url();
}








#s-e92c10c7-cbeb-4f02-a427-b2983e507ba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e92c10c7-cbeb-4f02-a427-b2983e507ba8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-070a0387-fe67-4875-b3cd-b0174ab92a45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-070a0387-fe67-4875-b3cd-b0174ab92a45 .shogun-heading-component h2 {
  color: rgba(80, 53, 41, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-4230845f-f07e-40ae-b0e1-f701a3909dde {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-4230845f-f07e-40ae-b0e1-f701a3909dde {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4230845f-f07e-40ae-b0e1-f701a3909dde {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4230845f-f07e-40ae-b0e1-f701a3909dde {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-4230845f-f07e-40ae-b0e1-f701a3909dde {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-4230845f-f07e-40ae-b0e1-f701a3909dde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4230845f-f07e-40ae-b0e1-f701a3909dde.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-688f6e70-98ee-4d62-9ad4-9624c4e2981d {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-688f6e70-98ee-4d62-9ad4-9624c4e2981d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-688f6e70-98ee-4d62-9ad4-9624c4e2981d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-688f6e70-98ee-4d62-9ad4-9624c4e2981d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-688f6e70-98ee-4d62-9ad4-9624c4e2981d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-08b8c43e-c9bc-49cd-83f3-f187ce653b1b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}







  #s-08b8c43e-c9bc-49cd-83f3-f187ce653b1b img.shogun-image {
    

    
    
    
  }


#s-08b8c43e-c9bc-49cd-83f3-f187ce653b1b .shogun-image-content {
  
    align-items: center;
  
}

#s-4db62a12-0565-4a23-8ac7-60f6ce9de72e {
  text-align: center;
}







  #s-4db62a12-0565-4a23-8ac7-60f6ce9de72e img.shogun-image {
    

    
    
    
  }


#s-4db62a12-0565-4a23-8ac7-60f6ce9de72e .shogun-image-content {
  
    align-items: center;
  
}

#s-8d1c4330-6df4-4da3-9b4a-1d1c9c60638e {
  margin-top: auto;
margin-bottom: auto;
}








#s-8d1c4330-6df4-4da3-9b4a-1d1c9c60638e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d1c4330-6df4-4da3-9b4a-1d1c9c60638e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8691b168-bdc5-49f7-a341-dba3fbc7e256 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-8691b168-bdc5-49f7-a341-dba3fbc7e256 .shogun-heading-component h3 {
  color: rgba(124, 38, 42, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-83da762f-3634-42c3-bba9-01a076edcc6b {
  margin-left: 0%;
margin-bottom: 20px;
min-height: 0px;
}

#s-79c8c05a-23a5-454b-a0b1-6e1f08ff4c89 {
  margin-left: 0%;
margin-bottom: 20px;
min-height: 0px;
}

#s-10ef4863-43d9-4211-974f-b788eebb691f {
  margin-left: 0%;
margin-bottom: 20px;
min-height: 0px;
}

#s-df7a1e92-58bc-4f04-82e0-1aca1a4fe365 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-df7a1e92-58bc-4f04-82e0-1aca1a4fe365"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df7a1e92-58bc-4f04-82e0-1aca1a4fe365"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-df7a1e92-58bc-4f04-82e0-1aca1a4fe365"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-df7a1e92-58bc-4f04-82e0-1aca1a4fe365"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-e352a805-b2f5-4fcc-ba36-56fc99207462 {
  text-align: center;
}







  #s-e352a805-b2f5-4fcc-ba36-56fc99207462 img.shogun-image {
    

    
    
    
  }


#s-e352a805-b2f5-4fcc-ba36-56fc99207462 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd3bd002-03b2-44ef-83ea-f4b9ab30ce99 {
  margin-top: auto;
margin-bottom: auto;
}








#s-bd3bd002-03b2-44ef-83ea-f4b9ab30ce99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd3bd002-03b2-44ef-83ea-f4b9ab30ce99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6e23346-1104-4756-873e-2e75e49adb10 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-d6e23346-1104-4756-873e-2e75e49adb10 .shogun-heading-component h3 {
  color: rgba(124, 38, 42, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-fb303067-fba4-48f7-b1e9-9f509f54a25b {
  margin-left: 0%;
margin-bottom: 20px;
min-height: 0px;
}

#s-02b90e26-86c0-4064-9750-989e9ab83a42 {
  margin-left: 0%;
margin-bottom: 20px;
min-height: 0px;
}

#s-eb941e1f-b931-4140-bbd7-7bddce3b9724 {
  margin-left: 0%;
margin-bottom: 20px;
min-height: 0px;
}

#s-3c923cc3-5d3c-4ddd-81fa-75d67ca01238 {
  margin-left: 0%;
margin-bottom: 20px;
min-height: 0px;
}

#s-d6c19e5c-c45a-41b5-98a6-fc589443b4ad {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 1200px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-d6c19e5c-c45a-41b5-98a6-fc589443b4ad {
  display: none;
}
#s-d6c19e5c-c45a-41b5-98a6-fc589443b4ad, #wrap-s-d6c19e5c-c45a-41b5-98a6-fc589443b4ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6c19e5c-c45a-41b5-98a6-fc589443b4ad {
  display: none;
}
#s-d6c19e5c-c45a-41b5-98a6-fc589443b4ad, #wrap-s-d6c19e5c-c45a-41b5-98a6-fc589443b4ad { display:none !important; }}







#s-d6c19e5c-c45a-41b5-98a6-fc589443b4ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6c19e5c-c45a-41b5-98a6-fc589443b4ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de5acc6c-31f6-4edf-9bb5-1b6e520bf338 {
  text-align: center;
}







  #s-de5acc6c-31f6-4edf-9bb5-1b6e520bf338 img.shogun-image {
    

    
    
    
  }


#s-de5acc6c-31f6-4edf-9bb5-1b6e520bf338 .shogun-image-content {
  
    align-items: center;
  
}

#s-259c5d50-6a73-4dc7-9176-23483fa709a3 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-259c5d50-6a73-4dc7-9176-23483fa709a3 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-259c5d50-6a73-4dc7-9176-23483fa709a3 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-259c5d50-6a73-4dc7-9176-23483fa709a3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-259c5d50-6a73-4dc7-9176-23483fa709a3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-259c5d50-6a73-4dc7-9176-23483fa709a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-259c5d50-6a73-4dc7-9176-23483fa709a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-b1a6b42b-bee5-47a9-a6d6-4aba4d9821bc {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1a6b42b-bee5-47a9-a6d6-4aba4d9821bc {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1a6b42b-bee5-47a9-a6d6-4aba4d9821bc {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-b1a6b42b-bee5-47a9-a6d6-4aba4d9821bc {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-b1a6b42b-bee5-47a9-a6d6-4aba4d9821bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1a6b42b-bee5-47a9-a6d6-4aba4d9821bc.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-3c0af7d1-0425-4a13-a19c-292ba1b53a4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c0af7d1-0425-4a13-a19c-292ba1b53a4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c0af7d1-0425-4a13-a19c-292ba1b53a4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c0af7d1-0425-4a13-a19c-292ba1b53a4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c0af7d1-0425-4a13-a19c-292ba1b53a4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c0af7d1-0425-4a13-a19c-292ba1b53a4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c0af7d1-0425-4a13-a19c-292ba1b53a4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1df48ba6-2a4b-479f-a649-327cb2d3334d {
  text-align: center;
}







  #s-1df48ba6-2a4b-479f-a649-327cb2d3334d img.shogun-image {
    

    
    
    
  }


#s-1df48ba6-2a4b-479f-a649-327cb2d3334d .shogun-image-content {
  
    align-items: center;
  
}

#s-820a0f2d-6e98-439e-aa9f-dc759b17225f {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-820a0f2d-6e98-439e-aa9f-dc759b17225f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-820a0f2d-6e98-439e-aa9f-dc759b17225f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0621f91b-eb37-44e1-a26d-510147abee73 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-0621f91b-eb37-44e1-a26d-510147abee73 .shogun-heading-component h1 {
  color: rgba(255, 220, 173, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}



#s-9fe2e13d-aeb0-4e53-a7a8-8666fafff39a {
  margin-left: -33px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-9fe2e13d-aeb0-4e53-a7a8-8666fafff39a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9fe2e13d-aeb0-4e53-a7a8-8666fafff39a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9fe2e13d-aeb0-4e53-a7a8-8666fafff39a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fe2e13d-aeb0-4e53-a7a8-8666fafff39a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-8ba881ef-bd56-4ccc-937a-c9a2c72d8d57 {
  min-height: 50px;
}








#s-8ba881ef-bd56-4ccc-937a-c9a2c72d8d57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ba881ef-bd56-4ccc-937a-c9a2c72d8d57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0018cb0a-9abf-484e-ac53-fb1f3729c6a9 {
  min-height: 50px;
}

#s-0018cb0a-9abf-484e-ac53-fb1f3729c6a9 {
  background-image: url();
}








#s-0018cb0a-9abf-484e-ac53-fb1f3729c6a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0018cb0a-9abf-484e-ac53-fb1f3729c6a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ddf0229-b14b-4647-918c-9718c69e7d41 {
  text-align: center;
}







  #s-1ddf0229-b14b-4647-918c-9718c69e7d41 img.shogun-image {
    

    
    
    
  }


#s-1ddf0229-b14b-4647-918c-9718c69e7d41 .shogun-image-content {
  
    align-items: center;
  
}

#s-4da5b065-2de8-48ce-948f-a24dfcbb87cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4da5b065-2de8-48ce-948f-a24dfcbb87cf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-0bc5e3e6-a34c-48ff-9337-f7e9b27e0b3d {
  text-align: center;
}

#s-0bc5e3e6-a34c-48ff-9337-f7e9b27e0b3d .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-282d16a3-38c6-4d8c-8310-0cbcb16a8a38 {
  min-height: 50px;
}








#s-282d16a3-38c6-4d8c-8310-0cbcb16a8a38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-282d16a3-38c6-4d8c-8310-0cbcb16a8a38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2498567-c86d-41ee-9356-a346bfd0f041 {
  min-height: 50px;
}

#s-d2498567-c86d-41ee-9356-a346bfd0f041 {
  background-image: url();
}








#s-d2498567-c86d-41ee-9356-a346bfd0f041 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2498567-c86d-41ee-9356-a346bfd0f041.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8386d2a7-3232-4469-a015-55fc168fb4b6 {
  text-align: center;
}







  #s-8386d2a7-3232-4469-a015-55fc168fb4b6 img.shogun-image {
    

    
    
    
  }


#s-8386d2a7-3232-4469-a015-55fc168fb4b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-85e6a292-7509-4144-a903-c828b6452d52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85e6a292-7509-4144-a903-c828b6452d52 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-fb246241-321e-4da2-afbc-ece3cab05802 {
  text-align: center;
}

#s-fb246241-321e-4da2-afbc-ece3cab05802 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-53fa7811-89cd-41dc-84c0-6d0b2f4be37c {
  min-height: 50px;
}








#s-53fa7811-89cd-41dc-84c0-6d0b2f4be37c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53fa7811-89cd-41dc-84c0-6d0b2f4be37c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ebe7d44-9a22-4cfa-a8a1-14404bcc5ebb {
  margin-top: 30px;
min-height: 50px;
}

#s-1ebe7d44-9a22-4cfa-a8a1-14404bcc5ebb {
  background-image: url();
}








#s-1ebe7d44-9a22-4cfa-a8a1-14404bcc5ebb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ebe7d44-9a22-4cfa-a8a1-14404bcc5ebb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15f87e05-bccf-4408-b580-75141fc12aaf {
  text-align: center;
}







  #s-15f87e05-bccf-4408-b580-75141fc12aaf img.shogun-image {
    

    
    
    
  }


#s-15f87e05-bccf-4408-b580-75141fc12aaf .shogun-image-content {
  
    align-items: center;
  
}

#s-018a50e7-a144-4190-9964-516dfb69970e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-018a50e7-a144-4190-9964-516dfb69970e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-5daac910-cfc7-4aee-9b27-b7a9f3cea437 {
  text-align: center;
}

#s-5daac910-cfc7-4aee-9b27-b7a9f3cea437 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-489b6c00-49d2-4eea-8a9a-ee68d5e478b8 {
  min-height: 50px;
}








#s-489b6c00-49d2-4eea-8a9a-ee68d5e478b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-489b6c00-49d2-4eea-8a9a-ee68d5e478b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-076e5a86-7a04-447e-92b2-7fb3dc7cf821 {
  margin-top: 30px;
min-height: 50px;
}

#s-076e5a86-7a04-447e-92b2-7fb3dc7cf821 {
  background-image: url();
}








#s-076e5a86-7a04-447e-92b2-7fb3dc7cf821 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-076e5a86-7a04-447e-92b2-7fb3dc7cf821.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-059ad709-060b-400c-aa9b-73b6c3c3e680 {
  text-align: center;
}







  #s-059ad709-060b-400c-aa9b-73b6c3c3e680 img.shogun-image {
    

    
    
    
  }


#s-059ad709-060b-400c-aa9b-73b6c3c3e680 .shogun-image-content {
  
    align-items: center;
  
}

#s-27f47765-84dc-417f-a72f-391f4ddde835 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27f47765-84dc-417f-a72f-391f4ddde835 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-79a0c675-078f-4334-94c3-a252021c62ef {
  text-align: center;
}

#s-79a0c675-078f-4334-94c3-a252021c62ef .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  text-align: center;
}



.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-2d870c07-e74e-4f45-9fa6-a4e5db3d946a {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 40px;
background-color: rgba(255, 220, 173, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(124, 38, 42, 1);
letter-spacing: 1px;
opacity: 1;
}
#s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a-root {
    text-align: center;
  }


#s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a-root {
    text-align: center;
  }


#s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a-root {
    text-align: center;
  }


#s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a-root {
    text-align: center;
  }


#s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a-root {
    text-align: center;
  }


#s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a-root {
    text-align: center;
  }


#s-2d870c07-e74e-4f45-9fa6-a4e5db3d946a.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-28d093ba-5b0c-46cc-8fa0-23cdf860ceec {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-28d093ba-5b0c-46cc-8fa0-23cdf860ceec {
  display: none;
}
#s-28d093ba-5b0c-46cc-8fa0-23cdf860ceec, #wrap-s-28d093ba-5b0c-46cc-8fa0-23cdf860ceec { display:none !important; }}@media (max-width: 767px){#s-28d093ba-5b0c-46cc-8fa0-23cdf860ceec {
  display: none;
}
#s-28d093ba-5b0c-46cc-8fa0-23cdf860ceec, #wrap-s-28d093ba-5b0c-46cc-8fa0-23cdf860ceec { display:none !important; }}







#s-28d093ba-5b0c-46cc-8fa0-23cdf860ceec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28d093ba-5b0c-46cc-8fa0-23cdf860ceec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d92398a-ece1-45eb-bd77-fc2db81e17ec {
  text-align: center;
}







  #s-7d92398a-ece1-45eb-bd77-fc2db81e17ec img.shogun-image {
    

    
    
    
  }


#s-7d92398a-ece1-45eb-bd77-fc2db81e17ec .shogun-image-content {
  
    align-items: center;
  
}

#s-e841c4ea-a6c3-4935-907d-877c7e62c64c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 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;
min-height: 50px;
max-width: 1200px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e841c4ea-a6c3-4935-907d-877c7e62c64c {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e841c4ea-a6c3-4935-907d-877c7e62c64c {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e841c4ea-a6c3-4935-907d-877c7e62c64c {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-e841c4ea-a6c3-4935-907d-877c7e62c64c {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-e841c4ea-a6c3-4935-907d-877c7e62c64c {
  background-image: url();
}








#s-e841c4ea-a6c3-4935-907d-877c7e62c64c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e841c4ea-a6c3-4935-907d-877c7e62c64c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86a1c2d5-4d91-4ed1-80a5-ce60c4fda785 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86a1c2d5-4d91-4ed1-80a5-ce60c4fda785 .shogun-heading-component h2 {
  color: rgba(80, 53, 41, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-ed976dd9-095d-4370-a3a6-50d87d5d2a06 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-ed976dd9-095d-4370-a3a6-50d87d5d2a06 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed976dd9-095d-4370-a3a6-50d87d5d2a06 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed976dd9-095d-4370-a3a6-50d87d5d2a06 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-ed976dd9-095d-4370-a3a6-50d87d5d2a06 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-ed976dd9-095d-4370-a3a6-50d87d5d2a06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed976dd9-095d-4370-a3a6-50d87d5d2a06.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2243f16e-2d88-4687-b996-ca85c6bd121f {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-2243f16e-2d88-4687-b996-ca85c6bd121f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2243f16e-2d88-4687-b996-ca85c6bd121f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-2243f16e-2d88-4687-b996-ca85c6bd121f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-2243f16e-2d88-4687-b996-ca85c6bd121f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-a3218686-118d-43c3-87f7-c185661f38e5 {
  min-height: 350px;
text-align: center;
}







  #s-a3218686-118d-43c3-87f7-c185661f38e5 img.shogun-image {
    

    
    
    
  }


#s-a3218686-118d-43c3-87f7-c185661f38e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-96e51bf0-434a-47d6-9359-f50601040f42 {
  margin-top: auto;
margin-bottom: auto;
padding-left: 40px;
padding-right: 40px;
min-height: 350px;
}








#s-96e51bf0-434a-47d6-9359-f50601040f42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96e51bf0-434a-47d6-9359-f50601040f42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-831daca0-a8a2-409f-9630-20d36b68f831 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-831daca0-a8a2-409f-9630-20d36b68f831 .shogun-heading-component h3 {
  color: rgba(124, 38, 42, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-60158671-69df-4b57-8106-dc9d57baccf5 {
  margin-bottom: 5px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-60158671-69df-4b57-8106-dc9d57baccf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-60158671-69df-4b57-8106-dc9d57baccf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60158671-69df-4b57-8106-dc9d57baccf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60158671-69df-4b57-8106-dc9d57baccf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60158671-69df-4b57-8106-dc9d57baccf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60158671-69df-4b57-8106-dc9d57baccf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60158671-69df-4b57-8106-dc9d57baccf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-10576b19-d938-4e2b-a848-5dd4a973dcbe .shogun-icon-wrapper {
  text-align: left;
}


#s-10576b19-d938-4e2b-a848-5dd4a973dcbe .shogun-icon-wrapper > .shogun-icon {

  font-size: 8px !important;
  color: rgba(124, 38, 42, 1);
}

#s-f85d0446-1ae7-4e67-9b6f-93c09609ef8f {
  margin-left: -5%;
min-height: 0px;
}

#s-b2652891-258a-43c4-b859-5204e0c67feb {
  margin-bottom: 5px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-b2652891-258a-43c4-b859-5204e0c67feb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b2652891-258a-43c4-b859-5204e0c67feb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2652891-258a-43c4-b859-5204e0c67feb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2652891-258a-43c4-b859-5204e0c67feb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2652891-258a-43c4-b859-5204e0c67feb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2652891-258a-43c4-b859-5204e0c67feb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2652891-258a-43c4-b859-5204e0c67feb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-34374079-ca9d-4f95-809a-d8f41eac5984 .shogun-icon-wrapper {
  text-align: left;
}


#s-34374079-ca9d-4f95-809a-d8f41eac5984 .shogun-icon-wrapper > .shogun-icon {

  font-size: 8px !important;
  color: rgba(124, 38, 42, 1);
}

#s-67cb547f-1b80-4434-9a4c-088f0f8b3ab0 {
  margin-left: -5%;
min-height: 0px;
}

#s-3dcafd88-4851-4736-a3bf-49c69ecd76e9 {
  margin-bottom: 20px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-3dcafd88-4851-4736-a3bf-49c69ecd76e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3dcafd88-4851-4736-a3bf-49c69ecd76e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3dcafd88-4851-4736-a3bf-49c69ecd76e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dcafd88-4851-4736-a3bf-49c69ecd76e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3dcafd88-4851-4736-a3bf-49c69ecd76e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dcafd88-4851-4736-a3bf-49c69ecd76e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3dcafd88-4851-4736-a3bf-49c69ecd76e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-bcd5bcb4-1933-4b0a-8229-18b341e3f8e4 .shogun-icon-wrapper {
  text-align: left;
}


#s-bcd5bcb4-1933-4b0a-8229-18b341e3f8e4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 8px !important;
  color: rgba(124, 38, 42, 1);
}

#s-325f16f7-fa89-419c-91ee-2964bb7c2c7a {
  margin-left: -5%;
min-height: 0px;
}

#s-021f7a7b-6a25-4e91-9614-caeb0ba3f633 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-021f7a7b-6a25-4e91-9614-caeb0ba3f633"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-021f7a7b-6a25-4e91-9614-caeb0ba3f633"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-021f7a7b-6a25-4e91-9614-caeb0ba3f633"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-021f7a7b-6a25-4e91-9614-caeb0ba3f633"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-8b36d83a-b4b8-4f36-9a12-927f68d459d5 {
  margin-top: auto;
margin-bottom: auto;
padding-left: 40px;
padding-right: 40px;
min-height: 350px;
}








#s-8b36d83a-b4b8-4f36-9a12-927f68d459d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b36d83a-b4b8-4f36-9a12-927f68d459d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3ee2c9d-e361-487f-b41f-3d059282979c {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-d3ee2c9d-e361-487f-b41f-3d059282979c .shogun-heading-component h3 {
  color: rgba(124, 38, 42, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5d4b6817-c762-4667-ac98-565f960933e2 {
  margin-bottom: 5px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-5d4b6817-c762-4667-ac98-565f960933e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5d4b6817-c762-4667-ac98-565f960933e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d4b6817-c762-4667-ac98-565f960933e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d4b6817-c762-4667-ac98-565f960933e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d4b6817-c762-4667-ac98-565f960933e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d4b6817-c762-4667-ac98-565f960933e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d4b6817-c762-4667-ac98-565f960933e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-d0b6a137-c1df-42f1-9e75-3ca6e59e0d6f .shogun-icon-wrapper {
  text-align: left;
}


#s-d0b6a137-c1df-42f1-9e75-3ca6e59e0d6f .shogun-icon-wrapper > .shogun-icon {

  font-size: 8px !important;
  color: rgba(124, 38, 42, 1);
}

#s-7045f835-1cb9-4645-81ed-0c2b96479cfb {
  margin-left: -5%;
min-height: 0px;
}

#s-8c93c3da-5c11-446e-a94e-315ad2d8b95c {
  margin-bottom: 5px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-8c93c3da-5c11-446e-a94e-315ad2d8b95c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8c93c3da-5c11-446e-a94e-315ad2d8b95c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c93c3da-5c11-446e-a94e-315ad2d8b95c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c93c3da-5c11-446e-a94e-315ad2d8b95c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c93c3da-5c11-446e-a94e-315ad2d8b95c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c93c3da-5c11-446e-a94e-315ad2d8b95c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c93c3da-5c11-446e-a94e-315ad2d8b95c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-389579af-941b-4852-9d00-96a92571fa4e .shogun-icon-wrapper {
  text-align: left;
}


#s-389579af-941b-4852-9d00-96a92571fa4e .shogun-icon-wrapper > .shogun-icon {

  font-size: 8px !important;
  color: rgba(124, 38, 42, 1);
}

#s-a1cc69da-0508-46b8-bd25-57602d6efb5f {
  margin-left: -5%;
min-height: 0px;
}

#s-67dc875f-8c62-41bc-bfc9-76c73c0b1f6b {
  margin-bottom: 5px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-67dc875f-8c62-41bc-bfc9-76c73c0b1f6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-67dc875f-8c62-41bc-bfc9-76c73c0b1f6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67dc875f-8c62-41bc-bfc9-76c73c0b1f6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67dc875f-8c62-41bc-bfc9-76c73c0b1f6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67dc875f-8c62-41bc-bfc9-76c73c0b1f6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67dc875f-8c62-41bc-bfc9-76c73c0b1f6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67dc875f-8c62-41bc-bfc9-76c73c0b1f6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-4317faa6-1a87-4647-a422-a4f146818b12 .shogun-icon-wrapper {
  text-align: left;
}


#s-4317faa6-1a87-4647-a422-a4f146818b12 .shogun-icon-wrapper > .shogun-icon {

  font-size: 8px !important;
  color: rgba(124, 38, 42, 1);
}

#s-0e6940cf-78ac-4efd-9091-9e3c6610aae7 {
  margin-left: -5%;
min-height: 0px;
}

#s-83cc5277-a209-4741-9158-d202a7acf76a {
  margin-bottom: 20px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-83cc5277-a209-4741-9158-d202a7acf76a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-83cc5277-a209-4741-9158-d202a7acf76a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83cc5277-a209-4741-9158-d202a7acf76a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83cc5277-a209-4741-9158-d202a7acf76a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83cc5277-a209-4741-9158-d202a7acf76a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83cc5277-a209-4741-9158-d202a7acf76a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83cc5277-a209-4741-9158-d202a7acf76a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-0853f53d-3914-49d9-8620-253035406d3f .shogun-icon-wrapper {
  text-align: left;
}


#s-0853f53d-3914-49d9-8620-253035406d3f .shogun-icon-wrapper > .shogun-icon {

  font-size: 8px !important;
  color: rgba(124, 38, 42, 1);
}

#s-0398f3c2-c843-4bb0-a50d-652a3dc8609b {
  margin-left: -5%;
min-height: 0px;
}

#s-cf4e6786-9468-41d9-a962-348e121da748 {
  text-align: center;
}







  #s-cf4e6786-9468-41d9-a962-348e121da748 img.shogun-image {
    

    
    
    
  }


#s-cf4e6786-9468-41d9-a962-348e121da748 .shogun-image-content {
  
    align-items: center;
  
}

#s-33389de7-51d5-4a13-811b-4e6e16070ac2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 1200px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-33389de7-51d5-4a13-811b-4e6e16070ac2 {
  display: none;
}
#s-33389de7-51d5-4a13-811b-4e6e16070ac2, #wrap-s-33389de7-51d5-4a13-811b-4e6e16070ac2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33389de7-51d5-4a13-811b-4e6e16070ac2 {
  display: none;
}
#s-33389de7-51d5-4a13-811b-4e6e16070ac2, #wrap-s-33389de7-51d5-4a13-811b-4e6e16070ac2 { display:none !important; }}







#s-33389de7-51d5-4a13-811b-4e6e16070ac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33389de7-51d5-4a13-811b-4e6e16070ac2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adf12db0-490a-4597-8bbc-9cd9783d88b7 {
  text-align: center;
}







  #s-adf12db0-490a-4597-8bbc-9cd9783d88b7 img.shogun-image {
    

    
    
    
  }


#s-adf12db0-490a-4597-8bbc-9cd9783d88b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9aa8338e-7246-4b39-bddf-ba6a211edc96 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-9aa8338e-7246-4b39-bddf-ba6a211edc96 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9aa8338e-7246-4b39-bddf-ba6a211edc96 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9aa8338e-7246-4b39-bddf-ba6a211edc96 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-9aa8338e-7246-4b39-bddf-ba6a211edc96 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-9aa8338e-7246-4b39-bddf-ba6a211edc96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aa8338e-7246-4b39-bddf-ba6a211edc96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e56d1b7a-1691-4dee-8c87-8d2afa103e70 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e56d1b7a-1691-4dee-8c87-8d2afa103e70 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e56d1b7a-1691-4dee-8c87-8d2afa103e70 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-e56d1b7a-1691-4dee-8c87-8d2afa103e70 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-e56d1b7a-1691-4dee-8c87-8d2afa103e70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e56d1b7a-1691-4dee-8c87-8d2afa103e70.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-6823ecb0-396e-4439-8168-f4524d3ee299"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6823ecb0-396e-4439-8168-f4524d3ee299"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6823ecb0-396e-4439-8168-f4524d3ee299"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6823ecb0-396e-4439-8168-f4524d3ee299"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6823ecb0-396e-4439-8168-f4524d3ee299"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6823ecb0-396e-4439-8168-f4524d3ee299"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6823ecb0-396e-4439-8168-f4524d3ee299"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-bb22b104-cd45-41e9-b098-54acd4e0213c {
  text-align: center;
}







  #s-bb22b104-cd45-41e9-b098-54acd4e0213c img.shogun-image {
    

    
    
    
  }


#s-bb22b104-cd45-41e9-b098-54acd4e0213c .shogun-image-content {
  
    align-items: center;
  
}

#s-ebadc2b4-4174-4844-b2a9-5b8a74e68c4e {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-ebadc2b4-4174-4844-b2a9-5b8a74e68c4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebadc2b4-4174-4844-b2a9-5b8a74e68c4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5f5e589-560e-4d19-be6a-3970837fc2c3 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-c5f5e589-560e-4d19-be6a-3970837fc2c3 .shogun-heading-component h1 {
  color: rgba(255, 220, 173, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}



#s-88a1347d-6919-4c9c-b195-851757612bcb {
  margin-left: -33px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-88a1347d-6919-4c9c-b195-851757612bcb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-88a1347d-6919-4c9c-b195-851757612bcb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88a1347d-6919-4c9c-b195-851757612bcb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88a1347d-6919-4c9c-b195-851757612bcb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-28b72cab-5a9e-47db-a9d3-8b26e79283c4 {
  min-height: 50px;
}








#s-28b72cab-5a9e-47db-a9d3-8b26e79283c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28b72cab-5a9e-47db-a9d3-8b26e79283c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-425d5328-66b6-432b-b76b-50a9c80109a2 {
  min-height: 50px;
}

#s-425d5328-66b6-432b-b76b-50a9c80109a2 {
  background-image: url();
}








#s-425d5328-66b6-432b-b76b-50a9c80109a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-425d5328-66b6-432b-b76b-50a9c80109a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77204ea2-8483-4b07-90c6-68cac824567f {
  text-align: center;
}







  #s-77204ea2-8483-4b07-90c6-68cac824567f img.shogun-image {
    

    
    
    
  }


#s-77204ea2-8483-4b07-90c6-68cac824567f .shogun-image-content {
  
    align-items: center;
  
}

#s-550df793-815e-4e36-a32f-c45bb71c87f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-550df793-815e-4e36-a32f-c45bb71c87f3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-17fc6758-c51c-48d1-8fda-5801fd13d9dc {
  text-align: center;
}

#s-17fc6758-c51c-48d1-8fda-5801fd13d9dc .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-71329acf-0538-4538-9a35-1acfc22c93e6 {
  min-height: 50px;
}








#s-71329acf-0538-4538-9a35-1acfc22c93e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71329acf-0538-4538-9a35-1acfc22c93e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ae740ff-b031-481c-a2dd-0c326792ea00 {
  min-height: 50px;
}

#s-9ae740ff-b031-481c-a2dd-0c326792ea00 {
  background-image: url();
}








#s-9ae740ff-b031-481c-a2dd-0c326792ea00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ae740ff-b031-481c-a2dd-0c326792ea00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4744fd60-4da8-4d7b-b4ac-9f14992a8beb {
  text-align: center;
}







  #s-4744fd60-4da8-4d7b-b4ac-9f14992a8beb img.shogun-image {
    

    
    
    
  }


#s-4744fd60-4da8-4d7b-b4ac-9f14992a8beb .shogun-image-content {
  
    align-items: center;
  
}

#s-bca4f0c2-fdf5-4ab6-b742-e32000cc861e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bca4f0c2-fdf5-4ab6-b742-e32000cc861e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-7127c8f6-7b39-4a5c-b9dc-3abaeca95d1e {
  text-align: center;
}

#s-7127c8f6-7b39-4a5c-b9dc-3abaeca95d1e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-6af94edf-f618-4d34-a2ed-34b7a88d3c33 {
  min-height: 50px;
}








#s-6af94edf-f618-4d34-a2ed-34b7a88d3c33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6af94edf-f618-4d34-a2ed-34b7a88d3c33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce003472-609a-4098-b94e-2734bfeffb4e {
  margin-top: 30px;
min-height: 50px;
}

#s-ce003472-609a-4098-b94e-2734bfeffb4e {
  background-image: url();
}








#s-ce003472-609a-4098-b94e-2734bfeffb4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce003472-609a-4098-b94e-2734bfeffb4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fb2f317-f70d-4dd6-b913-ecf8e28a6a3e {
  text-align: center;
}







  #s-3fb2f317-f70d-4dd6-b913-ecf8e28a6a3e img.shogun-image {
    

    
    
    
  }


#s-3fb2f317-f70d-4dd6-b913-ecf8e28a6a3e .shogun-image-content {
  
    align-items: center;
  
}

#s-22fcd532-491a-4d9b-934d-4b15fe6f6552 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22fcd532-491a-4d9b-934d-4b15fe6f6552 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-a5a5e7e4-bdb0-4400-9971-48f985d3c47e {
  text-align: center;
}

#s-a5a5e7e4-bdb0-4400-9971-48f985d3c47e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-c98bc022-3b83-4af2-b6a0-32a7ffbd80a7 {
  min-height: 50px;
}








#s-c98bc022-3b83-4af2-b6a0-32a7ffbd80a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c98bc022-3b83-4af2-b6a0-32a7ffbd80a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff1ea1f6-8c03-4092-9134-1189329f4c13 {
  margin-top: 30px;
min-height: 50px;
}

#s-ff1ea1f6-8c03-4092-9134-1189329f4c13 {
  background-image: url();
}








#s-ff1ea1f6-8c03-4092-9134-1189329f4c13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff1ea1f6-8c03-4092-9134-1189329f4c13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03d8cdb9-d0c0-4dc2-9b2a-593cd8ec06c1 {
  text-align: center;
}







  #s-03d8cdb9-d0c0-4dc2-9b2a-593cd8ec06c1 img.shogun-image {
    

    
    
    
  }


#s-03d8cdb9-d0c0-4dc2-9b2a-593cd8ec06c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d4f2792-f10b-4106-9862-8517715f1f89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d4f2792-f10b-4106-9862-8517715f1f89 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-7f97058e-1d2b-4150-89c8-2281f532de2d {
  text-align: center;
}

#s-7f97058e-1d2b-4150-89c8-2281f532de2d .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8 {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 40px;
background-color: rgba(255, 220, 173, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(124, 38, 42, 1);
letter-spacing: 1px;
opacity: 1;
}
#s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8-root {
    text-align: center;
  }


#s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8-root {
    text-align: center;
  }


#s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8-root {
    text-align: center;
  }


#s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8-root {
    text-align: center;
  }


#s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8-root {
    text-align: center;
  }


#s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8-root {
    text-align: center;
  }


#s-aaf29a52-d9cf-4ce2-9cf5-df67186c48f8.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7e24d0fe-7426-4efd-9b56-7ae36a66fbc7 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 1200px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-7e24d0fe-7426-4efd-9b56-7ae36a66fbc7 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e24d0fe-7426-4efd-9b56-7ae36a66fbc7 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e24d0fe-7426-4efd-9b56-7ae36a66fbc7 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-7e24d0fe-7426-4efd-9b56-7ae36a66fbc7, #wrap-s-7e24d0fe-7426-4efd-9b56-7ae36a66fbc7 { display:none !important; }}@media (max-width: 767px){#s-7e24d0fe-7426-4efd-9b56-7ae36a66fbc7 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-7e24d0fe-7426-4efd-9b56-7ae36a66fbc7, #wrap-s-7e24d0fe-7426-4efd-9b56-7ae36a66fbc7 { display:none !important; }}







#s-7e24d0fe-7426-4efd-9b56-7ae36a66fbc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e24d0fe-7426-4efd-9b56-7ae36a66fbc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a67745b-ac60-4d10-b055-9031482009ff {
  text-align: center;
}







  #s-9a67745b-ac60-4d10-b055-9031482009ff img.shogun-image {
    

    
    
    
  }


#s-9a67745b-ac60-4d10-b055-9031482009ff .shogun-image-content {
  
    align-items: center;
  
}

#s-6d4f9171-2ec2-47bb-903c-0ce080d91eea {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-6d4f9171-2ec2-47bb-903c-0ce080d91eea {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d4f9171-2ec2-47bb-903c-0ce080d91eea {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d4f9171-2ec2-47bb-903c-0ce080d91eea {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-6d4f9171-2ec2-47bb-903c-0ce080d91eea {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-6d4f9171-2ec2-47bb-903c-0ce080d91eea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d4f9171-2ec2-47bb-903c-0ce080d91eea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-f9e70c34-b2fc-4884-8ef2-0b1f95c166af {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9e70c34-b2fc-4884-8ef2-0b1f95c166af {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9e70c34-b2fc-4884-8ef2-0b1f95c166af {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-f9e70c34-b2fc-4884-8ef2-0b1f95c166af {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-f9e70c34-b2fc-4884-8ef2-0b1f95c166af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9e70c34-b2fc-4884-8ef2-0b1f95c166af.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-0bffcfa7-0872-484d-8970-bd929db5f76b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bffcfa7-0872-484d-8970-bd929db5f76b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0bffcfa7-0872-484d-8970-bd929db5f76b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0bffcfa7-0872-484d-8970-bd929db5f76b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0bffcfa7-0872-484d-8970-bd929db5f76b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bffcfa7-0872-484d-8970-bd929db5f76b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0bffcfa7-0872-484d-8970-bd929db5f76b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d9fb4f24-bef6-40fb-aa66-fcc6932593a4 {
  text-align: center;
}







  #s-d9fb4f24-bef6-40fb-aa66-fcc6932593a4 img.shogun-image {
    

    
    
    
  }


#s-d9fb4f24-bef6-40fb-aa66-fcc6932593a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0446b37d-a370-42f2-ba02-51cb52a675ee {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-0446b37d-a370-42f2-ba02-51cb52a675ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0446b37d-a370-42f2-ba02-51cb52a675ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07b8715c-098f-4725-84d1-1cc094f9af29 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-07b8715c-098f-4725-84d1-1cc094f9af29 .shogun-heading-component h2 {
  color: rgba(255, 220, 173, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-cae920c5-126e-42e0-9ab8-d686bf4315f6 {
  margin-left: -33px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-cae920c5-126e-42e0-9ab8-d686bf4315f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cae920c5-126e-42e0-9ab8-d686bf4315f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cae920c5-126e-42e0-9ab8-d686bf4315f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cae920c5-126e-42e0-9ab8-d686bf4315f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-136e0c13-0c68-4430-86c7-a3f3af119ecc {
  min-height: 50px;
}








#s-136e0c13-0c68-4430-86c7-a3f3af119ecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-136e0c13-0c68-4430-86c7-a3f3af119ecc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b51110f-367e-4836-aec8-b23aad24a1af {
  min-height: 50px;
}

#s-0b51110f-367e-4836-aec8-b23aad24a1af {
  background-image: url();
}








#s-0b51110f-367e-4836-aec8-b23aad24a1af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b51110f-367e-4836-aec8-b23aad24a1af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89bc6c61-68ad-4182-a739-924d5e3b7a8c {
  text-align: center;
}







  #s-89bc6c61-68ad-4182-a739-924d5e3b7a8c img.shogun-image {
    

    
    
    
  }


#s-89bc6c61-68ad-4182-a739-924d5e3b7a8c .shogun-image-content {
  
    align-items: center;
  
}

#s-48cf4727-2203-4e50-bbe1-7d6ebf7fab33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48cf4727-2203-4e50-bbe1-7d6ebf7fab33 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: center;
}



#s-cbe41796-aebc-40bc-bbd7-ba0b921fe106 {
  text-align: center;
}

#s-cbe41796-aebc-40bc-bbd7-ba0b921fe106 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-66b0422a-25cf-47cb-93de-7e25826f98f1 {
  min-height: 50px;
}








#s-66b0422a-25cf-47cb-93de-7e25826f98f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66b0422a-25cf-47cb-93de-7e25826f98f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02b4ce49-33f2-45d2-a8cf-532c0d71385e {
  min-height: 50px;
}

#s-02b4ce49-33f2-45d2-a8cf-532c0d71385e {
  background-image: url();
}








#s-02b4ce49-33f2-45d2-a8cf-532c0d71385e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02b4ce49-33f2-45d2-a8cf-532c0d71385e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89706bb4-4aee-413b-8531-4f0b333556a8 {
  text-align: center;
}







  #s-89706bb4-4aee-413b-8531-4f0b333556a8 img.shogun-image {
    

    
    
    
  }


#s-89706bb4-4aee-413b-8531-4f0b333556a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-badadd4f-a228-448e-abf0-2a495ba32623 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-badadd4f-a228-448e-abf0-2a495ba32623 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: center;
}



#s-daf6ed24-bc60-49d0-998a-84c7dfa74db3 {
  text-align: center;
}

#s-daf6ed24-bc60-49d0-998a-84c7dfa74db3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-5b66161b-c3f5-4665-812c-767c061b5d0a {
  min-height: 50px;
}








#s-5b66161b-c3f5-4665-812c-767c061b5d0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b66161b-c3f5-4665-812c-767c061b5d0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d14351a-b134-4ab2-9c19-b489edcd6401 {
  min-height: 50px;
}

#s-5d14351a-b134-4ab2-9c19-b489edcd6401 {
  background-image: url();
}








#s-5d14351a-b134-4ab2-9c19-b489edcd6401 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d14351a-b134-4ab2-9c19-b489edcd6401.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d004cdb8-2508-4e81-833c-b02cfd337f95 {
  text-align: center;
}







  #s-d004cdb8-2508-4e81-833c-b02cfd337f95 img.shogun-image {
    

    
    
    
  }


#s-d004cdb8-2508-4e81-833c-b02cfd337f95 .shogun-image-content {
  
    align-items: center;
  
}

#s-b64c0dd6-50f9-448e-ade4-db405850cfeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b64c0dd6-50f9-448e-ade4-db405850cfeb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: center;
}



#s-7bffd798-0fa5-479f-b3bc-03a06ba694a2 {
  text-align: center;
}

#s-7bffd798-0fa5-479f-b3bc-03a06ba694a2 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-e8587587-cfcf-4189-ab9b-67a3435ba818 {
  min-height: 50px;
}








#s-e8587587-cfcf-4189-ab9b-67a3435ba818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8587587-cfcf-4189-ab9b-67a3435ba818.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-966e583c-0e76-4359-ab99-663113c27949 {
  min-height: 50px;
}

#s-966e583c-0e76-4359-ab99-663113c27949 {
  background-image: url();
}








#s-966e583c-0e76-4359-ab99-663113c27949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-966e583c-0e76-4359-ab99-663113c27949.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59dbbf97-99bc-4b41-a865-9832203999b5 {
  text-align: center;
}







  #s-59dbbf97-99bc-4b41-a865-9832203999b5 img.shogun-image {
    

    
    
    
  }


#s-59dbbf97-99bc-4b41-a865-9832203999b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-69465304-0172-450a-bdeb-c9f4c74fe051 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69465304-0172-450a-bdeb-c9f4c74fe051 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: center;
}



#s-6684dcdc-5ccd-4df7-9f80-bca5e5658edc {
  text-align: center;
}

#s-6684dcdc-5ccd-4df7-9f80-bca5e5658edc .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-dffd7850-6f97-44ec-82c9-5c65197edd8f {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 40px;
background-color: rgba(255, 220, 173, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(124, 38, 42, 1);
letter-spacing: 1px;
opacity: 1;
}
#s-dffd7850-6f97-44ec-82c9-5c65197edd8f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dffd7850-6f97-44ec-82c9-5c65197edd8f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dffd7850-6f97-44ec-82c9-5c65197edd8f-root {
    text-align: left;
  }


#s-dffd7850-6f97-44ec-82c9-5c65197edd8f.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dffd7850-6f97-44ec-82c9-5c65197edd8f-root {
    text-align: left;
  }


#s-dffd7850-6f97-44ec-82c9-5c65197edd8f.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dffd7850-6f97-44ec-82c9-5c65197edd8f-root {
    text-align: left;
  }


#s-dffd7850-6f97-44ec-82c9-5c65197edd8f.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dffd7850-6f97-44ec-82c9-5c65197edd8f-root {
    text-align: left;
  }


#s-dffd7850-6f97-44ec-82c9-5c65197edd8f.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dffd7850-6f97-44ec-82c9-5c65197edd8f-root {
    text-align: left;
  }


#s-dffd7850-6f97-44ec-82c9-5c65197edd8f.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-dffd7850-6f97-44ec-82c9-5c65197edd8f-root {
    text-align: left;
  }


#s-dffd7850-6f97-44ec-82c9-5c65197edd8f.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-4a1a746a-3cc0-440d-b8a6-a06573cc0db9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4a1a746a-3cc0-440d-b8a6-a06573cc0db9 {
  display: none;
}
#s-4a1a746a-3cc0-440d-b8a6-a06573cc0db9, #wrap-s-4a1a746a-3cc0-440d-b8a6-a06573cc0db9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a1a746a-3cc0-440d-b8a6-a06573cc0db9 {
  display: none;
}
#s-4a1a746a-3cc0-440d-b8a6-a06573cc0db9, #wrap-s-4a1a746a-3cc0-440d-b8a6-a06573cc0db9 { display:none !important; }}







#s-4a1a746a-3cc0-440d-b8a6-a06573cc0db9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a1a746a-3cc0-440d-b8a6-a06573cc0db9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ad91edc-b36d-4cb8-8cff-3139a88bfeb8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 800px;
max-width: 1200px;
background-attachment: scroll;
background-position: center center;
}








#s-0ad91edc-b36d-4cb8-8cff-3139a88bfeb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ad91edc-b36d-4cb8-8cff-3139a88bfeb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06c8f0b7-056a-432e-a55e-7d5fd476411f {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
min-height: 500px;
}
@media (min-width: 1200px){#s-06c8f0b7-056a-432e-a55e-7d5fd476411f {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06c8f0b7-056a-432e-a55e-7d5fd476411f {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-06c8f0b7-056a-432e-a55e-7d5fd476411f {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-06c8f0b7-056a-432e-a55e-7d5fd476411f {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-06c8f0b7-056a-432e-a55e-7d5fd476411f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06c8f0b7-056a-432e-a55e-7d5fd476411f.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-5bf35934-c1a2-41fd-9f70-70ef8ee0ced2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bf35934-c1a2-41fd-9f70-70ef8ee0ced2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bf35934-c1a2-41fd-9f70-70ef8ee0ced2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bf35934-c1a2-41fd-9f70-70ef8ee0ced2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8d6b3819-a527-4b3f-a24d-978da1912827 {
  text-align: center;
}







  #s-8d6b3819-a527-4b3f-a24d-978da1912827 img.shogun-image {
    

    
    
    
  }


#s-8d6b3819-a527-4b3f-a24d-978da1912827 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fad70b1-12e2-4d45-849c-c14fc963551f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7fad70b1-12e2-4d45-849c-c14fc963551f .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(255, 255, 255, 1);
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-7fad70b1-12e2-4d45-849c-c14fc963551f .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  
  color: rgba(255, 255, 255, 1);
  font-family: Poppins;
  
  
  
  justify-content: flex-end;
}

#s-7fad70b1-12e2-4d45-849c-c14fc963551f .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 255, 255, 1);
}

#s-7fad70b1-12e2-4d45-849c-c14fc963551f .shogun-form-error-msg-container, #s-7fad70b1-12e2-4d45-849c-c14fc963551f .shogun-form-field-error-msg-container {
  display: none;
}

#s-7fad70b1-12e2-4d45-849c-c14fc963551f .shogun-form-error-msg {
  
  
  color: #ff0000;
  font-family: Poppins;
  
  
  
  
}

#s-7fad70b1-12e2-4d45-849c-c14fc963551f .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-99576381-4f85-4d3c-9ec1-dc319b3feeb8 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-99576381-4f85-4d3c-9ec1-dc319b3feeb8 .shogun-heading-component h2 {
  color: rgba(255, 220, 173, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-6c92b4d1-dc52-43c2-a576-70d3f04554f2  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(255, 220, 173, 1);
  
  background-color: rgba(124, 38, 42, 0);
  
  
  
  color: rgba(255, 255, 255, 1);
  font-family: Poppins;
  
  
  
}

#s-6c92b4d1-dc52-43c2-a576-70d3f04554f2  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}


#s-6c92b4d1-dc52-43c2-a576-70d3f04554f2 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: rgba(255, 220, 173, 1);
  
  background-color: rgba(124, 38, 42, 0.37);
  color: rgba(255, 255, 255, 1);
}



#s-6c92b4d1-dc52-43c2-a576-70d3f04554f2 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(255, 220, 173, 1);
  
  background-color: rgba(124, 38, 42, 0);
  color: rgba(255, 255, 255, 1);
}


#s-31921f4c-3627-494c-bb72-93c3245724c8 {
  padding-bottom: 10px;
}

#s-31921f4c-3627-494c-bb72-93c3245724c8  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(255, 220, 173, 1);
  
  background-color: rgba(124, 38, 42, 0);
  
  
  
  color: rgba(255, 255, 255, 1);
  font-family: Poppins;
  
  
  
}

#s-31921f4c-3627-494c-bb72-93c3245724c8  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}


#s-31921f4c-3627-494c-bb72-93c3245724c8 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: rgba(255, 220, 173, 1);
  
  background-color: rgba(124, 38, 42, 0.37);
  color: rgba(255, 255, 255, 1);
}



#s-31921f4c-3627-494c-bb72-93c3245724c8 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(255, 220, 173, 1);
  
  background-color: rgba(124, 38, 42, 0);
  color: rgba(255, 255, 255, 1);
}


#s-2ceb2d9a-c99b-45ba-9d16-d6d071d0f23c {
  margin-top: 60px;
min-height: 50px;
}








#s-2ceb2d9a-c99b-45ba-9d16-d6d071d0f23c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ceb2d9a-c99b-45ba-9d16-d6d071d0f23c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2da7ee1-d968-4c05-9379-1b41b808afcc {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 40px;
background-color: rgba(255, 220, 173, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(124, 38, 42, 1);
letter-spacing: 1px;
opacity: 1;
}
#s-b2da7ee1-d968-4c05-9379-1b41b808afcc:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b2da7ee1-d968-4c05-9379-1b41b808afcc:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b2da7ee1-d968-4c05-9379-1b41b808afcc-root {
    text-align: left;
  }


#s-b2da7ee1-d968-4c05-9379-1b41b808afcc.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b2da7ee1-d968-4c05-9379-1b41b808afcc-root {
    text-align: left;
  }


#s-b2da7ee1-d968-4c05-9379-1b41b808afcc.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2da7ee1-d968-4c05-9379-1b41b808afcc-root {
    text-align: left;
  }


#s-b2da7ee1-d968-4c05-9379-1b41b808afcc.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2da7ee1-d968-4c05-9379-1b41b808afcc-root {
    text-align: left;
  }


#s-b2da7ee1-d968-4c05-9379-1b41b808afcc.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b2da7ee1-d968-4c05-9379-1b41b808afcc-root {
    text-align: left;
  }


#s-b2da7ee1-d968-4c05-9379-1b41b808afcc.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-b2da7ee1-d968-4c05-9379-1b41b808afcc-root {
    text-align: left;
  }


#s-b2da7ee1-d968-4c05-9379-1b41b808afcc.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d0bafa19-388d-4b9a-85ab-a2dc5eaed0b9 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0bafa19-388d-4b9a-85ab-a2dc5eaed0b9 {
  display: none;
}
#s-d0bafa19-388d-4b9a-85ab-a2dc5eaed0b9, #wrap-s-d0bafa19-388d-4b9a-85ab-a2dc5eaed0b9 { display:none !important; }}@media (max-width: 767px){#s-d0bafa19-388d-4b9a-85ab-a2dc5eaed0b9 {
  display: none;
}
#s-d0bafa19-388d-4b9a-85ab-a2dc5eaed0b9, #wrap-s-d0bafa19-388d-4b9a-85ab-a2dc5eaed0b9 { display:none !important; }}







#s-d0bafa19-388d-4b9a-85ab-a2dc5eaed0b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0bafa19-388d-4b9a-85ab-a2dc5eaed0b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16f97e35-d567-4f7c-b017-67cf2cd34f62 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 1200px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-16f97e35-d567-4f7c-b017-67cf2cd34f62 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16f97e35-d567-4f7c-b017-67cf2cd34f62 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-16f97e35-d567-4f7c-b017-67cf2cd34f62 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-16f97e35-d567-4f7c-b017-67cf2cd34f62 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-16f97e35-d567-4f7c-b017-67cf2cd34f62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16f97e35-d567-4f7c-b017-67cf2cd34f62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-910d2bf1-6ae7-4ca9-bc6a-157f7dee34ba {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
min-height: 500px;
}
@media (min-width: 1200px){#s-910d2bf1-6ae7-4ca9-bc6a-157f7dee34ba {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-910d2bf1-6ae7-4ca9-bc6a-157f7dee34ba {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-910d2bf1-6ae7-4ca9-bc6a-157f7dee34ba {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-910d2bf1-6ae7-4ca9-bc6a-157f7dee34ba {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-910d2bf1-6ae7-4ca9-bc6a-157f7dee34ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-910d2bf1-6ae7-4ca9-bc6a-157f7dee34ba.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-ac004988-3b3d-4609-91e0-c83d34bb0cab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac004988-3b3d-4609-91e0-c83d34bb0cab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac004988-3b3d-4609-91e0-c83d34bb0cab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac004988-3b3d-4609-91e0-c83d34bb0cab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-174acdaa-b128-4a7f-8dcf-8f24aa24b79e {
  text-align: center;
}







  #s-174acdaa-b128-4a7f-8dcf-8f24aa24b79e img.shogun-image {
    

    
    
    
  }


#s-174acdaa-b128-4a7f-8dcf-8f24aa24b79e .shogun-image-content {
  
    align-items: center;
  
}

#s-fed1c164-c7f2-4eb0-84fd-580798641b02 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fed1c164-c7f2-4eb0-84fd-580798641b02 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(255, 255, 255, 1);
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-fed1c164-c7f2-4eb0-84fd-580798641b02 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  
  color: rgba(255, 255, 255, 1);
  font-family: Poppins;
  
  
  
  justify-content: flex-end;
}

#s-fed1c164-c7f2-4eb0-84fd-580798641b02 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 255, 255, 1);
}

#s-fed1c164-c7f2-4eb0-84fd-580798641b02 .shogun-form-error-msg-container, #s-fed1c164-c7f2-4eb0-84fd-580798641b02 .shogun-form-field-error-msg-container {
  display: none;
}

#s-fed1c164-c7f2-4eb0-84fd-580798641b02 .shogun-form-error-msg {
  
  
  color: #ff0000;
  font-family: Poppins;
  
  
  
  
}

#s-fed1c164-c7f2-4eb0-84fd-580798641b02 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-7b199c2e-9600-4ac2-bb51-7977116d084e {
  padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-7b199c2e-9600-4ac2-bb51-7977116d084e .shogun-heading-component h2 {
  color: rgba(255, 220, 173, 1);
  font-weight:  normal ;
  font-family: "AutumnVoyage-Regular";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-34620384-9ca9-4958-94ac-49c75a732a77  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(255, 220, 173, 1);
  
  background-color: rgba(124, 38, 42, 0);
  
  
  
  color: rgba(255, 255, 255, 1);
  font-family: Poppins;
  
  
  
}

#s-34620384-9ca9-4958-94ac-49c75a732a77  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}


#s-34620384-9ca9-4958-94ac-49c75a732a77 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: rgba(255, 220, 173, 1);
  
  background-color: rgba(124, 38, 42, 0.37);
  color: rgba(255, 255, 255, 1);
}



#s-34620384-9ca9-4958-94ac-49c75a732a77 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(255, 220, 173, 1);
  
  background-color: rgba(124, 38, 42, 0);
  color: rgba(255, 255, 255, 1);
}


#s-e8ef5677-57a6-4510-87fc-8b3a0ff0afc1 {
  padding-bottom: 10px;
}

#s-e8ef5677-57a6-4510-87fc-8b3a0ff0afc1  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(255, 220, 173, 1);
  
  background-color: rgba(124, 38, 42, 0);
  
  
  
  color: rgba(255, 255, 255, 1);
  font-family: Poppins;
  
  
  
}

#s-e8ef5677-57a6-4510-87fc-8b3a0ff0afc1  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}


#s-e8ef5677-57a6-4510-87fc-8b3a0ff0afc1 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: rgba(255, 220, 173, 1);
  
  background-color: rgba(124, 38, 42, 0.37);
  color: rgba(255, 255, 255, 1);
}



#s-e8ef5677-57a6-4510-87fc-8b3a0ff0afc1 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(255, 220, 173, 1);
  
  background-color: rgba(124, 38, 42, 0);
  color: rgba(255, 255, 255, 1);
}


#s-1df35de2-4bd0-4d05-8f08-da75775b16fa {
  margin-top: 60px;
min-height: 50px;
}








#s-1df35de2-4bd0-4d05-8f08-da75775b16fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1df35de2-4bd0-4d05-8f08-da75775b16fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6876f12-7673-4f33-9faa-f0e825a80b50 {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 40px;
background-color: rgba(255, 220, 173, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(124, 38, 42, 1);
letter-spacing: 1px;
opacity: 1;
}
#s-c6876f12-7673-4f33-9faa-f0e825a80b50:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c6876f12-7673-4f33-9faa-f0e825a80b50:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c6876f12-7673-4f33-9faa-f0e825a80b50-root {
    text-align: left;
  }


#s-c6876f12-7673-4f33-9faa-f0e825a80b50.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c6876f12-7673-4f33-9faa-f0e825a80b50-root {
    text-align: left;
  }


#s-c6876f12-7673-4f33-9faa-f0e825a80b50.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6876f12-7673-4f33-9faa-f0e825a80b50-root {
    text-align: left;
  }


#s-c6876f12-7673-4f33-9faa-f0e825a80b50.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6876f12-7673-4f33-9faa-f0e825a80b50-root {
    text-align: left;
  }


#s-c6876f12-7673-4f33-9faa-f0e825a80b50.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c6876f12-7673-4f33-9faa-f0e825a80b50-root {
    text-align: left;
  }


#s-c6876f12-7673-4f33-9faa-f0e825a80b50.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-c6876f12-7673-4f33-9faa-f0e825a80b50-root {
    text-align: left;
  }


#s-c6876f12-7673-4f33-9faa-f0e825a80b50.shg-btn {
  color: rgba(124, 38, 42, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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