.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-045be1f7-767a-471e-add9-1faf2e10e49b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-045be1f7-767a-471e-add9-1faf2e10e49b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-045be1f7-767a-471e-add9-1faf2e10e49b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-cef9b38e-924e-40d5-8ff3-ddd817e52226 {
  margin-top: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cef9b38e-924e-40d5-8ff3-ddd817e52226 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Cutive Mono";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-94a3a18f-2094-4fcf-acbe-1b4e598b2fd3 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-94a3a18f-2094-4fcf-acbe-1b4e598b2fd3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-94a3a18f-2094-4fcf-acbe-1b4e598b2fd3 .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 1px solid rgba(215, 215, 215, 1);
  }
  #s-94a3a18f-2094-4fcf-acbe-1b4e598b2fd3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(40, 53, 66, 1);
    border: 1px solid rgba(40, 53, 66, 1);
  }
#s-94a3a18f-2094-4fcf-acbe-1b4e598b2fd3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(40, 53, 66, 1);
  font-family: Cutive Mono;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-94a3a18f-2094-4fcf-acbe-1b4e598b2fd3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-94a3a18f-2094-4fcf-acbe-1b4e598b2fd3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(40, 53, 66, 1);
}

#s-94a3a18f-2094-4fcf-acbe-1b4e598b2fd3 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(40, 53, 66, 1);
}

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

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

  to {
    opacity: 1;
  }
}

#s-ee72f78b-c0f1-4bc1-adfd-e15b93d36e6d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ee72f78b-c0f1-4bc1-adfd-e15b93d36e6d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ee72f78b-c0f1-4bc1-adfd-e15b93d36e6d .shg-sld-nav-button.shg-sld-left,
#s-ee72f78b-c0f1-4bc1-adfd-e15b93d36e6d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-6ddff778-e1ca-4a8f-8045-dfe1a0adb930 {
  text-align: center;
}







  #s-6ddff778-e1ca-4a8f-8045-dfe1a0adb930 img.shogun-image {
    

    
    
    
  }


#s-6ddff778-e1ca-4a8f-8045-dfe1a0adb930 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1392733-d345-49a0-9be2-664bbb17cd2c {
  text-align: center;
}







  #s-f1392733-d345-49a0-9be2-664bbb17cd2c img.shogun-image {
    

    
    
    
  }


#s-f1392733-d345-49a0-9be2-664bbb17cd2c .shogun-image-content {
  
    align-items: center;
  
}

#s-75daaf29-bf56-4b34-93c8-a91a2dc969cb {
  text-align: center;
}







  #s-75daaf29-bf56-4b34-93c8-a91a2dc969cb img.shogun-image {
    

    
    
    
  }


#s-75daaf29-bf56-4b34-93c8-a91a2dc969cb .shogun-image-content {
  
    align-items: center;
  
}

#s-d6d6a367-1a1e-4c36-a238-5e3b146c7f4c {
  text-align: center;
}







  #s-d6d6a367-1a1e-4c36-a238-5e3b146c7f4c img.shogun-image {
    

    
    
    
  }


#s-d6d6a367-1a1e-4c36-a238-5e3b146c7f4c .shogun-image-content {
  
    align-items: center;
  
}

#s-b818ac70-5a8e-4407-b44a-afac145ac050 {
  text-align: center;
}







  #s-b818ac70-5a8e-4407-b44a-afac145ac050 img.shogun-image {
    

    
    
    
  }


#s-b818ac70-5a8e-4407-b44a-afac145ac050 .shogun-image-content {
  
    align-items: center;
  
}

#s-8db3e37a-761a-40ea-b269-582b529eb68f {
  text-align: center;
}







  #s-8db3e37a-761a-40ea-b269-582b529eb68f img.shogun-image {
    

    
    
    
  }


#s-8db3e37a-761a-40ea-b269-582b529eb68f .shogun-image-content {
  
    align-items: center;
  
}

#s-3e55611a-ebd9-46d1-9995-64e9cad67513 {
  text-align: center;
}







  #s-3e55611a-ebd9-46d1-9995-64e9cad67513 img.shogun-image {
    

    
    
    
  }


#s-3e55611a-ebd9-46d1-9995-64e9cad67513 .shogun-image-content {
  
    align-items: center;
  
}

#s-b20dbdf4-53ab-4aca-b1c5-9875f226d513 {
  text-align: center;
}







  #s-b20dbdf4-53ab-4aca-b1c5-9875f226d513 img.shogun-image {
    

    
    
    
  }


#s-b20dbdf4-53ab-4aca-b1c5-9875f226d513 .shogun-image-content {
  
    align-items: center;
  
}

#s-66dd7426-db69-450f-b64d-7b2b19c3b1b0 {
  text-align: center;
}







  #s-66dd7426-db69-450f-b64d-7b2b19c3b1b0 img.shogun-image {
    

    
    
    
  }


#s-66dd7426-db69-450f-b64d-7b2b19c3b1b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f04f15b0-c6c5-45b9-b30a-3fbe294dee85 {
  text-align: center;
}







  #s-f04f15b0-c6c5-45b9-b30a-3fbe294dee85 img.shogun-image {
    

    
    
    
  }


#s-f04f15b0-c6c5-45b9-b30a-3fbe294dee85 .shogun-image-content {
  
    align-items: center;
  
}

#s-c624f058-4cb9-4460-adac-4f8afd978a67 {
  text-align: center;
}







  #s-c624f058-4cb9-4460-adac-4f8afd978a67 img.shogun-image {
    

    
    
    
  }


#s-c624f058-4cb9-4460-adac-4f8afd978a67 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa514e99-dbcf-45d9-9bbb-c3d08d55b712 {
  text-align: center;
}







  #s-aa514e99-dbcf-45d9-9bbb-c3d08d55b712 img.shogun-image {
    

    
    
    
  }


