#s-75ae6fa7-4e04-44c1-a5cd-c5678d81ad40 { padding-bottom: 20px; }
.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;
  -webkit-transform: translate(0px, 0px);
          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 */
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
}

#s-19929caa-80bf-4013-91b1-219df2f65904 .shogun-tabs {
  justify-content: flex-start;
}


  #s-19929caa-80bf-4013-91b1-219df2f65904 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-19929caa-80bf-4013-91b1-219df2f65904 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-19929caa-80bf-4013-91b1-219df2f65904 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 143, 52, 1);
  
  
  
  font-size: 16px;
}

#s-19929caa-80bf-4013-91b1-219df2f65904 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(175, 143, 52, 1);
}

#s-19929caa-80bf-4013-91b1-219df2f65904 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-19929caa-80bf-4013-91b1-219df2f65904 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-19929caa-80bf-4013-91b1-219df2f65904 .shogun-tab {
  max-width: calc(100% / 3 - (3 - 2) * 2px / 3);
}

#s-1922a372-11f0-4c70-9b68-102569063e1c { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
.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 -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

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

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

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

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

#s-f01b8d01-9475-43cb-adbd-401623ffb720 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f01b8d01-9475-43cb-adbd-401623ffb720 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f01b8d01-9475-43cb-adbd-401623ffb720 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-f01b8d01-9475-43cb-adbd-401623ffb720 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f01b8d01-9475-43cb-adbd-401623ffb720 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-f01b8d01-9475-43cb-adbd-401623ffb720 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-20074404-7d3c-4708-a633-8957259600e7 { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-4ae18123-fba5-4c09-9871-21bee094fb3d { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-a260ae6d-12bf-4eaf-a27f-ca5025c72cc0 { padding-top: 10px;
padding-bottom: 10px; }
#s-165b52a0-f313-4e7a-b701-da1a8a7e7381 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-165b52a0-f313-4e7a-b701-da1a8a7e7381 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-165b52a0-f313-4e7a-b701-da1a8a7e7381 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-165b52a0-f313-4e7a-b701-da1a8a7e7381 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-165b52a0-f313-4e7a-b701-da1a8a7e7381 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-165b52a0-f313-4e7a-b701-da1a8a7e7381 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e3d0435d-81d7-4b08-8ff8-8ddfcfe16dd5 { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-9f80ede9-5f0a-4d14-b385-35c857713eca > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9f80ede9-5f0a-4d14-b385-35c857713eca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9f80ede9-5f0a-4d14-b385-35c857713eca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-9f80ede9-5f0a-4d14-b385-35c857713eca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9f80ede9-5f0a-4d14-b385-35c857713eca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-9f80ede9-5f0a-4d14-b385-35c857713eca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2b20dca1-eb3f-4dec-8529-e6b966b4d5d6 { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-a38d20bc-d84b-4146-8d84-623850ac1fec > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a38d20bc-d84b-4146-8d84-623850ac1fec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a38d20bc-d84b-4146-8d84-623850ac1fec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-a38d20bc-d84b-4146-8d84-623850ac1fec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a38d20bc-d84b-4146-8d84-623850ac1fec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-a38d20bc-d84b-4146-8d84-623850ac1fec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-fd195c02-92a3-43a7-8400-98e9fbb9f291 { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-a91238c3-1e69-49d7-bcb9-39e50130b528 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a91238c3-1e69-49d7-bcb9-39e50130b528 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a91238c3-1e69-49d7-bcb9-39e50130b528 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-a91238c3-1e69-49d7-bcb9-39e50130b528 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a91238c3-1e69-49d7-bcb9-39e50130b528 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-a91238c3-1e69-49d7-bcb9-39e50130b528 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4e73821a-05b1-41af-8f78-0069f1c1ce1a { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-8a36549d-9ecf-40fd-9c64-2a555f679764 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8a36549d-9ecf-40fd-9c64-2a555f679764 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8a36549d-9ecf-40fd-9c64-2a555f679764 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-8a36549d-9ecf-40fd-9c64-2a555f679764 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8a36549d-9ecf-40fd-9c64-2a555f679764 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-8a36549d-9ecf-40fd-9c64-2a555f679764 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-dcd8d73e-3197-43b3-b994-4915b4b7f279 { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
#s-b82196b1-0553-4171-a0b7-d56ff2ceebe6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b82196b1-0553-4171-a0b7-d56ff2ceebe6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b82196b1-0553-4171-a0b7-d56ff2ceebe6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(175, 143, 52, 1);
}

