.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-f87ce602-13d4-42ad-ad1d-30705c2a5257 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-f87ce602-13d4-42ad-ad1d-30705c2a5257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f87ce602-13d4-42ad-ad1d-30705c2a5257.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c51dfd8b-cd6d-4211-be5c-cc60a8a0e7c6 {
  margin-bottom: -17px;
}

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

.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;
  flex-grow: 1;
  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: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

.shogun-tab-title {
  white-space: nowrap;
  text-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-5a097e64-69c7-4895-8396-4b13e4cada3e {
  margin-bottom: 9px;
}


  #s-5a097e64-69c7-4895-8396-4b13e4cada3e .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(240, 240, 240, 1);
  }
  #s-5a097e64-69c7-4895-8396-4b13e4cada3e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(244, 244, 244, 1);
    border: 1px solid #ddd;
  }
#s-5a097e64-69c7-4895-8396-4b13e4cada3e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(79, 78, 78, 1);
  font-family: Avenir;
  
  
  font-size: 14px;
}

#s-5a097e64-69c7-4895-8396-4b13e4cada3e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(41, 41, 41, 1);
}

#s-5a097e64-69c7-4895-8396-4b13e4cada3e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(244, 244, 244, 1);
}

#s-5a097e64-69c7-4895-8396-4b13e4cada3e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-7d3a7b35-02c7-44d2-9aca-daaff9d537af {
  margin-top: 12px;
}

.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-dcc31034-7f4e-4daf-ae24-85c0701f3d46 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}

#s-dcc31034-7f4e-4daf-ae24-85c0701f3d46 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-dcc31034-7f4e-4daf-ae24-85c0701f3d46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-dcc31034-7f4e-4daf-ae24-85c0701f3d46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(139, 142, 143, 1);
}

#s-dcc31034-7f4e-4daf-ae24-85c0701f3d46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-dcc31034-7f4e-4daf-ae24-85c0701f3d46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(139, 142, 143, 1);
  text-align: center;
  
  
  
  font-size: 14px;
}

#s-dcc31034-7f4e-4daf-ae24-85c0701f3d46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-bf9cbe9a-341f-490b-9597-da3e880d71cd {
  margin-left: 3%;
margin-right: 3%;
}

#s-bf9cbe9a-341f-490b-9597-da3e880d71cd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bf9cbe9a-341f-490b-9597-da3e880d71cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-bf9cbe9a-341f-490b-9597-da3e880d71cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 65, 1);
}

#s-bf9cbe9a-341f-490b-9597-da3e880d71cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bf9cbe9a-341f-490b-9597-da3e880d71cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 65, 1);
  text-align: left;
  
  
  
  font-size: 14px;
}

#s-bf9cbe9a-341f-490b-9597-da3e880d71cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-39f806b5-b25f-41bf-a1bb-5565c884e04a {
  min-height: 50px;
}








#s-39f806b5-b25f-41bf-a1bb-5565c884e04a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39f806b5-b25f-41bf-a1bb-5565c884e04a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7dd24804-bfa5-488d-8afc-5cdf7b7e41f3 {
  min-height: 50px;
}








#s-7dd24804-bfa5-488d-8afc-5cdf7b7e41f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dd24804-bfa5-488d-8afc-5cdf7b7e41f3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aa223091-5ed9-45ba-a317-1753ad3035ed {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aa223091-5ed9-45ba-a317-1753ad3035ed {
  display: none;
}
#s-aa223091-5ed9-45ba-a317-1753ad3035ed, #wrap-s-aa223091-5ed9-45ba-a317-1753ad3035ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa223091-5ed9-45ba-a317-1753ad3035ed {
  display: none;
}
#s-aa223091-5ed9-45ba-a317-1753ad3035ed, #wrap-s-aa223091-5ed9-45ba-a317-1753ad3035ed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa223091-5ed9-45ba-a317-1753ad3035ed {
  
}
}@media (max-width: 767px){#s-aa223091-5ed9-45ba-a317-1753ad3035ed {
  
}
}







#s-aa223091-5ed9-45ba-a317-1753ad3035ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa223091-5ed9-45ba-a317-1753ad3035ed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0acec563-0a6e-480e-a57d-2e811f6e66da {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0acec563-0a6e-480e-a57d-2e811f6e66da {
  display: none;
}
#s-0acec563-0a6e-480e-a57d-2e811f6e66da, #wrap-s-0acec563-0a6e-480e-a57d-2e811f6e66da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0acec563-0a6e-480e-a57d-2e811f6e66da {
  display: none;
}
#s-0acec563-0a6e-480e-a57d-2e811f6e66da, #wrap-s-0acec563-0a6e-480e-a57d-2e811f6e66da { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0acec563-0a6e-480e-a57d-2e811f6e66da {
  
}
}@media (max-width: 767px){#s-0acec563-0a6e-480e-a57d-2e811f6e66da {
  
}
}







#s-0acec563-0a6e-480e-a57d-2e811f6e66da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0acec563-0a6e-480e-a57d-2e811f6e66da.shg-box.shg-c {
  justify-content: flex-start;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-99ca94c6-e04d-4087-b710-ab9aef09d605 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-99ca94c6-e04d-4087-b710-ab9aef09d605 {
  display: none;
}
#s-99ca94c6-e04d-4087-b710-ab9aef09d605, #wrap-s-99ca94c6-e04d-4087-b710-ab9aef09d605 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99ca94c6-e04d-4087-b710-ab9aef09d605 {
  display: none;
}
#s-99ca94c6-e04d-4087-b710-ab9aef09d605, #wrap-s-99ca94c6-e04d-4087-b710-ab9aef09d605 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99ca94c6-e04d-4087-b710-ab9aef09d605 {
  display: none;
}
#s-99ca94c6-e04d-4087-b710-ab9aef09d605, #wrap-s-99ca94c6-e04d-4087-b710-ab9aef09d605 { display:none !important; }}
@media (min-width: 0px) {
[id="s-99ca94c6-e04d-4087-b710-ab9aef09d605"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99ca94c6-e04d-4087-b710-ab9aef09d605"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99ca94c6-e04d-4087-b710-ab9aef09d605"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99ca94c6-e04d-4087-b710-ab9aef09d605"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99ca94c6-e04d-4087-b710-ab9aef09d605"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99ca94c6-e04d-4087-b710-ab9aef09d605"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99ca94c6-e04d-4087-b710-ab9aef09d605"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-99ca94c6-e04d-4087-b710-ab9aef09d605"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-94a407cf-78a1-4eb0-9cea-e696eeb0111d {
  min-height: 50px;
}








#s-94a407cf-78a1-4eb0-9cea-e696eeb0111d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94a407cf-78a1-4eb0-9cea-e696eeb0111d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8082f954-749b-44b4-89e4-5c356787966a {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8082f954-749b-44b4-89e4-5c356787966a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8082f954-749b-44b4-89e4-5c356787966a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8082f954-749b-44b4-89e4-5c356787966a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8082f954-749b-44b4-89e4-5c356787966a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8082f954-749b-44b4-89e4-5c356787966a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8082f954-749b-44b4-89e4-5c356787966a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8082f954-749b-44b4-89e4-5c356787966a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.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-d3050620-f67d-4c0b-b944-b749774d88c9 {
  text-align: center;
}




  #s-d3050620-f67d-4c0b-b944-b749774d88c9 img.shogun-image {
    
    width: px;
  }


#s-d3050620-f67d-4c0b-b944-b749774d88c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d5639f4-b422-412c-bd76-ebac88010320 {
  display: none;
}
#s-87c37407-ecdf-463f-a315-07ad668aef00 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-87c37407-ecdf-463f-a315-07ad668aef00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87c37407-ecdf-463f-a315-07ad668aef00.shg-box.shg-c {
  justify-content: center;
}

#s-65657860-b3c7-4aed-aa2b-9fb4e9115119 {
  margin-top: 3px;
margin-bottom: 3px;
}

