.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-0a51e86e-3278-4ede-8578-a1dd662221d2 {
  min-height: 50px;
}








#s-0a51e86e-3278-4ede-8578-a1dd662221d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a51e86e-3278-4ede-8578-a1dd662221d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-3d7760f0-827d-47c5-935e-783c3772ee85 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-bottom: 0%;
max-width: 885px;
text-align: left;
}

#s-3d7760f0-827d-47c5-935e-783c3772ee85 .shogun-heading-component h1 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



.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-8f9cee72-20d1-42ad-a7c9-43e32f8ba90b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1194px;
text-align: center;
}







  #s-8f9cee72-20d1-42ad-a7c9-43e32f8ba90b img.shogun-image {
    

    
    
    
  }


#s-8f9cee72-20d1-42ad-a7c9-43e32f8ba90b .shogun-image-content {
  
    align-items: center;
  
}

#s-9ae66b18-d5ea-42a9-90c8-30e9408719d5 {
  text-align: left;
}

#s-2e223090-563d-4711-8d57-0b021e46b5ff {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}








#s-2e223090-563d-4711-8d57-0b021e46b5ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e223090-563d-4711-8d57-0b021e46b5ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-7edd5d36-1578-4d95-8d01-6caf1b1f7706 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1194px;
}

@media (min-width: 0px) {
[id="s-7edd5d36-1578-4d95-8d01-6caf1b1f7706"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7edd5d36-1578-4d95-8d01-6caf1b1f7706"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-7edd5d36-1578-4d95-8d01-6caf1b1f7706"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-7edd5d36-1578-4d95-8d01-6caf1b1f7706"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-7edd5d36-1578-4d95-8d01-6caf1b1f7706"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-7edd5d36-1578-4d95-8d01-6caf1b1f7706"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-7edd5d36-1578-4d95-8d01-6caf1b1f7706"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-7edd5d36-1578-4d95-8d01-6caf1b1f7706"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-7edd5d36-1578-4d95-8d01-6caf1b1f7706"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-7edd5d36-1578-4d95-8d01-6caf1b1f7706"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

}

@media (max-width: 767px) {
  [id="s-7edd5d36-1578-4d95-8d01-6caf1b1f7706"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5f99cf58-77de-464f-a9ce-366bc19bdc25 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-5f99cf58-77de-464f-a9ce-366bc19bdc25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f99cf58-77de-464f-a9ce-366bc19bdc25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-986e6761-2a69-4d00-b5b9-cbc44241503b {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 684px;
text-align: left;
}

#s-986e6761-2a69-4d00-b5b9-cbc44241503b .shogun-heading-component h2 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.32px;
  
}



#s-b1de46bf-c1fb-45d1-911b-bc78c57e353c {
  margin-bottom: 5px;
text-align: center;
}







  #s-b1de46bf-c1fb-45d1-911b-bc78c57e353c img.shogun-image {
    

    
    
    
  }


#s-b1de46bf-c1fb-45d1-911b-bc78c57e353c .shogun-image-content {
  
    align-items: center;
  
}

#s-544df32e-f029-4829-a35b-f0f4786ad7a4 {
  min-height: 50px;
}








#s-544df32e-f029-4829-a35b-f0f4786ad7a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-544df32e-f029-4829-a35b-f0f4786ad7a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-856556f7-bc5c-4816-9dda-b74892ad2509 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(14, 91, 219, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-856556f7-bc5c-4816-9dda-b74892ad2509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-856556f7-bc5c-4816-9dda-b74892ad2509.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-0d679206-2b6c-418c-b44e-a0298093b06e hr {
  border-top: 2px solid #ddd;
}

#s-e2b3dc12-90b9-4726-9a71-879f223bb47e {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-1b126f21-6637-479c-950e-4a693c6ce065 {
  text-align: left;
}


  #s-1b126f21-6637-479c-950e-4a693c6ce065 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-1b126f21-6637-479c-950e-4a693c6ce065 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-1b126f21-6637-479c-950e-4a693c6ce065 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-1b126f21-6637-479c-950e-4a693c6ce065 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-1b126f21-6637-479c-950e-4a693c6ce065 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-1b126f21-6637-479c-950e-4a693c6ce065 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-0f0ba249-a77b-46cd-88b9-366a26f5ee35 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
}

#s-058b66b8-2e56-482a-a019-c646d73f94ff {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
}

#s-38e405f6-1f39-4e5a-8fba-d47eaeb762dd {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
}

#s-8aa38dda-f365-41e4-98c2-2d268cc01b2d {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
}