#s-b82196b1-0553-4171-a0b7-d56ff2ceebe6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b82196b1-0553-4171-a0b7-d56ff2ceebe6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(175, 143, 52, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-b82196b1-0553-4171-a0b7-d56ff2ceebe6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a4800b5b-8192-40f1-8cd6-930ea154995c { padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px; }
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

#s-66fba2fa-dfb1-42c5-bd23-d75fb7ceda89 { 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-66fba2fa-dfb1-42c5-bd23-d75fb7ceda89:hover {background-color: rgba(151, 123, 45, 1) !important;
text-decoration: none !important;}
#s-66fba2fa-dfb1-42c5-bd23-d75fb7ceda89:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-66fba2fa-dfb1-42c5-bd23-d75fb7ceda89.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
.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-b54d7c3e-e56b-4684-ad68-f5df598d1d1e { padding-top: 0px;
padding-bottom: 0px; }
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lightbox {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shogun-lightbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

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

.shogun-lightbox-image-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px;
}

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

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

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

#s-08a8e556-b34c-4e83-aa2d-3012e3319aec { text-align: center; }
#s-8190499e-eea7-494b-8f32-ab9c1688b9f9 { text-align: center; }
#s-af6d545e-220d-4693-8347-e1132ee3ae25 { text-align: center; }
#s-f1f2739d-23f3-412f-bce4-4c8c329c9d1f { text-align: center; }
#s-1b20cc71-88f2-40bf-86de-e64c2803d82c { text-align: center; }
#s-61e2552d-b89a-4d92-bf4d-3feeb6a31351 { text-align: center; }
#s-989661a8-adfa-482c-8ddb-e0452b6944dd { text-align: 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 {
    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-203262ab-2ced-444e-a624-53c5cff78d00 { padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px; }
#s-6d4d6ada-1ca8-4f86-a7bf-70b0b4ee4e26 {
  display: none;
}
img.shogun-image {
  display: block;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.shg-product-image-wrapper {
  display: none;
}

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

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

#s-77c48aa9-120a-4a20-bd0e-0b60f2d5e207 { text-align: left; }
.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-27393594-c0c9-462c-8991-3440515ca933 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-27393594-c0c9-462c-8991-3440515ca933 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-38fbccf7-e274-4ea8-91e8-34f0fa990f99 { text-align: left; }
#s-38fbccf7-e274-4ea8-91e8-34f0fa990f99 .shg-product-sold-out {
  display: none;
}

#s-38fbccf7-e274-4ea8-91e8-34f0fa990f99 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-38fbccf7-e274-4ea8-91e8-34f0fa990f99 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d19fb1e2-de83-4637-885e-4c9697ce55af {
  display: none;
}
#s-923ab2a7-05b0-465f-8125-b339327b959d { text-align: left; }
#s-4a424232-af2a-4a03-ad9f-f27e85491f4e { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-4a424232-af2a-4a03-ad9f-f27e85491f4e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-d51426b1-c64e-49bd-a116-096e1c67bc4f { text-align: left; }
#s-d51426b1-c64e-49bd-a116-096e1c67bc4f .shg-product-sold-out {
  display: none;
}

#s-d51426b1-c64e-49bd-a116-096e1c67bc4f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d51426b1-c64e-49bd-a116-096e1c67bc4f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b039419c-a253-4040-a54e-fe15176551d6 {
  display: none;
}
#s-5e124409-2855-4341-bbc6-4b8ca5406114 { text-align: left; }
#s-30a3217d-99d5-49dc-afb6-4361b9615e15 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-30a3217d-99d5-49dc-afb6-4361b9615e15 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-d274e865-e585-4fc6-a59e-1c47514dbada { text-align: left; }
#s-d274e865-e585-4fc6-a59e-1c47514dbada .shg-product-sold-out {
  display: none;
}

