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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: -webkit-box;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ee4feae5-d9b1-47df-ae1b-1d5b690b6196 .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-ee4feae5-d9b1-47df-ae1b-1d5b690b6196 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-ee4feae5-d9b1-47df-ae1b-1d5b690b6196 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-ee4feae5-d9b1-47df-ae1b-1d5b690b6196 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 143, 52, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-ee4feae5-d9b1-47df-ae1b-1d5b690b6196 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 143, 52, 1);
}

#s-ee4feae5-d9b1-47df-ae1b-1d5b690b6196 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-ee4feae5-d9b1-47df-ae1b-1d5b690b6196 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-ee4feae5-d9b1-47df-ae1b-1d5b690b6196 .shogun-tab {
  max-width: calc(100% / 2 - (2 - 2) * 2px / 2);
}

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

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

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

.shogun-accordion-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          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;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

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

.shogun-accordion-icon > span {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-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-7ba1a327-c274-428e-8b71-e481e45b7bd9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7ba1a327-c274-428e-8b71-e481e45b7bd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7ba1a327-c274-428e-8b71-e481e45b7bd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-7ba1a327-c274-428e-8b71-e481e45b7bd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7ba1a327-c274-428e-8b71-e481e45b7bd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7ba1a327-c274-428e-8b71-e481e45b7bd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2306452f-29eb-4b5c-93c1-f0487d181e08 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ebc484ba-2d24-44ec-a291-2cb908e00a52 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8e4695c6-9cfd-47f0-b8e9-60083c0d7c05 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3964ec37-0c31-4c66-b286-5793875a588f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3964ec37-0c31-4c66-b286-5793875a588f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3964ec37-0c31-4c66-b286-5793875a588f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-3964ec37-0c31-4c66-b286-5793875a588f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3964ec37-0c31-4c66-b286-5793875a588f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3964ec37-0c31-4c66-b286-5793875a588f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-817d0f5a-e2d2-4f0a-acf9-cb45740acce1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-24c16cf8-d4fa-4d70-99eb-067ecc3d4553 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-24c16cf8-d4fa-4d70-99eb-067ecc3d4553 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-24c16cf8-d4fa-4d70-99eb-067ecc3d4553 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-24c16cf8-d4fa-4d70-99eb-067ecc3d4553 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-24c16cf8-d4fa-4d70-99eb-067ecc3d4553 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-24c16cf8-d4fa-4d70-99eb-067ecc3d4553 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a750e012-585a-4bcc-af86-725d53e183cd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7bbab856-9f6c-4faf-8f4f-46dbdfd63e2d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7bbab856-9f6c-4faf-8f4f-46dbdfd63e2d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7bbab856-9f6c-4faf-8f4f-46dbdfd63e2d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-7bbab856-9f6c-4faf-8f4f-46dbdfd63e2d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7bbab856-9f6c-4faf-8f4f-46dbdfd63e2d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7bbab856-9f6c-4faf-8f4f-46dbdfd63e2d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-11cc6db9-ad25-4373-aef9-2768e6377b6c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8dad6ec5-662c-49f3-9c21-45877b0390e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8dad6ec5-662c-49f3-9c21-45877b0390e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8dad6ec5-662c-49f3-9c21-45877b0390e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-8dad6ec5-662c-49f3-9c21-45877b0390e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8dad6ec5-662c-49f3-9c21-45877b0390e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8dad6ec5-662c-49f3-9c21-45877b0390e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1c222001-c74b-4f55-ab99-bee8e35ad331 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fd501e26-8d8a-4d8d-b962-ec847c311779 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fd501e26-8d8a-4d8d-b962-ec847c311779 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-fd501e26-8d8a-4d8d-b962-ec847c311779 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-fd501e26-8d8a-4d8d-b962-ec847c311779 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-fd501e26-8d8a-4d8d-b962-ec847c311779 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-fd501e26-8d8a-4d8d-b962-ec847c311779 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4470506d-fb7a-43c5-82f0-17d1e29aa1e4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7007bda9-07b7-401c-a7fe-284ac0279c8a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7007bda9-07b7-401c-a7fe-284ac0279c8a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7007bda9-07b7-401c-a7fe-284ac0279c8a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-7007bda9-07b7-401c-a7fe-284ac0279c8a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7007bda9-07b7-401c-a7fe-284ac0279c8a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7007bda9-07b7-401c-a7fe-284ac0279c8a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f744f313-6345-423b-814b-0226e15182fc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b82a312b-8cdd-45b5-a26a-d85bcb0be778 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b82a312b-8cdd-45b5-a26a-d85bcb0be778 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b82a312b-8cdd-45b5-a26a-d85bcb0be778 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-b82a312b-8cdd-45b5-a26a-d85bcb0be778 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b82a312b-8cdd-45b5-a26a-d85bcb0be778 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b82a312b-8cdd-45b5-a26a-d85bcb0be778 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-49a9dc82-3686-448b-9bb5-fa68d0fdcd71 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ba1e4dd2-df11-499f-8c66-d5d80f690179 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ba1e4dd2-df11-499f-8c66-d5d80f690179 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ba1e4dd2-df11-499f-8c66-d5d80f690179 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-ba1e4dd2-df11-499f-8c66-d5d80f690179 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ba1e4dd2-df11-499f-8c66-d5d80f690179 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-ba1e4dd2-df11-499f-8c66-d5d80f690179 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9ee144c8-954b-4a50-8e21-177d30a4c6a3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b74571d0-1b1f-46fb-9cc3-8c8b45785b17 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b74571d0-1b1f-46fb-9cc3-8c8b45785b17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b74571d0-1b1f-46fb-9cc3-8c8b45785b17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-b74571d0-1b1f-46fb-9cc3-8c8b45785b17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b74571d0-1b1f-46fb-9cc3-8c8b45785b17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b74571d0-1b1f-46fb-9cc3-8c8b45785b17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e36f09fb-a0a0-4d8a-8f54-4af24f97a175 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-cec068c7-8170-4307-be35-40edc1862421 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cec068c7-8170-4307-be35-40edc1862421 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cec068c7-8170-4307-be35-40edc1862421 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-cec068c7-8170-4307-be35-40edc1862421 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cec068c7-8170-4307-be35-40edc1862421 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-cec068c7-8170-4307-be35-40edc1862421 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c820b42d-a58a-451c-8746-5d2a548e2292 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-89c1727e-426a-41e5-9c2a-5082a794a33f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-89c1727e-426a-41e5-9c2a-5082a794a33f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-89c1727e-426a-41e5-9c2a-5082a794a33f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-89c1727e-426a-41e5-9c2a-5082a794a33f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-89c1727e-426a-41e5-9c2a-5082a794a33f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-89c1727e-426a-41e5-9c2a-5082a794a33f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4a2d3fcc-34ca-4bc7-b709-23e28a2bc980 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d0f241d5-65ba-41bd-9fa5-3fabf182d1d4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d0f241d5-65ba-41bd-9fa5-3fabf182d1d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d0f241d5-65ba-41bd-9fa5-3fabf182d1d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-d0f241d5-65ba-41bd-9fa5-3fabf182d1d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d0f241d5-65ba-41bd-9fa5-3fabf182d1d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d0f241d5-65ba-41bd-9fa5-3fabf182d1d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f40c7923-2caf-43d3-9d2b-eaa487072771 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-cc58998c-5eb6-400d-8f68-89a3818ba5d2 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-d8c42070-f5ea-4f81-b099-22c676ce9f27 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b0a9670a-c53f-4000-b4c1-2ddf5c256efa {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-156f824e-3196-413a-bf30-1ae8801901b7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e0aebaf1-d9ff-40b0-80d3-1bf432033833 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-786e969b-28b9-46cc-8b8b-f6f9c1d6ac0f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7fc9204c-3cb3-4d35-a380-a4e3f3749232 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1d184e1b-20c3-4e12-9c44-b7959f9d87f9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7c2dea51-bc12-4693-8922-a8348f10179d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fdd6d09c-aeb0-4516-850a-d1e9ad690a86 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-433262c6-fb30-436a-950f-f342dc99a8ac {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-c83cace9-e326-4055-b705-7032328729d5 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none;
}
#s-c83cace9-e326-4055-b705-7032328729d5:hover {background-color: rgba(151, 123, 45, 1) !important;
text-decoration: none !important;}#s-c83cace9-e326-4055-b705-7032328729d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c83cace9-e326-4055-b705-7032328729d5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

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

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  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 {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-b9e85aad-d085-43ac-82ac-f264bacfa503 {
  padding-top: 0px;
padding-bottom: 0px;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-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 {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: -webkit-box;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  -webkit-box-align: start;
          align-items: flex-start;
}

.shogun-image-content-center {
  -webkit-box-align: center;
          align-items: center;
}

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-f34474c6-6fe5-4a66-a932-ed02badd3de1 {
  text-align: center;
}




  #s-f34474c6-6fe5-4a66-a932-ed02badd3de1 img.shogun-image {
    
    width: px;
  }


#s-f34474c6-6fe5-4a66-a932-ed02badd3de1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7b183322-268a-413a-84a7-0a1cc9964c22 {
  text-align: center;
}




  #s-7b183322-268a-413a-84a7-0a1cc9964c22 img.shogun-image {
    
    width: px;
  }