#s-aa514e99-dbcf-45d9-9bbb-c3d08d55b712 .shogun-image-content {
  
    align-items: center;
  
}

#s-b30ad648-5585-4d16-9d5c-74af03d1faef {
  text-align: center;
}







  #s-b30ad648-5585-4d16-9d5c-74af03d1faef img.shogun-image {
    

    
    
    
  }


#s-b30ad648-5585-4d16-9d5c-74af03d1faef .shogun-image-content {
  
    align-items: center;
  
}

#s-0ece8974-a11a-4eb0-82ae-6ea578b4619b {
  text-align: center;
}







  #s-0ece8974-a11a-4eb0-82ae-6ea578b4619b img.shogun-image {
    

    
    
    
  }


#s-0ece8974-a11a-4eb0-82ae-6ea578b4619b .shogun-image-content {
  
    align-items: center;
  
}

#s-5da099c7-1c49-44f7-9329-b2bd173d1e6e {
  text-align: center;
}







  #s-5da099c7-1c49-44f7-9329-b2bd173d1e6e img.shogun-image {
    

    
    
    
  }


#s-5da099c7-1c49-44f7-9329-b2bd173d1e6e .shogun-image-content {
  
    align-items: center;
  
}

#s-1757a1cd-0343-44d6-bea7-93ec68863fc5 {
  text-align: center;
}







  #s-1757a1cd-0343-44d6-bea7-93ec68863fc5 img.shogun-image {
    

    
    
    
  }


#s-1757a1cd-0343-44d6-bea7-93ec68863fc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-aec19223-7d46-4b87-9bab-427a10c5f534 {
  text-align: center;
}







  #s-aec19223-7d46-4b87-9bab-427a10c5f534 img.shogun-image {
    

    
    
    
  }


#s-aec19223-7d46-4b87-9bab-427a10c5f534 .shogun-image-content {
  
    align-items: center;
  
}

#s-66152956-0786-4441-9fd9-f35255ae14af {
  text-align: center;
}







  #s-66152956-0786-4441-9fd9-f35255ae14af img.shogun-image {
    

    
    
    
  }


#s-66152956-0786-4441-9fd9-f35255ae14af .shogun-image-content {
  
    align-items: center;
  
}

#s-ddfe1cb4-ff3d-4923-a77d-99d299117a4b {
  text-align: center;
}







  #s-ddfe1cb4-ff3d-4923-a77d-99d299117a4b img.shogun-image {
    

    
    
    
  }


#s-ddfe1cb4-ff3d-4923-a77d-99d299117a4b .shogun-image-content {
  
    align-items: center;
  
}

#s-89c626b3-3a9a-41d0-918f-a287b35156a7 {
  text-align: center;
}







  #s-89c626b3-3a9a-41d0-918f-a287b35156a7 img.shogun-image {
    

    
    
    
  }


#s-89c626b3-3a9a-41d0-918f-a287b35156a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-89fcc930-569e-4b1a-be2e-50a18775094d {
  text-align: center;
}







  #s-89fcc930-569e-4b1a-be2e-50a18775094d img.shogun-image {
    

    
    
    
  }


#s-89fcc930-569e-4b1a-be2e-50a18775094d .shogun-image-content {
  
    align-items: center;
  
}

#s-931a3596-fde3-4993-8d35-5a02bff93668 {
  text-align: center;
}







  #s-931a3596-fde3-4993-8d35-5a02bff93668 img.shogun-image {
    

    
    
    
  }


#s-931a3596-fde3-4993-8d35-5a02bff93668 .shogun-image-content {
  
    align-items: center;
  
}

#s-5390d261-7c97-4080-9dc7-b18b127ebf6f {
  text-align: center;
}







  #s-5390d261-7c97-4080-9dc7-b18b127ebf6f img.shogun-image {
    

    
    
    
  }


#s-5390d261-7c97-4080-9dc7-b18b127ebf6f .shogun-image-content {
  
    align-items: center;
  
}

#s-7d229754-ba6b-4863-ad47-2d104dd5ee50 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7d229754-ba6b-4863-ad47-2d104dd5ee50 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7d229754-ba6b-4863-ad47-2d104dd5ee50 .shg-sld-nav-button.shg-sld-left,
#s-7d229754-ba6b-4863-ad47-2d104dd5ee50 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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%;
}

.shg-imageV2-content {
  text-align: initial;
}

.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-9dd66a21-f0a4-4a28-8bff-cd1d081d5861 {
  text-align: center;
}







  img.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image {
    
    
  }


.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shg-align-container {
  text-align: center
}

.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image {
    
    
  }


.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shg-align-container {
  text-align: center
}

.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image {
    
    
  }


.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shg-align-container {
  text-align: center
}

.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image {
    
    
  }


.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shg-align-container {
  text-align: center
}

.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image {
    
    
  }


.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shg-align-container {
  text-align: center
}

.s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dd66a21-f0a4-4a28-8bff-cd1d081d5861.shogun-image {
  box-sizing: border-box;
}


}
#s-29461855-40c3-47f1-8753-0cffa51ae3a2 {
  text-align: center;
}







  #s-29461855-40c3-47f1-8753-0cffa51ae3a2 img.shogun-image {
    

    
    
    
  }


#s-29461855-40c3-47f1-8753-0cffa51ae3a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6720fb82-89fe-4c30-9bd2-a76297103ed6 {
  text-align: center;
}







  #s-6720fb82-89fe-4c30-9bd2-a76297103ed6 img.shogun-image {
    

    
    
    
  }


#s-6720fb82-89fe-4c30-9bd2-a76297103ed6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d0b8b51-7758-4430-a3f3-1d38ae3846db {
  text-align: center;
}







  #s-4d0b8b51-7758-4430-a3f3-1d38ae3846db img.shogun-image {
    

    
    
    
  }


