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

#s-2603ed16-fca9-45d5-9531-adca4cbe5bd5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  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 */
  transform: translateZ(1000px);
}

#s-c78e1605-3b4d-4e7c-ab76-6a9c441c0f0b .shogun-tabs {
  justify-content: flex-start;
}


  #s-c78e1605-3b4d-4e7c-ab76-6a9c441c0f0b .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-c78e1605-3b4d-4e7c-ab76-6a9c441c0f0b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-c78e1605-3b4d-4e7c-ab76-6a9c441c0f0b .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-c78e1605-3b4d-4e7c-ab76-6a9c441c0f0b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-c78e1605-3b4d-4e7c-ab76-6a9c441c0f0b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-c78e1605-3b4d-4e7c-ab76-6a9c441c0f0b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-c78e1605-3b4d-4e7c-ab76-6a9c441c0f0b .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: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-80787dbf-0df2-4dc2-ab0c-06a11c916ac3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-80787dbf-0df2-4dc2-ab0c-06a11c916ac3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-80787dbf-0df2-4dc2-ab0c-06a11c916ac3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-80787dbf-0df2-4dc2-ab0c-06a11c916ac3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-80787dbf-0df2-4dc2-ab0c-06a11c916ac3 > .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-80787dbf-0df2-4dc2-ab0c-06a11c916ac3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-dcb32338-67d5-491f-9894-6c1c19c1e323 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-491284f1-f6a8-46b0-ad49-de45dd54fa9f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-bef26a0f-bd57-4015-96ba-4091e84c10ed > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bef26a0f-bd57-4015-96ba-4091e84c10ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-bef26a0f-bd57-4015-96ba-4091e84c10ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-bef26a0f-bd57-4015-96ba-4091e84c10ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bef26a0f-bd57-4015-96ba-4091e84c10ed > .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-bef26a0f-bd57-4015-96ba-4091e84c10ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a65c538a-c5c3-4a7e-96e7-f07e3b2916b8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-48d8492d-c5d5-4cb9-81d7-95c359ea8f2e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-48d8492d-c5d5-4cb9-81d7-95c359ea8f2e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-48d8492d-c5d5-4cb9-81d7-95c359ea8f2e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-48d8492d-c5d5-4cb9-81d7-95c359ea8f2e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-48d8492d-c5d5-4cb9-81d7-95c359ea8f2e > .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-48d8492d-c5d5-4cb9-81d7-95c359ea8f2e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-89e4826f-13e6-4baa-bfbf-21ffc51f4ad9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d98ab1d1-5cc0-4786-b3c9-d9642b8bb7f5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f6ba56f0-accd-40e5-8bda-3c1320305bfc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-94ca414f-0e11-4942-b2be-c5b946c2e918 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0a059c16-cc93-4682-b441-63e098068644 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0a059c16-cc93-4682-b441-63e098068644 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0a059c16-cc93-4682-b441-63e098068644 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-0a059c16-cc93-4682-b441-63e098068644 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0a059c16-cc93-4682-b441-63e098068644 > .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-0a059c16-cc93-4682-b441-63e098068644 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-210755cb-98e8-45b2-9627-422cc0649700 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5577eaa0-c8e2-4ca6-b87e-9bfb5197d1d6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5577eaa0-c8e2-4ca6-b87e-9bfb5197d1d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5577eaa0-c8e2-4ca6-b87e-9bfb5197d1d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-5577eaa0-c8e2-4ca6-b87e-9bfb5197d1d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5577eaa0-c8e2-4ca6-b87e-9bfb5197d1d6 > .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-5577eaa0-c8e2-4ca6-b87e-9bfb5197d1d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7015303b-6388-4e2d-98bb-e2b60d28e6a5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ca695e01-5943-42a1-a098-15e8abb136ff > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ca695e01-5943-42a1-a098-15e8abb136ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ca695e01-5943-42a1-a098-15e8abb136ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-ca695e01-5943-42a1-a098-15e8abb136ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ca695e01-5943-42a1-a098-15e8abb136ff > .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-ca695e01-5943-42a1-a098-15e8abb136ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0e6a3327-cb0b-4375-9548-8faea39becf6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b288f545-1313-4ae0-a4fd-aee558718f61 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b288f545-1313-4ae0-a4fd-aee558718f61 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b288f545-1313-4ae0-a4fd-aee558718f61 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-b288f545-1313-4ae0-a4fd-aee558718f61 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b288f545-1313-4ae0-a4fd-aee558718f61 > .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-b288f545-1313-4ae0-a4fd-aee558718f61 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1dacbbd3-6955-43b1-abd2-44ae2fc39408 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a7cb295c-5586-4b1f-a054-2da3f84477e9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a7cb295c-5586-4b1f-a054-2da3f84477e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a7cb295c-5586-4b1f-a054-2da3f84477e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-a7cb295c-5586-4b1f-a054-2da3f84477e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a7cb295c-5586-4b1f-a054-2da3f84477e9 > .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-a7cb295c-5586-4b1f-a054-2da3f84477e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7f66e08f-31a6-4f45-aab6-18225555302e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2b540f66-005f-4ed1-b7b2-3ae812f0953a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2b540f66-005f-4ed1-b7b2-3ae812f0953a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2b540f66-005f-4ed1-b7b2-3ae812f0953a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-2b540f66-005f-4ed1-b7b2-3ae812f0953a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2b540f66-005f-4ed1-b7b2-3ae812f0953a > .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-2b540f66-005f-4ed1-b7b2-3ae812f0953a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f28bec20-011a-407c-bdd5-692060e259d9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0e224c87-7876-484d-813f-4df068e44749 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0e224c87-7876-484d-813f-4df068e44749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0e224c87-7876-484d-813f-4df068e44749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-0e224c87-7876-484d-813f-4df068e44749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0e224c87-7876-484d-813f-4df068e44749 > .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-0e224c87-7876-484d-813f-4df068e44749 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f7e7395a-4f4e-4d27-9cca-0d9a6d09523c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-cd1147d9-067c-40e8-a00e-a72c79c33847 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cd1147d9-067c-40e8-a00e-a72c79c33847 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cd1147d9-067c-40e8-a00e-a72c79c33847 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-cd1147d9-067c-40e8-a00e-a72c79c33847 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cd1147d9-067c-40e8-a00e-a72c79c33847 > .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-cd1147d9-067c-40e8-a00e-a72c79c33847 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3aee2062-8ba6-4895-8506-223c9e428841 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-00b965d5-07b5-4a29-b079-80047a20591e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-00b965d5-07b5-4a29-b079-80047a20591e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-00b965d5-07b5-4a29-b079-80047a20591e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-00b965d5-07b5-4a29-b079-80047a20591e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-00b965d5-07b5-4a29-b079-80047a20591e > .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-00b965d5-07b5-4a29-b079-80047a20591e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-95bd00bf-b141-45b1-8af6-9fe0cd1f3532 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-975d3191-7c50-4050-b80f-0f92510c4177 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-975d3191-7c50-4050-b80f-0f92510c4177 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-975d3191-7c50-4050-b80f-0f92510c4177 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-975d3191-7c50-4050-b80f-0f92510c4177 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-975d3191-7c50-4050-b80f-0f92510c4177 > .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-975d3191-7c50-4050-b80f-0f92510c4177 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-37e09e8f-bd6f-405e-b85c-5777689c31b5 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-04d56fca-0170-40ea-ace6-557bc5ecb1e5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-04d56fca-0170-40ea-ace6-557bc5ecb1e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-04d56fca-0170-40ea-ace6-557bc5ecb1e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-04d56fca-0170-40ea-ace6-557bc5ecb1e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-04d56fca-0170-40ea-ace6-557bc5ecb1e5 > .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-04d56fca-0170-40ea-ace6-557bc5ecb1e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-92f9fbee-86a4-45a2-8d21-29a2fd847cc5 {
  padding-top: 10px;