#s-7b183322-268a-413a-84a7-0a1cc9964c22 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f72f83a8-13f1-4eb1-9cd9-ae1ea26f6908 {
  text-align: center;
}




  #s-f72f83a8-13f1-4eb1-9cd9-ae1ea26f6908 img.shogun-image {
    
    width: px;
  }


#s-f72f83a8-13f1-4eb1-9cd9-ae1ea26f6908 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b2f136e2-4464-4fa7-a62f-632607e059aa {
  text-align: center;
}




  #s-b2f136e2-4464-4fa7-a62f-632607e059aa img.shogun-image {
    
    width: px;
  }


#s-b2f136e2-4464-4fa7-a62f-632607e059aa .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-371ce1ae-b335-4443-a7b5-10632a05d117 {
  text-align: center;
}




  #s-371ce1ae-b335-4443-a7b5-10632a05d117 img.shogun-image {
    
    width: px;
  }


#s-371ce1ae-b335-4443-a7b5-10632a05d117 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d189a2a7-4ebe-4cb1-8fbd-2f4ff839f4a1 {
  text-align: center;
}




  #s-d189a2a7-4ebe-4cb1-8fbd-2f4ff839f4a1 img.shogun-image {
    
    width: px;
  }


#s-d189a2a7-4ebe-4cb1-8fbd-2f4ff839f4a1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7749fd98-004d-4510-b8f3-089738119f30 {
  text-align: center;
}




  #s-7749fd98-004d-4510-b8f3-089738119f30 img.shogun-image {
    
    width: px;
  }


