.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-ce4417b0-2634-4de1-beac-f283bf81feca {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce4417b0-2634-4de1-beac-f283bf81feca {
  margin-top: 25px;
margin-bottom: 25px;
}
}@media (max-width: 767px){#s-ce4417b0-2634-4de1-beac-f283bf81feca {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-ce4417b0-2634-4de1-beac-f283bf81feca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce4417b0-2634-4de1-beac-f283bf81feca.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: #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-5141cceb-28a0-4b56-ad20-b79f924e906d {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5141cceb-28a0-4b56-ad20-b79f924e906d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 4px;
  
}



.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-c21eee1d-107e-49a9-b484-7094ec681199 {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-c21eee1d-107e-49a9-b484-7094ec681199 {
  display: none;
}
#s-c21eee1d-107e-49a9-b484-7094ec681199, #wrap-s-c21eee1d-107e-49a9-b484-7094ec681199 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c21eee1d-107e-49a9-b484-7094ec681199 {
  display: none;
}
#s-c21eee1d-107e-49a9-b484-7094ec681199, #wrap-s-c21eee1d-107e-49a9-b484-7094ec681199 { display:none !important; }}
#s-4ce6b75d-605f-4ee3-8285-0f13761296b5 {
  margin-top: 10px;
margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4ce6b75d-605f-4ee3-8285-0f13761296b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ce6b75d-605f-4ee3-8285-0f13761296b5 {
  display: none;
}
#s-4ce6b75d-605f-4ee3-8285-0f13761296b5, #wrap-s-4ce6b75d-605f-4ee3-8285-0f13761296b5 { display:none !important; }}@media (max-width: 767px){#s-4ce6b75d-605f-4ee3-8285-0f13761296b5 {
  display: none;
}
#s-4ce6b75d-605f-4ee3-8285-0f13761296b5, #wrap-s-4ce6b75d-605f-4ee3-8285-0f13761296b5 { display:none !important; }}
.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-2a8409f2-b29f-4525-b104-3383631b4e04 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a8409f2-b29f-4525-b104-3383631b4e04 {
  display: none;
}
#s-2a8409f2-b29f-4525-b104-3383631b4e04, #wrap-s-2a8409f2-b29f-4525-b104-3383631b4e04 { display:none !important; }}@media (max-width: 767px){#s-2a8409f2-b29f-4525-b104-3383631b4e04 {
  display: none;
}
#s-2a8409f2-b29f-4525-b104-3383631b4e04, #wrap-s-2a8409f2-b29f-4525-b104-3383631b4e04 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2a8409f2-b29f-4525-b104-3383631b4e04"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2a8409f2-b29f-4525-b104-3383631b4e04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2a8409f2-b29f-4525-b104-3383631b4e04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a8409f2-b29f-4525-b104-3383631b4e04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.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-cf121229-7e70-47fe-b48f-a62d0381b255 {
  text-align: center;
}







  #s-cf121229-7e70-47fe-b48f-a62d0381b255 img.shogun-image {
    

    
    
    
  }


#s-cf121229-7e70-47fe-b48f-a62d0381b255 .shogun-image-content {
  
    align-items: center;
  
}

#s-88dc2984-f68a-4046-bc85-a5c53294dbc7 {
  margin-top: 10px;
margin-bottom: 10px;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: 400;
  font-family: Europa;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c {
  border-style: solid;
margin-bottom: 25px;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c-root {
    text-align: center;
  }


#s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c-root {
    text-align: center;
  }


#s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c-root {
    text-align: center;
  }


#s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c-root {
    text-align: center;
  }


#s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c-root {
    text-align: center;
  }


#s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
  #s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c-root {
    text-align: center;
  }


#s-7ead5f02-1fc8-4e57-9b56-2ed3c337c83c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}

#s-70517e0c-d4df-48f5-82ef-0967c88c2124 {
  text-align: center;
}







  #s-70517e0c-d4df-48f5-82ef-0967c88c2124 img.shogun-image {
    

    
    
    
  }


#s-70517e0c-d4df-48f5-82ef-0967c88c2124 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed7c84bb-0a77-4a61-bacd-66c33ae72424 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a22207ba-a795-4e13-9724-259a009c8a73 {
  border-style: solid;
margin-bottom: 25px;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a22207ba-a795-4e13-9724-259a009c8a73:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a22207ba-a795-4e13-9724-259a009c8a73:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a22207ba-a795-4e13-9724-259a009c8a73-root {
    text-align: center;
  }


#s-a22207ba-a795-4e13-9724-259a009c8a73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a22207ba-a795-4e13-9724-259a009c8a73-root {
    text-align: center;
  }


#s-a22207ba-a795-4e13-9724-259a009c8a73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a22207ba-a795-4e13-9724-259a009c8a73-root {
    text-align: center;
  }


#s-a22207ba-a795-4e13-9724-259a009c8a73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a22207ba-a795-4e13-9724-259a009c8a73-root {
    text-align: center;
  }


#s-a22207ba-a795-4e13-9724-259a009c8a73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a22207ba-a795-4e13-9724-259a009c8a73-root {
    text-align: center;
  }


#s-a22207ba-a795-4e13-9724-259a009c8a73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
  #s-a22207ba-a795-4e13-9724-259a009c8a73-root {
    text-align: center;
  }


#s-a22207ba-a795-4e13-9724-259a009c8a73.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}

#s-84a06815-f8e6-4d2f-aea9-f2b10fb18438 {
  text-align: center;
}







  #s-84a06815-f8e6-4d2f-aea9-f2b10fb18438 img.shogun-image {
    

    
    
    
  }


#s-84a06815-f8e6-4d2f-aea9-f2b10fb18438 .shogun-image-content {
  
    align-items: center;
  
}

#s-706aa3cf-a9ef-4ef9-ac63-4cdd254f71e5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a9086db1-ad99-4934-adf7-25f284dbd9ed {
  border-style: solid;
margin-bottom: 25px;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a9086db1-ad99-4934-adf7-25f284dbd9ed:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a9086db1-ad99-4934-adf7-25f284dbd9ed:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a9086db1-ad99-4934-adf7-25f284dbd9ed-root {
    text-align: center;
  }


#s-a9086db1-ad99-4934-adf7-25f284dbd9ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9086db1-ad99-4934-adf7-25f284dbd9ed-root {
    text-align: center;
  }


#s-a9086db1-ad99-4934-adf7-25f284dbd9ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9086db1-ad99-4934-adf7-25f284dbd9ed-root {
    text-align: center;
  }


#s-a9086db1-ad99-4934-adf7-25f284dbd9ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9086db1-ad99-4934-adf7-25f284dbd9ed-root {
    text-align: center;
  }


#s-a9086db1-ad99-4934-adf7-25f284dbd9ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9086db1-ad99-4934-adf7-25f284dbd9ed-root {
    text-align: center;
  }


#s-a9086db1-ad99-4934-adf7-25f284dbd9ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
  #s-a9086db1-ad99-4934-adf7-25f284dbd9ed-root {
    text-align: center;
  }


#s-a9086db1-ad99-4934-adf7-25f284dbd9ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}

#s-f33b4217-cf51-4907-910d-f5104fb12ae0 {
  text-align: center;
}







  #s-f33b4217-cf51-4907-910d-f5104fb12ae0 img.shogun-image {
    

    
    
    
  }


#s-f33b4217-cf51-4907-910d-f5104fb12ae0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e22c76ae-b5a0-428b-b295-42482e5ed952 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-087a8924-d1ca-4af0-a9ed-f26441bdbf67 {
  border-style: solid;
margin-bottom: 25px;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-087a8924-d1ca-4af0-a9ed-f26441bdbf67:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-087a8924-d1ca-4af0-a9ed-f26441bdbf67:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-087a8924-d1ca-4af0-a9ed-f26441bdbf67-root {
    text-align: center;
  }


#s-087a8924-d1ca-4af0-a9ed-f26441bdbf67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-087a8924-d1ca-4af0-a9ed-f26441bdbf67-root {
    text-align: center;
  }


#s-087a8924-d1ca-4af0-a9ed-f26441bdbf67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-087a8924-d1ca-4af0-a9ed-f26441bdbf67-root {
    text-align: center;
  }


#s-087a8924-d1ca-4af0-a9ed-f26441bdbf67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-087a8924-d1ca-4af0-a9ed-f26441bdbf67-root {
    text-align: center;
  }


#s-087a8924-d1ca-4af0-a9ed-f26441bdbf67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-087a8924-d1ca-4af0-a9ed-f26441bdbf67-root {
    text-align: center;
  }


#s-087a8924-d1ca-4af0-a9ed-f26441bdbf67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
  #s-087a8924-d1ca-4af0-a9ed-f26441bdbf67-root {
    text-align: center;
  }


#s-087a8924-d1ca-4af0-a9ed-f26441bdbf67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}

