.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-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe {
  margin-top: -11%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe {
  display: none;
}
#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe, #wrap-s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe {
  display: none;
}
#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe, #wrap-s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe { display:none !important; }}







#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acce3257-e1b8-4e3a-98b3-8b11bd29d2fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-136ef737-851d-4105-a252-3f71fd90abab {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-136ef737-851d-4105-a252-3f71fd90abab img.shogun-image {
    

    
    
    
  }


#s-136ef737-851d-4105-a252-3f71fd90abab .shogun-image-content {
  
    align-items: 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: #000000;
  font-family: Europa;
  text-transform: none;
  font-weight: 400;
  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-f4bcd8fc-6002-48c2-b771-b672ff26bd8f {
  margin-top: 2%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4bcd8fc-6002-48c2-b771-b672ff26bd8f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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-a9197d7f-d134-432e-a69d-ae5416c0608d {
  margin-top: -2%;
margin-left: 0%;
}

@media (min-width: 0px) {
[id="s-a9197d7f-d134-432e-a69d-ae5416c0608d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a9197d7f-d134-432e-a69d-ae5416c0608d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a9197d7f-d134-432e-a69d-ae5416c0608d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9197d7f-d134-432e-a69d-ae5416c0608d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b53ccfb1-c695-4960-8a7e-a4490a0330b7 {
  margin-left: 80%;
margin-right: 10%;
text-align: center;
}







  #s-b53ccfb1-c695-4960-8a7e-a4490a0330b7 img.shogun-image {
    

    
    
    
  }


#s-b53ccfb1-c695-4960-8a7e-a4490a0330b7 .shogun-image-content {
  
    align-items: 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 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: #000000;
  font-family: Europa;
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: Europa;
}

.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: #000000;
  font-family: Europa;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Europa;
  font-weight: 400;
}

#s-3cdf1d4c-525b-4788-9d5d-65df79d5972a {
  margin-top: 1%;
margin-left: -10%;
margin-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cdf1d4c-525b-4788-9d5d-65df79d5972a {
  margin-top: 3%;
}
}
#s-54dbdea6-4f75-4843-aba9-fb8de5a32a60 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 1200px){#s-54dbdea6-4f75-4843-aba9-fb8de5a32a60 {
  display: none;
}
#s-54dbdea6-4f75-4843-aba9-fb8de5a32a60, #wrap-s-54dbdea6-4f75-4843-aba9-fb8de5a32a60 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54dbdea6-4f75-4843-aba9-fb8de5a32a60 {
  display: none;
}
#s-54dbdea6-4f75-4843-aba9-fb8de5a32a60, #wrap-s-54dbdea6-4f75-4843-aba9-fb8de5a32a60 { display:none !important; }}







#s-54dbdea6-4f75-4843-aba9-fb8de5a32a60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54dbdea6-4f75-4843-aba9-fb8de5a32a60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
  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-c5b6d377-dc75-4454-be9b-f0e883ccf2c3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.2);
}

#s-c5b6d377-dc75-4454-be9b-f0e883ccf2c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(29, 29, 29, 1);
  padding: 15px;
}

#s-c5b6d377-dc75-4454-be9b-f0e883ccf2c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-c5b6d377-dc75-4454-be9b-f0e883ccf2c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0.2);
}

#s-c5b6d377-dc75-4454-be9b-f0e883ccf2c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-c5b6d377-dc75-4454-be9b-f0e883ccf2c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-a3a9a744-6d55-4977-8e6a-fd731c9c240a {
  text-align: left;
}

#s-59e9f1ee-d4a3-46a5-b4b5-39c59716a345 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-59e9f1ee-d4a3-46a5-b4b5-39c59716a345 {
  margin-left: 15%;
margin-right: 15%;
}
}







#s-59e9f1ee-d4a3-46a5-b4b5-39c59716a345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59e9f1ee-d4a3-46a5-b4b5-39c59716a345.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3c199ab-eb6b-4118-8555-884af7a6de24 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3c199ab-eb6b-4118-8555-884af7a6de24 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}



#s-1f7c2d2a-8894-4f68-b3dd-3a45b8d15d39 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f7c2d2a-8894-4f68-b3dd-3a45b8d15d39 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-1f7c2d2a-8894-4f68-b3dd-3a45b8d15d39 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-79ca8f96-d77a-4dfd-918b-f6121e29d97d {
  margin-top: -2%;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-79ca8f96-d77a-4dfd-918b-f6121e29d97d {
  margin-left: 0%;
}
}
#s-e52c2145-79bf-4f0b-9879-14dc12f1dcd8 {
  margin-top: -2%;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e52c2145-79bf-4f0b-9879-14dc12f1dcd8 {
  margin-left: 0%;
}
}
#s-dbf1967e-985f-4f62-9ebe-6a4ebd83d14e {
  margin-top: -2%;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbf1967e-985f-4f62-9ebe-6a4ebd83d14e {
  margin-left: 0%;
}
}
#s-851296f2-7b9d-415a-bba0-83a4eadd53b8 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-851296f2-7b9d-415a-bba0-83a4eadd53b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-851296f2-7b9d-415a-bba0-83a4eadd53b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-336f20e0-ab8e-40fc-85a8-ebe432e0247c {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-336f20e0-ab8e-40fc-85a8-ebe432e0247c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}



#s-8b37e78c-6ba0-451a-9039-e17884f186cc {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b37e78c-6ba0-451a-9039-e17884f186cc {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-8b37e78c-6ba0-451a-9039-e17884f186cc {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-8b37e78c-6ba0-451a-9039-e17884f186cc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8b37e78c-6ba0-451a-9039-e17884f186cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b37e78c-6ba0-451a-9039-e17884f186cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b37e78c-6ba0-451a-9039-e17884f186cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9d7fe279-b3eb-40ca-8958-b85f9529ef0f {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-9d7fe279-b3eb-40ca-8958-b85f9529ef0f img.shogun-image {
    

    
    
    
  }


#s-9d7fe279-b3eb-40ca-8958-b85f9529ef0f .shogun-image-content {
  
    align-items: center;
  
}

#s-69766df6-3dbd-44fd-ba92-1c30c9617b24 {
  margin-top: 4%;
}

#s-3df6241b-198c-4178-87d5-16296fdc4550 {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-3df6241b-198c-4178-87d5-16296fdc4550 img.shogun-image {
    

    
    
    
  }


#s-3df6241b-198c-4178-87d5-16296fdc4550 .shogun-image-content {
  
    align-items: center;
  
}

#s-6123b5c4-03d7-4504-9044-7528337b2266 {
  margin-top: 4%;
margin-left: 7%;
margin-right: 7%;
}

#s-edd07607-d6ac-4dae-897b-1786d8268de6 {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-edd07607-d6ac-4dae-897b-1786d8268de6 img.shogun-image {
    

    
    
    
  }


#s-edd07607-d6ac-4dae-897b-1786d8268de6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b63ac550-f8b1-4b37-8422-56a510992646 {
  margin-top: 4%;