#s-207b2193-2aa0-43b7-9138-c4a1deefb469 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
}

#s-24f94a34-2be0-4fbe-be64-71451898818c hr {
  border-top: 2px solid #ddd;
}

#s-95069df7-df7d-403c-ac05-5617d6f7411d {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-02e5d10b-75a2-4fd8-a42d-4c3c2fcbbc35 {
  min-height: 50px;
}








#s-02e5d10b-75a2-4fd8-a42d-4c3c2fcbbc35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02e5d10b-75a2-4fd8-a42d-4c3c2fcbbc35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a2bc22d-f2d0-4f80-9f21-5e11227efc53 {
  margin-top: 10px;
}

#s-52d8a3aa-b413-4c4c-9fa3-6ba15f44fd43 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-52d8a3aa-b413-4c4c-9fa3-6ba15f44fd43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52d8a3aa-b413-4c4c-9fa3-6ba15f44fd43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e64da86b-81a3-4c67-883f-6cb2d2a20602 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e64da86b-81a3-4c67-883f-6cb2d2a20602 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-75b16153-a622-4aca-b10e-f5465e991330 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 885px;
text-align: left;
}

#s-75b16153-a622-4aca-b10e-f5465e991330 .shogun-heading-component h3 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-6e834495-7508-4b85-94b9-c9229a17609b {
  min-height: 50px;
}








#s-6e834495-7508-4b85-94b9-c9229a17609b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e834495-7508-4b85-94b9-c9229a17609b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67c752a6-5915-4caf-bee4-f9b6b2a9efd5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 885px;
text-align: left;
}

#s-67c752a6-5915-4caf-bee4-f9b6b2a9efd5 .shogun-heading-component h4 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-44ae2997-c56d-477e-8ff1-a24be39d4035 {
  min-height: 50px;
}








#s-44ae2997-c56d-477e-8ff1-a24be39d4035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44ae2997-c56d-477e-8ff1-a24be39d4035.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e545084e-beff-4325-8613-adf64c503b2f {
  min-height: 50px;
}








#s-e545084e-beff-4325-8613-adf64c503b2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e545084e-beff-4325-8613-adf64c503b2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-398ea772-7cde-4a79-b512-8e66576d8e00 {
  min-height: 50px;
}








#s-398ea772-7cde-4a79-b512-8e66576d8e00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-398ea772-7cde-4a79-b512-8e66576d8e00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b022760-6012-4e30-aa77-acbed337fd8e {
  margin-top: 20px;
}

#s-6cc5219e-b96c-4d37-bb08-407716c18397 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
max-width: 1090px;
}

@media (min-width: 0px) {
[id="s-6cc5219e-b96c-4d37-bb08-407716c18397"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cc5219e-b96c-4d37-bb08-407716c18397"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6cc5219e-b96c-4d37-bb08-407716c18397"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cc5219e-b96c-4d37-bb08-407716c18397"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2fb58f6e-7890-474a-ada8-a4b8ab7919a4 {
  padding-bottom: 20px;
}

#s-09579d86-6c6a-4568-b4dd-62324e85e3f0 {
  min-height: 50px;
}








#s-09579d86-6c6a-4568-b4dd-62324e85e3f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09579d86-6c6a-4568-b4dd-62324e85e3f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-62fa2ff2-5ce2-4985-8569-e03f83464bef {
  text-align: left;
}


.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef {
  max-width:  100%;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom,
.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef {
  max-width:  100%;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom,
.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef {
  max-width:  100%;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom,
.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef {
  max-width:  100%;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom,
.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef {
  max-width:  100%;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom,
.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62fa2ff2-5ce2-4985-8569-e03f83464bef img.shogun-image {
  width: 100%;
}



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

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

#s-eb8e8440-77ba-4d8b-9277-871c0e314ae5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb8e8440-77ba-4d8b-9277-871c0e314ae5 .shg-product-title-component h5 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-afdbdf33-2ff1-4eec-a918-0352272537b1 {
  min-height: 50px;
}








#s-afdbdf33-2ff1-4eec-a918-0352272537b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afdbdf33-2ff1-4eec-a918-0352272537b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8bcbfae3-38df-4f3a-9a80-d7c27f48fe00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bcbfae3-38df-4f3a-9a80-d7c27f48fe00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-8bcbfae3-38df-4f3a-9a80-d7c27f48fe00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-8bcbfae3-38df-4f3a-9a80-d7c27f48fe00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-8bcbfae3-38df-4f3a-9a80-d7c27f48fe00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-8bcbfae3-38df-4f3a-9a80-d7c27f48fe00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-8bcbfae3-38df-4f3a-9a80-d7c27f48fe00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

#s-888884e2-a38a-4d66-97a5-101df2dc50b5 {
  text-align: center;
}







  #s-888884e2-a38a-4d66-97a5-101df2dc50b5 img.shogun-image {
    

    
    
    
  }


#s-888884e2-a38a-4d66-97a5-101df2dc50b5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-15f863da-ab3b-49c7-8c7b-752326da5e9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15f863da-ab3b-49c7-8c7b-752326da5e9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-15f863da-ab3b-49c7-8c7b-752326da5e9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-15f863da-ab3b-49c7-8c7b-752326da5e9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-15f863da-ab3b-49c7-8c7b-752326da5e9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-15f863da-ab3b-49c7-8c7b-752326da5e9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-15f863da-ab3b-49c7-8c7b-752326da5e9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

#s-91b51d10-86a5-4533-87b5-39d673aa2cd5 {
  text-align: center;
}







  #s-91b51d10-86a5-4533-87b5-39d673aa2cd5 img.shogun-image {
    

    
    
    
  }