@media (min-width: 0px) {
[id="s-65657860-b3c7-4aed-aa2b-9fb4e9115119"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-65657860-b3c7-4aed-aa2b-9fb4e9115119"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-65657860-b3c7-4aed-aa2b-9fb4e9115119"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-65657860-b3c7-4aed-aa2b-9fb4e9115119"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-65657860-b3c7-4aed-aa2b-9fb4e9115119"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-65657860-b3c7-4aed-aa2b-9fb4e9115119"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-65657860-b3c7-4aed-aa2b-9fb4e9115119"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

.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-e8b207e5-f1bc-4079-ae6f-847d50fa50bd {
  text-align: center;
}


.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd {
  max-width: 100%;
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd .shg-image-zoom,
.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd {
  max-width: 100%;
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd .shg-image-zoom,
.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd {
  max-width: 100%;
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd .shg-image-zoom,
.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd {
  max-width: 100%;
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd .shg-image-zoom,
.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd {
  max-width: 100%;
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd .shg-image-zoom,
.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-e8b207e5-f1bc-4079-ae6f-847d50fa50bd .shg-image-zoom {
  
    margin: 0 auto;
  
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  margin: 2px;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-1b18ef69-f0d7-4271-8114-6330cf69d223-btn-wrapper {
    text-align: center;
  }


#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-variant-btn:hover {
  background: #252525;
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-variant-btn:active, #s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1b18ef69-f0d7-4271-8114-6330cf69d223 .shg-variant-btn.disabled {
  background: #252525;
}

.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-8e9fa131-ba3d-47c6-ba60-3a8f363a0de1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8e9fa131-ba3d-47c6-ba60-3a8f363a0de1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e9fa131-ba3d-47c6-ba60-3a8f363a0de1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8e9fa131-ba3d-47c6-ba60-3a8f363a0de1-atc-btn-wrapper {
    text-align: center;
  }


#s-8e9fa131-ba3d-47c6-ba60-3a8f363a0de1 {
  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-8e9fa131-ba3d-47c6-ba60-3a8f363a0de1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e9fa131-ba3d-47c6-ba60-3a8f363a0de1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-8e9fa131-ba3d-47c6-ba60-3a8f363a0de1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-980402e2-97de-4f0e-95f1-e8c71497fe49 {
  min-height: 50px;
}








#s-980402e2-97de-4f0e-95f1-e8c71497fe49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-980402e2-97de-4f0e-95f1-e8c71497fe49.shg-box.shg-c {
  justify-content: flex-start;
}

#s-894773bb-3869-4a71-8c9e-bbf3d9ea6ac7 {
  margin-left: 50px;
margin-bottom: 16px;
margin-right: 50px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (max-width: 767px){#s-894773bb-3869-4a71-8c9e-bbf3d9ea6ac7 {
  display: none;
}
#s-894773bb-3869-4a71-8c9e-bbf3d9ea6ac7, #wrap-s-894773bb-3869-4a71-8c9e-bbf3d9ea6ac7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-894773bb-3869-4a71-8c9e-bbf3d9ea6ac7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-894773bb-3869-4a71-8c9e-bbf3d9ea6ac7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-894773bb-3869-4a71-8c9e-bbf3d9ea6ac7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-894773bb-3869-4a71-8c9e-bbf3d9ea6ac7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-894773bb-3869-4a71-8c9e-bbf3d9ea6ac7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-894773bb-3869-4a71-8c9e-bbf3d9ea6ac7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-894773bb-3869-4a71-8c9e-bbf3d9ea6ac7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-894773bb-3869-4a71-8c9e-bbf3d9ea6ac7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1e6f9ceb-c885-4976-b49c-bc6528540a2f {
  min-height: 50px;
}








#s-1e6f9ceb-c885-4976-b49c-bc6528540a2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e6f9ceb-c885-4976-b49c-bc6528540a2f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-913cd56e-5226-4d35-847b-b5324f6e1592 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-913cd56e-5226-4d35-847b-b5324f6e1592"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-913cd56e-5226-4d35-847b-b5324f6e1592"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-913cd56e-5226-4d35-847b-b5324f6e1592"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-913cd56e-5226-4d35-847b-b5324f6e1592"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-913cd56e-5226-4d35-847b-b5324f6e1592"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-913cd56e-5226-4d35-847b-b5324f6e1592"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-913cd56e-5226-4d35-847b-b5324f6e1592"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-cea62f64-55a7-4135-9244-bac6c3590cc1 {
  text-align: center;
}




  #s-cea62f64-55a7-4135-9244-bac6c3590cc1 img.shogun-image {
    
    width: px;
  }


#s-cea62f64-55a7-4135-9244-bac6c3590cc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c42ee90d-99d8-4959-b64b-fe8754ae4fcf {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c42ee90d-99d8-4959-b64b-fe8754ae4fcf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-c42ee90d-99d8-4959-b64b-fe8754ae4fcf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-c42ee90d-99d8-4959-b64b-fe8754ae4fcf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-c42ee90d-99d8-4959-b64b-fe8754ae4fcf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-ab20f780-f8a4-4137-9a48-30daeeb6d52c {
  text-align: center;
}




  #s-ab20f780-f8a4-4137-9a48-30daeeb6d52c img.shogun-image {
    
    width: px;
  }


#s-ab20f780-f8a4-4137-9a48-30daeeb6d52c .shogun-image-content {
  
    align-items: center;
  
}

#s-89f1dad3-985e-4540-84cf-46faf640e2e7 {
  text-align: center;
}




  #s-89f1dad3-985e-4540-84cf-46faf640e2e7 img.shogun-image {
    
    width: px;
  }


#s-89f1dad3-985e-4540-84cf-46faf640e2e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a96f2518-d766-4288-bc03-42a42a403aaa {
  text-align: center;
}




  #s-a96f2518-d766-4288-bc03-42a42a403aaa img.shogun-image {
    
    width: px;
  }


#s-a96f2518-d766-4288-bc03-42a42a403aaa .shogun-image-content {
  
    align-items: center;
  
}

#s-9b3bee3f-ab10-469e-942d-a26eb3648cb9 {
  display: none;
}
#s-2b882f81-a418-41c5-9e3c-8befb189240e {
  min-height: 50px;
}








#s-2b882f81-a418-41c5-9e3c-8befb189240e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b882f81-a418-41c5-9e3c-8befb189240e.shg-box.shg-c {
  justify-content: center;
}

#s-a37c7102-7536-40bc-8979-845ba5cdecc5 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a37c7102-7536-40bc-8979-845ba5cdecc5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-a37c7102-7536-40bc-8979-845ba5cdecc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-a37c7102-7536-40bc-8979-845ba5cdecc5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-a37c7102-7536-40bc-8979-845ba5cdecc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-a37c7102-7536-40bc-8979-845ba5cdecc5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-a37c7102-7536-40bc-8979-845ba5cdecc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-a37c7102-7536-40bc-8979-845ba5cdecc5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-92084d84-f197-4c25-b7ba-acebb447e77b {
  text-align: center;
}


.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b {
  max-width: 100%;
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b .shg-image-zoom,
.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b {
  max-width: 100%;
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b .shg-image-zoom,
.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b {
  max-width: 100%;
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b .shg-image-zoom,
.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b {
  max-width: 100%;
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b .shg-image-zoom,
.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b {
  max-width: 100%;
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b .shg-image-zoom,
.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-92084d84-f197-4c25-b7ba-acebb447e77b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-f9ecdc45-94d6-453b-be03-d329f5df6d92-btn-wrapper {
    text-align: center;
  }


#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-variant-btn:hover {
  background: #252525;
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-variant-btn:active, #s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f9ecdc45-94d6-453b-be03-d329f5df6d92 .shg-variant-btn.disabled {
  background: #252525;
}

#s-fdd3f02b-4d78-4406-801d-61e8d7f377b2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fdd3f02b-4d78-4406-801d-61e8d7f377b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fdd3f02b-4d78-4406-801d-61e8d7f377b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fdd3f02b-4d78-4406-801d-61e8d7f377b2-atc-btn-wrapper {
    text-align: center;
  }


#s-fdd3f02b-4d78-4406-801d-61e8d7f377b2 {
  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-fdd3f02b-4d78-4406-801d-61e8d7f377b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fdd3f02b-4d78-4406-801d-61e8d7f377b2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-fdd3f02b-4d78-4406-801d-61e8d7f377b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-33bd0f4c-ab8c-4a40-ab2b-a5b279cdf26d {
  padding-top: 35px;
padding-bottom: 35px;
background-color: rgba(93, 33, 59, 1);
}

@media (min-width: 0px) {
[id="s-33bd0f4c-ab8c-4a40-ab2b-a5b279cdf26d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33bd0f4c-ab8c-4a40-ab2b-a5b279cdf26d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-33bd0f4c-ab8c-4a40-ab2b-a5b279cdf26d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-33bd0f4c-ab8c-4a40-ab2b-a5b279cdf26d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-33bd0f4c-ab8c-4a40-ab2b-a5b279cdf26d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-33bd0f4c-ab8c-4a40-ab2b-a5b279cdf26d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-33bd0f4c-ab8c-4a40-ab2b-a5b279cdf26d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-1ea8e083-26ed-4077-8483-36cd4faa37ab {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-5a174fb9-40fc-464d-9edb-b6407fa211b8 {
  margin-left: 12px;
margin-right: 12px;
}

@media (min-width: 0px) {
[id="s-5a174fb9-40fc-464d-9edb-b6407fa211b8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-5a174fb9-40fc-464d-9edb-b6407fa211b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5a174fb9-40fc-464d-9edb-b6407fa211b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5a174fb9-40fc-464d-9edb-b6407fa211b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-105224e7-22f7-46ea-b9f5-d6ca604e0f68 {
  text-align: center;
}




  #s-105224e7-22f7-46ea-b9f5-d6ca604e0f68 img.shogun-image {
    
    width: px;
  }


#s-105224e7-22f7-46ea-b9f5-d6ca604e0f68 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef4e498f-fad0-40da-a49e-923e4402b43c {
  text-align: center;
}




  #s-ef4e498f-fad0-40da-a49e-923e4402b43c img.shogun-image {
    
    width: px;
  }


#s-ef4e498f-fad0-40da-a49e-923e4402b43c .shogun-image-content {
  
    align-items: center;
  
}

#s-29d6ca3b-d519-4acb-b23d-d321bc7e54fc {
  text-align: center;
}




  #s-29d6ca3b-d519-4acb-b23d-d321bc7e54fc img.shogun-image {
    
    width: px;
  }


#s-29d6ca3b-d519-4acb-b23d-d321bc7e54fc .shogun-image-content {
  
    align-items: center;
  
}

#s-ff0be1f9-37e5-4513-ab77-7048c111ff97 {
  text-align: center;
}




  #s-ff0be1f9-37e5-4513-ab77-7048c111ff97 img.shogun-image {
    
    width: px;
  }


#s-ff0be1f9-37e5-4513-ab77-7048c111ff97 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7612824-ae5f-4785-8aec-e9aa4b298844 {
  margin-left: 12px;
margin-right: 12px;
}

@media (min-width: 0px) {
[id="s-f7612824-ae5f-4785-8aec-e9aa4b298844"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-f7612824-ae5f-4785-8aec-e9aa4b298844"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f7612824-ae5f-4785-8aec-e9aa4b298844"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f7612824-ae5f-4785-8aec-e9aa4b298844"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-54bc3a5a-19af-4fd7-88c0-44d3f3dae698 {
  text-align: center;
}




  #s-54bc3a5a-19af-4fd7-88c0-44d3f3dae698 img.shogun-image {
    
    width: px;
  }


#s-54bc3a5a-19af-4fd7-88c0-44d3f3dae698 .shogun-image-content {
  
    align-items: center;
  
}

#s-118b65af-adc7-4a97-bfac-c94c92ed00fb {
  text-align: center;
}




  #s-118b65af-adc7-4a97-bfac-c94c92ed00fb img.shogun-image {
    
    width: px;
  }


#s-118b65af-adc7-4a97-bfac-c94c92ed00fb .shogun-image-content {
  
    align-items: center;
  
}

#s-c04e3bf1-56d3-43dc-9917-ac7b84b296a8 {
  text-align: center;
}




  #s-c04e3bf1-56d3-43dc-9917-ac7b84b296a8 img.shogun-image {
    
    width: px;
  }