#s-22f95133-fe46-43a5-95e2-76937a1c748e {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-22f95133-fe46-43a5-95e2-76937a1c748e {
  display: none;
}
#s-22f95133-fe46-43a5-95e2-76937a1c748e, #wrap-s-22f95133-fe46-43a5-95e2-76937a1c748e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22f95133-fe46-43a5-95e2-76937a1c748e {
  display: none;
}
#s-22f95133-fe46-43a5-95e2-76937a1c748e, #wrap-s-22f95133-fe46-43a5-95e2-76937a1c748e { display:none !important; }}
@media (min-width: 0px) {
[id="s-22f95133-fe46-43a5-95e2-76937a1c748e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-22f95133-fe46-43a5-95e2-76937a1c748e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-22f95133-fe46-43a5-95e2-76937a1c748e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-22f95133-fe46-43a5-95e2-76937a1c748e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-3cd665a9-abdb-46b9-a348-2eebe2b07741 {
  text-align: center;
}







  #s-3cd665a9-abdb-46b9-a348-2eebe2b07741 img.shogun-image {
    

    
    
    
  }


#s-3cd665a9-abdb-46b9-a348-2eebe2b07741 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c84d162-cd65-45b9-94ca-4cb7b60ba9cd {
  margin-top: 10px;
}

#s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047 {
  border-style: solid;
margin-top: -5px;
margin-bottom: 15px;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047 {
  margin-left: auto;
margin-right: auto;
}
}

  #s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047-root {
    text-align: center;
  }


#s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047-root {
    text-align: center;
  }


#s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047-root {
    text-align: center;
  }


#s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047-root {
    text-align: center;
  }


#s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047-root {
    text-align: center;
  }


#s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
  #s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047-root {
    text-align: center;
  }


#s-16a68bef-7a1b-4ee7-98a7-e61b2ac59047.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-e4bb9e72-388e-4c44-83fa-8268c3c19b7f {
  text-align: center;
}







  #s-e4bb9e72-388e-4c44-83fa-8268c3c19b7f img.shogun-image {
    

    
    
    
  }


#s-e4bb9e72-388e-4c44-83fa-8268c3c19b7f .shogun-image-content {
  
    align-items: center;
  
}

#s-58be425f-022a-465e-b465-b484a1ceea98 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-ef81fae1-e7fd-471b-92d2-03c76276848d {
  border-style: solid;
margin-top: -5px;
margin-bottom: 15px;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ef81fae1-e7fd-471b-92d2-03c76276848d:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ef81fae1-e7fd-471b-92d2-03c76276848d:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ef81fae1-e7fd-471b-92d2-03c76276848d {
  margin-left: auto;
margin-right: auto;
}
}

  #s-ef81fae1-e7fd-471b-92d2-03c76276848d-root {
    text-align: center;
  }


#s-ef81fae1-e7fd-471b-92d2-03c76276848d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef81fae1-e7fd-471b-92d2-03c76276848d-root {
    text-align: center;
  }


#s-ef81fae1-e7fd-471b-92d2-03c76276848d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef81fae1-e7fd-471b-92d2-03c76276848d-root {
    text-align: center;
  }


#s-ef81fae1-e7fd-471b-92d2-03c76276848d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef81fae1-e7fd-471b-92d2-03c76276848d-root {
    text-align: center;
  }


#s-ef81fae1-e7fd-471b-92d2-03c76276848d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef81fae1-e7fd-471b-92d2-03c76276848d-root {
    text-align: center;
  }


#s-ef81fae1-e7fd-471b-92d2-03c76276848d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
  #s-ef81fae1-e7fd-471b-92d2-03c76276848d-root {
    text-align: center;
  }


#s-ef81fae1-e7fd-471b-92d2-03c76276848d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-1e673d4f-0b61-46a7-90aa-435bb95b56bf {
  text-align: center;
}







  #s-1e673d4f-0b61-46a7-90aa-435bb95b56bf img.shogun-image {
    

    
    
    
  }


#s-1e673d4f-0b61-46a7-90aa-435bb95b56bf .shogun-image-content {
  
    align-items: center;
  
}

#s-ac8bd87d-d1b2-4ed0-9682-1b664b791cf2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-66b9d4c3-8477-46c6-9c91-bcefcee19515 {
  margin-top: 5px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-66b9d4c3-8477-46c6-9c91-bcefcee19515 {
  display: none;
}
#s-66b9d4c3-8477-46c6-9c91-bcefcee19515, #wrap-s-66b9d4c3-8477-46c6-9c91-bcefcee19515 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66b9d4c3-8477-46c6-9c91-bcefcee19515 {
  display: none;
}
#s-66b9d4c3-8477-46c6-9c91-bcefcee19515, #wrap-s-66b9d4c3-8477-46c6-9c91-bcefcee19515 { display:none !important; }}
@media (min-width: 0px) {
[id="s-66b9d4c3-8477-46c6-9c91-bcefcee19515"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-66b9d4c3-8477-46c6-9c91-bcefcee19515"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-66b9d4c3-8477-46c6-9c91-bcefcee19515"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-66b9d4c3-8477-46c6-9c91-bcefcee19515"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-be58e56e-3629-4173-b457-34f1c8a35b94 {
  text-align: center;
}







  #s-be58e56e-3629-4173-b457-34f1c8a35b94 img.shogun-image {
    

    
    
    
  }


#s-be58e56e-3629-4173-b457-34f1c8a35b94 .shogun-image-content {
  
    align-items: center;
  
}

#s-970d1b9c-643c-4230-9d36-0e40d6412954 {
  margin-top: 10px;
}

#s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c {
  border-style: solid;
margin-top: -5px;
margin-bottom: 15px;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c {
  margin-left: auto;
margin-right: auto;
}
}

  #s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c-root {
    text-align: center;
  }


#s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c-root {
    text-align: center;
  }


#s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c-root {
    text-align: center;
  }


#s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c-root {
    text-align: center;
  }


#s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c-root {
    text-align: center;
  }


#s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
  #s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c-root {
    text-align: center;
  }


#s-ea2c7768-6fc6-4b73-8c62-7253b15bb08c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-904d9049-fa5b-42e3-acd7-90d9a5ac66d4 {
  text-align: center;
}







  #s-904d9049-fa5b-42e3-acd7-90d9a5ac66d4 img.shogun-image {
    

    
    
    
  }


#s-904d9049-fa5b-42e3-acd7-90d9a5ac66d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d803904-e912-4b2e-abc7-3bf7b23a07f5 {
  margin-top: 10px;
}

#s-173d62a1-5301-42ce-9f1c-af61881e2d6a {
  border-style: solid;
margin-top: -5px;
margin-bottom: 15px;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-173d62a1-5301-42ce-9f1c-af61881e2d6a:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-173d62a1-5301-42ce-9f1c-af61881e2d6a:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-173d62a1-5301-42ce-9f1c-af61881e2d6a {
  margin-left: auto;
margin-right: auto;
}
}

  #s-173d62a1-5301-42ce-9f1c-af61881e2d6a-root {
    text-align: center;
  }


#s-173d62a1-5301-42ce-9f1c-af61881e2d6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-173d62a1-5301-42ce-9f1c-af61881e2d6a-root {
    text-align: center;
  }


#s-173d62a1-5301-42ce-9f1c-af61881e2d6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-173d62a1-5301-42ce-9f1c-af61881e2d6a-root {
    text-align: center;
  }


#s-173d62a1-5301-42ce-9f1c-af61881e2d6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-173d62a1-5301-42ce-9f1c-af61881e2d6a-root {
    text-align: center;
  }


#s-173d62a1-5301-42ce-9f1c-af61881e2d6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-173d62a1-5301-42ce-9f1c-af61881e2d6a-root {
    text-align: center;
  }


#s-173d62a1-5301-42ce-9f1c-af61881e2d6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
  #s-173d62a1-5301-42ce-9f1c-af61881e2d6a-root {
    text-align: center;
  }


#s-173d62a1-5301-42ce-9f1c-af61881e2d6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-6defef6a-41f7-41b4-8f1b-cdabbb4bb55d {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6defef6a-41f7-41b4-8f1b-cdabbb4bb55d {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-6defef6a-41f7-41b4-8f1b-cdabbb4bb55d {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-6defef6a-41f7-41b4-8f1b-cdabbb4bb55d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6defef6a-41f7-41b4-8f1b-cdabbb4bb55d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2f7ab02-5295-4816-852d-13161ebfaf75 {
  margin-top: 4%;
margin-bottom: -2%;
padding-top: 0px;
padding-bottom: 5%;
text-align: center;
}