padding-left: 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-76fc4667-8195-45e9-995e-a27a3ca155c0 {
  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-76fc4667-8195-45e9-995e-a27a3ca155c0:hover {background-color: rgba(151, 123, 45, 1) !important;
text-decoration: none !important;}#s-76fc4667-8195-45e9-995e-a27a3ca155c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-76fc4667-8195-45e9-995e-a27a3ca155c0.shg-btn {
  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-fcd6a433-f815-4740-90bf-fa9adcf55e72 {
  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: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-5dc10eea-2881-478e-a292-df1de93d5102 {
  text-align: center;
}




  #s-5dc10eea-2881-478e-a292-df1de93d5102 img.shogun-image {
    
    width: px;
  }


#s-5dc10eea-2881-478e-a292-df1de93d5102 .shogun-image-content {
  
    align-items: center;
  
}

#s-994a86de-657c-461f-89d5-7dc5aec7c091 {
  text-align: center;
}




  #s-994a86de-657c-461f-89d5-7dc5aec7c091 img.shogun-image {
    
    width: px;
  }


#s-994a86de-657c-461f-89d5-7dc5aec7c091 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bfbbce3-22ac-4403-ae4f-f3ffb192ee9f {
  text-align: center;
}




  #s-2bfbbce3-22ac-4403-ae4f-f3ffb192ee9f img.shogun-image {
    
    width: px;
  }