#s-91b51d10-86a5-4533-87b5-39d673aa2cd5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ff5c896a-81ee-44e5-9195-c2aacd435f6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff5c896a-81ee-44e5-9195-c2aacd435f6a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-ff5c896a-81ee-44e5-9195-c2aacd435f6a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-ff5c896a-81ee-44e5-9195-c2aacd435f6a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-ff5c896a-81ee-44e5-9195-c2aacd435f6a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-ff5c896a-81ee-44e5-9195-c2aacd435f6a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-ff5c896a-81ee-44e5-9195-c2aacd435f6a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

#s-501b6445-d401-49b4-bae5-d990fde71b99 {
  text-align: center;
}







  #s-501b6445-d401-49b4-bae5-d990fde71b99 img.shogun-image {
    

    
    
    
  }


#s-501b6445-d401-49b4-bae5-d990fde71b99 .shogun-image-content {
  
    align-items: center;
  
}

#s-acb921ab-da51-44fa-b172-87bbec4c2e2c {
  text-align: center;
}

#s-acb921ab-da51-44fa-b172-87bbec4c2e2c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-acb921ab-da51-44fa-b172-87bbec4c2e2c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-acb921ab-da51-44fa-b172-87bbec4c2e2c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-54ec7602-1bd1-4984-89ca-fe6c4c2d0e75 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(14, 91, 219, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-54ec7602-1bd1-4984-89ca-fe6c4c2d0e75:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54ec7602-1bd1-4984-89ca-fe6c4c2d0e75:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-54ec7602-1bd1-4984-89ca-fe6c4c2d0e75 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54ec7602-1bd1-4984-89ca-fe6c4c2d0e75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54ec7602-1bd1-4984-89ca-fe6c4c2d0e75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-54ec7602-1bd1-4984-89ca-fe6c4c2d0e75.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1831d7bf-a267-439d-8844-4d9dd624c1ec {
  padding-bottom: 20px;
}

#s-4b72c31a-0b21-483b-a56a-7a7d087a38d3 {
  min-height: 50px;
}








#s-4b72c31a-0b21-483b-a56a-7a7d087a38d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b72c31a-0b21-483b-a56a-7a7d087a38d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e30ea83-ec86-4405-a660-11b0b13b2044 {
  text-align: left;
}