margin-left: 4%;
margin-right: 4%;
}

#s-0b5f877e-1a98-43df-a59b-1c5f80baae55 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b5f877e-1a98-43df-a59b-1c5f80baae55 {
  margin-left: 15%;
margin-right: 15%;
}
}







#s-0b5f877e-1a98-43df-a59b-1c5f80baae55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b5f877e-1a98-43df-a59b-1c5f80baae55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-289575a8-8b19-4743-be77-541581d30ee4 {
  margin-bottom: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-289575a8-8b19-4743-be77-541581d30ee4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}



#s-b0ab2ec6-d483-4da0-8402-ca01b721b331 {
  margin-bottom: -4%;
}

#s-9431794e-3aac-4f83-ae45-fa914e27e422 {
  text-align: center;
}







  #s-9431794e-3aac-4f83-ae45-fa914e27e422 img.shogun-image {
    

    
    
    
  }


#s-9431794e-3aac-4f83-ae45-fa914e27e422 .shogun-image-content {
  
    align-items: center;
  
}

#s-d97303da-74aa-4e6a-aeb8-3751d1ed690f {
  margin-top: -1%;
margin-bottom: -1%;
}

#s-097e502b-2a01-4f2d-a286-8a94e2e50c82 {
  margin-top: -5%;
margin-bottom: -4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-097e502b-2a01-4f2d-a286-8a94e2e50c82 {
  margin-top: -1%;
}
}
#s-b19225cd-0eec-40be-b331-b8a5865f8f42 {
  text-align: center;
}







  #s-b19225cd-0eec-40be-b331-b8a5865f8f42 img.shogun-image {
    

    
    
    
  }


#s-b19225cd-0eec-40be-b331-b8a5865f8f42 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c79823f-2a4b-4860-87b0-fb363f7d6317 {
  margin-top: -1%;
margin-bottom: -1%;
}

#s-a4ed4d7e-c8e5-42e7-8136-1f80afaa38d8 {
  margin-left: 5%;
margin-right: 5%;
}

#s-fd3b3c6a-1b4b-473d-91e4-895c4423ad71 {
  margin-top: 5%;
margin-bottom: 5%;
}

#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39 {
  margin-top: -6%;
margin-left: 26%;
margin-bottom: 0%;
margin-right: 26%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39 {
  display: none;
}
#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39, #wrap-s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39 { display:none !important; }}@media (max-width: 767px){#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39 {
  display: none;
}
#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39, #wrap-s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39 { display:none !important; }}







#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff0ab8e1-2f20-4948-b209-a46a86ecbb39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3309c393-7252-4952-9a34-2fcb79972f13 {
  text-align: left;
}

#s-0d98233d-a2ac-4574-a6b5-8b99dc116dc7 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-0d98233d-a2ac-4574-a6b5-8b99dc116dc7 img.shogun-image {
    

    
    
    
  }


#s-0d98233d-a2ac-4574-a6b5-8b99dc116dc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc7ac2b2-8a4a-431f-b35d-732744ab665a {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc7ac2b2-8a4a-431f-b35d-732744ab665a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 3px;
  
}



#s-ce18027a-c6cb-43c5-b33c-aa3062fed155 {
  margin-top: -1%;
margin-left: 0%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-ce18027a-c6cb-43c5-b33c-aa3062fed155"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ce18027a-c6cb-43c5-b33c-aa3062fed155"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ce18027a-c6cb-43c5-b33c-aa3062fed155"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce18027a-c6cb-43c5-b33c-aa3062fed155"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f8f70c76-8d1a-4988-b374-61b77ad79ed0 {
  margin-left: 81%;
margin-right: 10%;
text-align: center;
}







  #s-f8f70c76-8d1a-4988-b374-61b77ad79ed0 img.shogun-image {
    

    
    
    
  }


#s-f8f70c76-8d1a-4988-b374-61b77ad79ed0 .shogun-image-content {
  
    align-items: center;
  
}

#s-72d5b0d6-2abe-4e92-8e76-63edc1d45a94 {
  margin-top: 2%;
margin-left: -10%;
margin-bottom: 0%;
}

#s-6d0a4392-4d7f-4ee5-987d-fe9449e4d214 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d0a4392-4d7f-4ee5-987d-fe9449e4d214 {
  display: none;
}
#s-6d0a4392-4d7f-4ee5-987d-fe9449e4d214, #wrap-s-6d0a4392-4d7f-4ee5-987d-fe9449e4d214 { display:none !important; }}@media (max-width: 767px){#s-6d0a4392-4d7f-4ee5-987d-fe9449e4d214 {
  display: none;
}
#s-6d0a4392-4d7f-4ee5-987d-fe9449e4d214, #wrap-s-6d0a4392-4d7f-4ee5-987d-fe9449e4d214 { display:none !important; }}







#s-6d0a4392-4d7f-4ee5-987d-fe9449e4d214 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d0a4392-4d7f-4ee5-987d-fe9449e4d214.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d6eee74-055d-4139-a9cd-7f7eae769ff9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.2);
}

#s-5d6eee74-055d-4139-a9cd-7f7eae769ff9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(29, 29, 29, 1);
  padding: 15px;
}

#s-5d6eee74-055d-4139-a9cd-7f7eae769ff9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-5d6eee74-055d-4139-a9cd-7f7eae769ff9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0.2);
}

#s-5d6eee74-055d-4139-a9cd-7f7eae769ff9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-5d6eee74-055d-4139-a9cd-7f7eae769ff9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-b744c3d7-8a45-4f67-a3ba-4edc2f312443 {
  text-align: left;
}

#s-0480e14a-0009-4160-b13e-746b93fbfc48 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-0480e14a-0009-4160-b13e-746b93fbfc48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0480e14a-0009-4160-b13e-746b93fbfc48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-971eeab3-b26a-4500-a30a-83051b5e61b3 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-971eeab3-b26a-4500-a30a-83051b5e61b3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: center;
}



#s-4c5fdb13-457d-420c-9c56-9ece61b6c503 {
  margin-left: 0%;
margin-right: 0%;
}

#s-eeb8e7bf-e075-4abc-a13c-d17894864525 {
  margin-top: -1%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
}

#s-28018845-4c42-4527-beb3-a6122918066a {
  margin-top: -2%;
margin-left: 0%;
margin-right: 0%;
}

#s-a47f1631-b681-4631-9cbe-bcc6df7d04d2 {
  margin-top: -1%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
}

#s-25c831a3-5f81-4d72-9353-f9b42b9e533f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 4%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-25c831a3-5f81-4d72-9353-f9b42b9e533f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25c831a3-5f81-4d72-9353-f9b42b9e533f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-146067d6-2f74-4f29-ac8d-6431d105271b {
  margin-top: -2%;
margin-bottom: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-146067d6-2f74-4f29-ac8d-6431d105271b .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: center;
}