#s-2bfbbce3-22ac-4403-ae4f-f3ffb192ee9f .shogun-image-content {
  
    align-items: center;
  
}

#s-bafaa57b-2d50-4ecd-b19a-057181495012 {
  text-align: center;
}




  #s-bafaa57b-2d50-4ecd-b19a-057181495012 img.shogun-image {
    
    width: px;
  }


#s-bafaa57b-2d50-4ecd-b19a-057181495012 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cfb3703-011c-465b-b5fb-c5fce800fe82 {
  text-align: center;
}




  #s-8cfb3703-011c-465b-b5fb-c5fce800fe82 img.shogun-image {
    
    width: px;
  }


#s-8cfb3703-011c-465b-b5fb-c5fce800fe82 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdabb7a3-21c1-4d73-a6ab-1bfb05fd1220 {
  text-align: center;
}




  #s-fdabb7a3-21c1-4d73-a6ab-1bfb05fd1220 img.shogun-image {
    
    width: px;
  }


#s-fdabb7a3-21c1-4d73-a6ab-1bfb05fd1220 .shogun-image-content {
  
    align-items: center;
  
}

#s-c52f8ee3-3055-4ebc-8145-d41a27721908 {
  text-align: center;
}




  #s-c52f8ee3-3055-4ebc-8145-d41a27721908 img.shogun-image {
    
    width: px;
  }


#s-c52f8ee3-3055-4ebc-8145-d41a27721908 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c35ba2c3-e223-4c78-9bfc-8e9d4ec1f9e8 {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
}

#s-6cadaf79-d793-48ac-8668-f7d4142ba092 {
  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;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

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

#s-4ed929a0-f743-4a22-8498-8e1654f6f440 {
  text-align: left;
}


.shg-c#s-4ed929a0-f743-4a22-8498-8e1654f6f440 {
  max-width: 100%;
}

.shg-c#s-4ed929a0-f743-4a22-8498-8e1654f6f440 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed929a0-f743-4a22-8498-8e1654f6f440 .shg-image-zoom,
.shg-c#s-4ed929a0-f743-4a22-8498-8e1654f6f440 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



.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-3080dce6-d676-49af-8f4f-91b54fc4a388 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3080dce6-d676-49af-8f4f-91b54fc4a388 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-e70b9d73-cd59-46a0-af10-fec372801bc9 {
  text-align: left;
}

