.shg-box {
  position: relative;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-5d038e45-7fc3-4ffe-a4b8-7ea3af2ae459 { min-height: 200px; }
#s-5d038e45-7fc3-4ffe-a4b8-7ea3af2ae459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-sld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shg-sld-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shg-sld-slides {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.shg-sld-nav-button {
  cursor: pointer;
  width: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.shg-sld-dot {
  height: 14px;
  width: 14px;
  border-radius: 7px;
  margin-left: 5px;
  background-color: #BBBBBB;
  cursor: pointer;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes shg-sld-fade {
  from {opacity: .4}
  to {opacity: 1}
}

#s-c7bd89d5-cc7d-42c5-b9fa-65748819ce92 { padding-top: 10px;
padding-bottom: 10px; }
.shogun-image-container {
  position: relative;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

.shogun-image-overlay.shg-middle-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

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

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

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

.shogun-lightbox-item {
  cursor: pointer;
  min-height: inherit;
  max-height: inherit;
}

.shogun-lightbox {
  display: none;
  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);
}

.shogun-lightbox-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shogun-lightbox-close {
  color: #fff;
  font-size: 45px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.shogun-lightbox-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

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

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

img.shogun-image {
  max-width: 100% !important;
  margin: 0 !important;
}

#s-ba3efc08-60db-4837-b583-e2e7c380c46e { text-align: center; }
#s-facae3a0-fde6-4fdc-b97d-ecdffd2997a7 { text-align: center; }
#s-507a11aa-ff88-45b8-8f7f-54d431993933 { text-align: center; }
#s-d866f56f-4e00-4e61-be81-84a0f97057ae { min-height: 50px; }
#s-d866f56f-4e00-4e61-be81-84a0f97057ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9 { margin-top: 30px;
margin-bottom: 30px;
padding-top: 80px;
padding-left: 25px;
padding-bottom: 80px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1); }
@media (min-width: 0px) {
[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6a10e822-dc6f-4a2b-b459-9e26e9e8e9f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6185bab8-01b5-4d56-bd96-7af67411ff75 { padding-left: 0px;
padding-right: 0px;
text-align: 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: #000;
  text-transform: none;
  font-weight: normal;
  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-67709240-523e-4d52-9c33-77b3ef4b32a8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
 #s-67709240-523e-4d52-9c33-77b3ef4b32a8 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   font-family: Oswald;
   font-style:  normal ;
   font-size: 32px;
   text-align: left;
 }
#s-426994af-1b7b-4f6d-9748-41e0774e1b0a { padding-left: 15px;
padding-right: 15px; }
 #s-426994af-1b7b-4f6d-9748-41e0774e1b0a .shogun-heading-component h4 {
   color: #000;
   font-weight:  200 ;
   font-family: Oswald;
   font-style:  normal ;
   font-size: 16px;
   text-align: left;
 }
#s-730da56f-645c-4470-a934-c87a86059eb4 { margin-top: 30px;
margin-bottom: 30px;
padding-top: 20px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
background-color: rgba(234, 157, 51, 1); }
@media (min-width: 0px) {
[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-730da56f-645c-4470-a934-c87a86059eb4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d0d86fea-7db8-486a-b062-f05cff7c9113 { padding-top: 10px;
padding-bottom: 10px; }
#s-1895bbb5-3a24-45d3-8000-e4491ac9906d { text-align: center; }
#s-682df7d3-782d-4824-884e-8990b9edc030 { text-align: center; }
#s-333466d2-8df3-4df2-8975-bcd5407d25be { text-align: center; }
#s-f4c31ef6-be15-4239-b5da-4b3768ceeecb { margin-top: 30px;
margin-bottom: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(234, 157, 51, 1); }
@media (min-width: 0px) {
[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4c31ef6-be15-4239-b5da-4b3768ceeecb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7ad6c34c-63fb-4e8d-bcd3-06f5b7adf174 { padding-top: 10px;
padding-bottom: 10px; }
 #s-7ad6c34c-63fb-4e8d-bcd3-06f5b7adf174 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Oswald;
   font-style:  normal ;
   font-size: 32px;
   text-align: center;
 }
#s-621eb044-0a25-46d4-83db-e1a0c11bf2d3 { padding-top: 10px;
padding-bottom: 10px; }
 #s-621eb044-0a25-46d4-83db-e1a0c11bf2d3 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Oswald;
   font-style:  normal ;
   font-size: 16px;
   text-align: center;
 }