#s-c04e3bf1-56d3-43dc-9917-ac7b84b296a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b7add0c-f311-4301-a922-9ce34bad1b03 {
  text-align: center;
}




  #s-7b7add0c-f311-4301-a922-9ce34bad1b03 img.shogun-image {
    
    width: px;
  }


#s-7b7add0c-f311-4301-a922-9ce34bad1b03 .shogun-image-content {
  
    align-items: center;
  
}

#s-507eeb42-2c42-47cf-bb73-580e219fe838 {
  min-height: 50px;
background-color: rgba(255, 215, 219, 0.66);
}








#s-507eeb42-2c42-47cf-bb73-580e219fe838 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-507eeb42-2c42-47cf-bb73-580e219fe838.shg-box.shg-c {
  justify-content: flex-start;
}

#s-84957869-ed30-4472-9df4-f508f9caaa2a {
  border-style: solid;
margin-top: 30px;
margin-left: 60px;
margin-bottom: 30px;
margin-right: 60px;
padding-top: 30px;
padding-bottom: 30px;
border-color: rgba(95, 85, 85, 1);
background-color: rgba(251, 219, 228, 0);
}
@media (max-width: 767px){#s-84957869-ed30-4472-9df4-f508f9caaa2a {
  
}
}







#s-84957869-ed30-4472-9df4-f508f9caaa2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84957869-ed30-4472-9df4-f508f9caaa2a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9f6845ab-3cbf-4c5f-8d6a-2ad4eb6e0ca7 {
  text-align: center;
}

#s-6e978264-8662-43dd-a6bc-d7aea87fd049 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
}

@media (min-width: 0px) {
[id="s-6e978264-8662-43dd-a6bc-d7aea87fd049"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e978264-8662-43dd-a6bc-d7aea87fd049"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e978264-8662-43dd-a6bc-d7aea87fd049"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e978264-8662-43dd-a6bc-d7aea87fd049"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-597a5132-b312-4617-ae0e-c6f5202af287 {
  
}








#s-597a5132-b312-4617-ae0e-c6f5202af287 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-597a5132-b312-4617-ae0e-c6f5202af287.shg-box.shg-c {
  justify-content: flex-start;
}

#s-37b73696-2e36-4f03-beb3-143a34953570 {
  margin-top: 30px;
min-width: 120px;
min-height: 120px;
text-align: center;
}




  #s-37b73696-2e36-4f03-beb3-143a34953570 img.shogun-image {
    
    width: px;
  }


#s-37b73696-2e36-4f03-beb3-143a34953570 .shogun-image-content {
  
    align-items: center;
  
}

#s-0dfcb5e2-e6ad-4be3-abde-7b7b5a4ebf96 {
  padding-left: 16px;
padding-right: 16px;
}

#s-932ff84b-6ebc-4de3-a6ea-f4b3fced271a {
  
}








#s-932ff84b-6ebc-4de3-a6ea-f4b3fced271a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-932ff84b-6ebc-4de3-a6ea-f4b3fced271a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6c082273-e7ed-4978-8b52-dae95230423c {
  margin-top: 30px;
min-width: 120px;
min-height: 120px;
opacity: 1;
text-align: center;
}




  #s-6c082273-e7ed-4978-8b52-dae95230423c img.shogun-image {
    
    width: px;
  }


#s-6c082273-e7ed-4978-8b52-dae95230423c .shogun-image-content {
  
    align-items: center;
  
}

#s-e13153fe-12fc-4ffe-98d3-15cd1e80292f {
  padding-left: 16px;
padding-right: 16px;
}

#s-7f4fc0f5-c702-4cc7-8acb-44fe48a6957e {
  
}








#s-7f4fc0f5-c702-4cc7-8acb-44fe48a6957e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f4fc0f5-c702-4cc7-8acb-44fe48a6957e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8b7035d8-a4dc-4ee8-b079-e5ea948fd5f3 {
  margin-top: 30px;
min-width: 120px;
min-height: 120px;
text-align: center;
}




  #s-8b7035d8-a4dc-4ee8-b079-e5ea948fd5f3 img.shogun-image {
    
    width: px;
  }


#s-8b7035d8-a4dc-4ee8-b079-e5ea948fd5f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dca46f7-0c8a-4d11-ae99-423bc5ce3ec8 {
  padding-left: 16px;
padding-right: 16px;
}

#s-f907b6c6-6759-4fcd-b45e-4d7bd3ca7410 {
  min-height: 50px;
}








#s-f907b6c6-6759-4fcd-b45e-4d7bd3ca7410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f907b6c6-6759-4fcd-b45e-4d7bd3ca7410.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bc752d03-aa6c-4599-85be-86e3824a8582 {
  padding-top: 16px;
padding-left: 35px;
padding-bottom: 16px;
padding-right: 35px;
}

@media (min-width: 0px) {
[id="s-bc752d03-aa6c-4599-85be-86e3824a8582"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc752d03-aa6c-4599-85be-86e3824a8582"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bc752d03-aa6c-4599-85be-86e3824a8582"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc752d03-aa6c-4599-85be-86e3824a8582"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9f2d95a0-c9ed-4cf6-a087-647930c69bc7 {
  display: none;
}
#s-9d20c3f8-58d5-4bb5-8595-9911aac12e9e {
  min-height: 50px;
}








#s-9d20c3f8-58d5-4bb5-8595-9911aac12e9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d20c3f8-58d5-4bb5-8595-9911aac12e9e.shg-box.shg-c {
  justify-content: center;
}

#s-bb04ea64-17de-43b2-a5f7-140053bd4140 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-bb04ea64-17de-43b2-a5f7-140053bd4140"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-bb04ea64-17de-43b2-a5f7-140053bd4140"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-bb04ea64-17de-43b2-a5f7-140053bd4140"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-bb04ea64-17de-43b2-a5f7-140053bd4140"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-bb04ea64-17de-43b2-a5f7-140053bd4140"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb04ea64-17de-43b2-a5f7-140053bd4140"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-bb04ea64-17de-43b2-a5f7-140053bd4140"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-5dd0c933-2da6-4678-999c-210cfa83a129 {
  text-align: center;
}


.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 {
  max-width: 100%;
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 .shg-image-zoom,
.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 {
  max-width: 100%;
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 .shg-image-zoom,
.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 {
  max-width: 100%;
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 .shg-image-zoom,
.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 {
  max-width: 100%;
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 .shg-image-zoom,
.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 {
  max-width: 100%;
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 .shg-image-zoom,
.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-5dd0c933-2da6-4678-999c-210cfa83a129 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cd08423e-cee6-4410-b369-82686e888887 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-cd08423e-cee6-4410-b369-82686e888887-btn-wrapper {
    text-align: center;
  }


#s-cd08423e-cee6-4410-b369-82686e888887 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-variant-btn:hover {
  background: #252525;
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-variant-btn:active, #s-cd08423e-cee6-4410-b369-82686e888887 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-cd08423e-cee6-4410-b369-82686e888887 .shg-variant-btn.disabled {
  background: #252525;
}

#s-85c721e6-a2db-419d-a870-8469db76e689 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-85c721e6-a2db-419d-a870-8469db76e689:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-85c721e6-a2db-419d-a870-8469db76e689:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-85c721e6-a2db-419d-a870-8469db76e689-atc-btn-wrapper {
    text-align: center;
  }


#s-85c721e6-a2db-419d-a870-8469db76e689 {
  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-85c721e6-a2db-419d-a870-8469db76e689.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85c721e6-a2db-419d-a870-8469db76e689.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-85c721e6-a2db-419d-a870-8469db76e689.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4cc2e0c3-5c29-453b-bb55-55544f930463 {
  background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-4cc2e0c3-5c29-453b-bb55-55544f930463 > .shg-box-overlay {
  background-color: rgba(14, 2, 2, 1);
  opacity: 0.47;
}#s-4cc2e0c3-5c29-453b-bb55-55544f930463.shg-box.shg-c {
  justify-content: flex-start;
}

#s-996200e2-4384-4c95-87c9-375e5ae75d6b {
  padding-top: 150px;
padding-bottom: 150px;
}

@media (min-width: 0px) {
[id="s-996200e2-4384-4c95-87c9-375e5ae75d6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-996200e2-4384-4c95-87c9-375e5ae75d6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-996200e2-4384-4c95-87c9-375e5ae75d6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-996200e2-4384-4c95-87c9-375e5ae75d6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-996200e2-4384-4c95-87c9-375e5ae75d6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-996200e2-4384-4c95-87c9-375e5ae75d6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-996200e2-4384-4c95-87c9-375e5ae75d6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-ad4cbae2-926d-4e7e-a1f4-ffa92fdc4fef {
  margin-left: 9px;
margin-right: 9px;
padding-left: 22px;
padding-right: 22px;
background-color: rgba(0, 0, 0, 0);
}

#s-ef0d88d8-3dde-4de3-ac65-f3557d61b966 {
  min-height: 50px;
}








#s-ef0d88d8-3dde-4de3-ac65-f3557d61b966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef0d88d8-3dde-4de3-ac65-f3557d61b966.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b54e99d3-a65f-454c-950f-9bb3de83273e {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b54e99d3-a65f-454c-950f-9bb3de83273e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b54e99d3-a65f-454c-950f-9bb3de83273e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b54e99d3-a65f-454c-950f-9bb3de83273e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b54e99d3-a65f-454c-950f-9bb3de83273e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b54e99d3-a65f-454c-950f-9bb3de83273e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b54e99d3-a65f-454c-950f-9bb3de83273e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b54e99d3-a65f-454c-950f-9bb3de83273e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-c1ca43c1-59e8-4a14-b95c-bb965fcbca7a {
  min-height: 50px;
}








#s-c1ca43c1-59e8-4a14-b95c-bb965fcbca7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1ca43c1-59e8-4a14-b95c-bb965fcbca7a.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-72930bd9-3dbd-417d-8144-31e8a5dc6f77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72930bd9-3dbd-417d-8144-31e8a5dc6f77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72930bd9-3dbd-417d-8144-31e8a5dc6f77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72930bd9-3dbd-417d-8144-31e8a5dc6f77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-83627023-1365-41bc-a7fd-83268079e7d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-83627023-1365-41bc-a7fd-83268079e7d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83627023-1365-41bc-a7fd-83268079e7d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83627023-1365-41bc-a7fd-83268079e7d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f4015cc1-13f3-421b-987a-4f9d7098bc01 {
  text-align: center;
}




  #s-f4015cc1-13f3-421b-987a-4f9d7098bc01 img.shogun-image {
    
    width: px;
  }