#s-e70b9d73-cd59-46a0-af10-fec372801bc9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e70b9d73-cd59-46a0-af10-fec372801bc9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e70b9d73-cd59-46a0-af10-fec372801bc9 .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-7db303ee-cfcd-4373-91db-447ff82baec5 {
  display: none;
}
#s-1d515b3b-020e-47ad-8a2c-004fccefb49f {
  text-align: left;
}


.shg-c#s-1d515b3b-020e-47ad-8a2c-004fccefb49f {
  max-width: 100%;
}

.shg-c#s-1d515b3b-020e-47ad-8a2c-004fccefb49f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d515b3b-020e-47ad-8a2c-004fccefb49f .shg-image-zoom,
.shg-c#s-1d515b3b-020e-47ad-8a2c-004fccefb49f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-7104ea7b-49d0-4cb8-bb30-b098afb6905c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7104ea7b-49d0-4cb8-bb30-b098afb6905c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-9f632cbc-ef15-4256-9c07-1d425f36a934 {
  text-align: left;
}

#s-9f632cbc-ef15-4256-9c07-1d425f36a934 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9f632cbc-ef15-4256-9c07-1d425f36a934 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9f632cbc-ef15-4256-9c07-1d425f36a934 .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-9441a43f-eb45-4693-aeae-c42834638165 {
  display: none;
}
#s-e974c545-53be-4aa3-bc6b-9791a12267be {
  text-align: left;
}


.shg-c#s-e974c545-53be-4aa3-bc6b-9791a12267be {
  max-width: 100%;
}

.shg-c#s-e974c545-53be-4aa3-bc6b-9791a12267be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e974c545-53be-4aa3-bc6b-9791a12267be .shg-image-zoom,
.shg-c#s-e974c545-53be-4aa3-bc6b-9791a12267be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-2798b24d-f8a0-4a6b-aa60-b70b1f839d89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2798b24d-f8a0-4a6b-aa60-b70b1f839d89 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-420c1009-9daf-4308-a004-428fdd48ed0c {
  text-align: left;
}

#s-420c1009-9daf-4308-a004-428fdd48ed0c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-420c1009-9daf-4308-a004-428fdd48ed0c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-420c1009-9daf-4308-a004-428fdd48ed0c .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-a3894507-a921-488f-b08f-ffe99f92b32c {
  display: none;
}
#s-dce54a4a-c902-44c0-bc51-6a4089c8d2ef {
  text-align: left;
}


.shg-c#s-dce54a4a-c902-44c0-bc51-6a4089c8d2ef {
  max-width: 100%;
}

.shg-c#s-dce54a4a-c902-44c0-bc51-6a4089c8d2ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce54a4a-c902-44c0-bc51-6a4089c8d2ef .shg-image-zoom,
.shg-c#s-dce54a4a-c902-44c0-bc51-6a4089c8d2ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-caa06a81-c207-4669-ae41-764a23efc86b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-caa06a81-c207-4669-ae41-764a23efc86b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
}

#s-2a508cd6-4ae8-4146-acc6-27f5a915472b {
  text-align: left;
}

#s-2a508cd6-4ae8-4146-acc6-27f5a915472b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2a508cd6-4ae8-4146-acc6-27f5a915472b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a508cd6-4ae8-4146-acc6-27f5a915472b .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-1b903dbd-cb28-4ab6-aead-22e24c14511f {
  display: none;
}
#s-1321873e-c5a0-42fa-8743-fe8c8e4ca48f {
  text-align: left;
}


.shg-c#s-1321873e-c5a0-42fa-8743-fe8c8e4ca48f {
  max-width: 100%;
}

.shg-c#s-1321873e-c5a0-42fa-8743-fe8c8e4ca48f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1321873e-c5a0-42fa-8743-fe8c8e4ca48f .shg-image-zoom,
.shg-c#s-1321873e-c5a0-42fa-8743-fe8c8e4ca48f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-238c1751-392c-43bf-84a8-4379fb489071 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-238c1751-392c-43bf-84a8-4379fb489071 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-cc1b3c9c-c0fd-4399-8756-5c62e9c4e86e {
  text-align: left;
}