.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input, textarea {
  margin: 0;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input, .shogun-form textarea {
  width: 100%;
}

#s-a8691adc-b171-48d1-8ab0-3a6cc65712d4 { border-style: solid;
padding-top: 0px;
padding-left: 50px;
padding-right: 50px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(233, 156, 50, 1); }
#s-a14d0b76-a771-40bc-a9eb-b6e53bccc0b7 { background-image: url(https://ucarecdn.com/a9102d82-c5e1-46aa-a6f4-7a134b7c52a8/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-position: center center; }
#s-a14d0b76-a771-40bc-a9eb-b6e53bccc0b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5 { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 0.58); }
@media (min-width: 0px) {
[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-e0df4efe-84b1-4ea4-886f-f2b9d3dcf0d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-393489b7-1694-4e82-926e-61a009e0c7ff { padding-top: 10px;
padding-bottom: 10px; }
 #s-393489b7-1694-4e82-926e-61a009e0c7ff .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   font-family: Oswald;
   font-style:  normal ;
   font-size: 24px;
   text-align: center;
 }
#s-fabfce5a-2ae3-4b1f-9b14-3ab74f6f35a1 { padding-top: 10px;
padding-bottom: 10px; }
 #s-fabfce5a-2ae3-4b1f-9b14-3ab74f6f35a1 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   font-family: Oswald;
   font-style:  normal ;
   font-size: 19px;
   text-align: center;
 }
#s-a71bffed-8d90-485d-85fa-990066a2f1f8 { margin-top: 30px;
margin-bottom: 30px;
padding-top: 20px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1); }
@media (min-width: 0px) {
[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-a71bffed-8d90-485d-85fa-990066a2f1f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-d93a8c07-eb98-4d7c-b167-319549d06748 {
  display: none;
}
.shg-product-image-wrapper {
  display: none;
}

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

#s-e4c5d92d-34cc-4e9d-8f97-c88efcccc509 { text-align: left; }
#s-826b2397-3b7d-4c71-bcc7-0a71fe9cc376 { text-align: center; }
#s-826b2397-3b7d-4c71-bcc7-0a71fe9cc376 .shg-product-sold-out {
  display: none;
}

#s-826b2397-3b7d-4c71-bcc7-0a71fe9cc376 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-826b2397-3b7d-4c71-bcc7-0a71fe9cc376 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#s-ea047a9d-4bd1-482c-aa70-503d68b2b21e { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
min-width: 100%;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(0, 0, 0, 1); }
#s-ea047a9d-4bd1-482c-aa70-503d68b2b21e:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 213, 213, 1) !important;
text-decoration: none !important;}
#s-ea047a9d-4bd1-482c-aa70-503d68b2b21e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ea047a9d-4bd1-482c-aa70-503d68b2b21e {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-ea047a9d-4bd1-482c-aa70-503d68b2b21e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea047a9d-4bd1-482c-aa70-503d68b2b21e.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-85a16d23-275a-491e-a511-7e22410f0592 {
  display: none;
}
#s-35a054f8-e518-454b-a429-b9369998d169 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-9a123fdf-c34d-46c7-9d24-aa8e1142a6c8 {
  display: none;
}
#s-a58011f6-eccd-43a9-aefd-69e03b18c0bc { text-align: center; }
#s-a58011f6-eccd-43a9-aefd-69e03b18c0bc .shg-product-sold-out {
  display: none;
}