.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 {
  max-width:  100%;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom,
.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 {
  max-width:  100%;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom,
.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 {
  max-width:  100%;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom,
.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 {
  max-width:  100%;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom,
.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 {
  max-width:  100%;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom,
.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e30ea83-ec86-4405-a660-11b0b13b2044 img.shogun-image {
  width: 100%;
}



}
#s-84eb543a-6b80-4722-9813-e4f775b7d277 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84eb543a-6b80-4722-9813-e4f775b7d277 .shg-product-title-component h5 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d7d7389b-4c3d-447d-98a7-695bb8bbbc54 {
  min-height: 50px;
}








#s-d7d7389b-4c3d-447d-98a7-695bb8bbbc54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7d7389b-4c3d-447d-98a7-695bb8bbbc54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a69ff870-331d-4e90-b56a-a0e1efcce872"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a69ff870-331d-4e90-b56a-a0e1efcce872"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-a69ff870-331d-4e90-b56a-a0e1efcce872"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-a69ff870-331d-4e90-b56a-a0e1efcce872"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-a69ff870-331d-4e90-b56a-a0e1efcce872"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-a69ff870-331d-4e90-b56a-a0e1efcce872"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-a69ff870-331d-4e90-b56a-a0e1efcce872"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

#s-87e4d9e0-ccad-46b6-93f4-68d8bf69569d {
  text-align: center;
}







  #s-87e4d9e0-ccad-46b6-93f4-68d8bf69569d img.shogun-image {
    

    
    
    
  }


#s-87e4d9e0-ccad-46b6-93f4-68d8bf69569d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9d48fdbb-85a9-47c0-b554-b674ce2c7ade"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d48fdbb-85a9-47c0-b554-b674ce2c7ade"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-9d48fdbb-85a9-47c0-b554-b674ce2c7ade"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-9d48fdbb-85a9-47c0-b554-b674ce2c7ade"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-9d48fdbb-85a9-47c0-b554-b674ce2c7ade"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-9d48fdbb-85a9-47c0-b554-b674ce2c7ade"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-9d48fdbb-85a9-47c0-b554-b674ce2c7ade"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

#s-7f2a7ec8-d438-4f69-988d-396cb661a249 {
  text-align: center;
}







  #s-7f2a7ec8-d438-4f69-988d-396cb661a249 img.shogun-image {
    

    
    
    
  }


#s-7f2a7ec8-d438-4f69-988d-396cb661a249 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3691a772-2a89-4d31-8665-a16391db1394"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3691a772-2a89-4d31-8665-a16391db1394"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-3691a772-2a89-4d31-8665-a16391db1394"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-3691a772-2a89-4d31-8665-a16391db1394"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-3691a772-2a89-4d31-8665-a16391db1394"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-3691a772-2a89-4d31-8665-a16391db1394"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-3691a772-2a89-4d31-8665-a16391db1394"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

#s-9edc1862-2de5-459c-bca9-7b55de50c214 {
  text-align: center;
}







  #s-9edc1862-2de5-459c-bca9-7b55de50c214 img.shogun-image {
    

    
    
    
  }


#s-9edc1862-2de5-459c-bca9-7b55de50c214 .shogun-image-content {
  
    align-items: center;
  
}

#s-8510da33-7820-49fb-ae1e-40c59a230a9b {
  text-align: center;
}

#s-8510da33-7820-49fb-ae1e-40c59a230a9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8510da33-7820-49fb-ae1e-40c59a230a9b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-8510da33-7820-49fb-ae1e-40c59a230a9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-413e8c04-5b31-4e18-9c9b-e04cb2038665 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(14, 91, 219, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-413e8c04-5b31-4e18-9c9b-e04cb2038665:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-413e8c04-5b31-4e18-9c9b-e04cb2038665:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-413e8c04-5b31-4e18-9c9b-e04cb2038665 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-413e8c04-5b31-4e18-9c9b-e04cb2038665.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-413e8c04-5b31-4e18-9c9b-e04cb2038665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-413e8c04-5b31-4e18-9c9b-e04cb2038665.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-53096d0d-2522-459f-bbdf-dd9eee4e50fb {
  padding-bottom: 20px;
}

#s-7bb3408d-2587-4be4-910e-b0c8ac4a12a1 {
  min-height: 50px;
}








#s-7bb3408d-2587-4be4-910e-b0c8ac4a12a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bb3408d-2587-4be4-910e-b0c8ac4a12a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-376d042b-ec10-44a4-99fe-3d999b46f365 {
  text-align: left;
}


.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 {
  max-width:  100%;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom,
.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 {
  max-width:  100%;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom,
.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 {
  max-width:  100%;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom,
.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 {
  max-width:  100%;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom,
.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 {
  max-width:  100%;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom,
.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  
  min-height: 125px !important;
}

.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-376d042b-ec10-44a4-99fe-3d999b46f365 img.shogun-image {
  width: 100%;
}



}
#s-20b0ec0f-7d44-4416-87f8-d7cd7a5f11be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20b0ec0f-7d44-4416-87f8-d7cd7a5f11be .shg-product-title-component h5 {
  color: rgba(10, 10, 10, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6b2f8204-396f-4712-b880-04cb9db6de56 {
  min-height: 50px;
}








#s-6b2f8204-396f-4712-b880-04cb9db6de56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b2f8204-396f-4712-b880-04cb9db6de56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c6793c5e-2ca6-4799-8b97-9d008a412203"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6793c5e-2ca6-4799-8b97-9d008a412203"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-c6793c5e-2ca6-4799-8b97-9d008a412203"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-c6793c5e-2ca6-4799-8b97-9d008a412203"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-c6793c5e-2ca6-4799-8b97-9d008a412203"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-c6793c5e-2ca6-4799-8b97-9d008a412203"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-c6793c5e-2ca6-4799-8b97-9d008a412203"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

#s-fd5542fb-25b6-40ef-94cc-5ba1b9799535 {
  text-align: center;
}







  #s-fd5542fb-25b6-40ef-94cc-5ba1b9799535 img.shogun-image {
    

    
    
    
  }


#s-fd5542fb-25b6-40ef-94cc-5ba1b9799535 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0e417427-b44b-429f-95ad-bace0637b01c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e417427-b44b-429f-95ad-bace0637b01c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-0e417427-b44b-429f-95ad-bace0637b01c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-0e417427-b44b-429f-95ad-bace0637b01c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-0e417427-b44b-429f-95ad-bace0637b01c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-0e417427-b44b-429f-95ad-bace0637b01c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-0e417427-b44b-429f-95ad-bace0637b01c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

#s-79301b9a-9238-4811-85c4-3d81e69bb9de {
  text-align: center;
}







  #s-79301b9a-9238-4811-85c4-3d81e69bb9de img.shogun-image {
    

    
    
    
  }