#s-cc1b3c9c-c0fd-4399-8756-5c62e9c4e86e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-cc1b3c9c-c0fd-4399-8756-5c62e9c4e86e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cc1b3c9c-c0fd-4399-8756-5c62e9c4e86e .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;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

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

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

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

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

#s-874fa0c7-49af-4a6a-a3a6-b6308fbe1c46 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-874fa0c7-49af-4a6a-a3a6-b6308fbe1c46:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-874fa0c7-49af-4a6a-a3a6-b6308fbe1c46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-874fa0c7-49af-4a6a-a3a6-b6308fbe1c46 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-874fa0c7-49af-4a6a-a3a6-b6308fbe1c46.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-874fa0c7-49af-4a6a-a3a6-b6308fbe1c46.shg-btn {
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-874fa0c7-49af-4a6a-a3a6-b6308fbe1c46.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-982aa634-653f-432f-a48e-cac4ca9cc9df {
  display: none;
}
#s-369d9cf3-c036-4a33-b183-caad17b3b60d {
  text-align: left;
}


.shg-c#s-369d9cf3-c036-4a33-b183-caad17b3b60d {
  max-width: 100%;
}

.shg-c#s-369d9cf3-c036-4a33-b183-caad17b3b60d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-369d9cf3-c036-4a33-b183-caad17b3b60d .shg-image-zoom,
.shg-c#s-369d9cf3-c036-4a33-b183-caad17b3b60d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-14a20e0a-f206-4a1e-b1bb-21475403f0db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14a20e0a-f206-4a1e-b1bb-21475403f0db .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-da97bf21-46ba-46d7-a09f-82b90a6bf9f2 {
  text-align: left;
}

#s-da97bf21-46ba-46d7-a09f-82b90a6bf9f2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-da97bf21-46ba-46d7-a09f-82b90a6bf9f2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-da97bf21-46ba-46d7-a09f-82b90a6bf9f2 .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-ea3b1d4e-a86f-47fb-9166-12e881dc47d6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-ea3b1d4e-a86f-47fb-9166-12e881dc47d6:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ea3b1d4e-a86f-47fb-9166-12e881dc47d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ea3b1d4e-a86f-47fb-9166-12e881dc47d6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea3b1d4e-a86f-47fb-9166-12e881dc47d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea3b1d4e-a86f-47fb-9166-12e881dc47d6.shg-btn {
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ea3b1d4e-a86f-47fb-9166-12e881dc47d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7a9b0c15-790a-4647-9702-bfab97db917b {
  display: none;
}
#s-e77905b7-1943-4a0c-8318-0126faff6068 {
  text-align: left;
}


.shg-c#s-e77905b7-1943-4a0c-8318-0126faff6068 {
  max-width: 100%;
}

.shg-c#s-e77905b7-1943-4a0c-8318-0126faff6068 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e77905b7-1943-4a0c-8318-0126faff6068 .shg-image-zoom,
.shg-c#s-e77905b7-1943-4a0c-8318-0126faff6068 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-ed89645d-e224-4ce1-918d-44977f577b29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed89645d-e224-4ce1-918d-44977f577b29 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-2c253def-b28a-4d12-8a65-906ecd0ba9a3 {
  text-align: left;
}

#s-2c253def-b28a-4d12-8a65-906ecd0ba9a3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2c253def-b28a-4d12-8a65-906ecd0ba9a3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2c253def-b28a-4d12-8a65-906ecd0ba9a3 .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-3593eeeb-dc5d-4f54-92ce-92410e520ce4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-3593eeeb-dc5d-4f54-92ce-92410e520ce4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-3593eeeb-dc5d-4f54-92ce-92410e520ce4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3593eeeb-dc5d-4f54-92ce-92410e520ce4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3593eeeb-dc5d-4f54-92ce-92410e520ce4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3593eeeb-dc5d-4f54-92ce-92410e520ce4.shg-btn {
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3593eeeb-dc5d-4f54-92ce-92410e520ce4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ec6d0332-8298-4ecc-a437-8259a28d2eea {
  display: none;
}
#s-d204c00b-67dc-4875-9460-e0a42a95628a {
  text-align: left;
}