#s-f4015cc1-13f3-421b-987a-4f9d7098bc01 .shogun-image-content {
  
    align-items: center;
  
}

#s-305fa0de-7c92-4a43-b04b-d1e2c0fae85f {
  text-align: center;
}




  #s-305fa0de-7c92-4a43-b04b-d1e2c0fae85f img.shogun-image {
    
    width: px;
  }


#s-305fa0de-7c92-4a43-b04b-d1e2c0fae85f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0cad48a3-23a4-4023-897a-ec3085a9f844"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0cad48a3-23a4-4023-897a-ec3085a9f844"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0cad48a3-23a4-4023-897a-ec3085a9f844"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cad48a3-23a4-4023-897a-ec3085a9f844"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc19079e-ac0b-4df9-843e-82c70bb8fb03 {
  box-shadow:    rgba(0, 0, 0, 0.34);
text-align: center;
}




  #s-fc19079e-ac0b-4df9-843e-82c70bb8fb03 img.shogun-image {
    
    width: px;
  }


#s-fc19079e-ac0b-4df9-843e-82c70bb8fb03 .shogun-image-content {
  
    align-items: center;
  
}

#s-5cd80fb9-5929-4f97-8418-8866443989d5 {
  text-align: center;
}




  #s-5cd80fb9-5929-4f97-8418-8866443989d5 img.shogun-image {
    
    width: px;
  }


#s-5cd80fb9-5929-4f97-8418-8866443989d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9574006-35ae-4a01-872d-fd001ff09018 {
  min-height: 50px;
}








#s-d9574006-35ae-4a01-872d-fd001ff09018 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9574006-35ae-4a01-872d-fd001ff09018.shg-box.shg-c {
  justify-content: center;
}

#s-667e5bfd-33b7-4b55-883d-f6b3977077bf {
  min-height: 50px;
}








#s-667e5bfd-33b7-4b55-883d-f6b3977077bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-667e5bfd-33b7-4b55-883d-f6b3977077bf.shg-box.shg-c {
  justify-content: center;
}

#s-5b5ff359-8046-4b7f-af21-fb5d962595bc {
  margin-top: 16px;
}

@media (min-width: 0px) {
[id="s-5b5ff359-8046-4b7f-af21-fb5d962595bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b5ff359-8046-4b7f-af21-fb5d962595bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b5ff359-8046-4b7f-af21-fb5d962595bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b5ff359-8046-4b7f-af21-fb5d962595bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b5ff359-8046-4b7f-af21-fb5d962595bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b5ff359-8046-4b7f-af21-fb5d962595bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b5ff359-8046-4b7f-af21-fb5d962595bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-64c9af6c-732a-4641-8e2f-a700686cfc75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64c9af6c-732a-4641-8e2f-a700686cfc75 .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-94985b68-6bb5-46be-9c69-e23c3bdb4aa5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94985b68-6bb5-46be-9c69-e23c3bdb4aa5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-94985b68-6bb5-46be-9c69-e23c3bdb4aa5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-94985b68-6bb5-46be-9c69-e23c3bdb4aa5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-94985b68-6bb5-46be-9c69-e23c3bdb4aa5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-94985b68-6bb5-46be-9c69-e23c3bdb4aa5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-94985b68-6bb5-46be-9c69-e23c3bdb4aa5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

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

.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 > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-ce5454cd-4b23-4027-a931-c38274a9c610 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ce5454cd-4b23-4027-a931-c38274a9c610 {
  display: none;
}
#s-ce5454cd-4b23-4027-a931-c38274a9c610, #wrap-s-ce5454cd-4b23-4027-a931-c38274a9c610 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce5454cd-4b23-4027-a931-c38274a9c610 {
  display: none;
}
#s-ce5454cd-4b23-4027-a931-c38274a9c610, #wrap-s-ce5454cd-4b23-4027-a931-c38274a9c610 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce5454cd-4b23-4027-a931-c38274a9c610 {
  display: none;
}
#s-ce5454cd-4b23-4027-a931-c38274a9c610, #wrap-s-ce5454cd-4b23-4027-a931-c38274a9c610 { display:none !important; }}@media (max-width: 767px){#s-ce5454cd-4b23-4027-a931-c38274a9c610 {
  
}
}
#s-ce5454cd-4b23-4027-a931-c38274a9c610 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ce5454cd-4b23-4027-a931-c38274a9c610 .shg-sld-nav-button.shg-sld-left,
#s-ce5454cd-4b23-4027-a931-c38274a9c610 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-3feb199a-e86e-4be3-a2a9-a860397d026f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3feb199a-e86e-4be3-a2a9-a860397d026f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3feb199a-e86e-4be3-a2a9-a860397d026f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3feb199a-e86e-4be3-a2a9-a860397d026f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc990157-8545-4aa7-8d95-4c87e2bfb911 {
  display: none;
}
#s-4973fe56-79ad-4a55-b7b7-1fad40ba8ca9 {
  text-align: center;
}




  #s-4973fe56-79ad-4a55-b7b7-1fad40ba8ca9 img.shogun-image {
    
    width: px;
  }


#s-4973fe56-79ad-4a55-b7b7-1fad40ba8ca9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c9d7eb3-0f23-4286-a8f7-1db837957976 {
  margin-top: 4px;
}

#s-aa7211a3-3bc1-428b-9183-fda07148a56d {
  text-align: center;
}

#s-aa7211a3-3bc1-428b-9183-fda07148a56d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-aa7211a3-3bc1-428b-9183-fda07148a56d .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-aa7211a3-3bc1-428b-9183-fda07148a56d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-73496829-7a0e-4439-b048-53b4e31efe00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-73496829-7a0e-4439-b048-53b4e31efe00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73496829-7a0e-4439-b048-53b4e31efe00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73496829-7a0e-4439-b048-53b4e31efe00 {
  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-73496829-7a0e-4439-b048-53b4e31efe00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73496829-7a0e-4439-b048-53b4e31efe00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-73496829-7a0e-4439-b048-53b4e31efe00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bab7b2f0-f649-4ca6-83e9-73d40b32c4f6 {
  display: none;
}
#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef {
  text-align: left;
}