#s-79301b9a-9238-4811-85c4-3d81e69bb9de .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b93f39be-3b40-467d-985e-f7d6d70daeca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b93f39be-3b40-467d-985e-f7d6d70daeca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-b93f39be-3b40-467d-985e-f7d6d70daeca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-b93f39be-3b40-467d-985e-f7d6d70daeca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-b93f39be-3b40-467d-985e-f7d6d70daeca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-b93f39be-3b40-467d-985e-f7d6d70daeca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-b93f39be-3b40-467d-985e-f7d6d70daeca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

}

#s-bd16cddb-b4ce-4d75-ac56-c9b18b5ea515 {
  text-align: center;
}







  #s-bd16cddb-b4ce-4d75-ac56-c9b18b5ea515 img.shogun-image {
    

    
    
    
  }


#s-bd16cddb-b4ce-4d75-ac56-c9b18b5ea515 .shogun-image-content {
  
    align-items: center;
  
}

#s-aed8522d-cbbb-404b-8b1b-3e29c2936471 {
  text-align: center;
}

#s-aed8522d-cbbb-404b-8b1b-3e29c2936471 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aed8522d-cbbb-404b-8b1b-3e29c2936471 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-aed8522d-cbbb-404b-8b1b-3e29c2936471 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0898453e-8b79-4b93-ace8-25a6fdfb477c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(14, 91, 219, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0898453e-8b79-4b93-ace8-25a6fdfb477c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0898453e-8b79-4b93-ace8-25a6fdfb477c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0898453e-8b79-4b93-ace8-25a6fdfb477c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0898453e-8b79-4b93-ace8-25a6fdfb477c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0898453e-8b79-4b93-ace8-25a6fdfb477c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0898453e-8b79-4b93-ace8-25a6fdfb477c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d365fa2a-0a07-405b-842c-79b68f543916 {
  box-shadow:2px 2px 3px 0px rgba(0, 0, 0, 0.25);
margin-bottom: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 6px;
min-height: 50px;
}








#s-d365fa2a-0a07-405b-842c-79b68f543916 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d365fa2a-0a07-405b-842c-79b68f543916.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-671c29a7-807f-437c-9ed7-52466d47ad1e {
  min-height: 8px;
}

#s-671c29a7-807f-437c-9ed7-52466d47ad1e {
  background-image: url();
}








#s-671c29a7-807f-437c-9ed7-52466d47ad1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-671c29a7-807f-437c-9ed7-52466d47ad1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dd89909-e2a3-4269-9b70-476218801019 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2dd89909-e2a3-4269-9b70-476218801019 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dd89909-e2a3-4269-9b70-476218801019.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-612e43fb-2f49-4b0c-a645-eae7fa46141e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-612e43fb-2f49-4b0c-a645-eae7fa46141e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-612e43fb-2f49-4b0c-a645-eae7fa46141e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 10, 10, 1);
}

#s-612e43fb-2f49-4b0c-a645-eae7fa46141e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-612e43fb-2f49-4b0c-a645-eae7fa46141e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 10, 10, 1);
  text-align: left;
  font-family: Fahkwang;
  font-weight: 700;
  font-style: ;
  font-size: 32px;
}

#s-612e43fb-2f49-4b0c-a645-eae7fa46141e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-0ab1c7b2-94c9-47ea-bdd2-460665abe821 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-f433225c-0cc6-4a37-839d-e8c7f0398f04 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-9451c68b-342e-4793-ac08-b8fe47fff3c5 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-9f06a09d-522e-4153-9232-534c66ee6fc1 {
  box-shadow:2px 2px 3px 0px rgba(0, 0, 0, 0.25);