.shg-c#s-d204c00b-67dc-4875-9460-e0a42a95628a {
  max-width: 100%;
}

.shg-c#s-d204c00b-67dc-4875-9460-e0a42a95628a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d204c00b-67dc-4875-9460-e0a42a95628a .shg-image-zoom,
.shg-c#s-d204c00b-67dc-4875-9460-e0a42a95628a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-3ad29739-5db4-4eec-ac1b-37bb60dd1974 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ad29739-5db4-4eec-ac1b-37bb60dd1974 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-c3b950a9-f2c5-4fae-8d1c-6cfbe1e21e43 {
  text-align: left;
}

#s-c3b950a9-f2c5-4fae-8d1c-6cfbe1e21e43 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c3b950a9-f2c5-4fae-8d1c-6cfbe1e21e43 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c3b950a9-f2c5-4fae-8d1c-6cfbe1e21e43 .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-1ff13c46-79a0-4b4f-81a9-9b07cbd31ca8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-1ff13c46-79a0-4b4f-81a9-9b07cbd31ca8:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1ff13c46-79a0-4b4f-81a9-9b07cbd31ca8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ff13c46-79a0-4b4f-81a9-9b07cbd31ca8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ff13c46-79a0-4b4f-81a9-9b07cbd31ca8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ff13c46-79a0-4b4f-81a9-9b07cbd31ca8.shg-btn {
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1ff13c46-79a0-4b4f-81a9-9b07cbd31ca8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6da684df-27d9-4997-83bc-e590e7a1780f {
  display: none;
}
#s-a105e494-5c41-4ba5-addc-441d0b7a163b {
  text-align: left;
}


.shg-c#s-a105e494-5c41-4ba5-addc-441d0b7a163b {
  max-width: 100%;
}

.shg-c#s-a105e494-5c41-4ba5-addc-441d0b7a163b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a105e494-5c41-4ba5-addc-441d0b7a163b .shg-image-zoom,
.shg-c#s-a105e494-5c41-4ba5-addc-441d0b7a163b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-72288ce1-3d33-4056-9385-fe7f175d1c22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72288ce1-3d33-4056-9385-fe7f175d1c22 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-34146ae7-2f54-41bc-a068-e5abc69f41fa {
  text-align: left;
}

#s-34146ae7-2f54-41bc-a068-e5abc69f41fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-34146ae7-2f54-41bc-a068-e5abc69f41fa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-34146ae7-2f54-41bc-a068-e5abc69f41fa .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-8db35ab4-5533-456b-9f4a-f0696ceff683 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-8db35ab4-5533-456b-9f4a-f0696ceff683:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-8db35ab4-5533-456b-9f4a-f0696ceff683:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8db35ab4-5533-456b-9f4a-f0696ceff683 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8db35ab4-5533-456b-9f4a-f0696ceff683.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8db35ab4-5533-456b-9f4a-f0696ceff683.shg-btn {
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-8db35ab4-5533-456b-9f4a-f0696ceff683.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-567e86dc-aefd-455f-ae94-2f8dd312b0a3 {
  display: none;
}
#s-b7cdd746-b4fc-489a-9265-0b9367c8e913 {
  text-align: left;
}


.shg-c#s-b7cdd746-b4fc-489a-9265-0b9367c8e913 {
  max-width: 100%;
}

.shg-c#s-b7cdd746-b4fc-489a-9265-0b9367c8e913 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7cdd746-b4fc-489a-9265-0b9367c8e913 .shg-image-zoom,
.shg-c#s-b7cdd746-b4fc-489a-9265-0b9367c8e913 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-4d248229-ca99-4ad2-9219-a08470f68777 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d248229-ca99-4ad2-9219-a08470f68777 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9349d816-b010-4fe5-bec3-ee2269c4f77a {
  text-align: left;
}