#s-d2f7ab02-5295-4816-852d-13161ebfaf75 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-d2f7ab02-5295-4816-852d-13161ebfaf75 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}


}
#s-a82facd0-0bc3-434b-9389-028593dd4465 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-a82facd0-0bc3-434b-9389-028593dd4465 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a82facd0-0bc3-434b-9389-028593dd4465 {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-a82facd0-0bc3-434b-9389-028593dd4465"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-a82facd0-0bc3-434b-9389-028593dd4465"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a82facd0-0bc3-434b-9389-028593dd4465"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a82facd0-0bc3-434b-9389-028593dd4465"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-4ce3f9f8-7f6b-4a2c-8f34-b45a03edb13b {
  text-align: center;
}







  #s-4ce3f9f8-7f6b-4a2c-8f34-b45a03edb13b img.shogun-image {
    

    
    
    
  }


#s-4ce3f9f8-7f6b-4a2c-8f34-b45a03edb13b .shogun-image-content {
  
    align-items: center;
  
}

#s-e32892c8-ed0f-4e46-9fab-a032c85f022a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e32892c8-ed0f-4e46-9fab-a032c85f022a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-e32892c8-ed0f-4e46-9fab-a032c85f022a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  
}


}
#s-91a06bba-4a78-4f00-bdf6-5788bc93ae43 {
  text-align: center;
}







  #s-91a06bba-4a78-4f00-bdf6-5788bc93ae43 img.shogun-image {
    

    
    
    
  }


#s-91a06bba-4a78-4f00-bdf6-5788bc93ae43 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fb72505-1d6c-45ec-9ad2-de129aaad407 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fb72505-1d6c-45ec-9ad2-de129aaad407 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-8fb72505-1d6c-45ec-9ad2-de129aaad407 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  
}


}
#s-06641523-080e-4c52-8b1b-a308930dfd8e {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-06641523-080e-4c52-8b1b-a308930dfd8e {
  display: none;
}
#s-06641523-080e-4c52-8b1b-a308930dfd8e, #wrap-s-06641523-080e-4c52-8b1b-a308930dfd8e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06641523-080e-4c52-8b1b-a308930dfd8e {
  display: none;
}
#s-06641523-080e-4c52-8b1b-a308930dfd8e, #wrap-s-06641523-080e-4c52-8b1b-a308930dfd8e { display:none !important; }}
#s-7acc2fa2-d62d-4677-b4dd-5e19605b3f0c {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7acc2fa2-d62d-4677-b4dd-5e19605b3f0c {
  display: none;
}
#s-7acc2fa2-d62d-4677-b4dd-5e19605b3f0c, #wrap-s-7acc2fa2-d62d-4677-b4dd-5e19605b3f0c { display:none !important; }}@media (max-width: 767px){#s-7acc2fa2-d62d-4677-b4dd-5e19605b3f0c {
  display: none;
}
#s-7acc2fa2-d62d-4677-b4dd-5e19605b3f0c, #wrap-s-7acc2fa2-d62d-4677-b4dd-5e19605b3f0c { display:none !important; }}
#s-3cbdca74-1810-40c2-a08e-b8a23b8bca81 {
  margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3cbdca74-1810-40c2-a08e-b8a23b8bca81 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3cbdca74-1810-40c2-a08e-b8a23b8bca81 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3cbdca74-1810-40c2-a08e-b8a23b8bca81 {
  display: none;
}
#s-3cbdca74-1810-40c2-a08e-b8a23b8bca81, #wrap-s-3cbdca74-1810-40c2-a08e-b8a23b8bca81 { display:none !important; }}@media (max-width: 767px){#s-3cbdca74-1810-40c2-a08e-b8a23b8bca81 {
  display: none;
}
#s-3cbdca74-1810-40c2-a08e-b8a23b8bca81, #wrap-s-3cbdca74-1810-40c2-a08e-b8a23b8bca81 { display:none !important; }}







#s-3cbdca74-1810-40c2-a08e-b8a23b8bca81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cbdca74-1810-40c2-a08e-b8a23b8bca81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e811135-b068-465c-8f0b-4397eab06b35 {
  margin-top: 5%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e811135-b068-465c-8f0b-4397eab06b35 .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-8e811135-b068-465c-8f0b-4397eab06b35 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: center;
}


}@media (max-width: 767px){#s-8e811135-b068-465c-8f0b-4397eab06b35 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-b4b4df1f-5fe4-4bf1-89e8-fa4557219930"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-b4b4df1f-5fe4-4bf1-89e8-fa4557219930"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-b4b4df1f-5fe4-4bf1-89e8-fa4557219930"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4b4df1f-5fe4-4bf1-89e8-fa4557219930"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 4.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966 {
  margin-bottom: 4%;
text-align: center;
}







  img.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image {
    
    
  }


.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image {
    
    
  }


.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image {
  box-sizing: border-box;
}

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





  img.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image {
    
    
  }


.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image {
  box-sizing: border-box;
}

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





  img.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image {
    
    
  }


.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image {
  box-sizing: border-box;
}

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





  img.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image {
    
    
  }


.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b1c9ab-056b-4cc4-b0ed-0d1ed5cf2966.shogun-image {
  box-sizing: border-box;
}

}
.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-2194571b-b778-4140-ba0e-e60741f8bec0 {
  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-2194571b-b778-4140-ba0e-e60741f8bec0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2194571b-b778-4140-ba0e-e60741f8bec0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2194571b-b778-4140-ba0e-e60741f8bec0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2194571b-b778-4140-ba0e-e60741f8bec0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2194571b-b778-4140-ba0e-e60741f8bec0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-2194571b-b778-4140-ba0e-e60741f8bec0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-24b25167-a8d4-4c24-add3-65cb593fd10e {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-24b25167-a8d4-4c24-add3-65cb593fd10e {
  display: none;
}
#s-24b25167-a8d4-4c24-add3-65cb593fd10e, #wrap-s-24b25167-a8d4-4c24-add3-65cb593fd10e { display:none !important; }}@media (max-width: 767px){#s-24b25167-a8d4-4c24-add3-65cb593fd10e {
  display: none;
}
#s-24b25167-a8d4-4c24-add3-65cb593fd10e, #wrap-s-24b25167-a8d4-4c24-add3-65cb593fd10e { display:none !important; }}
#s-3c1a8c53-755f-481a-9690-7403b129d47a {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-3c1a8c53-755f-481a-9690-7403b129d47a {
  display: none;
}
#s-3c1a8c53-755f-481a-9690-7403b129d47a, #wrap-s-3c1a8c53-755f-481a-9690-7403b129d47a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c1a8c53-755f-481a-9690-7403b129d47a {
  display: none;
}
#s-3c1a8c53-755f-481a-9690-7403b129d47a, #wrap-s-3c1a8c53-755f-481a-9690-7403b129d47a { display:none !important; }}
#s-61c12dee-c910-4f40-954a-b446afc19f13 {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-61c12dee-c910-4f40-954a-b446afc19f13 {
  display: none;
}
#s-61c12dee-c910-4f40-954a-b446afc19f13, #wrap-s-61c12dee-c910-4f40-954a-b446afc19f13 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61c12dee-c910-4f40-954a-b446afc19f13 {
  display: none;
}
#s-61c12dee-c910-4f40-954a-b446afc19f13, #wrap-s-61c12dee-c910-4f40-954a-b446afc19f13 { display:none !important; }}
#s-2632597b-6adf-4af0-a6f3-34d84d72ebd8 {
  margin-bottom: 4%;
text-align: center;
}







  img.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image {
    
    
  }


.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image {
    
    
  }


.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image {
  box-sizing: border-box;
}

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





  img.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image {
    
    
  }


.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image {
  box-sizing: border-box;
}

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





  img.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image {
    
    
  }


.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image {
  box-sizing: border-box;
}

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





  img.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image {
    
    
  }


.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2632597b-6adf-4af0-a6f3-34d84d72ebd8.shogun-image {
  box-sizing: border-box;
}

}
#s-1bc0db98-71b3-4f49-bdd6-3f91305463e5 {
  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-1bc0db98-71b3-4f49-bdd6-3f91305463e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1bc0db98-71b3-4f49-bdd6-3f91305463e5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1bc0db98-71b3-4f49-bdd6-3f91305463e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bc0db98-71b3-4f49-bdd6-3f91305463e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bc0db98-71b3-4f49-bdd6-3f91305463e5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-1bc0db98-71b3-4f49-bdd6-3f91305463e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d77f05b7-b1bb-47ee-ac65-689ec40b8766 {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d77f05b7-b1bb-47ee-ac65-689ec40b8766 {
  display: none;
}
#s-d77f05b7-b1bb-47ee-ac65-689ec40b8766, #wrap-s-d77f05b7-b1bb-47ee-ac65-689ec40b8766 { display:none !important; }}@media (max-width: 767px){#s-d77f05b7-b1bb-47ee-ac65-689ec40b8766 {
  display: none;
}
#s-d77f05b7-b1bb-47ee-ac65-689ec40b8766, #wrap-s-d77f05b7-b1bb-47ee-ac65-689ec40b8766 { display:none !important; }}
#s-fa2eef4c-228b-4979-9a83-f316ea840eaa {
  margin-bottom: 4%;