margin-bottom: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 6px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f06a09d-522e-4153-9232-534c66ee6fc1 {
  display: none;
}
#s-9f06a09d-522e-4153-9232-534c66ee6fc1, #wrap-s-9f06a09d-522e-4153-9232-534c66ee6fc1 { display: none !important; }}@media (max-width: 767px){#s-9f06a09d-522e-4153-9232-534c66ee6fc1 {
  display: none;
}
#s-9f06a09d-522e-4153-9232-534c66ee6fc1, #wrap-s-9f06a09d-522e-4153-9232-534c66ee6fc1 { display: none !important; }}







#s-9f06a09d-522e-4153-9232-534c66ee6fc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f06a09d-522e-4153-9232-534c66ee6fc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5c30b45-09a7-4d6a-bf8b-4156d1876616 {
  min-height: 8px;
}

#s-e5c30b45-09a7-4d6a-bf8b-4156d1876616 {
  background-image: url();
}








#s-e5c30b45-09a7-4d6a-bf8b-4156d1876616 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5c30b45-09a7-4d6a-bf8b-4156d1876616.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fbe1720-ac3b-4aab-8aca-f9f17d9f58ef {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0fbe1720-ac3b-4aab-8aca-f9f17d9f58ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fbe1720-ac3b-4aab-8aca-f9f17d9f58ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b2c726f-ac09-4f1f-9f15-86ca75c4718d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8b2c726f-ac09-4f1f-9f15-86ca75c4718d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-8b2c726f-ac09-4f1f-9f15-86ca75c4718d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 10, 10, 1);
}

#s-8b2c726f-ac09-4f1f-9f15-86ca75c4718d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8b2c726f-ac09-4f1f-9f15-86ca75c4718d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 10, 10, 1);
  text-align: left;
  font-family: Fahkwang;
  font-weight: 700;
  font-style: ;
  font-size: 32px;
}

#s-8b2c726f-ac09-4f1f-9f15-86ca75c4718d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-e2b02596-5324-4044-9ffe-7b11d8e8ab36 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-e7e63e85-7d81-4203-8a24-170fb3bd30ac {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-e8c8d19d-3227-4b49-a5e2-9afaf4857742 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-45255b3e-c67e-4654-811d-c8809448d3c7 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-4f423b66-8e41-40dd-9548-1e126bac4639 {
  box-shadow:2px 2px 3px 0px rgba(0, 0, 0, 0.25);
margin-bottom: 20px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 6px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f423b66-8e41-40dd-9548-1e126bac4639 {
  display: none;
}
#s-4f423b66-8e41-40dd-9548-1e126bac4639, #wrap-s-4f423b66-8e41-40dd-9548-1e126bac4639 { display: none !important; }}@media (max-width: 767px){#s-4f423b66-8e41-40dd-9548-1e126bac4639 {
  display: none;
}
#s-4f423b66-8e41-40dd-9548-1e126bac4639, #wrap-s-4f423b66-8e41-40dd-9548-1e126bac4639 { display: none !important; }}







#s-4f423b66-8e41-40dd-9548-1e126bac4639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f423b66-8e41-40dd-9548-1e126bac4639.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebee633d-0fd9-4e20-9b3f-311aa1386d85 {
  min-height: 8px;
}

#s-ebee633d-0fd9-4e20-9b3f-311aa1386d85 {
  background-image: url();
}








#s-ebee633d-0fd9-4e20-9b3f-311aa1386d85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebee633d-0fd9-4e20-9b3f-311aa1386d85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffac1199-e87d-4c5d-bfd4-33625710d760 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ffac1199-e87d-4c5d-bfd4-33625710d760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffac1199-e87d-4c5d-bfd4-33625710d760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-026bbec6-ba3f-40fd-bc93-7db613f507c5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-026bbec6-ba3f-40fd-bc93-7db613f507c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-026bbec6-ba3f-40fd-bc93-7db613f507c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(10, 10, 10, 1);
}

#s-026bbec6-ba3f-40fd-bc93-7db613f507c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-026bbec6-ba3f-40fd-bc93-7db613f507c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(10, 10, 10, 1);
  text-align: left;
  font-family: Fahkwang;
  font-weight: 700;
  font-style: ;
  font-size: 32px;
}