#s-9349d816-b010-4fe5-bec3-ee2269c4f77a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9349d816-b010-4fe5-bec3-ee2269c4f77a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9349d816-b010-4fe5-bec3-ee2269c4f77a .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-5e475652-a1af-4421-844b-c1cb38e604a5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-5e475652-a1af-4421-844b-c1cb38e604a5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-5e475652-a1af-4421-844b-c1cb38e604a5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e475652-a1af-4421-844b-c1cb38e604a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e475652-a1af-4421-844b-c1cb38e604a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e475652-a1af-4421-844b-c1cb38e604a5.shg-btn {
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5e475652-a1af-4421-844b-c1cb38e604a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f19dd14e-3740-49d2-adac-e33506595f24 {
  display: none;
}
#s-e2442899-013d-46db-b840-2df8d4712107 {
  text-align: left;
}


.shg-c#s-e2442899-013d-46db-b840-2df8d4712107 {
  max-width: 100%;
}

.shg-c#s-e2442899-013d-46db-b840-2df8d4712107 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2442899-013d-46db-b840-2df8d4712107 .shg-image-zoom,
.shg-c#s-e2442899-013d-46db-b840-2df8d4712107 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-f49093a5-30dd-4f10-ba6a-97a62720a467 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f49093a5-30dd-4f10-ba6a-97a62720a467 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9c4b5b7b-94dd-4707-accc-b5dcfd29ba37 {
  text-align: left;
}

#s-9c4b5b7b-94dd-4707-accc-b5dcfd29ba37 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9c4b5b7b-94dd-4707-accc-b5dcfd29ba37 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9c4b5b7b-94dd-4707-accc-b5dcfd29ba37 .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-6fcabc70-d9ce-48e3-94b3-f05ee25c8980 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-6fcabc70-d9ce-48e3-94b3-f05ee25c8980:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-6fcabc70-d9ce-48e3-94b3-f05ee25c8980:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6fcabc70-d9ce-48e3-94b3-f05ee25c8980 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fcabc70-d9ce-48e3-94b3-f05ee25c8980.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fcabc70-d9ce-48e3-94b3-f05ee25c8980.shg-btn {
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6fcabc70-d9ce-48e3-94b3-f05ee25c8980.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1f9101ab-03bd-4695-b9e5-ae1a15fa527d {
  display: none;
}
#s-56b2694a-736c-41ff-b687-fe1a8afbc255 {
  text-align: left;
}


.shg-c#s-56b2694a-736c-41ff-b687-fe1a8afbc255 {
  max-width: 100%;
}

.shg-c#s-56b2694a-736c-41ff-b687-fe1a8afbc255 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56b2694a-736c-41ff-b687-fe1a8afbc255 .shg-image-zoom,
.shg-c#s-56b2694a-736c-41ff-b687-fe1a8afbc255 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-a3513364-9390-4e94-821f-9086f99cc036 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3513364-9390-4e94-821f-9086f99cc036 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-08cf1d4c-897a-4822-aa89-6aba347efc9e {
  text-align: left;
}

#s-08cf1d4c-897a-4822-aa89-6aba347efc9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-08cf1d4c-897a-4822-aa89-6aba347efc9e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-08cf1d4c-897a-4822-aa89-6aba347efc9e .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-19e0a14a-4dfc-4b7c-b114-37f8706ddeda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-19e0a14a-4dfc-4b7c-b114-37f8706ddeda:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-19e0a14a-4dfc-4b7c-b114-37f8706ddeda:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-19e0a14a-4dfc-4b7c-b114-37f8706ddeda {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19e0a14a-4dfc-4b7c-b114-37f8706ddeda.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19e0a14a-4dfc-4b7c-b114-37f8706ddeda.shg-btn {
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-19e0a14a-4dfc-4b7c-b114-37f8706ddeda.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

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

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