#s-4d0b8b51-7758-4430-a3f3-1d38ae3846db .shogun-image-content {
  
    align-items: center;
  
}

#s-f9081f76-c7a0-4d12-80d7-683525a3922e {
  text-align: center;
}







  #s-f9081f76-c7a0-4d12-80d7-683525a3922e img.shogun-image {
    

    
    
    
  }


#s-f9081f76-c7a0-4d12-80d7-683525a3922e .shogun-image-content {
  
    align-items: center;
  
}

#s-285845f6-ad59-4f60-97cc-85a72adccf2f {
  text-align: center;
}







  #s-285845f6-ad59-4f60-97cc-85a72adccf2f img.shogun-image {
    

    
    
    
  }


#s-285845f6-ad59-4f60-97cc-85a72adccf2f .shogun-image-content {
  
    align-items: center;
  
}

#s-5e2a821c-37f9-4b3e-a114-faee0fc578f8 {
  text-align: center;
}







  #s-5e2a821c-37f9-4b3e-a114-faee0fc578f8 img.shogun-image {
    

    
    
    
  }


#s-5e2a821c-37f9-4b3e-a114-faee0fc578f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ed00779-44f4-4e56-b3de-969ad17ec1e7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6ed00779-44f4-4e56-b3de-969ad17ec1e7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6ed00779-44f4-4e56-b3de-969ad17ec1e7 .shg-sld-nav-button.shg-sld-left,
#s-6ed00779-44f4-4e56-b3de-969ad17ec1e7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e44222f3-7742-4a89-98f3-97ac1df67335 {
  text-align: center;
}







  #s-e44222f3-7742-4a89-98f3-97ac1df67335 img.shogun-image {
    

    
    
    
  }


#s-e44222f3-7742-4a89-98f3-97ac1df67335 .shogun-image-content {
  
    align-items: center;
  
}

#s-808e5171-13cb-43a0-bc1f-8d106c18339b {
  text-align: center;
}







  #s-808e5171-13cb-43a0-bc1f-8d106c18339b img.shogun-image {
    

    
    
    
  }


#s-808e5171-13cb-43a0-bc1f-8d106c18339b .shogun-image-content {
  
    align-items: center;
  
}

#s-c599ecda-a805-4711-857f-cd4fb9464989 {
  text-align: center;
}







  #s-c599ecda-a805-4711-857f-cd4fb9464989 img.shogun-image {
    

    
    
    
  }


#s-c599ecda-a805-4711-857f-cd4fb9464989 .shogun-image-content {
  
    align-items: center;
  
}

#s-69a4e266-8947-485c-a021-cfd5053fdeb5 {
  text-align: center;
}







  #s-69a4e266-8947-485c-a021-cfd5053fdeb5 img.shogun-image {
    

    
    
    
  }


#s-69a4e266-8947-485c-a021-cfd5053fdeb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cbc7607-7683-4438-8d52-cf486a1dd5ff {
  text-align: center;
}







  #s-3cbc7607-7683-4438-8d52-cf486a1dd5ff img.shogun-image {
    

    
    
    
  }


#s-3cbc7607-7683-4438-8d52-cf486a1dd5ff .shogun-image-content {
  
    align-items: center;
  
}

#s-bb04cd82-a938-46ef-bfbd-19a185c6b83b {
  text-align: center;
}







  #s-bb04cd82-a938-46ef-bfbd-19a185c6b83b img.shogun-image {
    

    
    
    
  }


#s-bb04cd82-a938-46ef-bfbd-19a185c6b83b .shogun-image-content {
  
    align-items: center;
  
}

#s-f04d8530-13c6-4631-a89a-cbc37b52b76e {
  text-align: center;
}







  #s-f04d8530-13c6-4631-a89a-cbc37b52b76e img.shogun-image {
    

    
    
    
  }


#s-f04d8530-13c6-4631-a89a-cbc37b52b76e .shogun-image-content {
  
    align-items: center;
  
}

#s-c2a1b89f-bbe7-4bef-a1a3-ceed79e0f68d {
  text-align: center;
}







  #s-c2a1b89f-bbe7-4bef-a1a3-ceed79e0f68d img.shogun-image {
    

    
    
    
  }


#s-c2a1b89f-bbe7-4bef-a1a3-ceed79e0f68d .shogun-image-content {
  
    align-items: center;
  
}

#s-667c7561-2d80-4ac9-9efd-88a9b2aef2f4 {
  text-align: center;
}







  #s-667c7561-2d80-4ac9-9efd-88a9b2aef2f4 img.shogun-image {
    

    
    
    
  }


#s-667c7561-2d80-4ac9-9efd-88a9b2aef2f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ff13dc1-619e-4029-9721-514837a21227 {
  text-align: center;
}







  #s-0ff13dc1-619e-4029-9721-514837a21227 img.shogun-image {
    

    
    
    
  }


#s-0ff13dc1-619e-4029-9721-514837a21227 .shogun-image-content {
  
    align-items: center;
  
}

#s-344e7272-105d-47c5-81d5-dd7dd2ab5277 {
  text-align: center;
}







  #s-344e7272-105d-47c5-81d5-dd7dd2ab5277 img.shogun-image {
    

    
    
    
  }


#s-344e7272-105d-47c5-81d5-dd7dd2ab5277 .shogun-image-content {
  
    align-items: center;
  
}

#s-651a19d6-8ffb-48a6-bffe-e95b6c92959b {
  text-align: center;
}







  #s-651a19d6-8ffb-48a6-bffe-e95b6c92959b img.shogun-image {
    

    
    
    
  }


#s-651a19d6-8ffb-48a6-bffe-e95b6c92959b .shogun-image-content {
  
    align-items: center;
  
}

#s-79344ad7-c81f-4704-b96c-e8624282c21c {
  text-align: center;
}







  #s-79344ad7-c81f-4704-b96c-e8624282c21c img.shogun-image {
    

    
    
    
  }