#s-d274e865-e585-4fc6-a59e-1c47514dbada .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d274e865-e585-4fc6-a59e-1c47514dbada .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-dc1ad10d-0a16-4b2f-9f11-29c0d2cd6972 {
  display: none;
}
#s-b708ad3e-3dc6-4ef7-8f7e-7f9a81cd2e5e { text-align: left; }
#s-cff92450-367f-45be-8088-e701a7cc5bb4 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-cff92450-367f-45be-8088-e701a7cc5bb4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}

#s-e63433e6-418d-444d-b566-526362817818 { text-align: left; }
#s-e63433e6-418d-444d-b566-526362817818 .shg-product-sold-out {
  display: none;
}

#s-e63433e6-418d-444d-b566-526362817818 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e63433e6-418d-444d-b566-526362817818 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0c818258-f172-46fc-8839-38a87078c558 {
  display: none;
}
#s-9fdd086b-51a0-49d2-bbff-85542f008815 { text-align: left; }
#s-7eba245b-98e1-49e6-8d98-b205b9a2d444 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7eba245b-98e1-49e6-8d98-b205b9a2d444 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-eceb545f-cd7d-4547-8358-541a3878eb7e { text-align: left; }
#s-eceb545f-cd7d-4547-8358-541a3878eb7e .shg-product-sold-out {
  display: none;
}

#s-eceb545f-cd7d-4547-8358-541a3878eb7e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-eceb545f-cd7d-4547-8358-541a3878eb7e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-product-atc-wrapper {
  position: relative;
}

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

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

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

#s-58433ef0-07be-413f-b8fe-92cead4ffaba { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-58433ef0-07be-413f-b8fe-92cead4ffaba:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-58433ef0-07be-413f-b8fe-92cead4ffaba:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-58433ef0-07be-413f-b8fe-92cead4ffaba {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58433ef0-07be-413f-b8fe-92cead4ffaba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58433ef0-07be-413f-b8fe-92cead4ffaba.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-58433ef0-07be-413f-b8fe-92cead4ffaba.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-47681e4a-02fd-4704-9bab-13470001882a {
  display: none;
}
#s-a504586f-e9a1-4a98-8457-7119b44e253a { text-align: left; }
#s-2368bcec-34d7-43d0-a3b2-40fa6290c961 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2368bcec-34d7-43d0-a3b2-40fa6290c961 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-ba9468cb-941f-444e-8399-02c84d07fc0c { text-align: left; }
#s-ba9468cb-941f-444e-8399-02c84d07fc0c .shg-product-sold-out {
  display: none;
}

#s-ba9468cb-941f-444e-8399-02c84d07fc0c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ba9468cb-941f-444e-8399-02c84d07fc0c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-216e246c-86f4-4300-ad9a-d170f0cdf89a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-216e246c-86f4-4300-ad9a-d170f0cdf89a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-216e246c-86f4-4300-ad9a-d170f0cdf89a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-216e246c-86f4-4300-ad9a-d170f0cdf89a {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-216e246c-86f4-4300-ad9a-d170f0cdf89a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-216e246c-86f4-4300-ad9a-d170f0cdf89a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-216e246c-86f4-4300-ad9a-d170f0cdf89a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-1369f7fa-e77a-4783-b0db-55ff9ed3af7c {
  display: none;
}
#s-f914b66a-5a87-44b4-8b4a-740b96fd498d { text-align: left; }
#s-697bb083-f2aa-46f0-8daf-c1ae36bcd784 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-697bb083-f2aa-46f0-8daf-c1ae36bcd784 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-d7275a38-c481-4aa5-bc26-8ecb2cf9208a { text-align: left; }
#s-d7275a38-c481-4aa5-bc26-8ecb2cf9208a .shg-product-sold-out {
  display: none;
}