text-align: center;
}







  img.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image {
    
    
  }


.s-fa2eef4c-228b-4979-9a83-f316ea840eaa .shogun-image-content {
  
    align-items: center;
  
}

.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image {
    
    
  }


.s-fa2eef4c-228b-4979-9a83-f316ea840eaa .shogun-image-content {
  
    align-items: center;
  
}

.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image {
  box-sizing: border-box;
}

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





  img.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image {
    
    
  }


.s-fa2eef4c-228b-4979-9a83-f316ea840eaa .shogun-image-content {
  
    align-items: center;
  
}

.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image {
  box-sizing: border-box;
}

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





  img.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image {
    
    
  }


.s-fa2eef4c-228b-4979-9a83-f316ea840eaa .shogun-image-content {
  
    align-items: center;
  
}

.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image {
  box-sizing: border-box;
}

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





  img.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image {
    
    
  }


.s-fa2eef4c-228b-4979-9a83-f316ea840eaa .shogun-image-content {
  
    align-items: center;
  
}

.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa2eef4c-228b-4979-9a83-f316ea840eaa.shogun-image {
  box-sizing: border-box;
}

}
#s-75fd8981-5539-4eba-b652-3d0be514343e {
  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-75fd8981-5539-4eba-b652-3d0be514343e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75fd8981-5539-4eba-b652-3d0be514343e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-75fd8981-5539-4eba-b652-3d0be514343e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75fd8981-5539-4eba-b652-3d0be514343e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75fd8981-5539-4eba-b652-3d0be514343e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-75fd8981-5539-4eba-b652-3d0be514343e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1eaada06-5ae9-48d6-ac3b-646d656f4ed6 {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1eaada06-5ae9-48d6-ac3b-646d656f4ed6 {
  display: none;
}
#s-1eaada06-5ae9-48d6-ac3b-646d656f4ed6, #wrap-s-1eaada06-5ae9-48d6-ac3b-646d656f4ed6 { display:none !important; }}@media (max-width: 767px){#s-1eaada06-5ae9-48d6-ac3b-646d656f4ed6 {
  display: none;
}
#s-1eaada06-5ae9-48d6-ac3b-646d656f4ed6, #wrap-s-1eaada06-5ae9-48d6-ac3b-646d656f4ed6 { display:none !important; }}
#s-067635fd-df42-4d9c-afcd-9ae390b0c3d8 {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-067635fd-df42-4d9c-afcd-9ae390b0c3d8 {
  display: none;
}
#s-067635fd-df42-4d9c-afcd-9ae390b0c3d8, #wrap-s-067635fd-df42-4d9c-afcd-9ae390b0c3d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-067635fd-df42-4d9c-afcd-9ae390b0c3d8 {
  display: none;
}
#s-067635fd-df42-4d9c-afcd-9ae390b0c3d8, #wrap-s-067635fd-df42-4d9c-afcd-9ae390b0c3d8 { display:none !important; }}
#s-17890626-4738-47fd-88d3-f9893b25c006 {
  margin-bottom: 4%;
text-align: center;
}







  img.s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image {
    
    
  }


.s-17890626-4738-47fd-88d3-f9893b25c006 .shogun-image-content {
  
    align-items: center;
  
}

.s-17890626-4738-47fd-88d3-f9893b25c006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image {
    
    
  }


.s-17890626-4738-47fd-88d3-f9893b25c006 .shogun-image-content {
  
    align-items: center;
  
}

.s-17890626-4738-47fd-88d3-f9893b25c006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image {
  box-sizing: border-box;
}

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





  img.s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image {
    
    
  }


.s-17890626-4738-47fd-88d3-f9893b25c006 .shogun-image-content {
  
    align-items: center;
  
}

.s-17890626-4738-47fd-88d3-f9893b25c006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image {
  box-sizing: border-box;
}

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





  img.s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image {
    
    
  }


.s-17890626-4738-47fd-88d3-f9893b25c006 .shogun-image-content {
  
    align-items: center;
  
}

.s-17890626-4738-47fd-88d3-f9893b25c006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image {
  box-sizing: border-box;
}

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





  img.s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image {
    
    
  }


.s-17890626-4738-47fd-88d3-f9893b25c006 .shogun-image-content {
  
    align-items: center;
  
}

.s-17890626-4738-47fd-88d3-f9893b25c006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17890626-4738-47fd-88d3-f9893b25c006.shogun-image {
  box-sizing: border-box;
}

}
#s-cbb88977-539c-4ad6-ae47-f7507c0be4be {
  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-cbb88977-539c-4ad6-ae47-f7507c0be4be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cbb88977-539c-4ad6-ae47-f7507c0be4be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cbb88977-539c-4ad6-ae47-f7507c0be4be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbb88977-539c-4ad6-ae47-f7507c0be4be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbb88977-539c-4ad6-ae47-f7507c0be4be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-cbb88977-539c-4ad6-ae47-f7507c0be4be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cfaecb6d-fbe1-4473-aa97-a3e7778ca24c {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cfaecb6d-fbe1-4473-aa97-a3e7778ca24c {
  display: none;
}
#s-cfaecb6d-fbe1-4473-aa97-a3e7778ca24c, #wrap-s-cfaecb6d-fbe1-4473-aa97-a3e7778ca24c { display:none !important; }}@media (max-width: 767px){#s-cfaecb6d-fbe1-4473-aa97-a3e7778ca24c {
  display: none;
}
#s-cfaecb6d-fbe1-4473-aa97-a3e7778ca24c, #wrap-s-cfaecb6d-fbe1-4473-aa97-a3e7778ca24c { display:none !important; }}
#s-2af82dc2-a0bb-4482-8e94-7ebc25ed9068 {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-2af82dc2-a0bb-4482-8e94-7ebc25ed9068 {
  display: none;
}
#s-2af82dc2-a0bb-4482-8e94-7ebc25ed9068, #wrap-s-2af82dc2-a0bb-4482-8e94-7ebc25ed9068 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2af82dc2-a0bb-4482-8e94-7ebc25ed9068 {
  display: none;
}
#s-2af82dc2-a0bb-4482-8e94-7ebc25ed9068, #wrap-s-2af82dc2-a0bb-4482-8e94-7ebc25ed9068 { display:none !important; }}
#s-98fb4589-c915-4ad7-985f-f14769528843 {
  margin-bottom: 4%;
text-align: center;
}







  img.s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image {
    
    
  }


.s-98fb4589-c915-4ad7-985f-f14769528843 .shogun-image-content {
  
    align-items: center;
  
}

.s-98fb4589-c915-4ad7-985f-f14769528843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image {
    
    
  }


.s-98fb4589-c915-4ad7-985f-f14769528843 .shogun-image-content {
  
    align-items: center;
  
}

.s-98fb4589-c915-4ad7-985f-f14769528843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image {
  box-sizing: border-box;
}

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





  img.s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image {
    
    
  }


.s-98fb4589-c915-4ad7-985f-f14769528843 .shogun-image-content {
  
    align-items: center;
  
}

.s-98fb4589-c915-4ad7-985f-f14769528843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image {
  box-sizing: border-box;
}

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





  img.s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image {
    
    
  }


.s-98fb4589-c915-4ad7-985f-f14769528843 .shogun-image-content {
  
    align-items: center;
  
}

.s-98fb4589-c915-4ad7-985f-f14769528843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image {
  box-sizing: border-box;
}

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





  img.s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image {
    
    
  }


.s-98fb4589-c915-4ad7-985f-f14769528843 .shogun-image-content {
  
    align-items: center;
  
}