#s-79344ad7-c81f-4704-b96c-e8624282c21c .shogun-image-content {
  
    align-items: center;
  
}

#s-f0098d17-6fa9-4a86-a2e4-5f9612004025 {
  text-align: center;
}







  #s-f0098d17-6fa9-4a86-a2e4-5f9612004025 img.shogun-image {
    

    
    
    
  }


#s-f0098d17-6fa9-4a86-a2e4-5f9612004025 .shogun-image-content {
  
    align-items: center;
  
}

#s-42238a85-f567-4c52-add0-9adbc706e16f {
  text-align: center;
}







  #s-42238a85-f567-4c52-add0-9adbc706e16f img.shogun-image {
    

    
    
    
  }


#s-42238a85-f567-4c52-add0-9adbc706e16f .shogun-image-content {
  
    align-items: center;
  
}

#s-bb063f09-e865-4b2c-af8d-23959f2bc9db {
  text-align: center;
}







  #s-bb063f09-e865-4b2c-af8d-23959f2bc9db img.shogun-image {
    

    
    
    
  }


#s-bb063f09-e865-4b2c-af8d-23959f2bc9db .shogun-image-content {
  
    align-items: center;
  
}

#s-07bcb2d7-6b05-44fd-aade-ef42807b6975 {
  text-align: center;
}







  #s-07bcb2d7-6b05-44fd-aade-ef42807b6975 img.shogun-image {
    

    
    
    
  }


#s-07bcb2d7-6b05-44fd-aade-ef42807b6975 .shogun-image-content {
  
    align-items: center;
  
}

#s-895aadd5-6e2b-4024-a889-0e6e33a7ba8a {
  text-align: center;
}







  #s-895aadd5-6e2b-4024-a889-0e6e33a7ba8a img.shogun-image {
    

    
    
    
  }


#s-895aadd5-6e2b-4024-a889-0e6e33a7ba8a .shogun-image-content {
  
    align-items: center;
  
}

#s-e6e4e011-e645-46cc-b3f8-7265cbebed69 {
  text-align: center;
}







  #s-e6e4e011-e645-46cc-b3f8-7265cbebed69 img.shogun-image {
    

    
    
    
  }


#s-e6e4e011-e645-46cc-b3f8-7265cbebed69 .shogun-image-content {
  
    align-items: center;
  
}

#s-439abeae-b1d0-4143-b4ba-092566998edc {
  text-align: center;
}







  #s-439abeae-b1d0-4143-b4ba-092566998edc img.shogun-image {
    

    
    
    
  }


#s-439abeae-b1d0-4143-b4ba-092566998edc .shogun-image-content {
  
    align-items: center;
  
}

#s-6bf5fba3-1b12-4af1-afdb-48e83cf2957f {
  text-align: center;
}







  #s-6bf5fba3-1b12-4af1-afdb-48e83cf2957f img.shogun-image {
    

    
    
    
  }


#s-6bf5fba3-1b12-4af1-afdb-48e83cf2957f .shogun-image-content {
  
    align-items: center;
  
}

#s-95a0d6a0-c225-46c3-85c3-118990e82bee {
  text-align: center;
}







  #s-95a0d6a0-c225-46c3-85c3-118990e82bee img.shogun-image {
    

    
    
    
  }


#s-95a0d6a0-c225-46c3-85c3-118990e82bee .shogun-image-content {
  
    align-items: center;
  
}

#s-b7182cc6-7c4c-4b24-982e-c8e53c728b0f {
  text-align: center;
}







  #s-b7182cc6-7c4c-4b24-982e-c8e53c728b0f img.shogun-image {
    

    
    
    
  }


#s-b7182cc6-7c4c-4b24-982e-c8e53c728b0f .shogun-image-content {
  
    align-items: center;
  
}

#s-e69034e2-c9d3-4971-9f7e-c479ca71abb6 {
  text-align: center;
}







  #s-e69034e2-c9d3-4971-9f7e-c479ca71abb6 img.shogun-image {
    

    
    
    
  }


#s-e69034e2-c9d3-4971-9f7e-c479ca71abb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-3888f3af-47a9-4184-85fe-145516241569 {
  text-align: center;
}







  #s-3888f3af-47a9-4184-85fe-145516241569 img.shogun-image {
    

    
    
    
  }


#s-3888f3af-47a9-4184-85fe-145516241569 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b18bf15-fda8-4177-92ee-44c7d3747449 {
  text-align: center;
}







  #s-8b18bf15-fda8-4177-92ee-44c7d3747449 img.shogun-image {
    

    
    
    
  }


#s-8b18bf15-fda8-4177-92ee-44c7d3747449 .shogun-image-content {
  
    align-items: center;
  
}

#s-9854ec01-b4a9-4fe0-9e5d-d76c9cbae4bf {
  text-align: center;
}







  #s-9854ec01-b4a9-4fe0-9e5d-d76c9cbae4bf img.shogun-image {
    

    
    
    
  }


#s-9854ec01-b4a9-4fe0-9e5d-d76c9cbae4bf .shogun-image-content {
  
    align-items: center;
  
}

#s-bb3b07e8-0de5-4275-8855-c76c8d849486 {
  text-align: center;
}







  #s-bb3b07e8-0de5-4275-8855-c76c8d849486 img.shogun-image {
    

    
    
    
  }


#s-bb3b07e8-0de5-4275-8855-c76c8d849486 .shogun-image-content {
  
    align-items: center;
  
}

#s-145ec49e-e89a-419f-9325-20ae4c23dfbc {
  text-align: center;
}







  #s-145ec49e-e89a-419f-9325-20ae4c23dfbc img.shogun-image {
    

    
    
    
  }


#s-145ec49e-e89a-419f-9325-20ae4c23dfbc .shogun-image-content {
  
    align-items: center;
  
}