#s-026bbec6-ba3f-40fd-bc93-7db613f507c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 32px;
}
#s-e6c17d52-8e70-49a4-8d9b-2d492a3ad54d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-48e31f13-0550-4929-ad56-822d0f9f07f3 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-0d3033d8-1a69-4508-8466-d0e50a9ab0d9 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-d96e6673-02cd-4ec1-b71f-f1c849545037 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(10, 10, 10, 1);
border-style: solid;
}

#s-82fac56b-1eaf-4090-93a3-5888c7fdb830 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-82fac56b-1eaf-4090-93a3-5888c7fdb830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82fac56b-1eaf-4090-93a3-5888c7fdb830.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4a5d312-660a-4a55-9729-d9bc74d44c7d {
  margin-top: 40px;
margin-bottom: 20px;
text-align: center;
}

#s-c4a5d312-660a-4a55-9729-d9bc74d44c7d .shogun-heading-component h3 {
  color: rgba(14, 91, 219, 1);
  font-weight:  700 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-db1c692d-3354-4403-b875-412391ee0137 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-db1c692d-3354-4403-b875-412391ee0137"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db1c692d-3354-4403-b875-412391ee0137"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-db1c692d-3354-4403-b875-412391ee0137"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-db1c692d-3354-4403-b875-412391ee0137"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

#s-196d68dd-36fd-456c-b554-5cb399a74689 {
  margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(250, 250, 250, 1);
}








#s-196d68dd-36fd-456c-b554-5cb399a74689 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-196d68dd-36fd-456c-b554-5cb399a74689.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2f95135-6e86-41b0-a63d-d1386d09eb45 {
  text-align: center;
}







  #s-c2f95135-6e86-41b0-a63d-d1386d09eb45 img.shogun-image {
    

    
    
    
  }


#s-c2f95135-6e86-41b0-a63d-d1386d09eb45 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba688567-cf2c-415b-92d5-3e513eb2deff {
  padding-top: 25px;
padding-left: 28px;
padding-bottom: 25px;
padding-right: 28px;
min-height: 50px;
}








#s-ba688567-cf2c-415b-92d5-3e513eb2deff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba688567-cf2c-415b-92d5-3e513eb2deff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5ff9ba0-ad93-4aea-ac35-ae68c8ce16d3 {
  margin-bottom: 20px;
text-align: left;
}

#s-d5ff9ba0-ad93-4aea-ac35-ae68c8ce16d3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-f97fb92a-9286-4790-8ced-5c069a2efe8f {
  margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(250, 250, 250, 1);
}








#s-f97fb92a-9286-4790-8ced-5c069a2efe8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f97fb92a-9286-4790-8ced-5c069a2efe8f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d97dfd3d-48c3-4f1e-8d88-5cfb6b85b2ee {
  text-align: center;
}







  #s-d97dfd3d-48c3-4f1e-8d88-5cfb6b85b2ee img.shogun-image {
    

    
    
    
  }


#s-d97dfd3d-48c3-4f1e-8d88-5cfb6b85b2ee .shogun-image-content {
  
    align-items: center;
  
}

#s-fa9d8193-897c-4518-b1ef-f43a7d0961e7 {
  padding-top: 25px;
padding-left: 28px;
padding-bottom: 25px;
padding-right: 28px;
min-height: 50px;
}








#s-fa9d8193-897c-4518-b1ef-f43a7d0961e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa9d8193-897c-4518-b1ef-f43a7d0961e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63aee417-c91b-4c11-90d2-a58d6ce9ecda {
  margin-bottom: 20px;
text-align: left;
}

#s-63aee417-c91b-4c11-90d2-a58d6ce9ecda .shogun-heading-component h4 {
  color: rgba(10, 10, 10, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-46beb9fa-552d-4943-b406-61b996ac0d50 {
  margin-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(250, 250, 250, 1);
}








#s-46beb9fa-552d-4943-b406-61b996ac0d50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46beb9fa-552d-4943-b406-61b996ac0d50.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e1d1b04-87e6-4f33-8cc1-b50b7fdb78ce {
  text-align: center;
}







  #s-3e1d1b04-87e6-4f33-8cc1-b50b7fdb78ce img.shogun-image {
    

    
    
    
  }


#s-3e1d1b04-87e6-4f33-8cc1-b50b7fdb78ce .shogun-image-content {
  
    align-items: center;
  
}

#s-23fda130-d702-4dbb-b7ed-d0e7df2fe5b9 {
  padding-top: 25px;
padding-left: 28px;
padding-bottom: 25px;
padding-right: 28px;
min-height: 50px;
}