#s-7749fd98-004d-4510-b8f3-089738119f30 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0a951844-9a27-4056-a1bf-9c41c292fc5b {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
}

#s-be3414a5-c27e-49f2-b064-9e4b9b29d36f {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c {
  text-align: left;
}


.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c {
  max-width: 100%;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c .shg-image-zoom,
.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c {
  max-width: 100%;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c .shg-image-zoom,
.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c {
  max-width: 100%;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c .shg-image-zoom,
.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c {
  max-width: 100%;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c .shg-image-zoom,
.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c {
  max-width: 100%;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c .shg-image-zoom,
.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d06c061-ddd8-48ff-8582-196bb83c0c3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-7e38371a-268b-4168-a102-47192cc5bbc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e38371a-268b-4168-a102-47192cc5bbc2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-ead22340-aab7-425c-be26-2a540f80deff {
  text-align: left;
}

#s-ead22340-aab7-425c-be26-2a540f80deff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ead22340-aab7-425c-be26-2a540f80deff .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ead22340-aab7-425c-be26-2a540f80deff .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b5a6d0da-11c6-40a6-908b-5e4905f36932 {
  display: none;
}
#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf {
  text-align: left;
}


.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf {
  max-width: 100%;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf .shg-image-zoom,
.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf {
  max-width: 100%;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf .shg-image-zoom,
.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf {
  max-width: 100%;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf .shg-image-zoom,
.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf {
  max-width: 100%;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf .shg-image-zoom,
.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf {
  max-width: 100%;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf .shg-image-zoom,
.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0347288-3c2d-4ccd-a556-bf1715e2bbcf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-45824773-f054-4b3b-b2cb-92a208dbd5e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-45824773-f054-4b3b-b2cb-92a208dbd5e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-ca15e2c9-cec7-46a4-bd6c-79a15d41ff34 {
  text-align: left;
}

#s-ca15e2c9-cec7-46a4-bd6c-79a15d41ff34 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ca15e2c9-cec7-46a4-bd6c-79a15d41ff34 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ca15e2c9-cec7-46a4-bd6c-79a15d41ff34 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-931d904e-bb0f-4df3-99b3-5908becc4ad2 {
  display: none;
}
#s-447bb319-b498-4e43-8b00-4290ded81b8d {
  text-align: left;
}


.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d {
  max-width: 100%;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d .shg-image-zoom,
.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d {
  max-width: 100%;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d .shg-image-zoom,
.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d {
  max-width: 100%;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d .shg-image-zoom,
.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d {
  max-width: 100%;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d .shg-image-zoom,
.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d {
  max-width: 100%;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d .shg-image-zoom,
.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-447bb319-b498-4e43-8b00-4290ded81b8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0fec1d29-6689-4d3d-ba64-1786f7ebd79c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0fec1d29-6689-4d3d-ba64-1786f7ebd79c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-fc49dd14-345b-4a00-afb5-12507e31f711 {
  text-align: left;
}

#s-fc49dd14-345b-4a00-afb5-12507e31f711 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fc49dd14-345b-4a00-afb5-12507e31f711 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fc49dd14-345b-4a00-afb5-12507e31f711 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-aaf39b1c-9ec2-4fff-94f9-26641a526500 {
  display: none;
}
#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 {
  text-align: left;
}


.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 {
  max-width: 100%;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 .shg-image-zoom,
.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 {
  max-width: 100%;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 .shg-image-zoom,
.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 {
  max-width: 100%;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 .shg-image-zoom,
.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 {
  max-width: 100%;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 .shg-image-zoom,
.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 {
  max-width: 100%;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 .shg-image-zoom,
.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b9161e-c714-40e2-a3a5-91e8b3d53834 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-38ca6e2d-0a79-47b0-b9d8-8cdeee0b2d37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-38ca6e2d-0a79-47b0-b9d8-8cdeee0b2d37 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-56a781d1-38c3-4423-adb9-f62b0a9e9f9c {
  text-align: left;
}

#s-56a781d1-38c3-4423-adb9-f62b0a9e9f9c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-56a781d1-38c3-4423-adb9-f62b0a9e9f9c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-56a781d1-38c3-4423-adb9-f62b0a9e9f9c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a1e04c28-4adf-4901-b263-66066ed1482d {
  display: none;
}
#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d {
  text-align: left;
}


.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d {
  max-width: 100%;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d .shg-image-zoom,
.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d {
  max-width: 100%;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d .shg-image-zoom,
.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d {
  max-width: 100%;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d .shg-image-zoom,
.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d {
  max-width: 100%;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d .shg-image-zoom,
.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d {
  max-width: 100%;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d .shg-image-zoom,
.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98097146-deb5-4e4e-b3a7-c55b2ca38d2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c989a2d2-df46-464b-9c0a-20a0b5aea07a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c989a2d2-df46-464b-9c0a-20a0b5aea07a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-5111c65a-9f61-42d1-9f2b-c6f6ab2943bd {
  text-align: left;
}

#s-5111c65a-9f61-42d1-9f2b-c6f6ab2943bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5111c65a-9f61-42d1-9f2b-c6f6ab2943bd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5111c65a-9f61-42d1-9f2b-c6f6ab2943bd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  -webkit-box-align: normal;
          align-items: normal;
  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: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-969fb186-6e3c-4d79-8455-bf806b278a2e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-969fb186-6e3c-4d79-8455-bf806b278a2e:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-969fb186-6e3c-4d79-8455-bf806b278a2e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-969fb186-6e3c-4d79-8455-bf806b278a2e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-969fb186-6e3c-4d79-8455-bf806b278a2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-969fb186-6e3c-4d79-8455-bf806b278a2e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-969fb186-6e3c-4d79-8455-bf806b278a2e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-674bd9d4-861c-4f3b-a164-76d52f4d25d5 {
  display: none;
}
#s-d883fcfc-4cba-4060-bedf-c1a381410e7e {
  text-align: left;
}


.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e {
  max-width: 100%;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e .shg-image-zoom,
.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e {
  max-width: 100%;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e .shg-image-zoom,
.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e {
  max-width: 100%;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e .shg-image-zoom,
.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e {
  max-width: 100%;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e .shg-image-zoom,
.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e {
  max-width: 100%;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e .shg-image-zoom,
.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d883fcfc-4cba-4060-bedf-c1a381410e7e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d20d7584-e688-4fe4-9b77-c086ce332112 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d20d7584-e688-4fe4-9b77-c086ce332112 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8b68b03f-af67-4b89-b0d2-8fa2caa4839b {
  text-align: left;
}

#s-8b68b03f-af67-4b89-b0d2-8fa2caa4839b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8b68b03f-af67-4b89-b0d2-8fa2caa4839b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8b68b03f-af67-4b89-b0d2-8fa2caa4839b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7b2138a0-08f0-4d34-992e-9fce710bd5e9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-7b2138a0-08f0-4d34-992e-9fce710bd5e9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-7b2138a0-08f0-4d34-992e-9fce710bd5e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7b2138a0-08f0-4d34-992e-9fce710bd5e9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-7b2138a0-08f0-4d34-992e-9fce710bd5e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b2138a0-08f0-4d34-992e-9fce710bd5e9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7b2138a0-08f0-4d34-992e-9fce710bd5e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2d6cee7f-5110-4cbc-a861-bb771d425835 {
  display: none;
}
#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 {
  text-align: left;
}


.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 {
  max-width: 100%;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 .shg-image-zoom,
.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 {
  max-width: 100%;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 .shg-image-zoom,
.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 {
  max-width: 100%;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 .shg-image-zoom,
.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 {
  max-width: 100%;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 .shg-image-zoom,
.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 {
  max-width: 100%;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 .shg-image-zoom,
.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54eb8914-fbef-437c-bfce-6b825b1f4b02 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3098adb4-1ca8-4f46-ae5e-60dfbb8a08e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3098adb4-1ca8-4f46-ae5e-60dfbb8a08e7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-85246a17-5bf4-413f-a4a4-fe572fcd6e45 {
  text-align: left;
}

#s-85246a17-5bf4-413f-a4a4-fe572fcd6e45 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-85246a17-5bf4-413f-a4a4-fe572fcd6e45 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-85246a17-5bf4-413f-a4a4-fe572fcd6e45 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4928ecc6-3240-4ee3-8375-303b9e6c08fc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-4928ecc6-3240-4ee3-8375-303b9e6c08fc:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-4928ecc6-3240-4ee3-8375-303b9e6c08fc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4928ecc6-3240-4ee3-8375-303b9e6c08fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-4928ecc6-3240-4ee3-8375-303b9e6c08fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4928ecc6-3240-4ee3-8375-303b9e6c08fc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-4928ecc6-3240-4ee3-8375-303b9e6c08fc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-89aa1f09-ba04-4b9f-8c91-ba546aa9c691 {
  display: none;
}
#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 {
  text-align: left;
}


.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 {
  max-width: 100%;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 .shg-image-zoom,
.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 {
  max-width: 100%;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 .shg-image-zoom,
.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 {
  max-width: 100%;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 .shg-image-zoom,
.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 {
  max-width: 100%;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 .shg-image-zoom,
.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 {
  max-width: 100%;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 .shg-image-zoom,
.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f142827e-0ad5-4e06-8a4e-eaac00862b56 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-424d4bf2-6bcb-4690-8f41-8b5ffa0e48cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-424d4bf2-6bcb-4690-8f41-8b5ffa0e48cb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b6c03501-2167-429d-9d06-e136a2b8faca {
  text-align: left;
}

#s-b6c03501-2167-429d-9d06-e136a2b8faca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b6c03501-2167-429d-9d06-e136a2b8faca .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b6c03501-2167-429d-9d06-e136a2b8faca .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-af9d26ba-7ac4-4ed2-b6a4-b76936c71296 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-af9d26ba-7ac4-4ed2-b6a4-b76936c71296:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-af9d26ba-7ac4-4ed2-b6a4-b76936c71296:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af9d26ba-7ac4-4ed2-b6a4-b76936c71296 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-af9d26ba-7ac4-4ed2-b6a4-b76936c71296.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af9d26ba-7ac4-4ed2-b6a4-b76936c71296.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-af9d26ba-7ac4-4ed2-b6a4-b76936c71296.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4da115aa-04d0-4534-9232-f60dc2e6e21e {
  display: none;
}
#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c {
  text-align: left;
}


.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c {
  max-width: 100%;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c .shg-image-zoom,
.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c {
  max-width: 100%;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c .shg-image-zoom,
.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c {
  max-width: 100%;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c .shg-image-zoom,
.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c {
  max-width: 100%;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c .shg-image-zoom,
.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c {
  max-width: 100%;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c .shg-image-zoom,
.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d63d1d0a-a304-49bc-bce0-9af87c9fa48c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-98a8453b-c6b8-4dce-afdb-ac96346d063e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98a8453b-c6b8-4dce-afdb-ac96346d063e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1141a3df-6272-41b7-ae0e-fbb513bd37a7 {
  text-align: left;
}

#s-1141a3df-6272-41b7-ae0e-fbb513bd37a7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1141a3df-6272-41b7-ae0e-fbb513bd37a7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1141a3df-6272-41b7-ae0e-fbb513bd37a7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f92978aa-5d39-443e-9808-226d8a4df6cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-f92978aa-5d39-443e-9808-226d8a4df6cd:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-f92978aa-5d39-443e-9808-226d8a4df6cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f92978aa-5d39-443e-9808-226d8a4df6cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-f92978aa-5d39-443e-9808-226d8a4df6cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f92978aa-5d39-443e-9808-226d8a4df6cd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f92978aa-5d39-443e-9808-226d8a4df6cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-98d31f1f-0241-487b-96d0-0f8ef82be03b {
  display: none;
}
#s-56ceddce-5f49-4535-a490-bfc58161589e {
  text-align: left;
}


.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e {
  max-width: 100%;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e .shg-image-zoom,
.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e {
  max-width: 100%;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e .shg-image-zoom,
.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e {
  max-width: 100%;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e .shg-image-zoom,
.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e {
  max-width: 100%;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e .shg-image-zoom,
.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e {
  max-width: 100%;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e .shg-image-zoom,
.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56ceddce-5f49-4535-a490-bfc58161589e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-71ab6d9c-f349-44ca-bce5-40e75f64e049 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71ab6d9c-f349-44ca-bce5-40e75f64e049 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3ca9eac5-ca6e-4613-8246-024d8bf085c7 {
  text-align: left;
}

#s-3ca9eac5-ca6e-4613-8246-024d8bf085c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3ca9eac5-ca6e-4613-8246-024d8bf085c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3ca9eac5-ca6e-4613-8246-024d8bf085c7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-387d2734-1a24-404e-94be-328ae7e81c7d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-387d2734-1a24-404e-94be-328ae7e81c7d:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-387d2734-1a24-404e-94be-328ae7e81c7d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-387d2734-1a24-404e-94be-328ae7e81c7d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-387d2734-1a24-404e-94be-328ae7e81c7d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-387d2734-1a24-404e-94be-328ae7e81c7d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-387d2734-1a24-404e-94be-328ae7e81c7d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

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

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

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

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

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

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

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

#s-dc4bd566-6178-40d3-842c-7d4154797a3f {
  min-height: 50px;
background-color: rgba(248, 243, 237, 1);
}








#s-dc4bd566-6178-40d3-842c-7d4154797a3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc4bd566-6178-40d3-842c-7d4154797a3f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-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-eaeed7f5-73fc-46dc-85f1-19fce5e54d58 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(248, 243, 237, 1);
}

@media (min-width: 0px) {
[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eaeed7f5-73fc-46dc-85f1-19fce5e54d58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b3a424c2-b0ce-4eea-9899-a51bf161c645 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b3a424c2-b0ce-4eea-9899-a51bf161c645"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f989ffac-9779-44ba-b415-59ec0898ccee .shogun-icon-wrapper {
  text-align: center;
}


#s-f989ffac-9779-44ba-b415-59ec0898ccee .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-bdeb73b3-e536-43dc-804e-cf5890a4bad3 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-9aa69b1c-6133-4ddb-8c62-e7539a5ff9ee {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none;
}
#s-9aa69b1c-6133-4ddb-8c62-e7539a5ff9ee:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-9aa69b1c-6133-4ddb-8c62-e7539a5ff9ee:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-9aa69b1c-6133-4ddb-8c62-e7539a5ff9ee.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d186b147-82fd-4ff8-8517-280aadb2f2b9 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d186b147-82fd-4ff8-8517-280aadb2f2b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-97ae20bf-9401-4e04-92bd-e17777573266 .shogun-icon-wrapper {
  text-align: center;
}


#s-97ae20bf-9401-4e04-92bd-e17777573266 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-28e0d93a-c0dc-4967-a96e-6ef761eeb2ca {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-e7f66c81-1adc-404f-80ec-ce585611f452 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none;
}
#s-e7f66c81-1adc-404f-80ec-ce585611f452:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-e7f66c81-1adc-404f-80ec-ce585611f452:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-e7f66c81-1adc-404f-80ec-ce585611f452.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d469618c-b928-4cd6-836c-7747949ba59a {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d469618c-b928-4cd6-836c-7747949ba59a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b9a44fe5-9b58-4492-b159-977fe28a8668 .shogun-icon-wrapper {
  text-align: center;
}


#s-b9a44fe5-9b58-4492-b159-977fe28a8668 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-6f78df3d-e35d-413f-a102-612ec6634718 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-b35e5602-1a99-4752-b570-ef7f5f8940a1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none;
}
#s-b35e5602-1a99-4752-b570-ef7f5f8940a1:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-b35e5602-1a99-4752-b570-ef7f5f8940a1:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-b35e5602-1a99-4752-b570-ef7f5f8940a1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d4f763b4-3b6e-4874-8979-33c8c012f617 {
  min-height: 50px;
background-color: rgba(175, 143, 52, 1);
}








#s-d4f763b4-3b6e-4874-8979-33c8c012f617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4f763b4-3b6e-4874-8979-33c8c012f617.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-498da493-8aa1-4adc-af13-9d7ec0006ea9 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-498da493-8aa1-4adc-af13-9d7ec0006ea9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b4207f40-4c5a-41a2-9a2c-4def39275dbe {
  text-align: left;
}




  #s-b4207f40-4c5a-41a2-9a2c-4def39275dbe img.shogun-image {
    
    width: px;
  }


#s-b4207f40-4c5a-41a2-9a2c-4def39275dbe .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-07391542-eead-4c2e-b9a1-7e239adf22b3 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-07391542-eead-4c2e-b9a1-7e239adf22b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: -webkit-box;
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-bb111470-f153-41a6-a667-e985a8ee6b37 {
  text-align: center;
}

#s-d3bd43a4-ca1a-43a2-a5c0-d5dd70a8f6a8 {
  padding-top: 0px;
}

#s-dda8db10-36a6-45ff-b9fb-394118608c31 {
  padding-top: 15px;
}

#s-f5d57bcd-0676-4807-b8a9-d5cedac7a361 {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px;
}

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

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

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