#s-d7275a38-c481-4aa5-bc26-8ecb2cf9208a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d7275a38-c481-4aa5-bc26-8ecb2cf9208a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7b8db7c8-8f52-4df0-b5de-5def22dcee9d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-7b8db7c8-8f52-4df0-b5de-5def22dcee9d:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-7b8db7c8-8f52-4df0-b5de-5def22dcee9d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7b8db7c8-8f52-4df0-b5de-5def22dcee9d {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b8db7c8-8f52-4df0-b5de-5def22dcee9d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b8db7c8-8f52-4df0-b5de-5def22dcee9d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7b8db7c8-8f52-4df0-b5de-5def22dcee9d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cef39451-8c1c-4d48-bf84-945c0ecc0898 {
  display: none;
}
#s-0e312153-72e2-41a0-aa22-667ecf0f09de { text-align: left; }
#s-b8f09520-168f-4ab0-9b9f-a595be7ef892 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b8f09520-168f-4ab0-9b9f-a595be7ef892 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-c62f1a04-6f27-4ed7-83c9-6966f6ab4354 { text-align: left; }
#s-c62f1a04-6f27-4ed7-83c9-6966f6ab4354 .shg-product-sold-out {
  display: none;
}

#s-c62f1a04-6f27-4ed7-83c9-6966f6ab4354 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c62f1a04-6f27-4ed7-83c9-6966f6ab4354 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d84393e7-a4c3-422b-bc44-46e9c5113645 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-d84393e7-a4c3-422b-bc44-46e9c5113645:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-d84393e7-a4c3-422b-bc44-46e9c5113645:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-d84393e7-a4c3-422b-bc44-46e9c5113645 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d84393e7-a4c3-422b-bc44-46e9c5113645.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d84393e7-a4c3-422b-bc44-46e9c5113645.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-d84393e7-a4c3-422b-bc44-46e9c5113645.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e88817d5-063d-443d-9d23-6d9d64167c8e {
  display: none;
}
#s-4a5a0a77-639c-43e3-ad82-b4c8956c2edd { text-align: left; }
#s-6fa6fe58-e05f-4ab5-bc16-5c5393620a32 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6fa6fe58-e05f-4ab5-bc16-5c5393620a32 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-dac562c8-850f-4dbe-849e-9d27d0452aed { text-align: left; }
#s-dac562c8-850f-4dbe-849e-9d27d0452aed .shg-product-sold-out {
  display: none;
}

#s-dac562c8-850f-4dbe-849e-9d27d0452aed .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dac562c8-850f-4dbe-849e-9d27d0452aed .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0fea529b-4918-4d25-97a9-6b0e988b2316 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-0fea529b-4918-4d25-97a9-6b0e988b2316:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-0fea529b-4918-4d25-97a9-6b0e988b2316:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0fea529b-4918-4d25-97a9-6b0e988b2316 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fea529b-4918-4d25-97a9-6b0e988b2316.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fea529b-4918-4d25-97a9-6b0e988b2316.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0fea529b-4918-4d25-97a9-6b0e988b2316.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-6979ef6d-17fe-4aa0-980e-103d3f464179 {
  display: none;
}
#s-bfb934c1-b943-43d5-80c7-77d59b82c5af { text-align: left; }
#s-c65a4146-b494-4e1d-9577-808b99911607 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c65a4146-b494-4e1d-9577-808b99911607 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-bda6620a-1b6b-4ceb-a8b5-9ac3d7e67cf8 { text-align: left; }
#s-bda6620a-1b6b-4ceb-a8b5-9ac3d7e67cf8 .shg-product-sold-out {
  display: none;
}

#s-bda6620a-1b6b-4ceb-a8b5-9ac3d7e67cf8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bda6620a-1b6b-4ceb-a8b5-9ac3d7e67cf8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f604b781-d3e1-4449-aa12-8dccd4c1a386 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-f604b781-d3e1-4449-aa12-8dccd4c1a386:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-f604b781-d3e1-4449-aa12-8dccd4c1a386:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f604b781-d3e1-4449-aa12-8dccd4c1a386 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f604b781-d3e1-4449-aa12-8dccd4c1a386.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f604b781-d3e1-4449-aa12-8dccd4c1a386.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f604b781-d3e1-4449-aa12-8dccd4c1a386.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