#s-1e3bb556-adb3-49ea-85d8-b9054110f703 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1e3bb556-adb3-49ea-85d8-b9054110f703 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1e3bb556-adb3-49ea-85d8-b9054110f703 .shg-sld-nav-button.shg-sld-left,
#s-1e3bb556-adb3-49ea-85d8-b9054110f703 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-2ce7b031-220c-422f-8069-168537ac2c60 {
  text-align: center;
}







  #s-2ce7b031-220c-422f-8069-168537ac2c60 img.shogun-image {
    

    
    
    
  }


#s-2ce7b031-220c-422f-8069-168537ac2c60 .shogun-image-content {
  
    align-items: center;
  
}

#s-a39f58b4-ecd5-4895-a684-d2c9f32f6321 {
  text-align: center;
}







  #s-a39f58b4-ecd5-4895-a684-d2c9f32f6321 img.shogun-image {
    

    
    
    
  }


#s-a39f58b4-ecd5-4895-a684-d2c9f32f6321 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ee5be1a-5659-4493-acd3-5251ba0588da {
  text-align: center;
}







  #s-0ee5be1a-5659-4493-acd3-5251ba0588da img.shogun-image {
    

    
    
    
  }


#s-0ee5be1a-5659-4493-acd3-5251ba0588da .shogun-image-content {
  
    align-items: center;
  
}

#s-cbbf9a95-3070-4cf9-95e4-2866853eab16 {
  text-align: center;
}







  #s-cbbf9a95-3070-4cf9-95e4-2866853eab16 img.shogun-image {
    

    
    
    
  }


#s-cbbf9a95-3070-4cf9-95e4-2866853eab16 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cf3da8d-5c2a-4e44-909e-00eb4e454b48 {
  text-align: center;
}







  #s-4cf3da8d-5c2a-4e44-909e-00eb4e454b48 img.shogun-image {
    

    
    
    
  }


#s-4cf3da8d-5c2a-4e44-909e-00eb4e454b48 .shogun-image-content {
  
    align-items: center;
  
}

#s-f390fa5a-e089-42e0-8dfd-8cb3004cb93c {
  text-align: center;
}







  #s-f390fa5a-e089-42e0-8dfd-8cb3004cb93c img.shogun-image {
    

    
    
    
  }


#s-f390fa5a-e089-42e0-8dfd-8cb3004cb93c .shogun-image-content {
  
    align-items: center;
  
}

#s-fb11e72c-9251-4d8b-a6c6-d18a646c570d {
  text-align: center;
}







  #s-fb11e72c-9251-4d8b-a6c6-d18a646c570d img.shogun-image {
    

    
    
    
  }


#s-fb11e72c-9251-4d8b-a6c6-d18a646c570d .shogun-image-content {
  
    align-items: center;
  
}

#s-10b560c3-0c36-4c3d-8d38-445a79a19cf3 {
  text-align: center;
}







  #s-10b560c3-0c36-4c3d-8d38-445a79a19cf3 img.shogun-image {
    

    
    
    
  }


#s-10b560c3-0c36-4c3d-8d38-445a79a19cf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c740e0c-e29e-46e1-a8c6-00a4f7b3f642 {
  text-align: center;
}







  #s-8c740e0c-e29e-46e1-a8c6-00a4f7b3f642 img.shogun-image {
    

    
    
    
  }


#s-8c740e0c-e29e-46e1-a8c6-00a4f7b3f642 .shogun-image-content {
  
    align-items: center;
  
}

#s-e166a408-3151-4b07-89a1-3f777ec501f8 {
  text-align: center;
}







  #s-e166a408-3151-4b07-89a1-3f777ec501f8 img.shogun-image {
    

    
    
    
  }


#s-e166a408-3151-4b07-89a1-3f777ec501f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f775b2dc-1c22-403c-99b7-8be45e511f32 {
  text-align: center;
}







  #s-f775b2dc-1c22-403c-99b7-8be45e511f32 img.shogun-image {
    

    
    
    
  }


#s-f775b2dc-1c22-403c-99b7-8be45e511f32 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d6fd593-7747-4bed-81eb-723f686ad763 {
  text-align: center;
}







  #s-8d6fd593-7747-4bed-81eb-723f686ad763 img.shogun-image {
    

    
    
    
  }


#s-8d6fd593-7747-4bed-81eb-723f686ad763 .shogun-image-content {
  
    align-items: center;
  
}

#s-51b5cc17-fbaa-4b08-a699-49d1e2dfe4d9 {
  text-align: center;
}







  #s-51b5cc17-fbaa-4b08-a699-49d1e2dfe4d9 img.shogun-image {
    

    
    
    
  }


#s-51b5cc17-fbaa-4b08-a699-49d1e2dfe4d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b985c149-4ad3-40c2-97af-6d48a406afeb {
  text-align: center;
}







  #s-b985c149-4ad3-40c2-97af-6d48a406afeb img.shogun-image {
    

    
    
    
  }


#s-b985c149-4ad3-40c2-97af-6d48a406afeb .shogun-image-content {
  
    align-items: center;
  
}

#s-5941b645-a0fe-4dda-b25b-41a4f91b6647 {
  text-align: center;
}







  #s-5941b645-a0fe-4dda-b25b-41a4f91b6647 img.shogun-image {
    

    
    
    
  }


#s-5941b645-a0fe-4dda-b25b-41a4f91b6647 .shogun-image-content {
  
    align-items: center;
  
}

#s-90eec20f-615d-45e7-aa3c-9af3f82dab33 {
  text-align: center;
}







  #s-90eec20f-615d-45e7-aa3c-9af3f82dab33 img.shogun-image {
    

    
    
    
  }