#s-0d0c9d6c-f0c3-485c-a087-5a0d30092a7c {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-0d0c9d6c-f0c3-485c-a087-5a0d30092a7c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0d0c9d6c-f0c3-485c-a087-5a0d30092a7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d0c9d6c-f0c3-485c-a087-5a0d30092a7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d0c9d6c-f0c3-485c-a087-5a0d30092a7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-42dcb5fc-7d64-413c-8c0c-372f8a57e60e {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-42dcb5fc-7d64-413c-8c0c-372f8a57e60e img.shogun-image {
    

    
    
    
  }


#s-42dcb5fc-7d64-413c-8c0c-372f8a57e60e .shogun-image-content {
  
    align-items: center;
  
}

#s-b4026d83-5451-4399-8cfc-4cbfd9fbb033 {
  margin-top: 4%;
}

#s-03c24eab-d664-4296-97af-1a1e119da6f4 {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-03c24eab-d664-4296-97af-1a1e119da6f4 img.shogun-image {
    

    
    
    
  }


#s-03c24eab-d664-4296-97af-1a1e119da6f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-310f4dd0-dbd5-45e7-9ad4-facdfd56805d {
  margin-top: 4%;
}

#s-9e72e9f5-6983-48fa-a2fc-581705565612 {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}







  #s-9e72e9f5-6983-48fa-a2fc-581705565612 img.shogun-image {
    

    
    
    
  }


#s-9e72e9f5-6983-48fa-a2fc-581705565612 .shogun-image-content {
  
    align-items: center;
  
}

#s-392c5d65-68a1-49f2-9486-c1e631687dcc {
  margin-top: 4%;
}

#s-41e52c1e-b12e-4654-aa3f-4f52f1a5053a {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-41e52c1e-b12e-4654-aa3f-4f52f1a5053a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41e52c1e-b12e-4654-aa3f-4f52f1a5053a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac605a3a-16ba-4b1f-a16c-969420fbbcc6 {
  margin-bottom: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac605a3a-16ba-4b1f-a16c-969420fbbcc6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: center;
}



#s-ff44ca38-8728-4d6b-bfa5-5480a6461f0a {
  margin-left: 1%;
margin-bottom: -2%;
margin-right: 0%;
}

#s-7bc96379-a247-45c9-bf5b-d18b72343515 {
  text-align: center;
}







  #s-7bc96379-a247-45c9-bf5b-d18b72343515 img.shogun-image {
    

    
    
    
  }


#s-7bc96379-a247-45c9-bf5b-d18b72343515 .shogun-image-content {
  
    align-items: center;
  
}

#s-82c1d207-68cd-4c6c-acf1-a3b69bdfe05b {
  margin-top: 1%;
margin-bottom: 0%;
}

#s-1fb5db99-2c7f-4a21-a7fb-025aaa558ed1 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: -2%;
margin-right: 0%;
}

#s-ae1eb338-ad6e-4c1b-8323-1e6551b2a558 {
  text-align: center;
}







  #s-ae1eb338-ad6e-4c1b-8323-1e6551b2a558 img.shogun-image {
    

    
    
    
  }


#s-ae1eb338-ad6e-4c1b-8323-1e6551b2a558 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7e4ab49-ac6e-431d-bab6-d9d77875f69e {
  margin-top: 1%;
margin-bottom: 0%;
}

#s-5acd2e69-cb59-4457-a8b4-7bc6f7eb81f9 {
  margin-top: 5%;
margin-bottom: 5%;
}

#s-a052ad48-e59e-48fd-b658-60633d0f3414 {
  margin-top: 0%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a052ad48-e59e-48fd-b658-60633d0f3414 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-a052ad48-e59e-48fd-b658-60633d0f3414 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-a052ad48-e59e-48fd-b658-60633d0f3414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a052ad48-e59e-48fd-b658-60633d0f3414.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6a9b951-9ad3-49c1-8b5f-153ad4d281ef {
  margin-bottom: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6a9b951-9ad3-49c1-8b5f-153ad4d281ef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-b6a9b951-9ad3-49c1-8b5f-153ad4d281ef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: center;
}


}@media (max-width: 767px){#s-b6a9b951-9ad3-49c1-8b5f-153ad4d281ef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-f637bca8-151b-453e-ae2e-506314bfa852"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-f637bca8-151b-453e-ae2e-506314bfa852"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-f637bca8-151b-453e-ae2e-506314bfa852"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-f637bca8-151b-453e-ae2e-506314bfa852"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

.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-b2f4f94c-c7f8-45f8-a565-c623b4716281 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-b2f4f94c-c7f8-45f8-a565-c623b4716281 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b2f4f94c-c7f8-45f8-a565-c623b4716281 .shg-sld-nav-button.shg-sld-left,
#s-b2f4f94c-c7f8-45f8-a565-c623b4716281 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-ca89e01d-2e4f-4b53-92e7-ef7cfa86da85 {
  text-align: left;
}



.shg-c#s-ca89e01d-2e4f-4b53-92e7-ef7cfa86da85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca89e01d-2e4f-4b53-92e7-ef7cfa86da85 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ca89e01d-2e4f-4b53-92e7-ef7cfa86da85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca89e01d-2e4f-4b53-92e7-ef7cfa86da85 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca89e01d-2e4f-4b53-92e7-ef7cfa86da85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca89e01d-2e4f-4b53-92e7-ef7cfa86da85 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca89e01d-2e4f-4b53-92e7-ef7cfa86da85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca89e01d-2e4f-4b53-92e7-ef7cfa86da85 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca89e01d-2e4f-4b53-92e7-ef7cfa86da85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca89e01d-2e4f-4b53-92e7-ef7cfa86da85 img.shogun-image {
  width: 100%;
}



}
.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-8b8b56e0-be93-4b78-a490-b6932849da1c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8b8b56e0-be93-4b78-a490-b6932849da1c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b8b56e0-be93-4b78-a490-b6932849da1c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8b8b56e0-be93-4b78-a490-b6932849da1c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b8b56e0-be93-4b78-a490-b6932849da1c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b8b56e0-be93-4b78-a490-b6932849da1c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-8b8b56e0-be93-4b78-a490-b6932849da1c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-41366047-d2c1-4ea0-ba5d-958ccdf0b1e0 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-c8922f2c-353e-45de-80b2-77a3dce99af7 {
  text-align: left;
}