.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef {
  max-width: 100%;
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef .shg-image-zoom,
.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef img.shogun-image {
  
  
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef {
  max-width: 100%;
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef .shg-image-zoom,
.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef img.shogun-image {
  
  
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef {
  max-width: 100%;
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef .shg-image-zoom,
.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef img.shogun-image {
  
  
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef {
  max-width: 100%;
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef .shg-image-zoom,
.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef img.shogun-image {
  
  
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef {
  max-width: 100%;
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef .shg-image-zoom,
.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef img.shogun-image {
  
  
}

.shg-c#s-10bdec6b-7328-4ee8-8c80-b3b0d812b8ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6182cc30-92c2-4fcf-90f5-8f939963089d {
  margin-top: 4px;
}

#s-8618fe7e-f11e-4818-9639-4992a01fa6f8 {
  text-align: center;
}

#s-8618fe7e-f11e-4818-9639-4992a01fa6f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-8618fe7e-f11e-4818-9639-4992a01fa6f8 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-8618fe7e-f11e-4818-9639-4992a01fa6f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3f5991bf-487a-4c15-b1b4-2ab212fcabad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3f5991bf-487a-4c15-b1b4-2ab212fcabad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f5991bf-487a-4c15-b1b4-2ab212fcabad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f5991bf-487a-4c15-b1b4-2ab212fcabad {
  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-3f5991bf-487a-4c15-b1b4-2ab212fcabad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f5991bf-487a-4c15-b1b4-2ab212fcabad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3f5991bf-487a-4c15-b1b4-2ab212fcabad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-fc474774-f20a-4afa-955c-ae4dabff1876"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fc474774-f20a-4afa-955c-ae4dabff1876"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc474774-f20a-4afa-955c-ae4dabff1876"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc474774-f20a-4afa-955c-ae4dabff1876"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8df0bd1e-3ad7-4195-99d2-7d2529f68031 {
  display: none;
}
#s-8089ff7c-27ce-43df-881e-16822308eba5 {
  text-align: center;
}




  #s-8089ff7c-27ce-43df-881e-16822308eba5 img.shogun-image {
    
    width: px;
  }


#s-8089ff7c-27ce-43df-881e-16822308eba5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbe0203e-ffef-4e11-9ebf-6e011a429fc3 {
  margin-top: 4px;
}

#s-f87b06c4-a39a-426f-b800-efa57f45670a {
  text-align: center;
}

#s-f87b06c4-a39a-426f-b800-efa57f45670a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-f87b06c4-a39a-426f-b800-efa57f45670a .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-f87b06c4-a39a-426f-b800-efa57f45670a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-793c4a90-6bb9-4910-9c8a-b1434c35a276 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-793c4a90-6bb9-4910-9c8a-b1434c35a276:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-793c4a90-6bb9-4910-9c8a-b1434c35a276:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-793c4a90-6bb9-4910-9c8a-b1434c35a276 {
  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-793c4a90-6bb9-4910-9c8a-b1434c35a276.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-793c4a90-6bb9-4910-9c8a-b1434c35a276.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-793c4a90-6bb9-4910-9c8a-b1434c35a276.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-79d7e179-901c-463f-88b1-278626bbd213 {
  display: none;
}
#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 {
  text-align: left;
}


.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 {
  max-width: 100%;
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 .shg-image-zoom,
.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 img.shogun-image {
  
  
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 {
  max-width: 100%;
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 .shg-image-zoom,
.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 img.shogun-image {
  
  
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 {
  max-width: 100%;
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 .shg-image-zoom,
.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 img.shogun-image {
  
  
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 {
  max-width: 100%;
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 .shg-image-zoom,
.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 img.shogun-image {
  
  
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 {
  max-width: 100%;
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 .shg-image-zoom,
.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 img.shogun-image {
  
  
}

.shg-c#s-8b409166-5c41-4f7f-9518-9eaa6c747ba9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1d87f99d-8c15-47d7-bc18-1f37426f1fab {
  margin-top: 4px;
}

#s-6504f9b3-b573-424e-999e-2d4a632d15b0 {
  text-align: center;
}

#s-6504f9b3-b573-424e-999e-2d4a632d15b0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-6504f9b3-b573-424e-999e-2d4a632d15b0 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-6504f9b3-b573-424e-999e-2d4a632d15b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c19b7281-9231-4dbd-80bd-2c0c9115264b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c19b7281-9231-4dbd-80bd-2c0c9115264b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c19b7281-9231-4dbd-80bd-2c0c9115264b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c19b7281-9231-4dbd-80bd-2c0c9115264b {
  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-c19b7281-9231-4dbd-80bd-2c0c9115264b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c19b7281-9231-4dbd-80bd-2c0c9115264b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c19b7281-9231-4dbd-80bd-2c0c9115264b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-8cccc18f-e0db-434a-8ae2-e9058a20336e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8cccc18f-e0db-434a-8ae2-e9058a20336e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8cccc18f-e0db-434a-8ae2-e9058a20336e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cccc18f-e0db-434a-8ae2-e9058a20336e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4d85d1af-2b45-4cd4-bc46-f01382df36e1 {
  display: none;
}
#s-3664f6f0-2f9b-42af-be59-238ae326cc2c {
  text-align: left;
}


.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c {
  max-width: 100%;
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c .shg-image-zoom,
.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c img.shogun-image {
  
  
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c {
  max-width: 100%;
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c .shg-image-zoom,
.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c img.shogun-image {
  
  
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c {
  max-width: 100%;
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c .shg-image-zoom,
.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c img.shogun-image {
  
  
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c {
  max-width: 100%;
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c .shg-image-zoom,
.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c img.shogun-image {
  
  
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c {
  max-width: 100%;
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c .shg-image-zoom,
.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c img.shogun-image {
  
  
}

.shg-c#s-3664f6f0-2f9b-42af-be59-238ae326cc2c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-33e0c659-53e0-413e-9d92-73220479588b {
  margin-top: 4px;
}

#s-a22e0ed3-e0b7-4a6c-a8f7-58b483107345 {
  text-align: center;
}

#s-a22e0ed3-e0b7-4a6c-a8f7-58b483107345 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-a22e0ed3-e0b7-4a6c-a8f7-58b483107345 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-a22e0ed3-e0b7-4a6c-a8f7-58b483107345 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b17a1159-aa98-439a-8fa0-f3e8cca24954 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b17a1159-aa98-439a-8fa0-f3e8cca24954:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b17a1159-aa98-439a-8fa0-f3e8cca24954:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b17a1159-aa98-439a-8fa0-f3e8cca24954 {
  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-b17a1159-aa98-439a-8fa0-f3e8cca24954.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b17a1159-aa98-439a-8fa0-f3e8cca24954.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b17a1159-aa98-439a-8fa0-f3e8cca24954.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-caea69b4-a4c0-496f-8f43-4ac2cee72c08 {
  display: none;
}
#s-7732e066-ab58-40cf-9443-ab8217e83fba {
  text-align: left;
}


.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba {
  max-width: 100%;
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba .shg-image-zoom,
.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba img.shogun-image {
  
  
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba {
  max-width: 100%;
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba .shg-image-zoom,
.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba img.shogun-image {
  
  
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba {
  max-width: 100%;
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba .shg-image-zoom,
.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba img.shogun-image {
  
  
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba {
  max-width: 100%;
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba .shg-image-zoom,
.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba img.shogun-image {
  
  
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba {
  max-width: 100%;
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba .shg-image-zoom,
.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba img.shogun-image {
  
  
}

.shg-c#s-7732e066-ab58-40cf-9443-ab8217e83fba .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-98ccd7a3-64e2-494a-a6d2-31ff41f33a25 {
  margin-top: 4px;
}

#s-1fc981e1-d326-4cc1-867c-a042bc301a0f {
  text-align: center;
}

#s-1fc981e1-d326-4cc1-867c-a042bc301a0f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-1fc981e1-d326-4cc1-867c-a042bc301a0f .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-1fc981e1-d326-4cc1-867c-a042bc301a0f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-80aff876-dc9f-4baf-9ced-f0637b827aa6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-80aff876-dc9f-4baf-9ced-f0637b827aa6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80aff876-dc9f-4baf-9ced-f0637b827aa6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-80aff876-dc9f-4baf-9ced-f0637b827aa6 {
  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-80aff876-dc9f-4baf-9ced-f0637b827aa6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80aff876-dc9f-4baf-9ced-f0637b827aa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80aff876-dc9f-4baf-9ced-f0637b827aa6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-722aa9d0-af93-487f-bf3b-af9eb4544211 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-722aa9d0-af93-487f-bf3b-af9eb4544211 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-722aa9d0-af93-487f-bf3b-af9eb4544211 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-722aa9d0-af93-487f-bf3b-af9eb4544211 {
  
}
}@media (max-width: 767px){#s-722aa9d0-af93-487f-bf3b-af9eb4544211 {
  display: none;
}
#s-722aa9d0-af93-487f-bf3b-af9eb4544211, #wrap-s-722aa9d0-af93-487f-bf3b-af9eb4544211 { display:none !important; }}
#s-722aa9d0-af93-487f-bf3b-af9eb4544211 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-722aa9d0-af93-487f-bf3b-af9eb4544211 .shg-sld-nav-button.shg-sld-left,
#s-722aa9d0-af93-487f-bf3b-af9eb4544211 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-ea6b4e2b-fb92-40d4-ae1f-1027ff5c0221"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea6b4e2b-fb92-40d4-ae1f-1027ff5c0221"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ea6b4e2b-fb92-40d4-ae1f-1027ff5c0221"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea6b4e2b-fb92-40d4-ae1f-1027ff5c0221"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f4833592-d85c-4a33-a788-6f2516840301 {
  display: none;
}
#s-30604607-900a-4578-8a57-04f9e450c7ca {
  text-align: left;
}


.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca {
  max-width: 100%;
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca .shg-image-zoom,
.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca img.shogun-image {
  
  
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca {
  max-width: 100%;
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca .shg-image-zoom,
.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca img.shogun-image {
  
  
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca {
  max-width: 100%;
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca .shg-image-zoom,
.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca img.shogun-image {
  
  
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca {
  max-width: 100%;
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca .shg-image-zoom,
.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca img.shogun-image {
  
  
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca {
  max-width: 100%;
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca .shg-image-zoom,
.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca img.shogun-image {
  
  
}

.shg-c#s-30604607-900a-4578-8a57-04f9e450c7ca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7cd1ee25-a40e-4aec-b1e2-8771e98a86f0 {
  margin-top: 4px;
}

#s-44845603-a737-47fa-a8d4-b84a8dac9c9e {
  text-align: center;
}

#s-44845603-a737-47fa-a8d4-b84a8dac9c9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-44845603-a737-47fa-a8d4-b84a8dac9c9e .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-44845603-a737-47fa-a8d4-b84a8dac9c9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9e2f80b6-acf3-450a-a05b-7c8fea0cf6c7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9e2f80b6-acf3-450a-a05b-7c8fea0cf6c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9e2f80b6-acf3-450a-a05b-7c8fea0cf6c7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9e2f80b6-acf3-450a-a05b-7c8fea0cf6c7 {
  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-9e2f80b6-acf3-450a-a05b-7c8fea0cf6c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e2f80b6-acf3-450a-a05b-7c8fea0cf6c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9e2f80b6-acf3-450a-a05b-7c8fea0cf6c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-72ab0044-4640-4f35-b8ad-f78ff7c52c17 {
  display: none;
}
#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 {
  text-align: left;
}


.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 {
  max-width: 100%;
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 .shg-image-zoom,
.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 img.shogun-image {
  
  
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 {
  max-width: 100%;
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 .shg-image-zoom,
.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 img.shogun-image {
  
  
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 {
  max-width: 100%;
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 .shg-image-zoom,
.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 img.shogun-image {
  
  
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 {
  max-width: 100%;
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 .shg-image-zoom,
.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 img.shogun-image {
  
  
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 {
  max-width: 100%;
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 .shg-image-zoom,
.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 img.shogun-image {
  
  
}

.shg-c#s-b6c76b30-5cc2-4fb1-b247-5c4ec8216f83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2be727ab-a1ff-4164-a5cc-d9de9dc64c6f {
  margin-top: 4px;
}

#s-9fa04fdb-f724-40af-945f-b72305238162 {
  text-align: center;
}

#s-9fa04fdb-f724-40af-945f-b72305238162 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-9fa04fdb-f724-40af-945f-b72305238162 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-9fa04fdb-f724-40af-945f-b72305238162 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-89b841d5-1858-47bc-a2bf-59f5d5c65c98 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-89b841d5-1858-47bc-a2bf-59f5d5c65c98:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89b841d5-1858-47bc-a2bf-59f5d5c65c98:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89b841d5-1858-47bc-a2bf-59f5d5c65c98 {
  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-89b841d5-1858-47bc-a2bf-59f5d5c65c98.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89b841d5-1858-47bc-a2bf-59f5d5c65c98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-89b841d5-1858-47bc-a2bf-59f5d5c65c98.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-902e5f38-5081-4296-aea3-97625d8e71d7 {
  display: none;
}
#s-9704c3e0-2a62-456f-86ed-d32a22714267 {
  text-align: left;
}


.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 {
  max-width: 100%;
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 .shg-image-zoom,
.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 img.shogun-image {
  
  
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 {
  max-width: 100%;
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 .shg-image-zoom,
.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 img.shogun-image {
  
  
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 {
  max-width: 100%;
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 .shg-image-zoom,
.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 img.shogun-image {
  
  
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 {
  max-width: 100%;
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 .shg-image-zoom,
.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 img.shogun-image {
  
  
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 {
  max-width: 100%;
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 .shg-image-zoom,
.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 img.shogun-image {
  
  
}

.shg-c#s-9704c3e0-2a62-456f-86ed-d32a22714267 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b1182d68-406e-428b-90bd-b11c1845f1fe {
  margin-top: 4px;
}

#s-7ed3591f-ba90-4778-941d-46c68d8f0168 {
  text-align: center;
}

#s-7ed3591f-ba90-4778-941d-46c68d8f0168 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-7ed3591f-ba90-4778-941d-46c68d8f0168 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-7ed3591f-ba90-4778-941d-46c68d8f0168 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5a74a638-483f-4bfd-a51f-6db7957e0330 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5a74a638-483f-4bfd-a51f-6db7957e0330:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a74a638-483f-4bfd-a51f-6db7957e0330:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a74a638-483f-4bfd-a51f-6db7957e0330 {
  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-5a74a638-483f-4bfd-a51f-6db7957e0330.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a74a638-483f-4bfd-a51f-6db7957e0330.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a74a638-483f-4bfd-a51f-6db7957e0330.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-b1a910a0-6fb1-461e-b84e-2e0314f89f63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1a910a0-6fb1-461e-b84e-2e0314f89f63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b1a910a0-6fb1-461e-b84e-2e0314f89f63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1a910a0-6fb1-461e-b84e-2e0314f89f63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bf0c3ed0-336d-4b1f-ba7d-39341380d5a6 {
  display: none;
}
#s-da12a884-c016-4a84-b430-2c74ca73b004 {
  text-align: center;
}




  #s-da12a884-c016-4a84-b430-2c74ca73b004 img.shogun-image {
    
    width: px;
  }


#s-da12a884-c016-4a84-b430-2c74ca73b004 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dadd680-c348-4682-b0b3-801cc139f3b8 {
  margin-top: 4px;
}

#s-ef30fcd2-15c8-49c3-a002-2e211eeb23de {
  text-align: center;
}

#s-ef30fcd2-15c8-49c3-a002-2e211eeb23de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-ef30fcd2-15c8-49c3-a002-2e211eeb23de .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-ef30fcd2-15c8-49c3-a002-2e211eeb23de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-09a632f8-29c4-4d4a-8538-bcefc7a7a8d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-09a632f8-29c4-4d4a-8538-bcefc7a7a8d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-09a632f8-29c4-4d4a-8538-bcefc7a7a8d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-09a632f8-29c4-4d4a-8538-bcefc7a7a8d7 {
  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-09a632f8-29c4-4d4a-8538-bcefc7a7a8d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09a632f8-29c4-4d4a-8538-bcefc7a7a8d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-09a632f8-29c4-4d4a-8538-bcefc7a7a8d7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4b688346-c922-45b7-92ab-c30ff1c32542 {
  display: none;
}
#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e {
  text-align: left;
}


.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e {
  max-width: 100%;
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e .shg-image-zoom,
.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e img.shogun-image {
  
  
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e {
  max-width: 100%;
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e .shg-image-zoom,
.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e img.shogun-image {
  
  
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e {
  max-width: 100%;
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e .shg-image-zoom,
.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e img.shogun-image {
  
  
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e {
  max-width: 100%;
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e .shg-image-zoom,
.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e img.shogun-image {
  
  
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e {
  max-width: 100%;
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e .shg-image-zoom,
.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e img.shogun-image {
  
  
}

.shg-c#s-4888a9de-91f8-4de3-97f6-f0fd0d446c3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-39e3da76-998d-489b-bb77-7a8e4cb2c9b7 {
  margin-top: 4px;
}

#s-4c4f6eeb-634e-40aa-b03e-f2a0ab21b772 {
  text-align: center;
}

#s-4c4f6eeb-634e-40aa-b03e-f2a0ab21b772 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-4c4f6eeb-634e-40aa-b03e-f2a0ab21b772 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-4c4f6eeb-634e-40aa-b03e-f2a0ab21b772 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-68d8df7d-7796-48af-8747-dbbc76fb3b12 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-68d8df7d-7796-48af-8747-dbbc76fb3b12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68d8df7d-7796-48af-8747-dbbc76fb3b12:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68d8df7d-7796-48af-8747-dbbc76fb3b12 {
  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-68d8df7d-7796-48af-8747-dbbc76fb3b12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68d8df7d-7796-48af-8747-dbbc76fb3b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-68d8df7d-7796-48af-8747-dbbc76fb3b12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-904a7886-d3bc-4eff-b29b-be298758eeac {
  display: none;
}
#s-f901b60e-986d-4a6e-b2ed-23f5a1d1df2e {
  text-align: center;
}




  #s-f901b60e-986d-4a6e-b2ed-23f5a1d1df2e img.shogun-image {
    
    width: px;
  }


#s-f901b60e-986d-4a6e-b2ed-23f5a1d1df2e .shogun-image-content {
  
    align-items: center;
  
}

#s-2a1d85c4-e5c8-48ba-96f9-1f5b91b4e98f {
  margin-top: 4px;
}

#s-99b4a5d8-6fb8-4de6-858c-45775d313e52 {
  text-align: center;
}

#s-99b4a5d8-6fb8-4de6-858c-45775d313e52 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-99b4a5d8-6fb8-4de6-858c-45775d313e52 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-99b4a5d8-6fb8-4de6-858c-45775d313e52 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1ee95819-5ca2-4736-9837-9791eb2bc754 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1ee95819-5ca2-4736-9837-9791eb2bc754:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ee95819-5ca2-4736-9837-9791eb2bc754:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ee95819-5ca2-4736-9837-9791eb2bc754 {
  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-1ee95819-5ca2-4736-9837-9791eb2bc754.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ee95819-5ca2-4736-9837-9791eb2bc754.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1ee95819-5ca2-4736-9837-9791eb2bc754.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-96d42a35-74f0-4c99-9a64-63b2d3680a8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96d42a35-74f0-4c99-9a64-63b2d3680a8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96d42a35-74f0-4c99-9a64-63b2d3680a8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96d42a35-74f0-4c99-9a64-63b2d3680a8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.woff2')
      format('woff2'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.woff')
      format('woff'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.ttf')
      format('truetype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
      format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shg-car-control .glyphicon-chevron-left {
  margin-left: -10px;
  left: 50%;
}

.shg-car-control .glyphicon-chevron-left:before {
  content: "\e079";
}

.shg-car-control .glyphicon-chevron-right {
  margin-right: -10px;
  right: 50%;
}

.shg-car-control .glyphicon-chevron-right:before {
  content: "\e080";
}

.shg-car {
  min-height: inherit;
  max-height: inherit;
  position: relative;
}

.shg-car-inner {
  min-height: inherit;
  max-height: inherit;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.shg-car-inner > .shg-car-item {
  min-height: inherit;
  max-height: inherit;
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

.shg-car-item a {
  text-decoration: none;
  border: none;
}

.shg-car-inner > .shg-car-item img {
  min-height: inherit;
  max-height: inherit;
}

.shg-car-inner > .shg-car-item > img,
.shg-car-inner > .shg-car-item > a > img {
  line-height: 1;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  border: 0;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .shg-car-inner > .shg-car-item {
    transition: transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;

            backface-visibility: hidden;
    perspective: 1000px;
  }
  .shg-car-inner > .shg-car-item.next,
  .shg-car-inner > .shg-car-item.shg-active.shg-car-right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .shg-car-inner > .shg-car-item.prev,
  .shg-car-inner > .shg-car-item.shg-active.shg-car-left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .shg-car-inner > .shg-car-item.next.shg-car-left,
  .shg-car-inner > .shg-car-item.prev.shg-car-right,
  .shg-car-inner > .shg-car-item.shg-active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.shg-car-inner > .shg-active,
.shg-car-inner > .next,
.shg-car-inner > .prev {
  display: block;
}
.shg-car-inner > .shg-active {
  left: 0;
}
.shg-car-inner > .next,
.shg-car-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.shg-car-inner > .next {
  left: 100%;
}
.shg-car-inner > .prev {
  left: -100%;
}
.shg-car-inner > .next.shg-car-left,
.shg-car-inner > .prev.shg-car-right {
  left: 0;
}
.shg-car-inner > .shg-active.shg-car-left {
  left: -100%;
}
.shg-car-inner > .shg-active.shg-car-right {
  left: 100%;
}
.shg-car-control {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
  z-index: 5;
  text-decoration: none;
  border: none;
}
.shg-car-control.shg-car-left {
}
.shg-car-control.shg-car-right {
  right: 0;
  left: auto;
}
.shg-car-control:hover,
.shg-car-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.shg-car-control .icon-prev,
.shg-car-control .icon-next,
.shg-car-control .glyphicon-chevron-left,
.shg-car-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.shg-car-control .icon-prev,
.shg-car-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.shg-car-control .icon-next,
.shg-car-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.shg-car-control .icon-prev,
.shg-car-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.shg-car-control .icon-prev:before {
  content: '\2039';
}
.shg-car-control .icon-next:before {
  content: '\203a';
}
.shg-car-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.shg-car-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.shg-car-indicators .shg-active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.shg-car-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.shg-car-caption h3 {
  margin: 0 !important;
  padding: 30px !important;
}
.shg-car-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .shg-car-control .glyphicon-chevron-left,
  .shg-car-control .glyphicon-chevron-right,
  .shg-car-control .icon-prev,
  .shg-car-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .shg-car-control .glyphicon-chevron-left,
  .shg-car-control .icon-prev {
    margin-left: -10px;
  }
  .shg-car-control .glyphicon-chevron-right,
  .shg-car-control .icon-next {
    margin-right: -10px;
  }
  .shg-car-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .shg-car-indicators {
    bottom: 20px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  max-height: inherit;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media (min-width: 1200px){#s-29c2e9cf-0b60-41ce-a941-0aa73dd21eb6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29c2e9cf-0b60-41ce-a941-0aa73dd21eb6 {
  
}
}
#s-b278029d-66ea-45f4-a77d-22104cf7d100 {
  margin-left: 20px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}








#s-b278029d-66ea-45f4-a77d-22104cf7d100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b278029d-66ea-45f4-a77d-22104cf7d100.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7df7e6fd-ef88-42ab-b0d7-1858082e72c3 {
  text-align: center;
}

#s-c018af59-33f4-4947-b198-31da0b51ae06 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-192bf231-f859-4c6c-88f1-d52121fbd367 {
  min-height: 50px;
}
@media (max-width: 767px){#s-192bf231-f859-4c6c-88f1-d52121fbd367 {
  display: none;
}
#s-192bf231-f859-4c6c-88f1-d52121fbd367, #wrap-s-192bf231-f859-4c6c-88f1-d52121fbd367 { display:none !important; }}







#s-192bf231-f859-4c6c-88f1-d52121fbd367 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-192bf231-f859-4c6c-88f1-d52121fbd367.shg-box.shg-c {
  justify-content: center;
}

#s-1e046dc4-9f03-4c95-9d21-f2282433cf5b {
  display: none;
}
#s-8b261ece-d09f-446c-9e9c-bca1d11ad6a5 {
  min-height: 50px;
}








#s-8b261ece-d09f-446c-9e9c-bca1d11ad6a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b261ece-d09f-446c-9e9c-bca1d11ad6a5.shg-box.shg-c {
  justify-content: center;
}

#s-cbfb0001-33ec-45d1-865e-9defbeb630b3 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-cbfb0001-33ec-45d1-865e-9defbeb630b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-cbfb0001-33ec-45d1-865e-9defbeb630b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-cbfb0001-33ec-45d1-865e-9defbeb630b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-cbfb0001-33ec-45d1-865e-9defbeb630b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-cbfb0001-33ec-45d1-865e-9defbeb630b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-cbfb0001-33ec-45d1-865e-9defbeb630b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-cbfb0001-33ec-45d1-865e-9defbeb630b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-12e1637d-9106-4152-ae78-a8aa8235c181 {
  text-align: center;
}


.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 {
  max-width: 100%;
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 .shg-image-zoom,
.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 {
  max-width: 100%;
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 .shg-image-zoom,
.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 {
  max-width: 100%;
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 .shg-image-zoom,
.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 {
  max-width: 100%;
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 .shg-image-zoom,
.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 {
  max-width: 100%;
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 .shg-image-zoom,
.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-12e1637d-9106-4152-ae78-a8aa8235c181 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4ea176fc-bfab-489d-bb54-656480e6fcab {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4ea176fc-bfab-489d-bb54-656480e6fcab-btn-wrapper {
    text-align: center;
  }


#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-variant-btn:hover {
  background: #252525;
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-variant-btn:active, #s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4ea176fc-bfab-489d-bb54-656480e6fcab .shg-variant-btn.disabled {
  background: #252525;
}

#s-42606a06-c536-43b1-8c05-814cd61175e6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-42606a06-c536-43b1-8c05-814cd61175e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42606a06-c536-43b1-8c05-814cd61175e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-42606a06-c536-43b1-8c05-814cd61175e6-atc-btn-wrapper {
    text-align: center;
  }


#s-42606a06-c536-43b1-8c05-814cd61175e6 {
  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-42606a06-c536-43b1-8c05-814cd61175e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42606a06-c536-43b1-8c05-814cd61175e6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-42606a06-c536-43b1-8c05-814cd61175e6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a18d336d-8943-4c0f-bb14-81ae2bff3f67 {
  padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(251, 228, 232, 1);
}








#s-a18d336d-8943-4c0f-bb14-81ae2bff3f67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a18d336d-8943-4c0f-bb14-81ae2bff3f67.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7b5ef3ac-c446-4bb9-9d66-3431074c5724 {
  padding-left: 15px;
padding-right: 15px;
}

#s-29ba787f-07b1-4ed1-96e1-5b8f4ad69a41 {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-29ba787f-07b1-4ed1-96e1-5b8f4ad69a41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29ba787f-07b1-4ed1-96e1-5b8f4ad69a41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29ba787f-07b1-4ed1-96e1-5b8f4ad69a41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29ba787f-07b1-4ed1-96e1-5b8f4ad69a41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-886a8631-30f6-4972-8baf-13b4fb879b7d {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}




  #s-886a8631-30f6-4972-8baf-13b4fb879b7d img.shogun-image {
    
    width: px;
  }


#s-886a8631-30f6-4972-8baf-13b4fb879b7d .shogun-image-content {
  
    align-items: center;
  
}

#s-41df4665-e25d-42c8-b721-852d49ec822e {
  min-height: 50px;
background-color: rgba(251, 228, 232, 1);
}








#s-41df4665-e25d-42c8-b721-852d49ec822e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41df4665-e25d-42c8-b721-852d49ec822e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a212a384-e4a1-4361-a051-76ae6ebab777 {
  padding-top: 25px;
padding-left: 90px;
padding-bottom: 25px;
padding-right: 90px;
}
@media (max-width: 767px){#s-a212a384-e4a1-4361-a051-76ae6ebab777 {
  display: none;
}
#s-a212a384-e4a1-4361-a051-76ae6ebab777, #wrap-s-a212a384-e4a1-4361-a051-76ae6ebab777 { display:none !important; }}
#s-a212a384-e4a1-4361-a051-76ae6ebab777 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a212a384-e4a1-4361-a051-76ae6ebab777 .shg-sld-nav-button.shg-sld-left,
#s-a212a384-e4a1-4361-a051-76ae6ebab777 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-35724960-9193-4fbf-a350-78c90444fafe {
  padding-top: 30px;
background-color: rgba(251, 228, 232, 1);
}

@media (min-width: 0px) {
[id="s-35724960-9193-4fbf-a350-78c90444fafe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-35724960-9193-4fbf-a350-78c90444fafe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35724960-9193-4fbf-a350-78c90444fafe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35724960-9193-4fbf-a350-78c90444fafe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-96851e52-19e8-4ff7-9918-64cc95b534fc {
  text-align: center;
}




  #s-96851e52-19e8-4ff7-9918-64cc95b534fc img.shogun-image {
    
    width: px;
  }


#s-96851e52-19e8-4ff7-9918-64cc95b534fc .shogun-image-content {
  
    align-items: center;
  
}

#s-81e0aefb-3bad-4986-b097-789315a8381c {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-1ae1ea92-57b6-4999-8b98-609ab667387a {
  text-align: center;
}




  #s-1ae1ea92-57b6-4999-8b98-609ab667387a img.shogun-image {
    
    width: px;
  }


#s-1ae1ea92-57b6-4999-8b98-609ab667387a .shogun-image-content {
  
    align-items: center;
  
}

#s-9ac30c31-accb-4868-b693-30936a4b096f {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-ce590fa6-2081-4d68-b5f8-53a494a589b8 {
  text-align: center;
}




  #s-ce590fa6-2081-4d68-b5f8-53a494a589b8 img.shogun-image {
    
    width: px;
  }


#s-ce590fa6-2081-4d68-b5f8-53a494a589b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebc2eb19-cfb7-4b0b-86d0-2cd53b962b5f {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-671d80e8-b3f6-47d1-8782-4aecc46c6f18 {
  padding-top: 30px;
background-color: rgba(251, 228, 232, 1);
}

@media (min-width: 0px) {
[id="s-671d80e8-b3f6-47d1-8782-4aecc46c6f18"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-671d80e8-b3f6-47d1-8782-4aecc46c6f18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-671d80e8-b3f6-47d1-8782-4aecc46c6f18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-671d80e8-b3f6-47d1-8782-4aecc46c6f18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f9382db1-897f-4ace-ad4b-75d8994affb7 {
  text-align: center;
}




  #s-f9382db1-897f-4ace-ad4b-75d8994affb7 img.shogun-image {
    
    width: px;
  }


#s-f9382db1-897f-4ace-ad4b-75d8994affb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-65294ae4-c73f-4997-b24d-d93fdb07f09c {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-36a962a5-b6f3-4dc2-aa4c-653482bc8d63 {
  text-align: center;
}




  #s-36a962a5-b6f3-4dc2-aa4c-653482bc8d63 img.shogun-image {
    
    width: px;
  }


#s-36a962a5-b6f3-4dc2-aa4c-653482bc8d63 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8dbec1e-0a66-45c5-ae68-5b5796893b43 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-3fc8f2fe-c034-4a06-9bdf-6517c7f6f76b {
  text-align: center;
}




  #s-3fc8f2fe-c034-4a06-9bdf-6517c7f6f76b img.shogun-image {
    
    width: px;
  }


#s-3fc8f2fe-c034-4a06-9bdf-6517c7f6f76b .shogun-image-content {
  
    align-items: center;
  
}

#s-27fbe7dd-141b-4fcd-9aee-533618fd201e {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-7ee7ab44-5977-4da9-8aab-826579f61cd6 {
  min-height: 50px;
background-color: rgba(251, 228, 232, 1);
}








#s-7ee7ab44-5977-4da9-8aab-826579f61cd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ee7ab44-5977-4da9-8aab-826579f61cd6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-57f4bc04-709f-4868-aa1f-114b2c1a4214 {
  padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-57f4bc04-709f-4868-aa1f-114b2c1a4214"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-57f4bc04-709f-4868-aa1f-114b2c1a4214"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-57f4bc04-709f-4868-aa1f-114b2c1a4214"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-57f4bc04-709f-4868-aa1f-114b2c1a4214"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-dc3674cf-de44-4d36-9bbd-12c99a9a8b12 {
  text-align: center;
}




  #s-dc3674cf-de44-4d36-9bbd-12c99a9a8b12 img.shogun-image {
    
    width: px;
  }


#s-dc3674cf-de44-4d36-9bbd-12c99a9a8b12 .shogun-image-content {
  
    align-items: center;
  
}

#s-81eb61b3-a4f7-4d3e-96ce-e42433982381 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-966cce60-57f2-4cc9-8482-c375e7b4a210 {
  text-align: center;
}




  #s-966cce60-57f2-4cc9-8482-c375e7b4a210 img.shogun-image {
    
    width: px;
  }


#s-966cce60-57f2-4cc9-8482-c375e7b4a210 .shogun-image-content {
  
    align-items: center;
  
}

#s-47dc1b96-67c6-4665-ab9d-c77d24b68063 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-e0869a53-c86f-448a-adb0-cae46dafaf4c {
  text-align: center;
}




  #s-e0869a53-c86f-448a-adb0-cae46dafaf4c img.shogun-image {
    
    width: px;
  }


#s-e0869a53-c86f-448a-adb0-cae46dafaf4c .shogun-image-content {
  
    align-items: center;
  
}

#s-75c127bc-d81a-49d5-8ec8-261a0c4237e1 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d {
  padding-top: 30px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d {
  display: none;
}
#s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d, #wrap-s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d {
  display: none;
}
#s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d, #wrap-s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d {
  display: none;
}
#s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d, #wrap-s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d { display:none !important; }}@media (max-width: 767px){#s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d {
  
}
}
#s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d .shg-sld-nav-button.shg-sld-left,
#s-9939c56d-9a6d-4169-8b2c-31fa2fc1e52d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-afdacff8-5c8c-4bdf-9e93-6ec5c2924278 {
  padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-afdacff8-5c8c-4bdf-9e93-6ec5c2924278"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afdacff8-5c8c-4bdf-9e93-6ec5c2924278"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-afdacff8-5c8c-4bdf-9e93-6ec5c2924278"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-afdacff8-5c8c-4bdf-9e93-6ec5c2924278"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1cfde9fb-538f-4458-8837-3287023b92a4 {
  text-align: center;
}




  #s-1cfde9fb-538f-4458-8837-3287023b92a4 img.shogun-image {
    
    width: px;
  }


#s-1cfde9fb-538f-4458-8837-3287023b92a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc5fd3f4-f96d-41b1-b558-cceb55772cf4 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

@media (min-width: 0px) {
[id="s-eae17ca2-e4e3-448d-86fa-3bc802f76a78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eae17ca2-e4e3-448d-86fa-3bc802f76a78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eae17ca2-e4e3-448d-86fa-3bc802f76a78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eae17ca2-e4e3-448d-86fa-3bc802f76a78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f8c4e946-6bf7-4d32-b962-fec8845995bf {
  text-align: center;
}




  #s-f8c4e946-6bf7-4d32-b962-fec8845995bf img.shogun-image {
    
    width: px;
  }


#s-f8c4e946-6bf7-4d32-b962-fec8845995bf .shogun-image-content {
  
    align-items: center;
  
}

#s-afddb5a7-9659-4ea3-8982-c80cead03a62 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-c458d44d-a599-42d8-937f-4ed032cc1544 {
  min-height: 50px;
}








#s-c458d44d-a599-42d8-937f-4ed032cc1544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c458d44d-a599-42d8-937f-4ed032cc1544.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-bef347f5-febe-471c-a372-443d33673647"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bef347f5-febe-471c-a372-443d33673647"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bef347f5-febe-471c-a372-443d33673647"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bef347f5-febe-471c-a372-443d33673647"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d93027c4-f9e2-42b6-b155-3016d6dceff2 {
  text-align: center;
}




  #s-d93027c4-f9e2-42b6-b155-3016d6dceff2 img.shogun-image {
    
    width: px;
  }


#s-d93027c4-f9e2-42b6-b155-3016d6dceff2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b5acdec-d13f-4294-a5b4-f901cf4fa57d {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-67856cb3-eabf-47ba-8dde-79e3c917a467 {
  min-height: 50px;
}