#s-a58011f6-eccd-43a9-aefd-69e03b18c0bc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a58011f6-eccd-43a9-aefd-69e03b18c0bc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d745af87-afb5-4df6-9795-a5606a495645 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
min-width: 100%;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(0, 0, 0, 1); }
#s-d745af87-afb5-4df6-9795-a5606a495645:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-d745af87-afb5-4df6-9795-a5606a495645:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d745af87-afb5-4df6-9795-a5606a495645 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-d745af87-afb5-4df6-9795-a5606a495645.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d745af87-afb5-4df6-9795-a5606a495645.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-5a8b2454-ba0b-46a8-bbbd-9e34ed0e2c21 { padding-top: 0px;
padding-bottom: 0px; }
#s-5a8b2454-ba0b-46a8-bbbd-9e34ed0e2c21 {
  display: none;
}
#s-b15dc523-8018-44a0-a815-9c79d001c60a { padding-top: 0px;
padding-bottom: 0px;
text-align: left; }
#s-7cbc9f37-23dd-4164-8fe0-9ee9a473f74c { text-align: center; }
#s-7cbc9f37-23dd-4164-8fe0-9ee9a473f74c .shg-product-sold-out {
  display: none;
}

#s-7cbc9f37-23dd-4164-8fe0-9ee9a473f74c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7cbc9f37-23dd-4164-8fe0-9ee9a473f74c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4970d53b-de8d-4296-b1f1-990608080ec3 { border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
min-width: 100%;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(0, 0, 0, 1); }
#s-4970d53b-de8d-4296-b1f1-990608080ec3:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-4970d53b-de8d-4296-b1f1-990608080ec3:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4970d53b-de8d-4296-b1f1-990608080ec3 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s-4970d53b-de8d-4296-b1f1-990608080ec3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4970d53b-de8d-4296-b1f1-990608080ec3.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-18a3001f-686b-49ef-9a57-823771a836ec { background-image: url(https://ucarecdn.com/fa4d0da7-b20b-4bcf-b7e4-56b27572edea/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-position: center center; }
#s-18a3001f-686b-49ef-9a57-823771a836ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8b5045f7-4234-4775-bfc6-c527bae17dae { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 0.58); }
@media (min-width: 0px) {
[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-8b5045f7-4234-4775-bfc6-c527bae17dae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-0142d005-dfe1-4595-b081-f9f3d8097fa1 { padding-top: 10px;
padding-bottom: 10px; }
 #s-0142d005-dfe1-4595-b081-f9f3d8097fa1 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   font-family: Oswald;
   font-style:  normal ;
   font-size: 24px;
   text-align: center;
 }
#s-99e12318-40d9-4357-afea-20f65d2c638c { padding-top: 10px;
padding-bottom: 10px; }
 #s-99e12318-40d9-4357-afea-20f65d2c638c .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   font-family: Oswald;
   font-style:  normal ;
   font-size: 19px;
   text-align: center;
 }
@media (min-width: 0px) {
[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-78443196-1f36-4b22-8c4c-c89ee94fb6ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

#s-0dcbfa56-c062-43eb-bd57-8b7f3698549a { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(252, 255, 255, 0.26);
font-size: 20px;
color: rgba(0, 0, 0, 1);
text-decoration: none; }
#s-0dcbfa56-c062-43eb-bd57-8b7f3698549a:hover {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}
#s-0dcbfa56-c062-43eb-bd57-8b7f3698549a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e2675232-965e-4034-9216-9731322815de { min-height: 50px; }
#s-e2675232-965e-4034-9216-9731322815de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-3aa4d8bc-945e-47b7-a9d5-9982930edff0 { padding-top: 10px;
padding-bottom: 10px; }
 #s-3aa4d8bc-945e-47b7-a9d5-9982930edff0 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   font-family: Oswald;
   font-style:  normal ;
   font-size: 32px;
   text-align: center;
 }
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shg-ig-posts {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

#s-a6050a3a-aa08-4bc6-b10b-d4beed151813 { margin-top: 20px;
margin-bottom: 20px; }
@media (min-width: 768px) {
  [id="s-a6050a3a-aa08-4bc6-b10b-d4beed151813"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 25px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 25px) !important;
  }
}

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

.shogun-root {
  /* create a new stacking context */
  /* 8 or more nines required to have no effect */
  opacity: 0.99999999;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c, .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;
}