.shg-c#s-c8922f2c-353e-45de-80b2-77a3dce99af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8922f2c-353e-45de-80b2-77a3dce99af7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c8922f2c-353e-45de-80b2-77a3dce99af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8922f2c-353e-45de-80b2-77a3dce99af7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c8922f2c-353e-45de-80b2-77a3dce99af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8922f2c-353e-45de-80b2-77a3dce99af7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c8922f2c-353e-45de-80b2-77a3dce99af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8922f2c-353e-45de-80b2-77a3dce99af7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c8922f2c-353e-45de-80b2-77a3dce99af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8922f2c-353e-45de-80b2-77a3dce99af7 img.shogun-image {
  width: 100%;
}



}
#s-bc8faa25-becb-4f95-ad48-83c20d431f7e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bc8faa25-becb-4f95-ad48-83c20d431f7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc8faa25-becb-4f95-ad48-83c20d431f7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bc8faa25-becb-4f95-ad48-83c20d431f7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc8faa25-becb-4f95-ad48-83c20d431f7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc8faa25-becb-4f95-ad48-83c20d431f7e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-bc8faa25-becb-4f95-ad48-83c20d431f7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9f60cc77-98bc-49ee-a096-9a65bef0caf1 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc {
  text-align: left;
}



.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5184863-b9c4-4a42-8c80-8ce04f8765dc img.shogun-image {
  width: 100%;
}



}
#s-0d101bf8-d50c-4350-842f-5d369d70aa27 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0d101bf8-d50c-4350-842f-5d369d70aa27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d101bf8-d50c-4350-842f-5d369d70aa27:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0d101bf8-d50c-4350-842f-5d369d70aa27 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d101bf8-d50c-4350-842f-5d369d70aa27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d101bf8-d50c-4350-842f-5d369d70aa27.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0d101bf8-d50c-4350-842f-5d369d70aa27.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7e716d3f-114d-455d-9901-0eb51c6b223f {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-bb62d012-fe63-44a9-ae87-af6932c1c973 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-bb62d012-fe63-44a9-ae87-af6932c1c973 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bb62d012-fe63-44a9-ae87-af6932c1c973 .shg-sld-nav-button.shg-sld-left,
#s-bb62d012-fe63-44a9-ae87-af6932c1c973 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-236d104d-aead-42d1-87d3-d16d7ea1c865 {
  text-align: left;
}



.shg-c#s-236d104d-aead-42d1-87d3-d16d7ea1c865 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236d104d-aead-42d1-87d3-d16d7ea1c865 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-236d104d-aead-42d1-87d3-d16d7ea1c865 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236d104d-aead-42d1-87d3-d16d7ea1c865 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-236d104d-aead-42d1-87d3-d16d7ea1c865 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236d104d-aead-42d1-87d3-d16d7ea1c865 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-236d104d-aead-42d1-87d3-d16d7ea1c865 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236d104d-aead-42d1-87d3-d16d7ea1c865 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-236d104d-aead-42d1-87d3-d16d7ea1c865 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-236d104d-aead-42d1-87d3-d16d7ea1c865 img.shogun-image {
  width: 100%;
}



}
#s-538eeba2-b081-486a-88c7-dac7118d21d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-538eeba2-b081-486a-88c7-dac7118d21d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-538eeba2-b081-486a-88c7-dac7118d21d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-538eeba2-b081-486a-88c7-dac7118d21d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-538eeba2-b081-486a-88c7-dac7118d21d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-538eeba2-b081-486a-88c7-dac7118d21d5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-538eeba2-b081-486a-88c7-dac7118d21d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6a7814ba-80ac-489f-a462-1c26dbcd8365 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-bb1f9582-1769-495a-be53-55abfacb8c1f {
  text-align: left;
}



.shg-c#s-bb1f9582-1769-495a-be53-55abfacb8c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb1f9582-1769-495a-be53-55abfacb8c1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bb1f9582-1769-495a-be53-55abfacb8c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb1f9582-1769-495a-be53-55abfacb8c1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb1f9582-1769-495a-be53-55abfacb8c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb1f9582-1769-495a-be53-55abfacb8c1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb1f9582-1769-495a-be53-55abfacb8c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb1f9582-1769-495a-be53-55abfacb8c1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb1f9582-1769-495a-be53-55abfacb8c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb1f9582-1769-495a-be53-55abfacb8c1f img.shogun-image {
  width: 100%;
}



}
#s-bdbea33f-0eba-46a9-a7f7-8e2e3e717f40 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bdbea33f-0eba-46a9-a7f7-8e2e3e717f40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdbea33f-0eba-46a9-a7f7-8e2e3e717f40:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bdbea33f-0eba-46a9-a7f7-8e2e3e717f40 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bdbea33f-0eba-46a9-a7f7-8e2e3e717f40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bdbea33f-0eba-46a9-a7f7-8e2e3e717f40.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-bdbea33f-0eba-46a9-a7f7-8e2e3e717f40.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1dc08781-705c-4e6d-ad94-56478e727aed {
  text-align: left;
}



.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc08781-705c-4e6d-ad94-56478e727aed img.shogun-image {
  width: 100%;
}



}
#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-86974b6d-afa8-4504-a4bd-4e4fc3d4b9cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ce630cdc-99b9-42cd-b255-3ef4a8487fdb {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-19606fe0-db50-4f97-bb29-8514fadd3758 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 {
  text-align: left;
}



.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bc41f9-00a2-4eb8-99f2-5913f8581541 img.shogun-image {
  width: 100%;
}



}
#s-28706962-1532-4ced-a529-e93dd43ad44c {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-28706962-1532-4ced-a529-e93dd43ad44c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28706962-1532-4ced-a529-e93dd43ad44c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-28706962-1532-4ced-a529-e93dd43ad44c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28706962-1532-4ced-a529-e93dd43ad44c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28706962-1532-4ced-a529-e93dd43ad44c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-28706962-1532-4ced-a529-e93dd43ad44c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0499612f-b823-4989-bbc0-3e2960872e6a {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-eb611edf-3911-46c6-9437-cbfb4e212569 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-eb611edf-3911-46c6-9437-cbfb4e212569 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-eb611edf-3911-46c6-9437-cbfb4e212569 .shg-sld-nav-button.shg-sld-left,
#s-eb611edf-3911-46c6-9437-cbfb4e212569 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-074e2f10-9504-451c-998a-1c6f8f8a0692 {
  text-align: left;
}



.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-074e2f10-9504-451c-998a-1c6f8f8a0692 img.shogun-image {
  width: 100%;
}



}
#s-dcc88458-e942-49eb-92d3-68528dca96c5 {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dcc88458-e942-49eb-92d3-68528dca96c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcc88458-e942-49eb-92d3-68528dca96c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dcc88458-e942-49eb-92d3-68528dca96c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcc88458-e942-49eb-92d3-68528dca96c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcc88458-e942-49eb-92d3-68528dca96c5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-dcc88458-e942-49eb-92d3-68528dca96c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bbdd284d-4ae6-4dd8-9c13-50eb113f1c2b {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-f3760539-f217-4a3c-9c75-69257a9fdc8b {
  text-align: left;
}