.shg-box {
  position: relative;
}

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

.shg-box-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

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

#s-3306f100-220e-4d4c-b9af-f92317df5fc5 { min-height: 50px;
background-color: rgba(248, 243, 237, 1); }
#s-3306f100-220e-4d4c-b9af-f92317df5fc5 > .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-474f6978-6690-4442-92cb-a0d4fce6cd0e { 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-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-474f6978-6690-4442-92cb-a0d4fce6cd0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-40c208f6-b0d6-44b8-bf58-8a7dfeda5396"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-18fc30d9-69c3-4eae-b9f9-f41372667f4e .shogun-icon-wrapper {
  text-align: center;
}


#s-18fc30d9-69c3-4eae-b9f9-f41372667f4e .shogun-icon-wrapper > .shogun-icon {

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

#s-fa567a91-122f-4512-a8c6-61760f512f44 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-bbcaba9d-91be-4b91-8c4b-e37cec0a447c { 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-bbcaba9d-91be-4b91-8c4b-e37cec0a447c:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-bbcaba9d-91be-4b91-8c4b-e37cec0a447c:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-bbcaba9d-91be-4b91-8c4b-e37cec0a447c.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-573a7b04-5d6b-4dac-826e-20e0a5a37b50 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-573a7b04-5d6b-4dac-826e-20e0a5a37b50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-8569f48b-fc94-4af5-a29f-1518e9d9b0d0 .shogun-icon-wrapper {
  text-align: center;
}


#s-8569f48b-fc94-4af5-a29f-1518e9d9b0d0 .shogun-icon-wrapper > .shogun-icon {

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

#s-6db6999a-c02b-4fab-a0e2-34d32e55f346 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-0018fdf3-585f-420e-bc81-dd604783d481 { 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-0018fdf3-585f-420e-bc81-dd604783d481:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-0018fdf3-585f-420e-bc81-dd604783d481:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-0018fdf3-585f-420e-bc81-dd604783d481.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-c8caffd9-36dc-445c-861a-daf48694b978 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c8caffd9-36dc-445c-861a-daf48694b978"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-17de6511-dafa-477a-b3d3-477096fd4159 .shogun-icon-wrapper {
  text-align: center;
}


#s-17de6511-dafa-477a-b3d3-477096fd4159 .shogun-icon-wrapper > .shogun-icon {

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

#s-78cb801c-052e-47e9-b303-638d435ac827 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-8c8b0289-5323-43d4-aaa3-893bf659ee5d { 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-8c8b0289-5323-43d4-aaa3-893bf659ee5d:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-8c8b0289-5323-43d4-aaa3-893bf659ee5d:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-8c8b0289-5323-43d4-aaa3-893bf659ee5d.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-5ca450cc-57c9-40e0-aa11-a82c90ba7bef { min-height: 50px;
background-color: rgba(175, 143, 52, 1); }
#s-5ca450cc-57c9-40e0-aa11-a82c90ba7bef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-190873b9-a7c4-41bd-ba5a-a52e4f416b92 { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px; }
@media (min-width: 0px) {
[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-190873b9-a7c4-41bd-ba5a-a52e4f416b92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-94c14ecc-0c8b-4c15-9f6a-5e40168932c7 { text-align: left; }
#s-ba801522-48d5-4b70-8290-9e4fb09a28e1 { padding-top: 20px;
padding-bottom: 20px; }
@media (min-width: 0px) {
[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ba801522-48d5-4b70-8290-9e4fb09a28e1"] > .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-67c7bbd6-67c5-499d-8455-377ea5c80c94 { text-align: center; }
#s-74118f12-33af-4386-bcdb-4566718b946a { padding-top: 0px; }
#s-a63c29fb-847b-4bae-85ea-188103c0385e { padding-top: 15px; }
#s-9bedddfa-1db5-4045-afe5-ff8261bcfc5d { 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%;
}
