.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-2b43c409-ecec-4eaa-8303-07c12cc86f74 { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(245, 245, 245, 1); }
 #s-2b43c409-ecec-4eaa-8303-07c12cc86f74 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   text-align: left;
 }

 

#s-7162247f-3db6-4f91-b85b-82f059a1d9e0 { margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
.shg-box {
  position: relative;
}

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

.shg-box-vertical-center {
  display: flex;
  flex-direction: column;
  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-20451647-71d2-494d-8b1e-7b72f03dc909 { min-height: 600px; }
#s-20451647-71d2-494d-8b1e-7b72f03dc909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-sld {
  display: flex;
  flex-direction: column;
}

.shg-sld-content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.shg-sld-slides {
  width: 100%;
  order: 2;
}

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

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

.shg-sld-nav-button.shg-sld-right {
  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: flex;
  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-d4320781-6dd6-4fa4-905c-3af2b53d5af3 { margin-top: 15px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
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: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.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 {
  -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: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.shogun-lightbox-close {
  color: #fff;
  font-size: 45px;
  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: flex;
  flex-flow: row nowrap;
  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-adb0e947-6b9f-4b3d-b41c-6bbb16939c4d { text-align: center; }
#s-3f95552c-3337-41aa-b5ea-1bdeae95986b { text-align: center; }
#s-6d7d0d09-d528-46e8-9912-dc5560399e88 { text-align: center; }
#s-1ea89c21-8aa7-4daa-924e-ab391b23ff92 { text-align: center; }
#s-a5afcef4-9171-4ebd-9e1b-445e0042733d { text-align: center; }
#s-67790de0-16ab-4594-9b26-66e02e2bfe68 { text-align: center; }
#s-8c621f26-aa14-424e-bca0-f868b8f1c2cb { text-align: center; }
#s-77471343-ed4a-437c-be1a-d476fa466930 { text-align: center; }
#s-f94c23fa-4d1c-4800-b02b-388484c999ed { text-align: center; }
#s-354ff657-a96a-47b4-a296-92f8b90e0fca { text-align: center; }
#s-abfbdcf1-3866-4799-8a77-15993e30917f { text-align: center; }
#s-0e6ed9ed-20fb-498d-a800-fe82aa64edd5 { text-align: center; }
#s-6a94c9e0-9175-416b-b966-90bb3f1f4978 { text-align: center; }
#s-b25c7628-2f1d-4866-80ee-b401dfc3a028 { text-align: center; }
#s-bf02c012-2717-4fd4-bf2e-2a286f76dd37 { margin-top: 15px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
min-height: 50px; }
#s-bf02c012-2717-4fd4-bf2e-2a286f76dd37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ea253285-dfaf-4bd8-9c6e-447400e8a89e { margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
 #s-ea253285-dfaf-4bd8-9c6e-447400e8a89e .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 32px;
   text-align: left;
 }

 

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
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-ee15e64f-a204-4bef-b831-85799c2a1e94 { margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
@media (min-width: 0px) {
[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ee15e64f-a204-4bef-b831-85799c2a1e94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: .3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: '▸';
}

.shogun-accordion.shogun-accordion-active > .shogun-accordion-heading .shogun-accordion-icon.shogun-icon-chevron > span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: '＋';
}

.shogun-accordion.shogun-accordion-active > .shogun-accordion-heading .shogun-accordion-icon.shogun-icon-plus > span {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

#s-cce76e59-8d69-482b-ade1-9295d23059e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cce76e59-8d69-482b-ade1-9295d23059e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cce76e59-8d69-482b-ade1-9295d23059e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-cce76e59-8d69-482b-ade1-9295d23059e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cce76e59-8d69-482b-ade1-9295d23059e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-cce76e59-8d69-482b-ade1-9295d23059e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-62a3d59c-905f-447f-8fc8-dfd12deafa78 { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
@media (min-width: 0px) {
[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62a3d59c-905f-447f-8fc8-dfd12deafa78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1ff98155-3199-4eb5-b8f8-16b46a3e55c0 { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-c8962555-3f83-4605-8931-12c3ee5ad13f { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-f9f70d5f-3fe5-41e6-bb72-2f8b8f3552d9 { margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-586ff9cd-37c9-42b7-a343-7bba9e72ba4d { margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-1af8946a-7026-4a9f-b32e-a2c24cdf8206 { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center; }
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-90da32f6-041e-4323-b9c0-f2fb2054b677 { margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px; }
#s-7c20817b-df71-4faa-a060-95291c2b8fa8 { margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px; }
#s-7c20817b-df71-4faa-a060-95291c2b8fa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-85e0517f-0eeb-4a58-84d9-3fc9fb87740c { margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
 #s-85e0517f-0eeb-4a58-84d9-3fc9fb87740c .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   text-align: left;
 }

 

#s-2c54f4b1-d65a-4f37-91ab-b111ef7f7884 { margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px; }
#s-7b0e46bb-926c-434f-bcc2-42460af3d31d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7b0e46bb-926c-434f-bcc2-42460af3d31d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7b0e46bb-926c-434f-bcc2-42460af3d31d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-7b0e46bb-926c-434f-bcc2-42460af3d31d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7b0e46bb-926c-434f-bcc2-42460af3d31d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-7b0e46bb-926c-434f-bcc2-42460af3d31d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-891381a1-ad7c-419b-bdb8-3ed5818f4cd5 { margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center; }
#s-116b728b-f6ac-44d8-bba3-15abbbcba7dc { min-height: 50px; }
#s-116b728b-f6ac-44d8-bba3-15abbbcba7dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-de1e6242-89e3-46fb-bfd1-26ee81413ad7 { background-color: rgba(127, 244, 239, 0.1); }
#s-de1e6242-89e3-46fb-bfd1-26ee81413ad7 {
  display: none;
}
#s-20d10de5-eff3-4ee5-bfd8-66a36c268f62 { padding-top: 10px;
padding-bottom: 10px; }
 #s-20d10de5-eff3-4ee5-bfd8-66a36c268f62 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 32px;
   text-align: center;
 }

 

#s-60d49e27-3656-41be-b381-0a6b0ab1b419 { padding-top: 15px;
padding-left: 100px;
padding-bottom: 15px;
padding-right: 100px;
text-align: left; }
#s-60d49e27-3656-41be-b381-0a6b0ab1b419 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-60d49e27-3656-41be-b381-0a6b0ab1b419 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-60d49e27-3656-41be-b381-0a6b0ab1b419 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-60d49e27-3656-41be-b381-0a6b0ab1b419 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-160fc6c8-2efc-4d2a-93d1-c2a70f331157 { margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center; }
#s-160fc6c8-2efc-4d2a-93d1-c2a70f331157 .shg-product-sold-out {
  display: none;
}

#s-160fc6c8-2efc-4d2a-93d1-c2a70f331157 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
}

#s-160fc6c8-2efc-4d2a-93d1-c2a70f331157 .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-9f90dda9-c95b-46d2-8470-cf18b8e14b82 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(245, 245, 245, 1); }
 #s-9f90dda9-c95b-46d2-8470-cf18b8e14b82 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   text-align: center;
 }

 

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

#s-071998a4-191e-4842-9b88-e930ae30341b { margin-top: 10px;
margin-left: 1px;
margin-bottom: 10px;
margin-right: 1px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 4px;
min-width: 100%;
text-align: center;
background-color: #3498db; }
#s-071998a4-191e-4842-9b88-e930ae30341b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-071998a4-191e-4842-9b88-e930ae30341b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-071998a4-191e-4842-9b88-e930ae30341b {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-071998a4-191e-4842-9b88-e930ae30341b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-071998a4-191e-4842-9b88-e930ae30341b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-071998a4-191e-4842-9b88-e930ae30341b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-ade59571-2401-4381-8b0c-3b037064266e { margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px; }
#s-ade59571-2401-4381-8b0c-3b037064266e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-13b606b0-d348-4c1b-a11e-4dad835791aa { margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  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: flex;
  flex-direction: row;
}

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

.shg-ig-username-container {
  display: flex;
  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-aa42c18b-4063-4165-a80d-4179570842c4 { margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
@media (min-width: 768px) {
  [id="s-aa42c18b-4063-4165-a80d-4179570842c4"] .shg-ig-posts-container > .shg-ig-posts {
    width: 50.0%;
    padding-right: 20px;
  }

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

#s-251146f9-ef10-401f-b9fe-e41260301fc2 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
 #s-251146f9-ef10-401f-b9fe-e41260301fc2 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   text-align: left;
 }

 

#s-c4f3d6d3-d3ba-4080-ad20-95f0692db51a { margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-c4f3d6d3-d3ba-4080-ad20-95f0692db51a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c4f3d6d3-d3ba-4080-ad20-95f0692db51a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c4f3d6d3-d3ba-4080-ad20-95f0692db51a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-c4f3d6d3-d3ba-4080-ad20-95f0692db51a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c4f3d6d3-d3ba-4080-ad20-95f0692db51a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-c4f3d6d3-d3ba-4080-ad20-95f0692db51a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-55e1e8f1-d0e1-4115-92f7-0c258a938c82 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
 #s-55e1e8f1-d0e1-4115-92f7-0c258a938c82 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   text-align: left;
 }

 

#s-f3e79b70-1a6f-4ad1-96b8-a7ad150db66b { margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-f3e79b70-1a6f-4ad1-96b8-a7ad150db66b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f3e79b70-1a6f-4ad1-96b8-a7ad150db66b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f3e79b70-1a6f-4ad1-96b8-a7ad150db66b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-f3e79b70-1a6f-4ad1-96b8-a7ad150db66b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f3e79b70-1a6f-4ad1-96b8-a7ad150db66b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-f3e79b70-1a6f-4ad1-96b8-a7ad150db66b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3d6b5ddc-125b-4111-8b73-49365b29bed7 { margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
 #s-3d6b5ddc-125b-4111-8b73-49365b29bed7 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   text-align: left;
 }

 

#s-423aff4c-6fa0-4008-93bb-9a93e3fefee7 { margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-423aff4c-6fa0-4008-93bb-9a93e3fefee7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-423aff4c-6fa0-4008-93bb-9a93e3fefee7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-423aff4c-6fa0-4008-93bb-9a93e3fefee7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-423aff4c-6fa0-4008-93bb-9a93e3fefee7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-423aff4c-6fa0-4008-93bb-9a93e3fefee7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-423aff4c-6fa0-4008-93bb-9a93e3fefee7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e135cbf5-c3aa-48e5-b77c-09a62d9cd04e { margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-640645f8-2cf5-4d00-804e-95d02147324f { margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{-webkit-transform:scale(1);transform:scale(1)}.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}