.shg-c#s-f3760539-f217-4a3c-9c75-69257a9fdc8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3760539-f217-4a3c-9c75-69257a9fdc8b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f3760539-f217-4a3c-9c75-69257a9fdc8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3760539-f217-4a3c-9c75-69257a9fdc8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3760539-f217-4a3c-9c75-69257a9fdc8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3760539-f217-4a3c-9c75-69257a9fdc8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3760539-f217-4a3c-9c75-69257a9fdc8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3760539-f217-4a3c-9c75-69257a9fdc8b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3760539-f217-4a3c-9c75-69257a9fdc8b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3760539-f217-4a3c-9c75-69257a9fdc8b img.shogun-image {
  width: 100%;
}



}
#s-13743417-3327-48e0-863f-2d7f563251ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-13743417-3327-48e0-863f-2d7f563251ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-13743417-3327-48e0-863f-2d7f563251ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-13743417-3327-48e0-863f-2d7f563251ee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13743417-3327-48e0-863f-2d7f563251ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13743417-3327-48e0-863f-2d7f563251ee.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-13743417-3327-48e0-863f-2d7f563251ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-08f14598-86cb-4100-bc0c-6e84fd0d6ba0 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-ac60916f-c03f-4f14-bde4-438f3d170fd0 {
  text-align: left;
}



.shg-c#s-ac60916f-c03f-4f14-bde4-438f3d170fd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac60916f-c03f-4f14-bde4-438f3d170fd0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ac60916f-c03f-4f14-bde4-438f3d170fd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac60916f-c03f-4f14-bde4-438f3d170fd0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ac60916f-c03f-4f14-bde4-438f3d170fd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac60916f-c03f-4f14-bde4-438f3d170fd0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ac60916f-c03f-4f14-bde4-438f3d170fd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac60916f-c03f-4f14-bde4-438f3d170fd0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ac60916f-c03f-4f14-bde4-438f3d170fd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac60916f-c03f-4f14-bde4-438f3d170fd0 img.shogun-image {
  width: 100%;
}



}
#s-fd9f29f6-8053-4b2e-8740-efd696da83b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fd9f29f6-8053-4b2e-8740-efd696da83b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd9f29f6-8053-4b2e-8740-efd696da83b0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd9f29f6-8053-4b2e-8740-efd696da83b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd9f29f6-8053-4b2e-8740-efd696da83b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd9f29f6-8053-4b2e-8740-efd696da83b0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-fd9f29f6-8053-4b2e-8740-efd696da83b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9570ab5f-f813-4240-b040-f8eeadc986c4 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-2f426d11-d643-45de-aa47-070227f03b61 {
  margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-2f426d11-d643-45de-aa47-070227f03b61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-2f426d11-d643-45de-aa47-070227f03b61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-2f426d11-d643-45de-aa47-070227f03b61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-2f426d11-d643-45de-aa47-070227f03b61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-ad30c233-3768-4999-9a22-5c87942afd72 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-ad30c233-3768-4999-9a22-5c87942afd72 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ad30c233-3768-4999-9a22-5c87942afd72 .shg-sld-nav-button.shg-sld-left,
#s-ad30c233-3768-4999-9a22-5c87942afd72 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-37a6c61e-7319-40b2-898c-e237b2464dd8 {
  text-align: left;
}



.shg-c#s-37a6c61e-7319-40b2-898c-e237b2464dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a6c61e-7319-40b2-898c-e237b2464dd8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-37a6c61e-7319-40b2-898c-e237b2464dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a6c61e-7319-40b2-898c-e237b2464dd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37a6c61e-7319-40b2-898c-e237b2464dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a6c61e-7319-40b2-898c-e237b2464dd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37a6c61e-7319-40b2-898c-e237b2464dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a6c61e-7319-40b2-898c-e237b2464dd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-37a6c61e-7319-40b2-898c-e237b2464dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a6c61e-7319-40b2-898c-e237b2464dd8 img.shogun-image {
  width: 100%;
}



}
#s-6f3ba199-97e4-4015-87e9-857ea0f113ca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6f3ba199-97e4-4015-87e9-857ea0f113ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f3ba199-97e4-4015-87e9-857ea0f113ca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6f3ba199-97e4-4015-87e9-857ea0f113ca {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f3ba199-97e4-4015-87e9-857ea0f113ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f3ba199-97e4-4015-87e9-857ea0f113ca.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-6f3ba199-97e4-4015-87e9-857ea0f113ca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-398b4aec-7b71-4b6c-8c21-3d378eb7d421 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-1459f664-cb54-45fe-888c-9951a23e319c {
  text-align: left;
}



.shg-c#s-1459f664-cb54-45fe-888c-9951a23e319c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1459f664-cb54-45fe-888c-9951a23e319c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1459f664-cb54-45fe-888c-9951a23e319c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1459f664-cb54-45fe-888c-9951a23e319c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1459f664-cb54-45fe-888c-9951a23e319c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1459f664-cb54-45fe-888c-9951a23e319c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1459f664-cb54-45fe-888c-9951a23e319c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1459f664-cb54-45fe-888c-9951a23e319c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1459f664-cb54-45fe-888c-9951a23e319c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1459f664-cb54-45fe-888c-9951a23e319c img.shogun-image {
  width: 100%;
}



}
#s-0944be7a-1beb-4231-ac36-c0561326fafc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0944be7a-1beb-4231-ac36-c0561326fafc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0944be7a-1beb-4231-ac36-c0561326fafc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0944be7a-1beb-4231-ac36-c0561326fafc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0944be7a-1beb-4231-ac36-c0561326fafc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0944be7a-1beb-4231-ac36-c0561326fafc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0944be7a-1beb-4231-ac36-c0561326fafc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-25c9429c-998f-48a5-aafc-84a9baff6ab6 {
  text-align: left;
}



.shg-c#s-25c9429c-998f-48a5-aafc-84a9baff6ab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25c9429c-998f-48a5-aafc-84a9baff6ab6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-25c9429c-998f-48a5-aafc-84a9baff6ab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25c9429c-998f-48a5-aafc-84a9baff6ab6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-25c9429c-998f-48a5-aafc-84a9baff6ab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25c9429c-998f-48a5-aafc-84a9baff6ab6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-25c9429c-998f-48a5-aafc-84a9baff6ab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25c9429c-998f-48a5-aafc-84a9baff6ab6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-25c9429c-998f-48a5-aafc-84a9baff6ab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25c9429c-998f-48a5-aafc-84a9baff6ab6 img.shogun-image {
  width: 100%;
}



}
#s-c64a96bd-66f3-44ac-a28c-544005a69e54 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c64a96bd-66f3-44ac-a28c-544005a69e54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c64a96bd-66f3-44ac-a28c-544005a69e54:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c64a96bd-66f3-44ac-a28c-544005a69e54 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c64a96bd-66f3-44ac-a28c-544005a69e54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c64a96bd-66f3-44ac-a28c-544005a69e54.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-c64a96bd-66f3-44ac-a28c-544005a69e54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-32119715-75ee-408a-b38c-55636a515854 {
  text-align: center;
}







  #s-32119715-75ee-408a-b38c-55636a515854 img.shogun-image {
    

    
    
    
  }


#s-32119715-75ee-408a-b38c-55636a515854 .shogun-image-content {
  
    align-items: center;
  
}