.s-98fb4589-c915-4ad7-985f-f14769528843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fb4589-c915-4ad7-985f-f14769528843.shogun-image {
  box-sizing: border-box;
}

}
#s-bd5f8410-a1df-4d2b-b36e-6cbc45bec63c {
  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-bd5f8410-a1df-4d2b-b36e-6cbc45bec63c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd5f8410-a1df-4d2b-b36e-6cbc45bec63c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bd5f8410-a1df-4d2b-b36e-6cbc45bec63c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bd5f8410-a1df-4d2b-b36e-6cbc45bec63c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bd5f8410-a1df-4d2b-b36e-6cbc45bec63c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-bd5f8410-a1df-4d2b-b36e-6cbc45bec63c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-801dfd96-a92d-4d4f-9ba6-3a1341ef82d3 {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-801dfd96-a92d-4d4f-9ba6-3a1341ef82d3 {
  display: none;
}
#s-801dfd96-a92d-4d4f-9ba6-3a1341ef82d3, #wrap-s-801dfd96-a92d-4d4f-9ba6-3a1341ef82d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-801dfd96-a92d-4d4f-9ba6-3a1341ef82d3 {
  display: none;
}
#s-801dfd96-a92d-4d4f-9ba6-3a1341ef82d3, #wrap-s-801dfd96-a92d-4d4f-9ba6-3a1341ef82d3 { display:none !important; }}
#s-c23664f6-d9ed-4921-ac66-fd5f1650d3e7 {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-c23664f6-d9ed-4921-ac66-fd5f1650d3e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c23664f6-d9ed-4921-ac66-fd5f1650d3e7 {
  display: none;
}
#s-c23664f6-d9ed-4921-ac66-fd5f1650d3e7, #wrap-s-c23664f6-d9ed-4921-ac66-fd5f1650d3e7 { display:none !important; }}@media (max-width: 767px){#s-c23664f6-d9ed-4921-ac66-fd5f1650d3e7 {
  display: none;
}
#s-c23664f6-d9ed-4921-ac66-fd5f1650d3e7, #wrap-s-c23664f6-d9ed-4921-ac66-fd5f1650d3e7 { display:none !important; }}
#s-14f58353-22b5-47b4-85a8-8a42ef6c6b74 {
  text-align: left;
}

#s-ee4adc19-22c9-4577-9c25-9f1c9c7cf1c4 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ee4adc19-22c9-4577-9c25-9f1c9c7cf1c4 {
  display: none;
}
#s-ee4adc19-22c9-4577-9c25-9f1c9c7cf1c4, #wrap-s-ee4adc19-22c9-4577-9c25-9f1c9c7cf1c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee4adc19-22c9-4577-9c25-9f1c9c7cf1c4 {
  display: none;
}
#s-ee4adc19-22c9-4577-9c25-9f1c9c7cf1c4, #wrap-s-ee4adc19-22c9-4577-9c25-9f1c9c7cf1c4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee4adc19-22c9-4577-9c25-9f1c9c7cf1c4 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ee4adc19-22c9-4577-9c25-9f1c9c7cf1c4 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-ee4adc19-22c9-4577-9c25-9f1c9c7cf1c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee4adc19-22c9-4577-9c25-9f1c9c7cf1c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79380682-d559-4f5a-957c-59547a58099f {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79380682-d559-4f5a-957c-59547a58099f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-79380682-d559-4f5a-957c-59547a58099f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-79380682-d559-4f5a-957c-59547a58099f .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-7a38fc88-6a12-4b8f-a0fc-93a683104730"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-7a38fc88-6a12-4b8f-a0fc-93a683104730"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-7a38fc88-6a12-4b8f-a0fc-93a683104730"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-7a38fc88-6a12-4b8f-a0fc-93a683104730"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b {
  margin-bottom: 4%;
text-align: center;
}







  img.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image {
    
    
  }


.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image {
    
    
  }


.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image {
  box-sizing: border-box;
}

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





  img.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image {
    
    
  }


.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image {
  box-sizing: border-box;
}

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





  img.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image {
    
    
  }


.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image {
  box-sizing: border-box;
}

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





  img.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image {
    
    
  }


.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a5670a9-a55d-4a0c-8dc4-538f2c796e0b.shogun-image {
  box-sizing: border-box;
}

}
#s-62f1b81b-343e-4196-a730-ea37ad26a1ac {
  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-62f1b81b-343e-4196-a730-ea37ad26a1ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62f1b81b-343e-4196-a730-ea37ad26a1ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-62f1b81b-343e-4196-a730-ea37ad26a1ac {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62f1b81b-343e-4196-a730-ea37ad26a1ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62f1b81b-343e-4196-a730-ea37ad26a1ac.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-62f1b81b-343e-4196-a730-ea37ad26a1ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8230267b-65b0-40f0-b599-4d42d57645f5 {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8230267b-65b0-40f0-b599-4d42d57645f5 {
  display: none;
}
#s-8230267b-65b0-40f0-b599-4d42d57645f5, #wrap-s-8230267b-65b0-40f0-b599-4d42d57645f5 { display:none !important; }}@media (max-width: 767px){#s-8230267b-65b0-40f0-b599-4d42d57645f5 {
  display: none;
}
#s-8230267b-65b0-40f0-b599-4d42d57645f5, #wrap-s-8230267b-65b0-40f0-b599-4d42d57645f5 { display:none !important; }}
#s-9ef4e723-6b67-4d92-be77-dfd4a936269e {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-9ef4e723-6b67-4d92-be77-dfd4a936269e {
  display: none;
}
#s-9ef4e723-6b67-4d92-be77-dfd4a936269e, #wrap-s-9ef4e723-6b67-4d92-be77-dfd4a936269e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ef4e723-6b67-4d92-be77-dfd4a936269e {
  display: none;
}
#s-9ef4e723-6b67-4d92-be77-dfd4a936269e, #wrap-s-9ef4e723-6b67-4d92-be77-dfd4a936269e { display:none !important; }}
#s-4bff2774-3bd5-4aae-ad31-3a0048efe83c {
  margin-bottom: 4%;
text-align: center;
}







  img.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image {
    
    
  }


.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c .shogun-image-content {
  
    align-items: center;
  
}

.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image {
    
    
  }


.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c .shogun-image-content {
  
    align-items: center;
  
}

.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image {
  box-sizing: border-box;
}

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





  img.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image {
    
    
  }


.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c .shogun-image-content {
  
    align-items: center;
  
}

.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image {
  box-sizing: border-box;
}

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





  img.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image {
    
    
  }


.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c .shogun-image-content {
  
    align-items: center;
  
}

.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image {
  box-sizing: border-box;
}

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





  img.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image {
    
    
  }


.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c .shogun-image-content {
  
    align-items: center;
  
}

.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bff2774-3bd5-4aae-ad31-3a0048efe83c.shogun-image {
  box-sizing: border-box;
}

}
#s-3eddc6e0-4c5b-4844-b684-947681db1282 {
  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-3eddc6e0-4c5b-4844-b684-947681db1282:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3eddc6e0-4c5b-4844-b684-947681db1282:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3eddc6e0-4c5b-4844-b684-947681db1282 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3eddc6e0-4c5b-4844-b684-947681db1282.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3eddc6e0-4c5b-4844-b684-947681db1282.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3eddc6e0-4c5b-4844-b684-947681db1282.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-47395cbf-5aea-40b1-9be5-573db589a68c {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-47395cbf-5aea-40b1-9be5-573db589a68c {
  display: none;
}
#s-47395cbf-5aea-40b1-9be5-573db589a68c, #wrap-s-47395cbf-5aea-40b1-9be5-573db589a68c { display:none !important; }}@media (max-width: 767px){#s-47395cbf-5aea-40b1-9be5-573db589a68c {
  display: none;
}
#s-47395cbf-5aea-40b1-9be5-573db589a68c, #wrap-s-47395cbf-5aea-40b1-9be5-573db589a68c { display:none !important; }}
#s-4ee4afab-04e4-46ef-b7f1-a5ccaf87e193 {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-4ee4afab-04e4-46ef-b7f1-a5ccaf87e193 {
  display: none;
}
#s-4ee4afab-04e4-46ef-b7f1-a5ccaf87e193, #wrap-s-4ee4afab-04e4-46ef-b7f1-a5ccaf87e193 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ee4afab-04e4-46ef-b7f1-a5ccaf87e193 {
  display: none;
}
#s-4ee4afab-04e4-46ef-b7f1-a5ccaf87e193, #wrap-s-4ee4afab-04e4-46ef-b7f1-a5ccaf87e193 { display:none !important; }}
#s-7cddbf72-0d71-4392-a15d-5697af06c40e {
  margin-top: 5%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-7cddbf72-0d71-4392-a15d-5697af06c40e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-7cddbf72-0d71-4392-a15d-5697af06c40e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-7cddbf72-0d71-4392-a15d-5697af06c40e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-7cddbf72-0d71-4392-a15d-5697af06c40e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-5192e7df-3149-40d7-ab2a-030f97f58c91 {
  margin-bottom: 4%;
text-align: center;
}







  img.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image {
    
    
  }


.s-5192e7df-3149-40d7-ab2a-030f97f58c91 .shogun-image-content {
  
    align-items: center;
  
}

.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image {
    
    
  }


.s-5192e7df-3149-40d7-ab2a-030f97f58c91 .shogun-image-content {
  
    align-items: center;
  
}

.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image {
  box-sizing: border-box;
}

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





  img.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image {
    
    
  }


.s-5192e7df-3149-40d7-ab2a-030f97f58c91 .shogun-image-content {
  
    align-items: center;
  
}

.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image {
  box-sizing: border-box;
}

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





  img.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image {
    
    
  }


.s-5192e7df-3149-40d7-ab2a-030f97f58c91 .shogun-image-content {
  
    align-items: center;
  
}

.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image {
  box-sizing: border-box;
}

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





  img.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image {
    
    
  }