#s-67856cb3-eabf-47ba-8dde-79e3c917a467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67856cb3-eabf-47ba-8dde-79e3c917a467.shg-box.shg-c {
  justify-content: flex-start;
}

#s-117d06a5-e86f-40b3-b644-de0d64fc3488 {
  padding-top: 16px;
padding-left: 39px;
padding-bottom: 16px;
padding-right: 39px;
}

@media (min-width: 0px) {
[id="s-117d06a5-e86f-40b3-b644-de0d64fc3488"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-117d06a5-e86f-40b3-b644-de0d64fc3488"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-117d06a5-e86f-40b3-b644-de0d64fc3488"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-117d06a5-e86f-40b3-b644-de0d64fc3488"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a59be28b-c3a6-46d9-830f-73549343d7bf {
  display: none;
}
#s-f32e9911-9a59-4b0e-b05d-8e974bcfcb18 {
  min-height: 50px;
}








#s-f32e9911-9a59-4b0e-b05d-8e974bcfcb18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f32e9911-9a59-4b0e-b05d-8e974bcfcb18.shg-box.shg-c {
  justify-content: center;
}

#s-7d4f9323-115a-4ba7-aa02-a4503a854605 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-7d4f9323-115a-4ba7-aa02-a4503a854605"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-7d4f9323-115a-4ba7-aa02-a4503a854605"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-7d4f9323-115a-4ba7-aa02-a4503a854605"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-7d4f9323-115a-4ba7-aa02-a4503a854605"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-7d4f9323-115a-4ba7-aa02-a4503a854605"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-7d4f9323-115a-4ba7-aa02-a4503a854605"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-7d4f9323-115a-4ba7-aa02-a4503a854605"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 {
  text-align: center;
}