#s-461a6c0e-5fc5-40ca-89ca-f27f3e3ca8de {
  margin-top: 3%;
margin-bottom: -2%;
}

#s-d1ad1270-0a5f-43f8-b90e-061fc075ca26 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d1ad1270-0a5f-43f8-b90e-061fc075ca26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1ad1270-0a5f-43f8-b90e-061fc075ca26:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d1ad1270-0a5f-43f8-b90e-061fc075ca26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1ad1270-0a5f-43f8-b90e-061fc075ca26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1ad1270-0a5f-43f8-b90e-061fc075ca26.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-d1ad1270-0a5f-43f8-b90e-061fc075ca26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bf910dea-3b67-4930-9329-8d10a40227a1 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-6f247f43-00d5-4b85-9b42-bd7296f95474 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-c5fe7f83-cb1a-4f20-9321-61e43873fff8 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-c5fe7f83-cb1a-4f20-9321-61e43873fff8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c5fe7f83-cb1a-4f20-9321-61e43873fff8 .shg-sld-nav-button.shg-sld-left,
#s-c5fe7f83-cb1a-4f20-9321-61e43873fff8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c29b5ab5-2c97-42bf-a88d-468e2f2cb4a7 {
  text-align: left;
}



.shg-c#s-c29b5ab5-2c97-42bf-a88d-468e2f2cb4a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c29b5ab5-2c97-42bf-a88d-468e2f2cb4a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c29b5ab5-2c97-42bf-a88d-468e2f2cb4a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c29b5ab5-2c97-42bf-a88d-468e2f2cb4a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c29b5ab5-2c97-42bf-a88d-468e2f2cb4a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c29b5ab5-2c97-42bf-a88d-468e2f2cb4a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c29b5ab5-2c97-42bf-a88d-468e2f2cb4a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c29b5ab5-2c97-42bf-a88d-468e2f2cb4a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c29b5ab5-2c97-42bf-a88d-468e2f2cb4a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c29b5ab5-2c97-42bf-a88d-468e2f2cb4a7 img.shogun-image {
  width: 100%;
}



}
#s-8e3514a9-7a90-4fc6-a1c8-568a7aed407d {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8e3514a9-7a90-4fc6-a1c8-568a7aed407d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e3514a9-7a90-4fc6-a1c8-568a7aed407d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8e3514a9-7a90-4fc6-a1c8-568a7aed407d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e3514a9-7a90-4fc6-a1c8-568a7aed407d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e3514a9-7a90-4fc6-a1c8-568a7aed407d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-8e3514a9-7a90-4fc6-a1c8-568a7aed407d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-72028345-c7cb-455d-add9-44d978c88956 {
  text-align: left;
}



.shg-c#s-72028345-c7cb-455d-add9-44d978c88956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72028345-c7cb-455d-add9-44d978c88956 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-72028345-c7cb-455d-add9-44d978c88956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72028345-c7cb-455d-add9-44d978c88956 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72028345-c7cb-455d-add9-44d978c88956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72028345-c7cb-455d-add9-44d978c88956 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72028345-c7cb-455d-add9-44d978c88956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72028345-c7cb-455d-add9-44d978c88956 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-72028345-c7cb-455d-add9-44d978c88956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72028345-c7cb-455d-add9-44d978c88956 img.shogun-image {
  width: 100%;
}



}
#s-38e105e4-8ded-491e-8658-a489cd5ef599 {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-38e105e4-8ded-491e-8658-a489cd5ef599:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-38e105e4-8ded-491e-8658-a489cd5ef599:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-38e105e4-8ded-491e-8658-a489cd5ef599 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-38e105e4-8ded-491e-8658-a489cd5ef599.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38e105e4-8ded-491e-8658-a489cd5ef599.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-38e105e4-8ded-491e-8658-a489cd5ef599.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-81e1ca80-0737-4311-96f5-194901dc1c43 {
  text-align: left;
}



.shg-c#s-81e1ca80-0737-4311-96f5-194901dc1c43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81e1ca80-0737-4311-96f5-194901dc1c43 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-81e1ca80-0737-4311-96f5-194901dc1c43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81e1ca80-0737-4311-96f5-194901dc1c43 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81e1ca80-0737-4311-96f5-194901dc1c43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81e1ca80-0737-4311-96f5-194901dc1c43 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81e1ca80-0737-4311-96f5-194901dc1c43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81e1ca80-0737-4311-96f5-194901dc1c43 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81e1ca80-0737-4311-96f5-194901dc1c43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81e1ca80-0737-4311-96f5-194901dc1c43 img.shogun-image {
  width: 100%;
}



}
#s-aac91dd5-b20a-48e8-b2a9-3734ca0f400e {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aac91dd5-b20a-48e8-b2a9-3734ca0f400e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aac91dd5-b20a-48e8-b2a9-3734ca0f400e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aac91dd5-b20a-48e8-b2a9-3734ca0f400e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aac91dd5-b20a-48e8-b2a9-3734ca0f400e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aac91dd5-b20a-48e8-b2a9-3734ca0f400e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-aac91dd5-b20a-48e8-b2a9-3734ca0f400e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-513ee47f-065e-4cad-b185-6b58a84e5b91 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-1b5c593a-b650-44f4-b023-e9da38e193c4 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-b9f010e1-838d-4a08-8ef3-e0002a56db4c {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-2acb66aa-edfa-4155-9405-68bb8d970645 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-2acb66aa-edfa-4155-9405-68bb8d970645 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2acb66aa-edfa-4155-9405-68bb8d970645 .shg-sld-nav-button.shg-sld-left,
#s-2acb66aa-edfa-4155-9405-68bb8d970645 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-652dde8f-a3fe-43b1-99cf-ee707324e099 {
  text-align: left;
}



.shg-c#s-652dde8f-a3fe-43b1-99cf-ee707324e099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-652dde8f-a3fe-43b1-99cf-ee707324e099 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-652dde8f-a3fe-43b1-99cf-ee707324e099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-652dde8f-a3fe-43b1-99cf-ee707324e099 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-652dde8f-a3fe-43b1-99cf-ee707324e099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-652dde8f-a3fe-43b1-99cf-ee707324e099 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-652dde8f-a3fe-43b1-99cf-ee707324e099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-652dde8f-a3fe-43b1-99cf-ee707324e099 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-652dde8f-a3fe-43b1-99cf-ee707324e099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-652dde8f-a3fe-43b1-99cf-ee707324e099 img.shogun-image {
  width: 100%;
}



}
#s-d8ff45e7-a7b2-492d-993c-ab76cec74de3 {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d8ff45e7-a7b2-492d-993c-ab76cec74de3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8ff45e7-a7b2-492d-993c-ab76cec74de3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8ff45e7-a7b2-492d-993c-ab76cec74de3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8ff45e7-a7b2-492d-993c-ab76cec74de3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8ff45e7-a7b2-492d-993c-ab76cec74de3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-d8ff45e7-a7b2-492d-993c-ab76cec74de3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e33285ef-1526-4ba5-bcc4-317e3de0bdef {
  text-align: left;
}