#s-90eec20f-615d-45e7-aa3c-9af3f82dab33 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9b4f889-ac2b-471b-9c99-279436aba6c4 {
  text-align: center;
}







  #s-b9b4f889-ac2b-471b-9c99-279436aba6c4 img.shogun-image {
    

    
    
    
  }


#s-b9b4f889-ac2b-471b-9c99-279436aba6c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9629c55c-630d-429c-bef4-b00622d60d1a {
  text-align: center;
}







  #s-9629c55c-630d-429c-bef4-b00622d60d1a img.shogun-image {
    

    
    
    
  }


#s-9629c55c-630d-429c-bef4-b00622d60d1a .shogun-image-content {
  
    align-items: center;
  
}

#s-fb3de0c0-a967-44f1-a06c-299e6f3df034 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-fb3de0c0-a967-44f1-a06c-299e6f3df034 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fb3de0c0-a967-44f1-a06c-299e6f3df034 .shg-sld-nav-button.shg-sld-left,
#s-fb3de0c0-a967-44f1-a06c-299e6f3df034 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-679a4278-efed-48bb-80a8-8c337ce07469 {
  text-align: center;
}







  #s-679a4278-efed-48bb-80a8-8c337ce07469 img.shogun-image {
    

    
    
    
  }


#s-679a4278-efed-48bb-80a8-8c337ce07469 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a67231b-2cba-433d-bcd6-25d83d4048ad {
  text-align: center;
}







  #s-7a67231b-2cba-433d-bcd6-25d83d4048ad img.shogun-image {
    

    
    
    
  }


#s-7a67231b-2cba-433d-bcd6-25d83d4048ad .shogun-image-content {
  
    align-items: center;
  
}

#s-d7dbe757-a2ec-4014-b373-18b08628186f {
  text-align: center;
}







  #s-d7dbe757-a2ec-4014-b373-18b08628186f img.shogun-image {
    

    
    
    
  }


#s-d7dbe757-a2ec-4014-b373-18b08628186f .shogun-image-content {
  
    align-items: center;
  
}

#s-11641e79-ad0e-4161-aae2-718ed622f773 {
  text-align: center;
}







  #s-11641e79-ad0e-4161-aae2-718ed622f773 img.shogun-image {
    

    
    
    
  }


#s-11641e79-ad0e-4161-aae2-718ed622f773 .shogun-image-content {
  
    align-items: center;
  
}

#s-649a9bd0-3464-4ce2-94c3-4df648ec5369 {
  text-align: center;
}







  #s-649a9bd0-3464-4ce2-94c3-4df648ec5369 img.shogun-image {
    

    
    
    
  }


#s-649a9bd0-3464-4ce2-94c3-4df648ec5369 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7952554-9ef2-41e8-aadb-377c9ad58bd8 {
  text-align: center;
}







  #s-e7952554-9ef2-41e8-aadb-377c9ad58bd8 img.shogun-image {
    

    
    
    
  }


#s-e7952554-9ef2-41e8-aadb-377c9ad58bd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-052523e3-f6b7-4c0b-b88d-f8e2c2209116 {
  text-align: center;
}







  #s-052523e3-f6b7-4c0b-b88d-f8e2c2209116 img.shogun-image {
    

    
    
    
  }


#s-052523e3-f6b7-4c0b-b88d-f8e2c2209116 .shogun-image-content {
  
    align-items: center;
  
}

#s-569bc944-8c07-4cb7-9158-0457745b8fa2 {
  text-align: center;
}







  #s-569bc944-8c07-4cb7-9158-0457745b8fa2 img.shogun-image {
    

    
    
    
  }


#s-569bc944-8c07-4cb7-9158-0457745b8fa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d776f77-e491-4bff-bf2a-83ccc34acead {
  text-align: center;
}







  #s-2d776f77-e491-4bff-bf2a-83ccc34acead img.shogun-image {
    

    
    
    
  }


#s-2d776f77-e491-4bff-bf2a-83ccc34acead .shogun-image-content {
  
    align-items: center;
  
}

#s-85e3f53c-a8fa-43b1-8fff-23976ee9cb68 {
  text-align: center;
}







  #s-85e3f53c-a8fa-43b1-8fff-23976ee9cb68 img.shogun-image {
    

    
    
    
  }


#s-85e3f53c-a8fa-43b1-8fff-23976ee9cb68 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd42173f-1258-4a08-adf2-5f3005e832d2 {
  text-align: center;
}







  #s-dd42173f-1258-4a08-adf2-5f3005e832d2 img.shogun-image {
    

    
    
    
  }


#s-dd42173f-1258-4a08-adf2-5f3005e832d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6171fcf4-1d72-4adf-8bf8-7fca1d7422cf {
  text-align: center;
}







  #s-6171fcf4-1d72-4adf-8bf8-7fca1d7422cf img.shogun-image {
    

    
    
    
  }


#s-6171fcf4-1d72-4adf-8bf8-7fca1d7422cf .shogun-image-content {
  
    align-items: center;
  
}

#s-008a1d50-2de1-42b8-bd45-6057bf4856d0 {
  text-align: center;
}







  #s-008a1d50-2de1-42b8-bd45-6057bf4856d0 img.shogun-image {
    

    
    
    
  }


#s-008a1d50-2de1-42b8-bd45-6057bf4856d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2ac6545-2b55-4752-ab99-9fa44082d98c {
  text-align: center;
}







  #s-e2ac6545-2b55-4752-ab99-9fa44082d98c img.shogun-image {
    

    
    
    
  }


#s-e2ac6545-2b55-4752-ab99-9fa44082d98c .shogun-image-content {
  
    align-items: center;
  
}

#s-2da34080-5a19-4f46-b1ba-2db938229e55 {
  text-align: center;
}







  #s-2da34080-5a19-4f46-b1ba-2db938229e55 img.shogun-image {
    

    
    
    
  }