.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 {
  max-width: 100%;
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 .shg-image-zoom,
.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 {
  max-width: 100%;
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 .shg-image-zoom,
.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 {
  max-width: 100%;
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 .shg-image-zoom,
.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 {
  max-width: 100%;
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 .shg-image-zoom,
.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 {
  max-width: 100%;
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 .shg-image-zoom,
.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-a0869249-1ece-481c-be6f-2f6cc98c95e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0adb646d-30f6-4ce7-a2f6-62545fc63a94-btn-wrapper {
    text-align: center;
  }


#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-variant-btn:hover {
  background: #252525;
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-variant-btn:active, #s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0adb646d-30f6-4ce7-a2f6-62545fc63a94 .shg-variant-btn.disabled {
  background: #252525;
}

#s-7cc3e444-598d-4410-8baf-0efdaa7f9d76 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7cc3e444-598d-4410-8baf-0efdaa7f9d76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7cc3e444-598d-4410-8baf-0efdaa7f9d76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7cc3e444-598d-4410-8baf-0efdaa7f9d76-atc-btn-wrapper {
    text-align: center;
  }


#s-7cc3e444-598d-4410-8baf-0efdaa7f9d76 {
  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-7cc3e444-598d-4410-8baf-0efdaa7f9d76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cc3e444-598d-4410-8baf-0efdaa7f9d76.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-7cc3e444-598d-4410-8baf-0efdaa7f9d76.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8b972679-8e95-48c1-8bb6-3e9679706704 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-8b972679-8e95-48c1-8bb6-3e9679706704"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-8b972679-8e95-48c1-8bb6-3e9679706704"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8b972679-8e95-48c1-8bb6-3e9679706704"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8b972679-8e95-48c1-8bb6-3e9679706704"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

#s-e0edd015-0157-42ae-9684-2305d686c24e {
  text-align: center;
}




  #s-e0edd015-0157-42ae-9684-2305d686c24e img.shogun-image {
    
    width: px;
  }


#s-e0edd015-0157-42ae-9684-2305d686c24e .shogun-image-content {
  
    align-items: center;
  
}