.shg-box-vertical-align-bottom {
  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-b12f8754-caa8-4457-8d50-d69537965044 {
  min-height: 50px;
background-color: rgba(248, 243, 237, 1);
}

#s-b12f8754-caa8-4457-8d50-d69537965044 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

#s-c4d9bbb1-1253-4daa-b096-e2366628cbb7 {
  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-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4d9bbb1-1253-4daa-b096-e2366628cbb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d7d27315-1f1e-412b-8929-0e2723259466 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d7d27315-1f1e-412b-8929-0e2723259466"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-d5f52232-664d-476a-b59b-b2e87f8f74f7 .shogun-icon-wrapper {
  text-align: center;
}


#s-d5f52232-664d-476a-b59b-b2e87f8f74f7 .shogun-icon-wrapper > .shogun-icon {

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

#s-60b5d875-82cc-449c-a76e-bbf3526d169b {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-a547d85e-d72b-4d6c-a7b6-c772fec287d9 {
  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-a547d85e-d72b-4d6c-a7b6-c772fec287d9:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-a547d85e-d72b-4d6c-a7b6-c772fec287d9:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-a547d85e-d72b-4d6c-a7b6-c772fec287d9.shg-btn {
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-58e5017e-65b0-4c43-bc32-781a9aca19ab {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-58e5017e-65b0-4c43-bc32-781a9aca19ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f15b2eba-925b-4977-b155-d224d4867dde .shogun-icon-wrapper {
  text-align: center;
}


#s-f15b2eba-925b-4977-b155-d224d4867dde .shogun-icon-wrapper > .shogun-icon {

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

#s-458ac3a7-8c13-4684-8fdf-e05f5dd19cce {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-d695d5f2-0129-41d9-b0dd-f4967d1d3487 {
  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-d695d5f2-0129-41d9-b0dd-f4967d1d3487:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-d695d5f2-0129-41d9-b0dd-f4967d1d3487:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-d695d5f2-0129-41d9-b0dd-f4967d1d3487.shg-btn {
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-34327185-1b7b-4f00-be57-2bcfc890467c {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-34327185-1b7b-4f00-be57-2bcfc890467c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-064420d4-672d-4c28-9591-a79254c0c0b0 .shogun-icon-wrapper {
  text-align: center;
}


#s-064420d4-672d-4c28-9591-a79254c0c0b0 .shogun-icon-wrapper > .shogun-icon {

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

#s-6fc89b64-e9ae-4bad-b373-6bad08027f2c {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
}

#s-012814fc-d95e-4413-9b35-3ca3a257fcfc {
  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-012814fc-d95e-4413-9b35-3ca3a257fcfc:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}#s-012814fc-d95e-4413-9b35-3ca3a257fcfc:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}


#s-012814fc-d95e-4413-9b35-3ca3a257fcfc.shg-btn {
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-381a799b-9b4a-4f87-9dec-08ce5c89c76a {
  min-height: 50px;
background-color: rgba(175, 143, 52, 1);
}

#s-381a799b-9b4a-4f87-9dec-08ce5c89c76a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c856bcb1-fce3-4b99-b1a4-1a06ce47f1c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b8d86247-2253-4f65-8ce5-acc64e3941fc {
  text-align: left;
}




  #s-b8d86247-2253-4f65-8ce5-acc64e3941fc img.shogun-image {
    
    width: px;
  }


#s-b8d86247-2253-4f65-8ce5-acc64e3941fc .shogun-image-content {
  
    align-items: center;
  
}

#s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ea2501e-267a-4694-b0e0-70a2c4b99bd8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-dc5600a3-3b11-4e48-bbab-e47e328cb06a {
  text-align: center;
}

#s-8366e63a-366f-4291-b032-50236a8cfc0d {
  padding-top: 0px;
}

#s-05c160b0-8a12-497d-8647-36ce6d0fccff {
  padding-top: 15px;
}

#s-f51f4e1d-12b2-4baf-872d-9e5ce3adf6aa {
  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%;
  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;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