#s-2da34080-5a19-4f46-b1ba-2db938229e55 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3f81001-80aa-4462-bca1-050390908da0 {
  text-align: center;
}







  #s-a3f81001-80aa-4462-bca1-050390908da0 img.shogun-image {
    

    
    
    
  }


#s-a3f81001-80aa-4462-bca1-050390908da0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5943995-7c6c-45ca-846c-c9bb74f915ec {
  text-align: center;
}







  #s-d5943995-7c6c-45ca-846c-c9bb74f915ec img.shogun-image {
    

    
    
    
  }


#s-d5943995-7c6c-45ca-846c-c9bb74f915ec .shogun-image-content {
  
    align-items: center;
  
}

#s-b8419e9b-87db-4d48-80a4-bd42cf02ed85 {
  text-align: center;
}







  #s-b8419e9b-87db-4d48-80a4-bd42cf02ed85 img.shogun-image {
    

    
    
    
  }


#s-b8419e9b-87db-4d48-80a4-bd42cf02ed85 .shogun-image-content {
  
    align-items: center;
  
}

#s-913e57e3-c504-4889-bec8-83814eaa1d9b {
  text-align: center;
}







  #s-913e57e3-c504-4889-bec8-83814eaa1d9b img.shogun-image {
    

    
    
    
  }


#s-913e57e3-c504-4889-bec8-83814eaa1d9b .shogun-image-content {
  
    align-items: center;
  
}

#s-b96d2c2f-b7f0-4730-9e43-5d45aabd7966 {
  text-align: center;
}







  #s-b96d2c2f-b7f0-4730-9e43-5d45aabd7966 img.shogun-image {
    

    
    
    
  }


#s-b96d2c2f-b7f0-4730-9e43-5d45aabd7966 .shogun-image-content {
  
    align-items: center;
  
}

#s-b06b37a4-0ee7-4a48-abc9-09e76dcecb08 {
  text-align: center;
}







  #s-b06b37a4-0ee7-4a48-abc9-09e76dcecb08 img.shogun-image {
    

    
    
    
  }


#s-b06b37a4-0ee7-4a48-abc9-09e76dcecb08 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c071fb4-a81a-457f-a4cc-746cb57a27ac {
  text-align: center;
}







  #s-2c071fb4-a81a-457f-a4cc-746cb57a27ac img.shogun-image {
    

    
    
    
  }


#s-2c071fb4-a81a-457f-a4cc-746cb57a27ac .shogun-image-content {
  
    align-items: center;
  
}

#s-5421ff36-f437-4960-8b3d-e06a5eb021a9 {
  text-align: center;
}







  #s-5421ff36-f437-4960-8b3d-e06a5eb021a9 img.shogun-image {
    

    
    
    
  }


#s-5421ff36-f437-4960-8b3d-e06a5eb021a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ceaff997-1fc6-4afb-ab83-493fb3ce3420 {
  text-align: center;
}







  #s-ceaff997-1fc6-4afb-ab83-493fb3ce3420 img.shogun-image {
    

    
    
    
  }


#s-ceaff997-1fc6-4afb-ab83-493fb3ce3420 .shogun-image-content {
  
    align-items: center;
  
}

#s-b64f131b-8683-4878-8315-364b613e6acf {
  text-align: center;
}







  #s-b64f131b-8683-4878-8315-364b613e6acf img.shogun-image {
    

    
    
    
  }


#s-b64f131b-8683-4878-8315-364b613e6acf .shogun-image-content {
  
    align-items: center;
  
}

#s-90413d3b-a1d0-4bb5-930f-78fa4f4ffe2c {
  text-align: center;
}







  #s-90413d3b-a1d0-4bb5-930f-78fa4f4ffe2c img.shogun-image {
    

    
    
    
  }


#s-90413d3b-a1d0-4bb5-930f-78fa4f4ffe2c .shogun-image-content {
  
    align-items: center;
  
}

#s-be34788d-3496-4edd-a08e-2bb8e18a09d7 {
  text-align: center;
}







  #s-be34788d-3496-4edd-a08e-2bb8e18a09d7 img.shogun-image {
    

    
    
    
  }


#s-be34788d-3496-4edd-a08e-2bb8e18a09d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b63d3aa6-4ed2-42b5-b525-ff861d0cb52a {
  text-align: center;
}







  #s-b63d3aa6-4ed2-42b5-b525-ff861d0cb52a img.shogun-image {
    

    
    
    
  }


#s-b63d3aa6-4ed2-42b5-b525-ff861d0cb52a .shogun-image-content {
  
    align-items: center;
  
}

#s-d1c4f0e0-e3f8-4e1e-86cd-3fb95003782a {
  text-align: center;
}







  #s-d1c4f0e0-e3f8-4e1e-86cd-3fb95003782a img.shogun-image {
    

    
    
    
  }


#s-d1c4f0e0-e3f8-4e1e-86cd-3fb95003782a .shogun-image-content {
  
    align-items: center;
  
}

#s-345febe8-09b7-4986-84f5-daad91c01c85 {
  text-align: center;
}







  #s-345febe8-09b7-4986-84f5-daad91c01c85 img.shogun-image {
    

    
    
    
  }


#s-345febe8-09b7-4986-84f5-daad91c01c85 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd7fca90-969f-4dbf-a20c-d4ea4cad2df9 {
  text-align: center;
}







  #s-dd7fca90-969f-4dbf-a20c-d4ea4cad2df9 img.shogun-image {
    

    
    
    
  }


#s-dd7fca90-969f-4dbf-a20c-d4ea4cad2df9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e46c9bba-8c8c-425d-8cbd-24d5780cf0d9 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-e46c9bba-8c8c-425d-8cbd-24d5780cf0d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e46c9bba-8c8c-425d-8cbd-24d5780cf0d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf4aac07-fb29-49ab-be3a-3fca99532a8d {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf4aac07-fb29-49ab-be3a-3fca99532a8d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Cutive Mono";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-96059412-0846-4019-98bc-88918137c45d {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.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;
  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-13bcbbf3-b3e4-465d-99db-280d95134e7e {
  text-align: left;
}