#s-23fda130-d702-4dbb-b7ed-d0e7df2fe5b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23fda130-d702-4dbb-b7ed-d0e7df2fe5b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc767503-b519-487b-b391-b4bc93ab07a2 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-bc767503-b519-487b-b391-b4bc93ab07a2 .shogun-heading-component h4 {
  color: rgba(10, 10, 10, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-2780e7d6-5fe7-45c0-9672-69a6df71db05 {
  padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-2780e7d6-5fe7-45c0-9672-69a6df71db05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2780e7d6-5fe7-45c0-9672-69a6df71db05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df0b8921-f557-49dc-a754-a91700994f20 {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df0b8921-f557-49dc-a754-a91700994f20 .shogun-heading-component h3 {
  color: rgba(14, 91, 219, 1);
  font-weight:  700 ;
  font-family: "Fahkwang";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a4b8ef7f-db12-436e-a481-55bb2249cafa {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
max-width: 1090px;
}

#s-a4b8ef7f-db12-436e-a481-55bb2249cafa {
  background-image: url();
}








#s-a4b8ef7f-db12-436e-a481-55bb2249cafa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4b8ef7f-db12-436e-a481-55bb2249cafa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04905274-5bca-43ec-a60e-248287514e3e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-04905274-5bca-43ec-a60e-248287514e3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.5px);
}

}

@media (min-width: 768px) {
[id="s-04905274-5bca-43ec-a60e-248287514e3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.75px);
}

}

@media (min-width: 992px) {
[id="s-04905274-5bca-43ec-a60e-248287514e3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.75px);
}

}

@media (min-width: 1200px) {
[id="s-04905274-5bca-43ec-a60e-248287514e3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.75px);
}

}

#s-a75b52b0-3559-4615-a0aa-7aa122cad463 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(14, 91, 219, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
max-width: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-a75b52b0-3559-4615-a0aa-7aa122cad463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a75b52b0-3559-4615-a0aa-7aa122cad463.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b661d8d-9167-4b40-b841-cd9ce27b50b1 {
  margin-bottom: 10px;
text-align: center;
}







  #s-2b661d8d-9167-4b40-b841-cd9ce27b50b1 img.shogun-image {
    

    
    
    
  }


#s-2b661d8d-9167-4b40-b841-cd9ce27b50b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-68535a0f-9115-41b8-a562-6ce7790e0652 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-fa94fce0-fb1e-435f-89a8-6d06a78a638c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(14, 91, 219, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
max-width: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-fa94fce0-fb1e-435f-89a8-6d06a78a638c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa94fce0-fb1e-435f-89a8-6d06a78a638c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b230ede-5652-4d9b-81b1-f2312b7a5da4 {
  margin-bottom: 10px;
text-align: center;
}







  #s-0b230ede-5652-4d9b-81b1-f2312b7a5da4 img.shogun-image {
    

    
    
    
  }


#s-0b230ede-5652-4d9b-81b1-f2312b7a5da4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e51a9843-f199-4222-883f-768180b86256 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-ae44eddb-8e01-4699-a09f-98210ccb369b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(14, 91, 219, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
max-width: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-ae44eddb-8e01-4699-a09f-98210ccb369b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae44eddb-8e01-4699-a09f-98210ccb369b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6801a336-aa17-40b3-bd7d-745eacb5004f {
  margin-bottom: 10px;
text-align: center;
}







  #s-6801a336-aa17-40b3-bd7d-745eacb5004f img.shogun-image {
    

    
    
    
  }


#s-6801a336-aa17-40b3-bd7d-745eacb5004f .shogun-image-content {
  
    align-items: center;
  
}

#s-d1ae4808-f1ed-45cf-8c90-7f6bfe319bea {
  margin-top: 10px;
}

#s-a5bf2732-2c69-4be2-9b92-fb24d0fc44fa {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(14, 91, 219, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
max-width: 260px;
background-color: rgba(255, 255, 255, 1);
}








#s-a5bf2732-2c69-4be2-9b92-fb24d0fc44fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5bf2732-2c69-4be2-9b92-fb24d0fc44fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adea1d5e-d409-4a33-9b57-7d48cda86669 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}







  #s-adea1d5e-d409-4a33-9b57-7d48cda86669 img.shogun-image {
    

    
    
    
  }


#s-adea1d5e-d409-4a33-9b57-7d48cda86669 .shogun-image-content {
  
    align-items: center;
  
}

#s-3701d31c-a2bc-4280-894f-fb7fc8c2bedd {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-80796ec3-1eb0-4262-b760-ce498dbf302c {
  margin-top: 40px;
margin-bottom: 0px;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