.shg-c#s-e33285ef-1526-4ba5-bcc4-317e3de0bdef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e33285ef-1526-4ba5-bcc4-317e3de0bdef img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e33285ef-1526-4ba5-bcc4-317e3de0bdef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e33285ef-1526-4ba5-bcc4-317e3de0bdef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e33285ef-1526-4ba5-bcc4-317e3de0bdef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e33285ef-1526-4ba5-bcc4-317e3de0bdef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e33285ef-1526-4ba5-bcc4-317e3de0bdef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e33285ef-1526-4ba5-bcc4-317e3de0bdef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e33285ef-1526-4ba5-bcc4-317e3de0bdef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e33285ef-1526-4ba5-bcc4-317e3de0bdef img.shogun-image {
  width: 100%;
}



}
#s-1e489f38-ee8f-44f2-9365-df85bc9584e0 {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1e489f38-ee8f-44f2-9365-df85bc9584e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e489f38-ee8f-44f2-9365-df85bc9584e0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1e489f38-ee8f-44f2-9365-df85bc9584e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e489f38-ee8f-44f2-9365-df85bc9584e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e489f38-ee8f-44f2-9365-df85bc9584e0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-1e489f38-ee8f-44f2-9365-df85bc9584e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6e4f4d12-0e4d-4067-99a9-83f7401606c6 {
  text-align: left;
}



.shg-c#s-6e4f4d12-0e4d-4067-99a9-83f7401606c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e4f4d12-0e4d-4067-99a9-83f7401606c6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e4f4d12-0e4d-4067-99a9-83f7401606c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e4f4d12-0e4d-4067-99a9-83f7401606c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e4f4d12-0e4d-4067-99a9-83f7401606c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e4f4d12-0e4d-4067-99a9-83f7401606c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e4f4d12-0e4d-4067-99a9-83f7401606c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e4f4d12-0e4d-4067-99a9-83f7401606c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e4f4d12-0e4d-4067-99a9-83f7401606c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e4f4d12-0e4d-4067-99a9-83f7401606c6 img.shogun-image {
  width: 100%;
}



}
#s-75bfd468-3d63-4127-9eef-5056acba8ab0 {
  margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-75bfd468-3d63-4127-9eef-5056acba8ab0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75bfd468-3d63-4127-9eef-5056acba8ab0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-75bfd468-3d63-4127-9eef-5056acba8ab0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75bfd468-3d63-4127-9eef-5056acba8ab0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75bfd468-3d63-4127-9eef-5056acba8ab0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-75bfd468-3d63-4127-9eef-5056acba8ab0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-38ae6b54-77a7-4e5c-8834-8cfd5e10042d {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-5c721574-aedc-41f2-9a48-882749096a58 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-8d0c944b-c318-4c2e-b1bf-c588533e99f3 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-b79ae35d-c1af-45db-8bad-266a5bb0ede7 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-b79ae35d-c1af-45db-8bad-266a5bb0ede7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b79ae35d-c1af-45db-8bad-266a5bb0ede7 .shg-sld-nav-button.shg-sld-left,
#s-b79ae35d-c1af-45db-8bad-266a5bb0ede7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7914fd1f-f4a8-45d5-9d9a-4d7457aacdac {
  text-align: left;
}



.shg-c#s-7914fd1f-f4a8-45d5-9d9a-4d7457aacdac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7914fd1f-f4a8-45d5-9d9a-4d7457aacdac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7914fd1f-f4a8-45d5-9d9a-4d7457aacdac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7914fd1f-f4a8-45d5-9d9a-4d7457aacdac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7914fd1f-f4a8-45d5-9d9a-4d7457aacdac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7914fd1f-f4a8-45d5-9d9a-4d7457aacdac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7914fd1f-f4a8-45d5-9d9a-4d7457aacdac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7914fd1f-f4a8-45d5-9d9a-4d7457aacdac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7914fd1f-f4a8-45d5-9d9a-4d7457aacdac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7914fd1f-f4a8-45d5-9d9a-4d7457aacdac img.shogun-image {
  width: 100%;
}



}
#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-9ffa1e50-0cec-4da1-b7a5-79f4e17e623b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 {
  text-align: left;
}



.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08cd4e5e-07b0-40b9-af62-5f9984f9b9a4 img.shogun-image {
  width: 100%;
}



}
#s-18b815b1-4682-4bbe-96df-485aab060f40 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-18b815b1-4682-4bbe-96df-485aab060f40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18b815b1-4682-4bbe-96df-485aab060f40:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-18b815b1-4682-4bbe-96df-485aab060f40 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18b815b1-4682-4bbe-96df-485aab060f40.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18b815b1-4682-4bbe-96df-485aab060f40.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-18b815b1-4682-4bbe-96df-485aab060f40.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f8851d98-5dbd-4de7-965d-d926691267e6 {
  text-align: left;
}



.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8851d98-5dbd-4de7-965d-d926691267e6 img.shogun-image {
  width: 100%;
}



}
#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3b3e2548-5219-434e-abe2-8fed6ddd95d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5a10cb56-0b34-4ec1-9af3-11ce122a228e {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-7182eaed-f932-4bc8-a9e4-eb075ea48133 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-3685965b-de2e-4fb0-b7aa-93679a1b4605 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-a4bd7572-d593-442c-8405-747825f2eb5f {
  margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-a4bd7572-d593-442c-8405-747825f2eb5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-a4bd7572-d593-442c-8405-747825f2eb5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-a4bd7572-d593-442c-8405-747825f2eb5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-a4bd7572-d593-442c-8405-747825f2eb5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-87162028-a22c-4877-87ff-b2e0ecbfa416 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-87162028-a22c-4877-87ff-b2e0ecbfa416 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-87162028-a22c-4877-87ff-b2e0ecbfa416 .shg-sld-nav-button.shg-sld-left,
#s-87162028-a22c-4877-87ff-b2e0ecbfa416 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-65910cdd-28ca-4346-9bca-14e86ccbdbe8 {
  text-align: center;
}







  #s-65910cdd-28ca-4346-9bca-14e86ccbdbe8 img.shogun-image {
    

    
    
    
  }


#s-65910cdd-28ca-4346-9bca-14e86ccbdbe8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c61c542-e066-41b9-a3f5-bafd10426349 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7c61c542-e066-41b9-a3f5-bafd10426349:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c61c542-e066-41b9-a3f5-bafd10426349:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c61c542-e066-41b9-a3f5-bafd10426349 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c61c542-e066-41b9-a3f5-bafd10426349.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c61c542-e066-41b9-a3f5-bafd10426349.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-7c61c542-e066-41b9-a3f5-bafd10426349.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7cf6b67f-aef1-442b-afb4-362d3287856e {
  text-align: left;
}