.shg-c#s-13bcbbf3-b3e4-465d-99db-280d95134e7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13bcbbf3-b3e4-465d-99db-280d95134e7e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-13bcbbf3-b3e4-465d-99db-280d95134e7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13bcbbf3-b3e4-465d-99db-280d95134e7e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-13bcbbf3-b3e4-465d-99db-280d95134e7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13bcbbf3-b3e4-465d-99db-280d95134e7e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-13bcbbf3-b3e4-465d-99db-280d95134e7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13bcbbf3-b3e4-465d-99db-280d95134e7e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-13bcbbf3-b3e4-465d-99db-280d95134e7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13bcbbf3-b3e4-465d-99db-280d95134e7e img.shogun-image {
  width: 100%;
}



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

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

#s-5dd8c818-34c9-4c49-b67c-2696e4e080c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5dd8c818-34c9-4c49-b67c-2696e4e080c5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-790f0130-11d5-47ab-97a5-67ba104aa6ca {
  text-align: center;
}

#s-790f0130-11d5-47ab-97a5-67ba104aa6ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-790f0130-11d5-47ab-97a5-67ba104aa6ca .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-790f0130-11d5-47ab-97a5-67ba104aa6ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d977eebd-cc57-4859-afb0-0fb0dd90dd87 {
  display: none;
}
#s-92d362cd-fc50-4d49-b48e-b55baecc9876 {
  text-align: left;
}



.shg-c#s-92d362cd-fc50-4d49-b48e-b55baecc9876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92d362cd-fc50-4d49-b48e-b55baecc9876 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-92d362cd-fc50-4d49-b48e-b55baecc9876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92d362cd-fc50-4d49-b48e-b55baecc9876 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-92d362cd-fc50-4d49-b48e-b55baecc9876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92d362cd-fc50-4d49-b48e-b55baecc9876 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-92d362cd-fc50-4d49-b48e-b55baecc9876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92d362cd-fc50-4d49-b48e-b55baecc9876 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-92d362cd-fc50-4d49-b48e-b55baecc9876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92d362cd-fc50-4d49-b48e-b55baecc9876 img.shogun-image {
  width: 100%;
}



}
#s-c369c867-638b-4322-be14-3477199c4239 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c369c867-638b-4322-be14-3477199c4239 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fb619a7d-542f-443b-ad72-eaeeaa2620e9 {
  text-align: center;
}

#s-fb619a7d-542f-443b-ad72-eaeeaa2620e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fb619a7d-542f-443b-ad72-eaeeaa2620e9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fb619a7d-542f-443b-ad72-eaeeaa2620e9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1bdcf55-f4ad-4ae9-9702-843dacf0268a {
  display: none;
}
#s-91127b43-2b41-45bb-864d-0c96b4dcf2ee {
  text-align: left;
}



.shg-c#s-91127b43-2b41-45bb-864d-0c96b4dcf2ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91127b43-2b41-45bb-864d-0c96b4dcf2ee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-91127b43-2b41-45bb-864d-0c96b4dcf2ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91127b43-2b41-45bb-864d-0c96b4dcf2ee img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-91127b43-2b41-45bb-864d-0c96b4dcf2ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91127b43-2b41-45bb-864d-0c96b4dcf2ee img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-91127b43-2b41-45bb-864d-0c96b4dcf2ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91127b43-2b41-45bb-864d-0c96b4dcf2ee img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-91127b43-2b41-45bb-864d-0c96b4dcf2ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91127b43-2b41-45bb-864d-0c96b4dcf2ee img.shogun-image {
  width: 100%;
}



}
#s-2a5f8d32-d02f-4803-b15d-2cc079c1db50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a5f8d32-d02f-4803-b15d-2cc079c1db50 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-917b5770-b62c-40f8-b3b2-f6a2153db181 {
  text-align: center;
}

#s-917b5770-b62c-40f8-b3b2-f6a2153db181 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-917b5770-b62c-40f8-b3b2-f6a2153db181 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-917b5770-b62c-40f8-b3b2-f6a2153db181 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-97e3f276-1014-4130-85cf-bc559a0fc2aa {
  display: none;
}
#s-644b0ed7-7323-4ab0-8bfd-611efa22bf62 {
  text-align: left;
}



.shg-c#s-644b0ed7-7323-4ab0-8bfd-611efa22bf62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-644b0ed7-7323-4ab0-8bfd-611efa22bf62 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-644b0ed7-7323-4ab0-8bfd-611efa22bf62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-644b0ed7-7323-4ab0-8bfd-611efa22bf62 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-644b0ed7-7323-4ab0-8bfd-611efa22bf62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-644b0ed7-7323-4ab0-8bfd-611efa22bf62 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-644b0ed7-7323-4ab0-8bfd-611efa22bf62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-644b0ed7-7323-4ab0-8bfd-611efa22bf62 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-644b0ed7-7323-4ab0-8bfd-611efa22bf62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-644b0ed7-7323-4ab0-8bfd-611efa22bf62 img.shogun-image {
  width: 100%;
}



}
#s-1e678dd8-24e3-45b5-ba78-1ae62c500706 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e678dd8-24e3-45b5-ba78-1ae62c500706 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e2110211-19a5-4bf8-a5df-a4919793a167 {
  text-align: center;
}

#s-e2110211-19a5-4bf8-a5df-a4919793a167 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e2110211-19a5-4bf8-a5df-a4919793a167 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e2110211-19a5-4bf8-a5df-a4919793a167 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

/*
  $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;
  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-lazyload-bg-image {
  display: none;
}

.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, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;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;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-lazyload-bg-image{display:none}.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}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