.s-5192e7df-3149-40d7-ab2a-030f97f58c91 .shogun-image-content {
  
    align-items: center;
  
}

.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5192e7df-3149-40d7-ab2a-030f97f58c91.shogun-image {
  box-sizing: border-box;
}

}
#s-c5490208-810c-4d4e-b11f-531ccf8cfed2 {
  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-c5490208-810c-4d4e-b11f-531ccf8cfed2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5490208-810c-4d4e-b11f-531ccf8cfed2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c5490208-810c-4d4e-b11f-531ccf8cfed2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5490208-810c-4d4e-b11f-531ccf8cfed2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5490208-810c-4d4e-b11f-531ccf8cfed2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-c5490208-810c-4d4e-b11f-531ccf8cfed2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-661a5511-a7a5-4fd2-8a87-d62ea1229749 {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-661a5511-a7a5-4fd2-8a87-d62ea1229749 {
  display: none;
}
#s-661a5511-a7a5-4fd2-8a87-d62ea1229749, #wrap-s-661a5511-a7a5-4fd2-8a87-d62ea1229749 { display:none !important; }}@media (max-width: 767px){#s-661a5511-a7a5-4fd2-8a87-d62ea1229749 {
  display: none;
}
#s-661a5511-a7a5-4fd2-8a87-d62ea1229749, #wrap-s-661a5511-a7a5-4fd2-8a87-d62ea1229749 { display:none !important; }}
#s-73a2fd7f-9e02-47dc-ac37-90f92b6ba893 {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-73a2fd7f-9e02-47dc-ac37-90f92b6ba893 {
  display: none;
}
#s-73a2fd7f-9e02-47dc-ac37-90f92b6ba893, #wrap-s-73a2fd7f-9e02-47dc-ac37-90f92b6ba893 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73a2fd7f-9e02-47dc-ac37-90f92b6ba893 {
  display: none;
}
#s-73a2fd7f-9e02-47dc-ac37-90f92b6ba893, #wrap-s-73a2fd7f-9e02-47dc-ac37-90f92b6ba893 { display:none !important; }}
#s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a {
  margin-bottom: 4%;
text-align: center;
}







  img.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image {
    
    
  }


.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a .shogun-image-content {
  
    align-items: center;
  
}

.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image {
    
    
  }


.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a .shogun-image-content {
  
    align-items: center;
  
}

.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image {
    
    
  }


.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a .shogun-image-content {
  
    align-items: center;
  
}

.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image {
    
    
  }


.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a .shogun-image-content {
  
    align-items: center;
  
}

.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image {
    
    
  }


.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a .shogun-image-content {
  
    align-items: center;
  
}

.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93cfc23-0be7-4c26-93b9-8c6c27519b3a.shogun-image {
  box-sizing: border-box;
}

}
#s-323a2d62-5783-49d9-b1f5-2547e31d16e5 {
  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-323a2d62-5783-49d9-b1f5-2547e31d16e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-323a2d62-5783-49d9-b1f5-2547e31d16e5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-323a2d62-5783-49d9-b1f5-2547e31d16e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-323a2d62-5783-49d9-b1f5-2547e31d16e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-323a2d62-5783-49d9-b1f5-2547e31d16e5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-323a2d62-5783-49d9-b1f5-2547e31d16e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e1d6ac44-5cd2-4501-9c80-efdf5bbd1c7c {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1d6ac44-5cd2-4501-9c80-efdf5bbd1c7c {
  display: none;
}
#s-e1d6ac44-5cd2-4501-9c80-efdf5bbd1c7c, #wrap-s-e1d6ac44-5cd2-4501-9c80-efdf5bbd1c7c { display:none !important; }}@media (max-width: 767px){#s-e1d6ac44-5cd2-4501-9c80-efdf5bbd1c7c {
  display: none;
}
#s-e1d6ac44-5cd2-4501-9c80-efdf5bbd1c7c, #wrap-s-e1d6ac44-5cd2-4501-9c80-efdf5bbd1c7c { display:none !important; }}
#s-ca7913dc-b558-4ea6-a790-c3121d66a942 {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-ca7913dc-b558-4ea6-a790-c3121d66a942 {
  display: none;
}
#s-ca7913dc-b558-4ea6-a790-c3121d66a942, #wrap-s-ca7913dc-b558-4ea6-a790-c3121d66a942 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca7913dc-b558-4ea6-a790-c3121d66a942 {
  display: none;
}
#s-ca7913dc-b558-4ea6-a790-c3121d66a942, #wrap-s-ca7913dc-b558-4ea6-a790-c3121d66a942 { display:none !important; }}
#s-85c7cb9c-0c1f-4d1f-9f70-49645c186e76 {
  margin-top: 5%;
margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-85c7cb9c-0c1f-4d1f-9f70-49645c186e76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-85c7cb9c-0c1f-4d1f-9f70-49645c186e76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-85c7cb9c-0c1f-4d1f-9f70-49645c186e76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-85c7cb9c-0c1f-4d1f-9f70-49645c186e76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f160ca1b-e406-4bb4-b97e-12ffca709299 {
  margin-bottom: 4%;
text-align: center;
}







  img.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image {
    
    
  }


.s-f160ca1b-e406-4bb4-b97e-12ffca709299 .shogun-image-content {
  
    align-items: center;
  
}

.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image {
    
    
  }


.s-f160ca1b-e406-4bb4-b97e-12ffca709299 .shogun-image-content {
  
    align-items: center;
  
}

.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image {
  box-sizing: border-box;
}

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





  img.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image {
    
    
  }


.s-f160ca1b-e406-4bb4-b97e-12ffca709299 .shogun-image-content {
  
    align-items: center;
  
}

.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image {
  box-sizing: border-box;
}

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





  img.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image {
    
    
  }


.s-f160ca1b-e406-4bb4-b97e-12ffca709299 .shogun-image-content {
  
    align-items: center;
  
}

.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image {
  box-sizing: border-box;
}

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





  img.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image {
    
    
  }


.s-f160ca1b-e406-4bb4-b97e-12ffca709299 .shogun-image-content {
  
    align-items: center;
  
}

.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f160ca1b-e406-4bb4-b97e-12ffca709299.shogun-image {
  box-sizing: border-box;
}

}
#s-3d968749-5241-4bd5-9245-a5b019975b4e {
  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-3d968749-5241-4bd5-9245-a5b019975b4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d968749-5241-4bd5-9245-a5b019975b4e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d968749-5241-4bd5-9245-a5b019975b4e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d968749-5241-4bd5-9245-a5b019975b4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d968749-5241-4bd5-9245-a5b019975b4e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3d968749-5241-4bd5-9245-a5b019975b4e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ec21a8b-67b1-4a96-8cf9-3f02bdb24652 {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-3ec21a8b-67b1-4a96-8cf9-3f02bdb24652 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ec21a8b-67b1-4a96-8cf9-3f02bdb24652 {
  display: none;
}
#s-3ec21a8b-67b1-4a96-8cf9-3f02bdb24652, #wrap-s-3ec21a8b-67b1-4a96-8cf9-3f02bdb24652 { display:none !important; }}@media (max-width: 767px){#s-3ec21a8b-67b1-4a96-8cf9-3f02bdb24652 {
  display: none;
}
#s-3ec21a8b-67b1-4a96-8cf9-3f02bdb24652, #wrap-s-3ec21a8b-67b1-4a96-8cf9-3f02bdb24652 { display:none !important; }}
#s-e81f9de5-c5ca-4f12-ab27-18c5939951de {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-e81f9de5-c5ca-4f12-ab27-18c5939951de {
  display: none;
}
#s-e81f9de5-c5ca-4f12-ab27-18c5939951de, #wrap-s-e81f9de5-c5ca-4f12-ab27-18c5939951de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e81f9de5-c5ca-4f12-ab27-18c5939951de {
  display: none;
}
#s-e81f9de5-c5ca-4f12-ab27-18c5939951de, #wrap-s-e81f9de5-c5ca-4f12-ab27-18c5939951de { display:none !important; }}
#s-8d4776cd-7ed0-4962-aea3-84edaae68443 {
  min-height: 50px;
}








#s-8d4776cd-7ed0-4962-aea3-84edaae68443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d4776cd-7ed0-4962-aea3-84edaae68443.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cced0391-77d4-4e2d-aebd-b7e38351b3f5 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cced0391-77d4-4e2d-aebd-b7e38351b3f5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  
}



.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-b0be59ab-850a-425c-8c70-423ec4a099a4 {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-b0be59ab-850a-425c-8c70-423ec4a099a4 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0be59ab-850a-425c-8c70-423ec4a099a4 {
  margin-left: 25%;
margin-right: 25%;
}
}
#s-b0be59ab-850a-425c-8c70-423ec4a099a4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b0be59ab-850a-425c-8c70-423ec4a099a4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(36, 36, 36, 1);
  padding: 11px;
}