.shg-c#s-7cf6b67f-aef1-442b-afb4-362d3287856e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cf6b67f-aef1-442b-afb4-362d3287856e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7cf6b67f-aef1-442b-afb4-362d3287856e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cf6b67f-aef1-442b-afb4-362d3287856e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7cf6b67f-aef1-442b-afb4-362d3287856e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cf6b67f-aef1-442b-afb4-362d3287856e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7cf6b67f-aef1-442b-afb4-362d3287856e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cf6b67f-aef1-442b-afb4-362d3287856e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7cf6b67f-aef1-442b-afb4-362d3287856e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cf6b67f-aef1-442b-afb4-362d3287856e img.shogun-image {
  width: 100%;
}



}
#s-35488e81-fb44-4fc9-a48b-147d914f4cc1 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-35488e81-fb44-4fc9-a48b-147d914f4cc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35488e81-fb44-4fc9-a48b-147d914f4cc1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35488e81-fb44-4fc9-a48b-147d914f4cc1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35488e81-fb44-4fc9-a48b-147d914f4cc1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35488e81-fb44-4fc9-a48b-147d914f4cc1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-35488e81-fb44-4fc9-a48b-147d914f4cc1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5d7ec943-8198-4367-ac41-f130fa434e53 {
  text-align: left;
}



.shg-c#s-5d7ec943-8198-4367-ac41-f130fa434e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d7ec943-8198-4367-ac41-f130fa434e53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5d7ec943-8198-4367-ac41-f130fa434e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d7ec943-8198-4367-ac41-f130fa434e53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5d7ec943-8198-4367-ac41-f130fa434e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d7ec943-8198-4367-ac41-f130fa434e53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5d7ec943-8198-4367-ac41-f130fa434e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d7ec943-8198-4367-ac41-f130fa434e53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5d7ec943-8198-4367-ac41-f130fa434e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d7ec943-8198-4367-ac41-f130fa434e53 img.shogun-image {
  width: 100%;
}



}
#s-bdd27697-db2c-425c-8ad5-540905d78699 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bdd27697-db2c-425c-8ad5-540905d78699:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdd27697-db2c-425c-8ad5-540905d78699:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bdd27697-db2c-425c-8ad5-540905d78699 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bdd27697-db2c-425c-8ad5-540905d78699.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bdd27697-db2c-425c-8ad5-540905d78699.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-bdd27697-db2c-425c-8ad5-540905d78699.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-773c499e-6558-4d95-8843-de9f4e4bdfc5 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-96c1cbed-aace-4a0d-ae8f-87d901a838a4 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-08dbd82f-ec9d-42f5-8852-15ae78352a03 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-500b7daf-aa89-4bab-9794-8ebb4bf747e8 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-500b7daf-aa89-4bab-9794-8ebb4bf747e8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-500b7daf-aa89-4bab-9794-8ebb4bf747e8 .shg-sld-nav-button.shg-sld-left,
#s-500b7daf-aa89-4bab-9794-8ebb4bf747e8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4c1b5275-111c-4d84-9890-d5b30cde32f5 {
  text-align: center;
}







  #s-4c1b5275-111c-4d84-9890-d5b30cde32f5 img.shogun-image {
    

    
    
    
  }


#s-4c1b5275-111c-4d84-9890-d5b30cde32f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e2cc10c-d8fc-4fdc-93eb-61e1fdf74e6b {
  text-align: left;
}



.shg-c#s-6e2cc10c-d8fc-4fdc-93eb-61e1fdf74e6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e2cc10c-d8fc-4fdc-93eb-61e1fdf74e6b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e2cc10c-d8fc-4fdc-93eb-61e1fdf74e6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e2cc10c-d8fc-4fdc-93eb-61e1fdf74e6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e2cc10c-d8fc-4fdc-93eb-61e1fdf74e6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e2cc10c-d8fc-4fdc-93eb-61e1fdf74e6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e2cc10c-d8fc-4fdc-93eb-61e1fdf74e6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e2cc10c-d8fc-4fdc-93eb-61e1fdf74e6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e2cc10c-d8fc-4fdc-93eb-61e1fdf74e6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e2cc10c-d8fc-4fdc-93eb-61e1fdf74e6b img.shogun-image {
  width: 100%;
}



}
#s-0b8bce62-f8e4-4b67-b049-bf037963cbbc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0b8bce62-f8e4-4b67-b049-bf037963cbbc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b8bce62-f8e4-4b67-b049-bf037963cbbc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0b8bce62-f8e4-4b67-b049-bf037963cbbc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b8bce62-f8e4-4b67-b049-bf037963cbbc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b8bce62-f8e4-4b67-b049-bf037963cbbc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0b8bce62-f8e4-4b67-b049-bf037963cbbc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-40d525a9-62c7-4d6d-9282-697daa2d56d5 {
  text-align: left;
}



.shg-c#s-40d525a9-62c7-4d6d-9282-697daa2d56d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40d525a9-62c7-4d6d-9282-697daa2d56d5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-40d525a9-62c7-4d6d-9282-697daa2d56d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40d525a9-62c7-4d6d-9282-697daa2d56d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40d525a9-62c7-4d6d-9282-697daa2d56d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40d525a9-62c7-4d6d-9282-697daa2d56d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40d525a9-62c7-4d6d-9282-697daa2d56d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40d525a9-62c7-4d6d-9282-697daa2d56d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40d525a9-62c7-4d6d-9282-697daa2d56d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40d525a9-62c7-4d6d-9282-697daa2d56d5 img.shogun-image {
  width: 100%;
}



}
#s-e274a4e3-3975-4665-822e-109cdbc77ca8 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e274a4e3-3975-4665-822e-109cdbc77ca8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e274a4e3-3975-4665-822e-109cdbc77ca8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e274a4e3-3975-4665-822e-109cdbc77ca8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e274a4e3-3975-4665-822e-109cdbc77ca8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e274a4e3-3975-4665-822e-109cdbc77ca8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-e274a4e3-3975-4665-822e-109cdbc77ca8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8f8842f3-91d5-4d70-878d-4fdbc5a2ac5e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8f8842f3-91d5-4d70-878d-4fdbc5a2ac5e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f8842f3-91d5-4d70-878d-4fdbc5a2ac5e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f8842f3-91d5-4d70-878d-4fdbc5a2ac5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f8842f3-91d5-4d70-878d-4fdbc5a2ac5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f8842f3-91d5-4d70-878d-4fdbc5a2ac5e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-8f8842f3-91d5-4d70-878d-4fdbc5a2ac5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a4a6858c-9ee6-4929-9bd2-5feb3e889efb {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-a785d667-7824-471c-b811-c65ebb8b053a {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-4b17e5c0-ad5d-4ca1-80eb-8b1c7cc95079 {
  margin-top: 10%;
margin-bottom: -5%;
}

#s-707a6f6c-da4d-4564-85d7-e43faffc7cb8 {
  text-align: left;
}

#s-71617e56-4a72-4fc2-86c7-976fe13a37d5 {
  text-align: left;
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}