#s-4e37bc4c-e0fb-4ac8-bc22-c4df4912d7dd {
  text-align: center;
}




  #s-4e37bc4c-e0fb-4ac8-bc22-c4df4912d7dd img.shogun-image {
    
    width: px;
  }


#s-4e37bc4c-e0fb-4ac8-bc22-c4df4912d7dd .shogun-image-content {
  
    align-items: center;
  
}

#s-c8133988-a4af-47bb-92a9-b91bb79471bd {
  text-align: center;
}




  #s-c8133988-a4af-47bb-92a9-b91bb79471bd img.shogun-image {
    
    width: px;
  }


#s-c8133988-a4af-47bb-92a9-b91bb79471bd .shogun-image-content {
  
    align-items: center;
  
}

#s-5d91f993-d5c2-4be7-a9d5-1dde7f921ef0 {
  text-align: center;
}




  #s-5d91f993-d5c2-4be7-a9d5-1dde7f921ef0 img.shogun-image {
    
    width: px;
  }


#s-5d91f993-d5c2-4be7-a9d5-1dde7f921ef0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8c9259e-9736-4588-939a-7f4a379c3a55 {
  text-align: center;
}




  #s-e8c9259e-9736-4588-939a-7f4a379c3a55 img.shogun-image {
    
    width: px;
  }


#s-e8c9259e-9736-4588-939a-7f4a379c3a55 .shogun-image-content {
  
    align-items: center;
  
}

#s-96cd1cf7-3bf0-48e2-af99-f1e5b8ee950e {
  text-align: center;
}




  #s-96cd1cf7-3bf0-48e2-af99-f1e5b8ee950e img.shogun-image {
    
    width: px;
  }


#s-96cd1cf7-3bf0-48e2-af99-f1e5b8ee950e .shogun-image-content {
  
    align-items: center;
  
}

#s-516147b5-2ded-4c63-9468-d3787854f1f6 {
  min-height: 50px;
}








#s-516147b5-2ded-4c63-9468-d3787854f1f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-516147b5-2ded-4c63-9468-d3787854f1f6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-48547db4-2d81-4c35-b454-16800fc8c560 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
background-color: rgba(234, 239, 243, 0);
}








#s-48547db4-2d81-4c35-b454-16800fc8c560 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48547db4-2d81-4c35-b454-16800fc8c560.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6478e8b8-8713-4355-bf7f-6b658131f6f8 {
  min-height: 50px;
}








#s-6478e8b8-8713-4355-bf7f-6b658131f6f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6478e8b8-8713-4355-bf7f-6b658131f6f8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-acbc0bd2-8344-4288-bb4e-6ddbfb3c8a67 {
  padding-left: 50px;
padding-right: 50px;
}

.shg-ig-x {
  overflow-x: hidden;
}

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

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

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

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

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

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

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

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

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

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

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

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

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

[id="s-1a51c940-46ce-49f1-91d1-499317a7cdbd"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 7px;
}

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

@media (min-width: 768px) {
  [id="s-1a51c940-46ce-49f1-91d1-499317a7cdbd"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 7px;
  }

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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}