#s-b0be59ab-850a-425c-8c70-423ec4a099a4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b0be59ab-850a-425c-8c70-423ec4a099a4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #ddd;
}

#s-b0be59ab-850a-425c-8c70-423ec4a099a4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-b0be59ab-850a-425c-8c70-423ec4a099a4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-c5848dad-9a80-4b76-8307-9cfbf39d0428 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c5848dad-9a80-4b76-8307-9cfbf39d0428 {
  display: none;
}
#s-c5848dad-9a80-4b76-8307-9cfbf39d0428, #wrap-s-c5848dad-9a80-4b76-8307-9cfbf39d0428 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5848dad-9a80-4b76-8307-9cfbf39d0428 {
  display: none;
}
#s-c5848dad-9a80-4b76-8307-9cfbf39d0428, #wrap-s-c5848dad-9a80-4b76-8307-9cfbf39d0428 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5848dad-9a80-4b76-8307-9cfbf39d0428 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-c5848dad-9a80-4b76-8307-9cfbf39d0428 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-c5848dad-9a80-4b76-8307-9cfbf39d0428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5848dad-9a80-4b76-8307-9cfbf39d0428.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7383cc1-9d57-47cf-8db4-eacd1718d491 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7383cc1-9d57-47cf-8db4-eacd1718d491 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-c7383cc1-9d57-47cf-8db4-eacd1718d491 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-c7383cc1-9d57-47cf-8db4-eacd1718d491 .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-1e572971-dcc7-427e-8a76-e347d660a4ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-1e572971-dcc7-427e-8a76-e347d660a4ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1e572971-dcc7-427e-8a76-e347d660a4ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e572971-dcc7-427e-8a76-e347d660a4ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-a51d5a92-4b7c-40b8-991d-cd5596ca403e {
  margin-bottom: 4%;
text-align: center;
}







  img.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image {
    
    
  }


.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e .shogun-image-content {
  
    align-items: center;
  
}

.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image {
    
    
  }


.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e .shogun-image-content {
  
    align-items: center;
  
}

.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image {
    
    
  }


.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e .shogun-image-content {
  
    align-items: center;
  
}

.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image {
    
    
  }


.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e .shogun-image-content {
  
    align-items: center;
  
}

.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image {
    
    
  }


.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e .shogun-image-content {
  
    align-items: center;
  
}

.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51d5a92-4b7c-40b8-991d-cd5596ca403e.shogun-image {
  box-sizing: border-box;
}

}
#s-a9208bd7-e303-4a76-a3f1-600af58eac13 {
  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-a9208bd7-e303-4a76-a3f1-600af58eac13:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9208bd7-e303-4a76-a3f1-600af58eac13:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9208bd7-e303-4a76-a3f1-600af58eac13 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9208bd7-e303-4a76-a3f1-600af58eac13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9208bd7-e303-4a76-a3f1-600af58eac13.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-a9208bd7-e303-4a76-a3f1-600af58eac13.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-74c88438-6e9a-485e-a859-2f583768daa9 {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-74c88438-6e9a-485e-a859-2f583768daa9 {
  display: none;
}
#s-74c88438-6e9a-485e-a859-2f583768daa9, #wrap-s-74c88438-6e9a-485e-a859-2f583768daa9 { display:none !important; }}@media (max-width: 767px){#s-74c88438-6e9a-485e-a859-2f583768daa9 {
  display: none;
}
#s-74c88438-6e9a-485e-a859-2f583768daa9, #wrap-s-74c88438-6e9a-485e-a859-2f583768daa9 { display:none !important; }}
#s-8c6ca8d2-fe25-480f-8c0b-a705a5aca398 {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-8c6ca8d2-fe25-480f-8c0b-a705a5aca398 {
  display: none;
}
#s-8c6ca8d2-fe25-480f-8c0b-a705a5aca398, #wrap-s-8c6ca8d2-fe25-480f-8c0b-a705a5aca398 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c6ca8d2-fe25-480f-8c0b-a705a5aca398 {
  display: none;
}
#s-8c6ca8d2-fe25-480f-8c0b-a705a5aca398, #wrap-s-8c6ca8d2-fe25-480f-8c0b-a705a5aca398 { display:none !important; }}
#s-24ee4303-c68c-4459-bf0a-9756ff0095bd {
  margin-bottom: 4%;
text-align: center;
}







  img.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image {
    
    
  }


.s-24ee4303-c68c-4459-bf0a-9756ff0095bd .shogun-image-content {
  
    align-items: center;
  
}

.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image {
    
    
  }


.s-24ee4303-c68c-4459-bf0a-9756ff0095bd .shogun-image-content {
  
    align-items: center;
  
}

.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image {
  box-sizing: border-box;
}

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





  img.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image {
    
    
  }


.s-24ee4303-c68c-4459-bf0a-9756ff0095bd .shogun-image-content {
  
    align-items: center;
  
}

.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image {
  box-sizing: border-box;
}

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





  img.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image {
    
    
  }


.s-24ee4303-c68c-4459-bf0a-9756ff0095bd .shogun-image-content {
  
    align-items: center;
  
}

.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image {
  box-sizing: border-box;
}

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





  img.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image {
    
    
  }


.s-24ee4303-c68c-4459-bf0a-9756ff0095bd .shogun-image-content {
  
    align-items: center;
  
}

.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ee4303-c68c-4459-bf0a-9756ff0095bd.shogun-image {
  box-sizing: border-box;
}

}
#s-55d4f3fb-8767-4585-9387-39bfad0b2171 {
  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-55d4f3fb-8767-4585-9387-39bfad0b2171:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55d4f3fb-8767-4585-9387-39bfad0b2171:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55d4f3fb-8767-4585-9387-39bfad0b2171 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55d4f3fb-8767-4585-9387-39bfad0b2171.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55d4f3fb-8767-4585-9387-39bfad0b2171.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-55d4f3fb-8767-4585-9387-39bfad0b2171.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-29c4517e-fb6f-40f9-9755-53a88b114c21 {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-29c4517e-fb6f-40f9-9755-53a88b114c21 {
  display: none;
}
#s-29c4517e-fb6f-40f9-9755-53a88b114c21, #wrap-s-29c4517e-fb6f-40f9-9755-53a88b114c21 { display:none !important; }}@media (max-width: 767px){#s-29c4517e-fb6f-40f9-9755-53a88b114c21 {
  display: none;
}
#s-29c4517e-fb6f-40f9-9755-53a88b114c21, #wrap-s-29c4517e-fb6f-40f9-9755-53a88b114c21 { display:none !important; }}
#s-ccf198d5-8220-4f5d-ade1-4b4f899814fb {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-ccf198d5-8220-4f5d-ade1-4b4f899814fb {
  display: none;
}
#s-ccf198d5-8220-4f5d-ade1-4b4f899814fb, #wrap-s-ccf198d5-8220-4f5d-ade1-4b4f899814fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccf198d5-8220-4f5d-ade1-4b4f899814fb {
  display: none;
}
#s-ccf198d5-8220-4f5d-ade1-4b4f899814fb, #wrap-s-ccf198d5-8220-4f5d-ade1-4b4f899814fb { display:none !important; }}
#s-9caeb125-c6a0-4891-bd16-61165e0ae483 {
  margin-top: 5%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-9caeb125-c6a0-4891-bd16-61165e0ae483"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-9caeb125-c6a0-4891-bd16-61165e0ae483"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9caeb125-c6a0-4891-bd16-61165e0ae483"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9caeb125-c6a0-4891-bd16-61165e0ae483"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-a59fd302-104c-4665-bbb6-652881563029 {
  margin-bottom: 4%;
text-align: center;
}







  img.s-a59fd302-104c-4665-bbb6-652881563029.shogun-image {
    
    
  }


.s-a59fd302-104c-4665-bbb6-652881563029 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59fd302-104c-4665-bbb6-652881563029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a59fd302-104c-4665-bbb6-652881563029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59fd302-104c-4665-bbb6-652881563029.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-a59fd302-104c-4665-bbb6-652881563029.shogun-image {
    
    
  }


.s-a59fd302-104c-4665-bbb6-652881563029 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59fd302-104c-4665-bbb6-652881563029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a59fd302-104c-4665-bbb6-652881563029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59fd302-104c-4665-bbb6-652881563029.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a59fd302-104c-4665-bbb6-652881563029.shogun-image {
    
    
  }


.s-a59fd302-104c-4665-bbb6-652881563029 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59fd302-104c-4665-bbb6-652881563029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a59fd302-104c-4665-bbb6-652881563029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59fd302-104c-4665-bbb6-652881563029.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a59fd302-104c-4665-bbb6-652881563029.shogun-image {
    
    
  }


.s-a59fd302-104c-4665-bbb6-652881563029 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59fd302-104c-4665-bbb6-652881563029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a59fd302-104c-4665-bbb6-652881563029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59fd302-104c-4665-bbb6-652881563029.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a59fd302-104c-4665-bbb6-652881563029.shogun-image {
    
    
  }


.s-a59fd302-104c-4665-bbb6-652881563029 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59fd302-104c-4665-bbb6-652881563029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a59fd302-104c-4665-bbb6-652881563029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59fd302-104c-4665-bbb6-652881563029.shogun-image {
  box-sizing: border-box;
}

}
#s-b4281d2f-8959-42a8-b97e-d045a860efda {
  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-b4281d2f-8959-42a8-b97e-d045a860efda:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4281d2f-8959-42a8-b97e-d045a860efda:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b4281d2f-8959-42a8-b97e-d045a860efda {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b4281d2f-8959-42a8-b97e-d045a860efda.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4281d2f-8959-42a8-b97e-d045a860efda.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-b4281d2f-8959-42a8-b97e-d045a860efda.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-78390960-7799-4644-b8d3-9a3b51255ccd {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-78390960-7799-4644-b8d3-9a3b51255ccd {
  display: none;
}
#s-78390960-7799-4644-b8d3-9a3b51255ccd, #wrap-s-78390960-7799-4644-b8d3-9a3b51255ccd { display:none !important; }}@media (max-width: 767px){#s-78390960-7799-4644-b8d3-9a3b51255ccd {
  display: none;
}
#s-78390960-7799-4644-b8d3-9a3b51255ccd, #wrap-s-78390960-7799-4644-b8d3-9a3b51255ccd { display:none !important; }}
#s-880641fd-954c-4178-95ec-c1d436e2ca8b {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-880641fd-954c-4178-95ec-c1d436e2ca8b {
  display: none;
}
#s-880641fd-954c-4178-95ec-c1d436e2ca8b, #wrap-s-880641fd-954c-4178-95ec-c1d436e2ca8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-880641fd-954c-4178-95ec-c1d436e2ca8b {
  display: none;
}
#s-880641fd-954c-4178-95ec-c1d436e2ca8b, #wrap-s-880641fd-954c-4178-95ec-c1d436e2ca8b { display:none !important; }}
#s-12dfa071-c69b-499e-8781-c04973f7a795 {
  margin-bottom: 4%;
text-align: center;
}







  img.s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image {
    
    
  }


.s-12dfa071-c69b-499e-8781-c04973f7a795 .shogun-image-content {
  
    align-items: center;
  
}

.s-12dfa071-c69b-499e-8781-c04973f7a795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image {
    
    
  }


.s-12dfa071-c69b-499e-8781-c04973f7a795 .shogun-image-content {
  
    align-items: center;
  
}

.s-12dfa071-c69b-499e-8781-c04973f7a795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image {
  box-sizing: border-box;
}

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





  img.s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image {
    
    
  }


.s-12dfa071-c69b-499e-8781-c04973f7a795 .shogun-image-content {
  
    align-items: center;
  
}

.s-12dfa071-c69b-499e-8781-c04973f7a795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image {
  box-sizing: border-box;
}

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





  img.s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image {
    
    
  }


.s-12dfa071-c69b-499e-8781-c04973f7a795 .shogun-image-content {
  
    align-items: center;
  
}

.s-12dfa071-c69b-499e-8781-c04973f7a795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image {
  box-sizing: border-box;
}

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





  img.s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image {
    
    
  }


.s-12dfa071-c69b-499e-8781-c04973f7a795 .shogun-image-content {
  
    align-items: center;
  
}

.s-12dfa071-c69b-499e-8781-c04973f7a795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12dfa071-c69b-499e-8781-c04973f7a795.shogun-image {
  box-sizing: border-box;
}

}
#s-e158df68-88f7-4a20-847e-e1c2bf50d8bc {
  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-e158df68-88f7-4a20-847e-e1c2bf50d8bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e158df68-88f7-4a20-847e-e1c2bf50d8bc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e158df68-88f7-4a20-847e-e1c2bf50d8bc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e158df68-88f7-4a20-847e-e1c2bf50d8bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e158df68-88f7-4a20-847e-e1c2bf50d8bc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-e158df68-88f7-4a20-847e-e1c2bf50d8bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e95cd97e-94cb-48de-9ead-2570540939a5 {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e95cd97e-94cb-48de-9ead-2570540939a5 {
  display: none;
}
#s-e95cd97e-94cb-48de-9ead-2570540939a5, #wrap-s-e95cd97e-94cb-48de-9ead-2570540939a5 { display:none !important; }}@media (max-width: 767px){#s-e95cd97e-94cb-48de-9ead-2570540939a5 {
  display: none;
}
#s-e95cd97e-94cb-48de-9ead-2570540939a5, #wrap-s-e95cd97e-94cb-48de-9ead-2570540939a5 { display:none !important; }}
#s-88225162-48f9-40e3-9f67-38a78f47ce9c {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-88225162-48f9-40e3-9f67-38a78f47ce9c {
  display: none;
}
#s-88225162-48f9-40e3-9f67-38a78f47ce9c, #wrap-s-88225162-48f9-40e3-9f67-38a78f47ce9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88225162-48f9-40e3-9f67-38a78f47ce9c {
  display: none;
}
#s-88225162-48f9-40e3-9f67-38a78f47ce9c, #wrap-s-88225162-48f9-40e3-9f67-38a78f47ce9c { display:none !important; }}
#s-ca58718a-4b53-4f19-9d9c-5be7edfe844a {
  margin-top: 5%;
margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-ca58718a-4b53-4f19-9d9c-5be7edfe844a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-ca58718a-4b53-4f19-9d9c-5be7edfe844a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ca58718a-4b53-4f19-9d9c-5be7edfe844a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ca58718a-4b53-4f19-9d9c-5be7edfe844a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b {
  margin-bottom: 4%;
text-align: center;
}







  img.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image {
    
    
  }


.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b .shogun-image-content {
  
    align-items: center;
  
}

.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image {
    
    
  }


.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b .shogun-image-content {
  
    align-items: center;
  
}

.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image {
  box-sizing: border-box;
}

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





  img.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image {
    
    
  }


.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b .shogun-image-content {
  
    align-items: center;
  
}

.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image {
  box-sizing: border-box;
}

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





  img.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image {
    
    
  }


.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b .shogun-image-content {
  
    align-items: center;
  
}

.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image {
  box-sizing: border-box;
}

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





  img.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image {
    
    
  }


.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b .shogun-image-content {
  
    align-items: center;
  
}

.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa83b499-0844-4fd3-af1b-8dac6ed99a9b.shogun-image {
  box-sizing: border-box;
}

}
#s-3362dc38-007e-474b-9f45-b20ca8f53ebf {
  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-3362dc38-007e-474b-9f45-b20ca8f53ebf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3362dc38-007e-474b-9f45-b20ca8f53ebf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3362dc38-007e-474b-9f45-b20ca8f53ebf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3362dc38-007e-474b-9f45-b20ca8f53ebf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3362dc38-007e-474b-9f45-b20ca8f53ebf.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3362dc38-007e-474b-9f45-b20ca8f53ebf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ec19f545-f7cd-4d7b-ab8c-f8963d0ec696 {
  margin-top: 10%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-ec19f545-f7cd-4d7b-ab8c-f8963d0ec696 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec19f545-f7cd-4d7b-ab8c-f8963d0ec696 {
  display: none;
}
#s-ec19f545-f7cd-4d7b-ab8c-f8963d0ec696, #wrap-s-ec19f545-f7cd-4d7b-ab8c-f8963d0ec696 { display:none !important; }}@media (max-width: 767px){#s-ec19f545-f7cd-4d7b-ab8c-f8963d0ec696 {
  display: none;
}
#s-ec19f545-f7cd-4d7b-ab8c-f8963d0ec696, #wrap-s-ec19f545-f7cd-4d7b-ab8c-f8963d0ec696 { display:none !important; }}
#s-adaa77d2-b09c-4584-b6db-e222b46c0a09 {
  margin-top: 5%;
margin-bottom: -5%;
}
@media (min-width: 1200px){#s-adaa77d2-b09c-4584-b6db-e222b46c0a09 {
  display: none;
}
#s-adaa77d2-b09c-4584-b6db-e222b46c0a09, #wrap-s-adaa77d2-b09c-4584-b6db-e222b46c0a09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adaa77d2-b09c-4584-b6db-e222b46c0a09 {
  display: none;
}
#s-adaa77d2-b09c-4584-b6db-e222b46c0a09, #wrap-s-adaa77d2-b09c-4584-b6db-e222b46c0a09 { display:none !important; }}
#s-ffb28f5b-a577-4f3d-831e-3dcdbd402ff5 {
  margin-top: 15px;
margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}

/*
  $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}