.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-29955680-5a6e-4709-a0b9-25880baaab33 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-29955680-5a6e-4709-a0b9-25880baaab33 {
  margin-left: -10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-29955680-5a6e-4709-a0b9-25880baaab33 {
  
}
}@media (max-width: 767px){#s-29955680-5a6e-4709-a0b9-25880baaab33 {
  
}
}







#s-29955680-5a6e-4709-a0b9-25880baaab33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29955680-5a6e-4709-a0b9-25880baaab33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-bd5f21df-59a6-478b-9c8e-f2aa19fa218c {
  margin-top: -10px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-bd5f21df-59a6-478b-9c8e-f2aa19fa218c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e9909e94-69a7-4484-9ab3-603216082be1 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

.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-042329d8-bd4a-4e49-abba-35b61f86310a {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-042329d8-bd4a-4e49-abba-35b61f86310a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-042329d8-bd4a-4e49-abba-35b61f86310a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-042329d8-bd4a-4e49-abba-35b61f86310a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-042329d8-bd4a-4e49-abba-35b61f86310a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-042329d8-bd4a-4e49-abba-35b61f86310a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Futura;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-042329d8-bd4a-4e49-abba-35b61f86310a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-ac781910-d975-4aec-90d3-fe453a159658 {
  min-height: 50px;
}








#s-ac781910-d975-4aec-90d3-fe453a159658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac781910-d975-4aec-90d3-fe453a159658.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

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

@media (min-width: 0px) {
[id="s-cd20a74b-2ba2-48e9-a9a2-d811bb2730b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd20a74b-2ba2-48e9-a9a2-d811bb2730b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cd20a74b-2ba2-48e9-a9a2-d811bb2730b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd20a74b-2ba2-48e9-a9a2-d811bb2730b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.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-307c75ab-4b85-4973-9475-d924880ecce4 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-307c75ab-4b85-4973-9475-d924880ecce4 img.shogun-image {
    

    
    
    
  }


#s-307c75ab-4b85-4973-9475-d924880ecce4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f7c9aa4-5398-492f-a191-a261db5aebc6 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-600998f1-f334-4a91-809b-aa19189e3102"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-600998f1-f334-4a91-809b-aa19189e3102"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-600998f1-f334-4a91-809b-aa19189e3102"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-600998f1-f334-4a91-809b-aa19189e3102"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-a152a1a5-5e20-4178-a966-e04f9c66d068 {
  margin-left: 17%;
margin-right: 17%;
text-align: center;
}







  #s-a152a1a5-5e20-4178-a966-e04f9c66d068 img.shogun-image {
    

    
    
    
  }


#s-a152a1a5-5e20-4178-a966-e04f9c66d068 .shogun-image-content {
  
    align-items: center;
  
}

#s-b03ceece-6302-4875-bc12-d30366882b46 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-087d478d-857b-4cb0-8af2-bb5f44a29c57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-087d478d-857b-4cb0-8af2-bb5f44a29c57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-087d478d-857b-4cb0-8af2-bb5f44a29c57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-087d478d-857b-4cb0-8af2-bb5f44a29c57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-7962a209-1d04-4160-9e4e-3d02bff7d5b5 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-7962a209-1d04-4160-9e4e-3d02bff7d5b5 img.shogun-image {
    

    
    
    
  }


#s-7962a209-1d04-4160-9e4e-3d02bff7d5b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdf2e07a-3895-4cba-86b5-9318e438fb88 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3586a6f3-12f5-4409-842a-1159a3281cce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3586a6f3-12f5-4409-842a-1159a3281cce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3586a6f3-12f5-4409-842a-1159a3281cce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3586a6f3-12f5-4409-842a-1159a3281cce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-a6355da6-0f4d-4a40-84cf-f7fc48488f50 {
  margin-left: 17%;
margin-right: 17%;
text-align: center;
}







  #s-a6355da6-0f4d-4a40-84cf-f7fc48488f50 img.shogun-image {
    

    
    
    
  }


#s-a6355da6-0f4d-4a40-84cf-f7fc48488f50 .shogun-image-content {
  
    align-items: center;
  
}

#s-abb6df1d-62df-489d-9676-6cdc7ec60ff9 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-f0fddc1c-f320-4ed8-a736-c09b08417489 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-f35b59db-ce31-410c-a480-ed516cea4382 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-a2d01e9c-6edf-4870-a4fb-4d5b703a675e {
  margin-left: 10px;
}

#s-8bac0c5f-822d-4284-96d1-3af12fe4baa7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8bac0c5f-822d-4284-96d1-3af12fe4baa7 {
  display: none;
}
#s-8bac0c5f-822d-4284-96d1-3af12fe4baa7, #wrap-s-8bac0c5f-822d-4284-96d1-3af12fe4baa7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bac0c5f-822d-4284-96d1-3af12fe4baa7 {
  display: none;
}
#s-8bac0c5f-822d-4284-96d1-3af12fe4baa7, #wrap-s-8bac0c5f-822d-4284-96d1-3af12fe4baa7 { display:none !important; }}







#s-8bac0c5f-822d-4284-96d1-3af12fe4baa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bac0c5f-822d-4284-96d1-3af12fe4baa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f869cfe2-2386-4b7a-a3ad-81b456083995 {
  background-size: cover;
background-attachment: fixed;
margin-left: 10%;
margin-right: 10%;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-f869cfe2-2386-4b7a-a3ad-81b456083995 {
  display: none;
}
#s-f869cfe2-2386-4b7a-a3ad-81b456083995, #wrap-s-f869cfe2-2386-4b7a-a3ad-81b456083995 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f869cfe2-2386-4b7a-a3ad-81b456083995 {
  display: none;
}
#s-f869cfe2-2386-4b7a-a3ad-81b456083995, #wrap-s-f869cfe2-2386-4b7a-a3ad-81b456083995 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f869cfe2-2386-4b7a-a3ad-81b456083995 {
  display: none;
}
#s-f869cfe2-2386-4b7a-a3ad-81b456083995, #wrap-s-f869cfe2-2386-4b7a-a3ad-81b456083995 { display:none !important; }}@media (max-width: 767px){#s-f869cfe2-2386-4b7a-a3ad-81b456083995 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-f869cfe2-2386-4b7a-a3ad-81b456083995 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-f869cfe2-2386-4b7a-a3ad-81b456083995.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d0ef581-fbee-4961-83d5-a3e2c0a939c7 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 850px;
background-position: center center;
}
@media (min-width: 1200px){#s-0d0ef581-fbee-4961-83d5-a3e2c0a939c7 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-0d0ef581-fbee-4961-83d5-a3e2c0a939c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d0ef581-fbee-4961-83d5-a3e2c0a939c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09657cc1-0224-4d69-b5ab-86b3736e4740 {
  background-size: cover;
min-height: 50px;
background-position: center center;
background-color: rgba(0, 0, 0, 1);
}








#s-09657cc1-0224-4d69-b5ab-86b3736e4740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09657cc1-0224-4d69-b5ab-86b3736e4740.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e6073cb-8ecd-44b1-8626-32d350757126 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-3e6073cb-8ecd-44b1-8626-32d350757126 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-3e6073cb-8ecd-44b1-8626-32d350757126 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-3e6073cb-8ecd-44b1-8626-32d350757126 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-d8ccd9db-5552-43aa-8ec9-a2ae37ca5f7b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-d8ccd9db-5552-43aa-8ec9-a2ae37ca5f7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8ccd9db-5552-43aa-8ec9-a2ae37ca5f7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8ccd9db-5552-43aa-8ec9-a2ae37ca5f7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8ccd9db-5552-43aa-8ec9-a2ae37ca5f7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8ccd9db-5552-43aa-8ec9-a2ae37ca5f7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8ccd9db-5552-43aa-8ec9-a2ae37ca5f7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8ccd9db-5552-43aa-8ec9-a2ae37ca5f7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d8ccd9db-5552-43aa-8ec9-a2ae37ca5f7b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2b9bed5e-914a-44db-be9c-2d0a08137f8a {
  margin-top: 30px;
margin-left: 0%;
min-height: 50px;
background-attachment: scroll;
}








#s-2b9bed5e-914a-44db-be9c-2d0a08137f8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b9bed5e-914a-44db-be9c-2d0a08137f8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d51e6e1-8986-4b2e-98a5-67bcaf559ce8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 435px;
background-position: center center;
}








#s-8d51e6e1-8986-4b2e-98a5-67bcaf559ce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d51e6e1-8986-4b2e-98a5-67bcaf559ce8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25df21a6-e270-4dfd-b721-117ae8635265 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-25df21a6-e270-4dfd-b721-117ae8635265 {
  margin-top: 60px;
}
}
#s-25df21a6-e270-4dfd-b721-117ae8635265 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-25df21a6-e270-4dfd-b721-117ae8635265 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-33bbd347-d5e7-42cc-a69f-d63748372f54 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-489ccac6-7223-4c4a-874c-fc891896d32f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-489ccac6-7223-4c4a-874c-fc891896d32f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-489ccac6-7223-4c4a-874c-fc891896d32f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-489ccac6-7223-4c4a-874c-fc891896d32f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-34a3cb5c-b774-4e29-8c49-20c861f7e33e {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-34a3cb5c-b774-4e29-8c49-20c861f7e33e img.shogun-image {
    

    
    
    
  }


#s-34a3cb5c-b774-4e29-8c49-20c861f7e33e .shogun-image-content {
  
    align-items: center;
  
}

#s-dbea8923-f8fb-474c-b782-990cb391e584 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-57918bdb-7b65-4ce1-9e4a-31f11e23185b {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-57918bdb-7b65-4ce1-9e4a-31f11e23185b img.shogun-image {
    

    
    
    
  }


#s-57918bdb-7b65-4ce1-9e4a-31f11e23185b .shogun-image-content {
  
    align-items: center;
  
}

#s-a7dc8d86-9836-4899-8414-6c345831750e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-296e8a93-2df5-47dc-aa26-f48a309a9389 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-296e8a93-2df5-47dc-aa26-f48a309a9389"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-296e8a93-2df5-47dc-aa26-f48a309a9389"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-296e8a93-2df5-47dc-aa26-f48a309a9389"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-296e8a93-2df5-47dc-aa26-f48a309a9389"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-675e55b9-f277-40f8-8b47-6ae3d999d592 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-675e55b9-f277-40f8-8b47-6ae3d999d592 img.shogun-image {
    

    
    
    
  }


#s-675e55b9-f277-40f8-8b47-6ae3d999d592 .shogun-image-content {
  
    align-items: center;
  
}

#s-eec1cb00-1497-4009-a6fd-afe7dc501c51 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-5a31f92a-a9bb-4b38-a5fd-17b7f8612db3 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-5a31f92a-a9bb-4b38-a5fd-17b7f8612db3 img.shogun-image {
    

    
    
    
  }


#s-5a31f92a-a9bb-4b38-a5fd-17b7f8612db3 .shogun-image-content {
  
    align-items: center;
  
}

#s-75d2510c-9fcc-4cd0-a6e0-f0fc1c39c25f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-f8e07a3f-281f-46a6-a85d-d2201541a5f2 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-f8e07a3f-281f-46a6-a85d-d2201541a5f2 {
  display: none;
}
#s-f8e07a3f-281f-46a6-a85d-d2201541a5f2, #wrap-s-f8e07a3f-281f-46a6-a85d-d2201541a5f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8e07a3f-281f-46a6-a85d-d2201541a5f2 {
  display: none;
}
#s-f8e07a3f-281f-46a6-a85d-d2201541a5f2, #wrap-s-f8e07a3f-281f-46a6-a85d-d2201541a5f2 { display:none !important; }}







#s-f8e07a3f-281f-46a6-a85d-d2201541a5f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8e07a3f-281f-46a6-a85d-d2201541a5f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-247c14bf-646f-4927-b8ec-ea87542fe7bb {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}


  #s-247c14bf-646f-4927-b8ec-ea87542fe7bb .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-247c14bf-646f-4927-b8ec-ea87542fe7bb .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-247c14bf-646f-4927-b8ec-ea87542fe7bb .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(130, 166, 224, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-247c14bf-646f-4927-b8ec-ea87542fe7bb .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-247c14bf-646f-4927-b8ec-ea87542fe7bb .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-247c14bf-646f-4927-b8ec-ea87542fe7bb .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-80284f64-2af5-4fb6-a08d-c2647555cde4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-80284f64-2af5-4fb6-a08d-c2647555cde4 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-80284f64-2af5-4fb6-a08d-c2647555cde4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80284f64-2af5-4fb6-a08d-c2647555cde4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

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

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

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

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

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-8611f072-e39d-4092-9f1d-78c7981bffad {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8611f072-e39d-4092-9f1d-78c7981bffad .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-8611f072-e39d-4092-9f1d-78c7981bffad .shg-sld-nav-button.shg-sld-left,
#s-8611f072-e39d-4092-9f1d-78c7981bffad .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-62dc8470-9e4b-4c96-85e2-fd7a21569fbd {
  min-height: 50px;
}








#s-62dc8470-9e4b-4c96-85e2-fd7a21569fbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62dc8470-9e4b-4c96-85e2-fd7a21569fbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-071156b0-35cf-4c83-a9e7-ba358739fe93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-071156b0-35cf-4c83-a9e7-ba358739fe93 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-071156b0-35cf-4c83-a9e7-ba358739fe93 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-bbb171a4-d585-4ac4-811d-47748e58c039 {
  min-height: 50px;
}








#s-bbb171a4-d585-4ac4-811d-47748e58c039 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbb171a4-d585-4ac4-811d-47748e58c039.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83a702ad-91c7-435d-80e5-4b9314756cb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-83a702ad-91c7-435d-80e5-4b9314756cb1 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-83a702ad-91c7-435d-80e5-4b9314756cb1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-83a702ad-91c7-435d-80e5-4b9314756cb1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-2af7a876-f4a6-4c8a-a358-ba063a568090 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-2af7a876-f4a6-4c8a-a358-ba063a568090"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2af7a876-f4a6-4c8a-a358-ba063a568090"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2af7a876-f4a6-4c8a-a358-ba063a568090"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2af7a876-f4a6-4c8a-a358-ba063a568090"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-52298591-2b72-46ac-adb8-87052e3d67ac {
  text-align: center;
}







  #s-52298591-2b72-46ac-adb8-87052e3d67ac img.shogun-image {
    

    
    
    
  }


#s-52298591-2b72-46ac-adb8-87052e3d67ac .shogun-image-content {
  
    align-items: center;
  
}

#s-04060dda-e922-4dee-be1c-27d41c47be91 {
  min-height: 50px;
}








#s-04060dda-e922-4dee-be1c-27d41c47be91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04060dda-e922-4dee-be1c-27d41c47be91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-337f24f0-c57a-46af-9927-5228a1933ac4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-337f24f0-c57a-46af-9927-5228a1933ac4 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-025363fd-f91e-4c0a-b417-24c7b042e565 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-fbdf9500-1eea-4a08-ac22-5a94ab78ab5b {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-fbdf9500-1eea-4a08-ac22-5a94ab78ab5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbdf9500-1eea-4a08-ac22-5a94ab78ab5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbdf9500-1eea-4a08-ac22-5a94ab78ab5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbdf9500-1eea-4a08-ac22-5a94ab78ab5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dd59ffbd-bc44-456a-8951-8b13fde5b625 {
  text-align: center;
}







  #s-dd59ffbd-bc44-456a-8951-8b13fde5b625 img.shogun-image {
    

    
    
    
  }


#s-dd59ffbd-bc44-456a-8951-8b13fde5b625 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad1713d0-cae7-4682-857f-2eff91a6e4e6 {
  min-height: 50px;
}








#s-ad1713d0-cae7-4682-857f-2eff91a6e4e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad1713d0-cae7-4682-857f-2eff91a6e4e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97ffd27a-89fa-42f9-80e8-79f0b0e8d5bc {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-97ffd27a-89fa-42f9-80e8-79f0b0e8d5bc .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-1421e87f-e427-41d2-8e8c-d03f1e080383 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-ed7db197-554a-46f4-9e80-ca0b5366f1d1 {
  min-height: 50px;
}








#s-ed7db197-554a-46f4-9e80-ca0b5366f1d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed7db197-554a-46f4-9e80-ca0b5366f1d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebd03a0c-b0a7-401a-8f6f-003c9949fe43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ebd03a0c-b0a7-401a-8f6f-003c9949fe43 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-ebd03a0c-b0a7-401a-8f6f-003c9949fe43 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-ebd03a0c-b0a7-401a-8f6f-003c9949fe43 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-7294cae1-cd89-459a-b363-1505b2d52f5c {
  min-height: 50px;
}








#s-7294cae1-cd89-459a-b363-1505b2d52f5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7294cae1-cd89-459a-b363-1505b2d52f5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfe206f3-2d06-4803-9e4e-23f248e15785 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bfe206f3-2d06-4803-9e4e-23f248e15785"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfe206f3-2d06-4803-9e4e-23f248e15785"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-bfe206f3-2d06-4803-9e4e-23f248e15785"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-bfe206f3-2d06-4803-9e4e-23f248e15785"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-d5c512a6-3f94-4fce-9820-a861a6b4c33f {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-d5c512a6-3f94-4fce-9820-a861a6b4c33f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5c512a6-3f94-4fce-9820-a861a6b4c33f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e90ca245-1938-4818-b870-241079824658 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e90ca245-1938-4818-b870-241079824658 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-e90ca245-1938-4818-b870-241079824658 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-e90ca245-1938-4818-b870-241079824658 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-60082f4c-a15d-46c3-9b28-3965a6e51283 {
  min-height: 50px;
}








#s-60082f4c-a15d-46c3-9b28-3965a6e51283 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60082f4c-a15d-46c3-9b28-3965a6e51283.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9231cbf4-3673-4517-99ee-ab77dc0eed59 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-bbb898de-a87b-4140-bb4c-18b5cdd2e8c1 {
  min-height: 50px;
}








#s-bbb898de-a87b-4140-bb4c-18b5cdd2e8c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbb898de-a87b-4140-bb4c-18b5cdd2e8c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-568c560a-ceeb-44f5-905b-20a28a099761 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-568c560a-ceeb-44f5-905b-20a28a099761 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-568c560a-ceeb-44f5-905b-20a28a099761.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8919df0b-b301-4320-b3e0-b1f33c0265b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8919df0b-b301-4320-b3e0-b1f33c0265b1 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-8919df0b-b301-4320-b3e0-b1f33c0265b1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-8919df0b-b301-4320-b3e0-b1f33c0265b1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-4b188abc-2097-47f4-87f9-73308731945c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-4086ba47-34f3-4179-8a1e-1a7a669e5dbd {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-4086ba47-34f3-4179-8a1e-1a7a669e5dbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4086ba47-34f3-4179-8a1e-1a7a669e5dbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4edcbf1-fcb6-4c71-844e-d43a38573c1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d4edcbf1-fcb6-4c71-844e-d43a38573c1d {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-d4edcbf1-fcb6-4c71-844e-d43a38573c1d .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-d4edcbf1-fcb6-4c71-844e-d43a38573c1d .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-eaa00bbc-a4e1-4854-8392-528bb3b507d6 {
  min-height: 50px;
}








#s-eaa00bbc-a4e1-4854-8392-528bb3b507d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaa00bbc-a4e1-4854-8392-528bb3b507d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-991b7589-87b9-4a64-ac38-aaee249b70ee {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-33f223da-c914-4625-af97-486f3e65afa9 {
  min-height: 50px;
}








#s-33f223da-c914-4625-af97-486f3e65afa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33f223da-c914-4625-af97-486f3e65afa9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d966345-9007-451d-8386-926892a7e8ee {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3d966345-9007-451d-8386-926892a7e8ee {
  display: none;
}
#s-3d966345-9007-451d-8386-926892a7e8ee, #wrap-s-3d966345-9007-451d-8386-926892a7e8ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d966345-9007-451d-8386-926892a7e8ee {
  display: none;
}
#s-3d966345-9007-451d-8386-926892a7e8ee, #wrap-s-3d966345-9007-451d-8386-926892a7e8ee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d966345-9007-451d-8386-926892a7e8ee {
  display: none;
}
#s-3d966345-9007-451d-8386-926892a7e8ee, #wrap-s-3d966345-9007-451d-8386-926892a7e8ee { display:none !important; }}







#s-3d966345-9007-451d-8386-926892a7e8ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d966345-9007-451d-8386-926892a7e8ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a92d738f-a706-4baf-8f1d-de4369ec5cd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a92d738f-a706-4baf-8f1d-de4369ec5cd8 {
  display: none;
}
#s-a92d738f-a706-4baf-8f1d-de4369ec5cd8, #wrap-s-a92d738f-a706-4baf-8f1d-de4369ec5cd8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a92d738f-a706-4baf-8f1d-de4369ec5cd8 {
  display: none;
}
#s-a92d738f-a706-4baf-8f1d-de4369ec5cd8, #wrap-s-a92d738f-a706-4baf-8f1d-de4369ec5cd8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a92d738f-a706-4baf-8f1d-de4369ec5cd8 {
  display: none;
}
#s-a92d738f-a706-4baf-8f1d-de4369ec5cd8, #wrap-s-a92d738f-a706-4baf-8f1d-de4369ec5cd8 { display:none !important; }}
#s-a92d738f-a706-4baf-8f1d-de4369ec5cd8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-a92d738f-a706-4baf-8f1d-de4369ec5cd8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
@media (min-width: 1200px){#s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d {
  display: none;
}
#s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d, #wrap-s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d {
  display: none;
}
#s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d, #wrap-s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d {
  display: none;
}
#s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d, #wrap-s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d { display:none !important; }}
@media (min-width: 0px) {
[id="s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-9f970e20-dd75-4237-9d1e-2e6bf562bd7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

#s-6b022f16-985a-4695-99a7-3785d8f31d6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-6b022f16-985a-4695-99a7-3785d8f31d6b {
  display: none;
}
#s-6b022f16-985a-4695-99a7-3785d8f31d6b, #wrap-s-6b022f16-985a-4695-99a7-3785d8f31d6b { display:none !important; }}
#s-6b022f16-985a-4695-99a7-3785d8f31d6b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-d1c2e489-184a-44b8-ba84-025a08f30296 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0%;
}

#s-1c2429c6-354c-425e-b6a8-e24e881fdee8 {
  margin-top: 20px;
min-height: 50px;
}








#s-1c2429c6-354c-425e-b6a8-e24e881fdee8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c2429c6-354c-425e-b6a8-e24e881fdee8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cbb1e9e-42d4-4977-bfd8-a703cc37c1de {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
text-align: center;
}







  #s-4cbb1e9e-42d4-4977-bfd8-a703cc37c1de img.shogun-image {
    

    
    
    
  }


#s-4cbb1e9e-42d4-4977-bfd8-a703cc37c1de .shogun-image-content {
  
    align-items: center;
  
}

#s-1b52035a-0973-47b4-8c65-08a0c7d28a26 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1b52035a-0973-47b4-8c65-08a0c7d28a26 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-8a8c6ed1-3c27-4ca9-8f98-3a7d4687a08c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-625d0621-1329-4a5d-971f-43f5d4d175d0 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-625d0621-1329-4a5d-971f-43f5d4d175d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-625d0621-1329-4a5d-971f-43f5d4d175d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2d278fb-5a6f-4c93-8063-4c70bbc59faa {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
text-align: center;
}







  #s-e2d278fb-5a6f-4c93-8063-4c70bbc59faa img.shogun-image {
    

    
    
    
  }


#s-e2d278fb-5a6f-4c93-8063-4c70bbc59faa .shogun-image-content {
  
    align-items: center;
  
}

#s-3ff2b4a9-f5b0-4e54-88f9-a0ba8d339577 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3ff2b4a9-f5b0-4e54-88f9-a0ba8d339577 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-7174c89e-6133-44c6-9d28-3be330829ad2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-8ec0eaaf-f6da-4664-8912-1f3df92f3f66 {
  min-height: 50px;
}








#s-8ec0eaaf-f6da-4664-8912-1f3df92f3f66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ec0eaaf-f6da-4664-8912-1f3df92f3f66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-597939bb-a55b-4e36-940e-6988153acf4b {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
text-align: center;
}







  #s-597939bb-a55b-4e36-940e-6988153acf4b img.shogun-image {
    

    
    
    
  }


#s-597939bb-a55b-4e36-940e-6988153acf4b .shogun-image-content {
  
    align-items: center;
  
}

#s-72ba2ece-9ca9-4a00-91df-1a03fbcd5a7b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-72ba2ece-9ca9-4a00-91df-1a03fbcd5a7b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-6be5ab0a-817e-4f84-8e0a-d036033311b2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-459d8368-32ee-4af8-941b-4209eb812fe8 {
  min-height: 50px;
}








#s-459d8368-32ee-4af8-941b-4209eb812fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-459d8368-32ee-4af8-941b-4209eb812fe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18d820f5-4ab5-400b-812c-065363ed2411 {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
text-align: center;
}







  #s-18d820f5-4ab5-400b-812c-065363ed2411 img.shogun-image {
    

    
    
    
  }


#s-18d820f5-4ab5-400b-812c-065363ed2411 .shogun-image-content {
  
    align-items: center;
  
}

#s-76f5a6c2-32a6-4531-a1e6-8d2c5859289f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-76f5a6c2-32a6-4531-a1e6-8d2c5859289f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}



#s-721b58ca-8c9c-441c-8763-910c62a6c63c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-7ae100ef-445b-4dd3-8f76-e6b968117b3d {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 220px;
background-attachment: scroll;
background-position: right center;
}
@media (min-width: 1200px){#s-7ae100ef-445b-4dd3-8f76-e6b968117b3d {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-7ae100ef-445b-4dd3-8f76-e6b968117b3d > .shg-box-overlay {
  background-color: rgba(255, 237, 171, 0.99);
  opacity: 0;
}#s-7ae100ef-445b-4dd3-8f76-e6b968117b3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-644720db-9bde-4266-808e-337587420d32 {
  margin-top: 400px;
margin-left: 10%;
margin-bottom: -200px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-644720db-9bde-4266-808e-337587420d32 {
  display: none;
}
#s-644720db-9bde-4266-808e-337587420d32, #wrap-s-644720db-9bde-4266-808e-337587420d32 { display:none !important; }}@media (max-width: 767px){#s-644720db-9bde-4266-808e-337587420d32 {
  margin-bottom: -160px;
display: none;
}
#s-644720db-9bde-4266-808e-337587420d32, #wrap-s-644720db-9bde-4266-808e-337587420d32 { display:none !important; }}







#s-644720db-9bde-4266-808e-337587420d32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-644720db-9bde-4266-808e-337587420d32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba59bc3f-3063-4481-9507-5ab9e42db0cc {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-ba59bc3f-3063-4481-9507-5ab9e42db0cc {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-ba59bc3f-3063-4481-9507-5ab9e42db0cc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



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

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

#s-f74b6b74-c02c-4309-b8b7-6d891825d561 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-f74b6b74-c02c-4309-b8b7-6d891825d561 {
  display: none;
}
#s-f74b6b74-c02c-4309-b8b7-6d891825d561, #wrap-s-f74b6b74-c02c-4309-b8b7-6d891825d561 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f74b6b74-c02c-4309-b8b7-6d891825d561 {
  display: none;
}
#s-f74b6b74-c02c-4309-b8b7-6d891825d561, #wrap-s-f74b6b74-c02c-4309-b8b7-6d891825d561 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f74b6b74-c02c-4309-b8b7-6d891825d561 {
  display: none;
}
#s-f74b6b74-c02c-4309-b8b7-6d891825d561, #wrap-s-f74b6b74-c02c-4309-b8b7-6d891825d561 { display:none !important; }}
#s-f74b6b74-c02c-4309-b8b7-6d891825d561 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f73e6797-ac4d-4fb7-8910-3b5d77efa1c7 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-f73e6797-ac4d-4fb7-8910-3b5d77efa1c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f73e6797-ac4d-4fb7-8910-3b5d77efa1c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f73e6797-ac4d-4fb7-8910-3b5d77efa1c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f73e6797-ac4d-4fb7-8910-3b5d77efa1c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-07161bb0-3ec0-4169-a083-44b64ef5c7bd {
  min-height: 50px;
}








#s-07161bb0-3ec0-4169-a083-44b64ef5c7bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07161bb0-3ec0-4169-a083-44b64ef5c7bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f66bb93-7db1-4ad1-929d-8346a91235c4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5f66bb93-7db1-4ad1-929d-8346a91235c4 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-d41f91c9-cdd5-48d1-a3d6-57d3ddbe7d9c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-4a209dc3-cbf7-461f-abe0-4a1a0a3c347e {
  min-height: 50px;
}
@media (max-width: 767px){#s-4a209dc3-cbf7-461f-abe0-4a1a0a3c347e {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-4a209dc3-cbf7-461f-abe0-4a1a0a3c347e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a209dc3-cbf7-461f-abe0-4a1a0a3c347e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6972ea32-e0ae-4e7f-9e9c-b327c281d478 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-6972ea32-e0ae-4e7f-9e9c-b327c281d478 {
  display: none;
}
#s-6972ea32-e0ae-4e7f-9e9c-b327c281d478, #wrap-s-6972ea32-e0ae-4e7f-9e9c-b327c281d478 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6972ea32-e0ae-4e7f-9e9c-b327c281d478 {
  display: none;
}
#s-6972ea32-e0ae-4e7f-9e9c-b327c281d478, #wrap-s-6972ea32-e0ae-4e7f-9e9c-b327c281d478 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6972ea32-e0ae-4e7f-9e9c-b327c281d478 {
  display: none;
}
#s-6972ea32-e0ae-4e7f-9e9c-b327c281d478, #wrap-s-6972ea32-e0ae-4e7f-9e9c-b327c281d478 { display:none !important; }}
#s-6972ea32-e0ae-4e7f-9e9c-b327c281d478 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2d099783-76ce-4899-8942-5c28040f6778 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2d099783-76ce-4899-8942-5c28040f6778 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-a8c1f90f-c2e9-4645-9828-2ab40fd1784f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-905dc2fd-180a-429e-9c3c-d4697fe2a551 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-905dc2fd-180a-429e-9c3c-d4697fe2a551 {
  display: none;
}
#s-905dc2fd-180a-429e-9c3c-d4697fe2a551, #wrap-s-905dc2fd-180a-429e-9c3c-d4697fe2a551 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-905dc2fd-180a-429e-9c3c-d4697fe2a551 {
  display: none;
}
#s-905dc2fd-180a-429e-9c3c-d4697fe2a551, #wrap-s-905dc2fd-180a-429e-9c3c-d4697fe2a551 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-905dc2fd-180a-429e-9c3c-d4697fe2a551 {
  display: none;
}
#s-905dc2fd-180a-429e-9c3c-d4697fe2a551, #wrap-s-905dc2fd-180a-429e-9c3c-d4697fe2a551 { display:none !important; }}
#s-905dc2fd-180a-429e-9c3c-d4697fe2a551 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-51979129-b49b-431d-be38-1e5b74b07456 {
  min-height: 50px;
}








#s-51979129-b49b-431d-be38-1e5b74b07456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51979129-b49b-431d-be38-1e5b74b07456.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b703cd8-30e4-4597-83a4-561bbfd6e07e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7b703cd8-30e4-4597-83a4-561bbfd6e07e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-a9189a20-0355-4655-9e35-99987133329b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-95fc14a3-9d83-4308-8766-6d14faf47dba {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-95fc14a3-9d83-4308-8766-6d14faf47dba > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-95fc14a3-9d83-4308-8766-6d14faf47dba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-95fc14a3-9d83-4308-8766-6d14faf47dba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-95fc14a3-9d83-4308-8766-6d14faf47dba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-95fc14a3-9d83-4308-8766-6d14faf47dba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-95fc14a3-9d83-4308-8766-6d14faf47dba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-89a0c8dd-818b-4df6-b094-753e4495ee69 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-89a0c8dd-818b-4df6-b094-753e4495ee69 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-89a0c8dd-818b-4df6-b094-753e4495ee69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89a0c8dd-818b-4df6-b094-753e4495ee69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-871d399f-b314-4916-967d-f815d35b5089 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-871d399f-b314-4916-967d-f815d35b5089 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-871d399f-b314-4916-967d-f815d35b5089"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-871d399f-b314-4916-967d-f815d35b5089"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-871d399f-b314-4916-967d-f815d35b5089"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-871d399f-b314-4916-967d-f815d35b5089"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cba8dcee-d710-419e-9cf5-d1990c7c3b27 {
  min-height: 50px;
}








#s-cba8dcee-d710-419e-9cf5-d1990c7c3b27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cba8dcee-d710-419e-9cf5-d1990c7c3b27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d9d1d06-697b-42aa-94e4-39f643156b7e {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-4d9d1d06-697b-42aa-94e4-39f643156b7e img.shogun-image {
    

    
    
    
  }


#s-4d9d1d06-697b-42aa-94e4-39f643156b7e .shogun-image-content {
  
    align-items: center;
  
}

#s-b3524cab-342b-4ba1-b226-4c068af4a949 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-3c7375b2-c7d0-4107-b084-9ed112fb16dc {
  min-height: 50px;
}








#s-3c7375b2-c7d0-4107-b084-9ed112fb16dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c7375b2-c7d0-4107-b084-9ed112fb16dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fd636d9-1a70-4339-a4d6-3171d9a7a3ee {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-7fd636d9-1a70-4339-a4d6-3171d9a7a3ee img.shogun-image {
    

    
    
    
  }


#s-7fd636d9-1a70-4339-a4d6-3171d9a7a3ee .shogun-image-content {
  
    align-items: center;
  
}

#s-b3b6cbd5-d139-49e4-802e-3408f71b3a42 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-43f2099a-e1b3-4722-80bc-f0130f87d127 {
  min-height: 50px;
}








#s-43f2099a-e1b3-4722-80bc-f0130f87d127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43f2099a-e1b3-4722-80bc-f0130f87d127.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dc8e063-4b71-42a8-9f11-8c50d4c4a644 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-7dc8e063-4b71-42a8-9f11-8c50d4c4a644 img.shogun-image {
    

    
    
    
  }


#s-7dc8e063-4b71-42a8-9f11-8c50d4c4a644 .shogun-image-content {
  
    align-items: center;
  
}

#s-161258ea-2d2c-438a-b818-9b20a1a03a91 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8999a301-6b14-4847-964a-54403567b288 {
  margin-top: -100px;
margin-left: 9%;
margin-bottom: 0px;
margin-right: 9%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-8999a301-6b14-4847-964a-54403567b288 {
  display: none;
}
#s-8999a301-6b14-4847-964a-54403567b288, #wrap-s-8999a301-6b14-4847-964a-54403567b288 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8999a301-6b14-4847-964a-54403567b288 {
  display: none;
}
#s-8999a301-6b14-4847-964a-54403567b288, #wrap-s-8999a301-6b14-4847-964a-54403567b288 { display:none !important; }}







#s-8999a301-6b14-4847-964a-54403567b288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8999a301-6b14-4847-964a-54403567b288.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-484dca89-25ac-475d-9fc4-c5ff1e9224c9 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-484dca89-25ac-475d-9fc4-c5ff1e9224c9 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-484dca89-25ac-475d-9fc4-c5ff1e9224c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-8d4b2b9b-58ed-46f0-9a75-74742bdd30a3 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-8d4b2b9b-58ed-46f0-9a75-74742bdd30a3 {
  display: none;
}
#s-8d4b2b9b-58ed-46f0-9a75-74742bdd30a3, #wrap-s-8d4b2b9b-58ed-46f0-9a75-74742bdd30a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d4b2b9b-58ed-46f0-9a75-74742bdd30a3 {
  display: none;
}
#s-8d4b2b9b-58ed-46f0-9a75-74742bdd30a3, #wrap-s-8d4b2b9b-58ed-46f0-9a75-74742bdd30a3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d4b2b9b-58ed-46f0-9a75-74742bdd30a3 {
  display: none;
}
#s-8d4b2b9b-58ed-46f0-9a75-74742bdd30a3, #wrap-s-8d4b2b9b-58ed-46f0-9a75-74742bdd30a3 { display:none !important; }}
#s-8d4b2b9b-58ed-46f0-9a75-74742bdd30a3 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8e1823a7-b7fb-4dfc-a411-6c1ae1ed1d5e {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8e1823a7-b7fb-4dfc-a411-6c1ae1ed1d5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e1823a7-b7fb-4dfc-a411-6c1ae1ed1d5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8e1823a7-b7fb-4dfc-a411-6c1ae1ed1d5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8e1823a7-b7fb-4dfc-a411-6c1ae1ed1d5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-030e54b6-9018-4147-94cc-63da6650d7a8 {
  min-height: 50px;
}








#s-030e54b6-9018-4147-94cc-63da6650d7a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-030e54b6-9018-4147-94cc-63da6650d7a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33e03c29-8cc5-4d8b-bb0c-640117c8694e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-33e03c29-8cc5-4d8b-bb0c-640117c8694e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-ea376625-8ca9-4a3c-8e4f-fb9be457c811 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-3ee101d4-9266-409c-aadb-21949735706e {
  min-height: 50px;
}
@media (max-width: 767px){#s-3ee101d4-9266-409c-aadb-21949735706e {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-3ee101d4-9266-409c-aadb-21949735706e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ee101d4-9266-409c-aadb-21949735706e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a3bd2a3-e293-4199-9a27-24249e9136a8 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-9a3bd2a3-e293-4199-9a27-24249e9136a8 {
  display: none;
}
#s-9a3bd2a3-e293-4199-9a27-24249e9136a8, #wrap-s-9a3bd2a3-e293-4199-9a27-24249e9136a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a3bd2a3-e293-4199-9a27-24249e9136a8 {
  display: none;
}
#s-9a3bd2a3-e293-4199-9a27-24249e9136a8, #wrap-s-9a3bd2a3-e293-4199-9a27-24249e9136a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a3bd2a3-e293-4199-9a27-24249e9136a8 {
  display: none;
}
#s-9a3bd2a3-e293-4199-9a27-24249e9136a8, #wrap-s-9a3bd2a3-e293-4199-9a27-24249e9136a8 { display:none !important; }}
#s-9a3bd2a3-e293-4199-9a27-24249e9136a8 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0cc21f7e-6cd7-4d3e-867e-d0737047c9a1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0cc21f7e-6cd7-4d3e-867e-d0737047c9a1 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-ba891f9e-6952-4a85-827d-137b75af9358 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-e8852c44-ca58-4c3d-afee-e4a41bc9132b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-e8852c44-ca58-4c3d-afee-e4a41bc9132b {
  display: none;
}
#s-e8852c44-ca58-4c3d-afee-e4a41bc9132b, #wrap-s-e8852c44-ca58-4c3d-afee-e4a41bc9132b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8852c44-ca58-4c3d-afee-e4a41bc9132b {
  display: none;
}
#s-e8852c44-ca58-4c3d-afee-e4a41bc9132b, #wrap-s-e8852c44-ca58-4c3d-afee-e4a41bc9132b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8852c44-ca58-4c3d-afee-e4a41bc9132b {
  display: none;
}
#s-e8852c44-ca58-4c3d-afee-e4a41bc9132b, #wrap-s-e8852c44-ca58-4c3d-afee-e4a41bc9132b { display:none !important; }}
#s-e8852c44-ca58-4c3d-afee-e4a41bc9132b hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fa1744da-6d21-4b33-b7c6-de265d8d447e {
  min-height: 50px;
}








#s-fa1744da-6d21-4b33-b7c6-de265d8d447e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa1744da-6d21-4b33-b7c6-de265d8d447e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0b17995-b3a4-43e8-86ce-b4fb18633ee4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e0b17995-b3a4-43e8-86ce-b4fb18633ee4 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-64e318e4-a445-4a64-9867-1796331b831a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-5ddd2873-e465-4b7b-ac43-c2a46226f0d9 {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-5ddd2873-e465-4b7b-ac43-c2a46226f0d9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-5ddd2873-e465-4b7b-ac43-c2a46226f0d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-5ddd2873-e465-4b7b-ac43-c2a46226f0d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-5ddd2873-e465-4b7b-ac43-c2a46226f0d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-5ddd2873-e465-4b7b-ac43-c2a46226f0d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-5ddd2873-e465-4b7b-ac43-c2a46226f0d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-01a5a6d2-08ba-4b9f-a6d1-a3cc2c012d4f {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-01a5a6d2-08ba-4b9f-a6d1-a3cc2c012d4f {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-01a5a6d2-08ba-4b9f-a6d1-a3cc2c012d4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01a5a6d2-08ba-4b9f-a6d1-a3cc2c012d4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67bc41ca-6671-4ba2-bd21-43b253916dc2 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-67bc41ca-6671-4ba2-bd21-43b253916dc2 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-67bc41ca-6671-4ba2-bd21-43b253916dc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67bc41ca-6671-4ba2-bd21-43b253916dc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-67bc41ca-6671-4ba2-bd21-43b253916dc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-67bc41ca-6671-4ba2-bd21-43b253916dc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-709f8530-ad7c-4b02-8bc2-78522cb6336e {
  min-height: 50px;
}








#s-709f8530-ad7c-4b02-8bc2-78522cb6336e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-709f8530-ad7c-4b02-8bc2-78522cb6336e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd3ecd4c-21f8-4dc4-a6de-aaa2b464e669 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-dd3ecd4c-21f8-4dc4-a6de-aaa2b464e669 img.shogun-image {
    

    
    
    
  }


#s-dd3ecd4c-21f8-4dc4-a6de-aaa2b464e669 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce74175f-4f98-471f-9531-f2a460efa1b0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-979b150f-ddba-4ab0-b33e-2c3c1a339a6f {
  min-height: 50px;
}








#s-979b150f-ddba-4ab0-b33e-2c3c1a339a6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-979b150f-ddba-4ab0-b33e-2c3c1a339a6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e036fbdc-413f-4f13-81c1-18f881fd222d {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-e036fbdc-413f-4f13-81c1-18f881fd222d img.shogun-image {
    

    
    
    
  }


#s-e036fbdc-413f-4f13-81c1-18f881fd222d .shogun-image-content {
  
    align-items: center;
  
}

#s-4754e990-be1f-4193-b535-3ab46d4fabd5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-3927df7c-7d20-4a5d-ad93-d2142b7aa2ea {
  min-height: 50px;
}








#s-3927df7c-7d20-4a5d-ad93-d2142b7aa2ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3927df7c-7d20-4a5d-ad93-d2142b7aa2ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-164e6f30-0f14-4e43-9fad-a67a551db4c2 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-164e6f30-0f14-4e43-9fad-a67a551db4c2 img.shogun-image {
    

    
    
    
  }


#s-164e6f30-0f14-4e43-9fad-a67a551db4c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-82a6ae15-b4d4-498d-b071-0af3a0a871e9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b2b5c0b9-8e53-4a58-82cd-0008595702d8 {
  min-height: 50px;
}








#s-b2b5c0b9-8e53-4a58-82cd-0008595702d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2b5c0b9-8e53-4a58-82cd-0008595702d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6fdd01e-ded9-472f-a5c7-e348ab8f5ad0 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-b6fdd01e-ded9-472f-a5c7-e348ab8f5ad0 {
  display: none;
}
#s-b6fdd01e-ded9-472f-a5c7-e348ab8f5ad0, #wrap-s-b6fdd01e-ded9-472f-a5c7-e348ab8f5ad0 { display:none !important; }}







#s-b6fdd01e-ded9-472f-a5c7-e348ab8f5ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6fdd01e-ded9-472f-a5c7-e348ab8f5ad0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b2124c9-23b4-4502-b245-cb9cdd392e41 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-3b2124c9-23b4-4502-b245-cb9cdd392e41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b2124c9-23b4-4502-b245-cb9cdd392e41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f10235f-f5f1-4ca1-80eb-63b73c57dd21 {
  min-height: 50px;
}








#s-9f10235f-f5f1-4ca1-80eb-63b73c57dd21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f10235f-f5f1-4ca1-80eb-63b73c57dd21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6219012-2c39-4953-a4d8-8aa6020a7096 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-b6219012-2c39-4953-a4d8-8aa6020a7096 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-b6219012-2c39-4953-a4d8-8aa6020a7096 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-4e955b36-2d28-41da-a862-8f65b4253a92 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-4e955b36-2d28-41da-a862-8f65b4253a92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e955b36-2d28-41da-a862-8f65b4253a92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e955b36-2d28-41da-a862-8f65b4253a92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e955b36-2d28-41da-a862-8f65b4253a92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e955b36-2d28-41da-a862-8f65b4253a92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e955b36-2d28-41da-a862-8f65b4253a92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e955b36-2d28-41da-a862-8f65b4253a92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-4e955b36-2d28-41da-a862-8f65b4253a92"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-be33b9e9-278d-4535-890e-5e560f1972ce {
  margin-left: 0%;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-be33b9e9-278d-4535-890e-5e560f1972ce {
  margin-top: 20px;
margin-right: 0%;
}
}







#s-be33b9e9-278d-4535-890e-5e560f1972ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be33b9e9-278d-4535-890e-5e560f1972ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c528367-2ed3-4a83-b3f8-1b06d1d99b6b {
  text-align: left;
}
@media (max-width: 767px){#s-6c528367-2ed3-4a83-b3f8-1b06d1d99b6b {
  margin-top: 30px;
text-align: center;
}
}






  #s-6c528367-2ed3-4a83-b3f8-1b06d1d99b6b img.shogun-image {
    

    
    
    
  }


#s-6c528367-2ed3-4a83-b3f8-1b06d1d99b6b .shogun-image-content {
  
    align-items: center;
  
}

#s-5fb2b193-a429-4bda-ba4d-b39c962f1087 {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
margin-left: -20%;
margin-right: -20%;
padding-left: 10%;
padding-right: 10%;
min-height: 350px;
max-width: 1200px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5fb2b193-a429-4bda-ba4d-b39c962f1087 {
  display: none;
}
#s-5fb2b193-a429-4bda-ba4d-b39c962f1087, #wrap-s-5fb2b193-a429-4bda-ba4d-b39c962f1087 { display:none !important; }}@media (max-width: 767px){#s-5fb2b193-a429-4bda-ba4d-b39c962f1087 {
  display: none;
}
#s-5fb2b193-a429-4bda-ba4d-b39c962f1087, #wrap-s-5fb2b193-a429-4bda-ba4d-b39c962f1087 { display:none !important; }}







#s-5fb2b193-a429-4bda-ba4d-b39c962f1087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fb2b193-a429-4bda-ba4d-b39c962f1087.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e663d45c-179a-4fa8-a8b4-352e49f87827 {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
}
@media (min-width: 1200px){#s-e663d45c-179a-4fa8-a8b4-352e49f87827 {
  display: none;
}
#s-e663d45c-179a-4fa8-a8b4-352e49f87827, #wrap-s-e663d45c-179a-4fa8-a8b4-352e49f87827 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e663d45c-179a-4fa8-a8b4-352e49f87827 {
  display: none;
}
#s-e663d45c-179a-4fa8-a8b4-352e49f87827, #wrap-s-e663d45c-179a-4fa8-a8b4-352e49f87827 { display:none !important; }}







#s-e663d45c-179a-4fa8-a8b4-352e49f87827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e663d45c-179a-4fa8-a8b4-352e49f87827.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59bf1737-1f5b-45d8-9bbd-d44aa9cf45cd {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-59bf1737-1f5b-45d8-9bbd-d44aa9cf45cd {
  margin-top: 50px;
}
}
#s-59bf1737-1f5b-45d8-9bbd-d44aa9cf45cd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-19621a39-c938-4848-8d52-f4e20c46961a {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-e323dcdc-eb0d-4d44-b7f1-2fb1ba02565f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e323dcdc-eb0d-4d44-b7f1-2fb1ba02565f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e323dcdc-eb0d-4d44-b7f1-2fb1ba02565f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e323dcdc-eb0d-4d44-b7f1-2fb1ba02565f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5332120f-6765-4161-94ee-efd7d7079700 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-5332120f-6765-4161-94ee-efd7d7079700 img.shogun-image {
    

    
    
    
  }


#s-5332120f-6765-4161-94ee-efd7d7079700 .shogun-image-content {
  
    align-items: center;
  
}

#s-901e81be-58ee-45c4-b2f0-1c4cbb14b178 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-094001b1-c0a1-4993-914b-ceb521894381 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-094001b1-c0a1-4993-914b-ceb521894381 img.shogun-image {
    

    
    
    
  }


#s-094001b1-c0a1-4993-914b-ceb521894381 .shogun-image-content {
  
    align-items: center;
  
}

#s-43678da0-e3e2-4da5-978d-c3573b934b0e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-4158ee86-756c-4bf1-a616-dd6bb1d5414e {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-4158ee86-756c-4bf1-a616-dd6bb1d5414e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4158ee86-756c-4bf1-a616-dd6bb1d5414e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4158ee86-756c-4bf1-a616-dd6bb1d5414e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4158ee86-756c-4bf1-a616-dd6bb1d5414e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b49f63df-ade2-4070-a550-08ce11a80349 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-b49f63df-ade2-4070-a550-08ce11a80349 img.shogun-image {
    

    
    
    
  }


#s-b49f63df-ade2-4070-a550-08ce11a80349 .shogun-image-content {
  
    align-items: center;
  
}

#s-008e994f-80ea-46f1-84b1-3dc45158735f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-3a56e882-6889-479e-bba0-de413cb50b93 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-3a56e882-6889-479e-bba0-de413cb50b93 img.shogun-image {
    

    
    
    
  }


#s-3a56e882-6889-479e-bba0-de413cb50b93 .shogun-image-content {
  
    align-items: center;
  
}

#s-0daec8ce-f470-4e2f-a765-16b69a8477bd {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-b70ceb37-29fe-4fc4-b8de-c3e18d336a4a {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-b70ceb37-29fe-4fc4-b8de-c3e18d336a4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b70ceb37-29fe-4fc4-b8de-c3e18d336a4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00596715-ab94-439c-9d87-f4b539ebc5e7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}


  #s-00596715-ab94-439c-9d87-f4b539ebc5e7 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-00596715-ab94-439c-9d87-f4b539ebc5e7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-00596715-ab94-439c-9d87-f4b539ebc5e7 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(130, 166, 224, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-00596715-ab94-439c-9d87-f4b539ebc5e7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-00596715-ab94-439c-9d87-f4b539ebc5e7 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-00596715-ab94-439c-9d87-f4b539ebc5e7 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-dc2b8aac-7567-4fac-a5ea-8ef1d2ac430e {
  min-height: 50px;
}
@media (max-width: 767px){#s-dc2b8aac-7567-4fac-a5ea-8ef1d2ac430e {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-dc2b8aac-7567-4fac-a5ea-8ef1d2ac430e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc2b8aac-7567-4fac-a5ea-8ef1d2ac430e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21c48860-783f-48d8-967d-da4fee221c01 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-21c48860-783f-48d8-967d-da4fee221c01 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-21c48860-783f-48d8-967d-da4fee221c01 .shg-sld-nav-button.shg-sld-left,
#s-21c48860-783f-48d8-967d-da4fee221c01 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-3b54b26b-27d1-4fa4-9aed-aaf08aca4218 {
  min-height: 50px;
}








#s-3b54b26b-27d1-4fa4-9aed-aaf08aca4218 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b54b26b-27d1-4fa4-9aed-aaf08aca4218.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b440375-5feb-41be-ba6d-502a8148255e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5b440375-5feb-41be-ba6d-502a8148255e {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-5b440375-5feb-41be-ba6d-502a8148255e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-32633f53-44da-4614-809d-8149bfdd3603 {
  min-height: 50px;
}








#s-32633f53-44da-4614-809d-8149bfdd3603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32633f53-44da-4614-809d-8149bfdd3603.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81aad434-44c4-4d80-9d95-2569d062a92a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-81aad434-44c4-4d80-9d95-2569d062a92a {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-81aad434-44c4-4d80-9d95-2569d062a92a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-81aad434-44c4-4d80-9d95-2569d062a92a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-5cbca0df-dfc7-451e-9637-1fa355206e05 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-5cbca0df-dfc7-451e-9637-1fa355206e05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cbca0df-dfc7-451e-9637-1fa355206e05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5cbca0df-dfc7-451e-9637-1fa355206e05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cbca0df-dfc7-451e-9637-1fa355206e05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-607ca147-d697-43cb-b542-236b43279cb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-607ca147-d697-43cb-b542-236b43279cb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-607ca147-d697-43cb-b542-236b43279cb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-607ca147-d697-43cb-b542-236b43279cb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-21c527a9-c484-4e31-a7b3-1453e1a2ee93 {
  text-align: center;
}







  #s-21c527a9-c484-4e31-a7b3-1453e1a2ee93 img.shogun-image {
    

    
    
    
  }


#s-21c527a9-c484-4e31-a7b3-1453e1a2ee93 .shogun-image-content {
  
    align-items: center;
  
}

#s-11f6ed74-d14e-42a7-a3d2-2bdbd8e6fb07 {
  text-align: center;
}







  #s-11f6ed74-d14e-42a7-a3d2-2bdbd8e6fb07 img.shogun-image {
    

    
    
    
  }


#s-11f6ed74-d14e-42a7-a3d2-2bdbd8e6fb07 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c708302-8105-418b-9210-404511f44d35 {
  min-height: 50px;
}








#s-9c708302-8105-418b-9210-404511f44d35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c708302-8105-418b-9210-404511f44d35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b25bc918-4a52-464e-892f-52709775b7a1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b25bc918-4a52-464e-892f-52709775b7a1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-57026c16-1dd3-4594-b026-39a4dd93bceb {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-95807afa-060c-434b-b014-f2c91bcc7358 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-95807afa-060c-434b-b014-f2c91bcc7358"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95807afa-060c-434b-b014-f2c91bcc7358"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95807afa-060c-434b-b014-f2c91bcc7358"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95807afa-060c-434b-b014-f2c91bcc7358"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-59a48d90-fd1c-41b3-aca5-92c73d311a64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59a48d90-fd1c-41b3-aca5-92c73d311a64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-59a48d90-fd1c-41b3-aca5-92c73d311a64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-59a48d90-fd1c-41b3-aca5-92c73d311a64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4a32b407-3d20-4f45-add1-5bc574ec81e7 {
  text-align: center;
}







  #s-4a32b407-3d20-4f45-add1-5bc574ec81e7 img.shogun-image {
    

    
    
    
  }


#s-4a32b407-3d20-4f45-add1-5bc574ec81e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c93d064-53c7-44f8-a472-0bb783eb28d8 {
  text-align: center;
}







  #s-3c93d064-53c7-44f8-a472-0bb783eb28d8 img.shogun-image {
    

    
    
    
  }


#s-3c93d064-53c7-44f8-a472-0bb783eb28d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac9683e8-4818-4db5-bfa8-7ddcae0638dc {
  min-height: 50px;
}








#s-ac9683e8-4818-4db5-bfa8-7ddcae0638dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac9683e8-4818-4db5-bfa8-7ddcae0638dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b698b82e-52e8-4998-ac27-f5fbf9005f92 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b698b82e-52e8-4998-ac27-f5fbf9005f92 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-b027561d-96eb-4ee7-abd4-c195cbb5d217 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-7077d951-422f-4f1a-8f43-fa285ae2f04e {
  min-height: 50px;
}








#s-7077d951-422f-4f1a-8f43-fa285ae2f04e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7077d951-422f-4f1a-8f43-fa285ae2f04e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9130d504-f7c4-4ca2-8a12-9815aed23662 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9130d504-f7c4-4ca2-8a12-9815aed23662 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-9130d504-f7c4-4ca2-8a12-9815aed23662 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-9130d504-f7c4-4ca2-8a12-9815aed23662 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-557bb15a-75d7-4c1d-bfaa-2b2924c45dce {
  min-height: 50px;
}








#s-557bb15a-75d7-4c1d-bfaa-2b2924c45dce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-557bb15a-75d7-4c1d-bfaa-2b2924c45dce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85c730a0-1c91-457f-a7a3-6e4b3e5b55c7 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-85c730a0-1c91-457f-a7a3-6e4b3e5b55c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85c730a0-1c91-457f-a7a3-6e4b3e5b55c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-85c730a0-1c91-457f-a7a3-6e4b3e5b55c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-85c730a0-1c91-457f-a7a3-6e4b3e5b55c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-53a8f672-250b-4801-9d70-975a661e6be1 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-53a8f672-250b-4801-9d70-975a661e6be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53a8f672-250b-4801-9d70-975a661e6be1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d2677b6-52b6-4c3b-814e-3f8bcce76cc0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6d2677b6-52b6-4c3b-814e-3f8bcce76cc0 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-6d2677b6-52b6-4c3b-814e-3f8bcce76cc0 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-6d2677b6-52b6-4c3b-814e-3f8bcce76cc0 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-a9a109ba-f43b-4c0b-9cca-c827d04dfd4e {
  min-height: 50px;
}








#s-a9a109ba-f43b-4c0b-9cca-c827d04dfd4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9a109ba-f43b-4c0b-9cca-c827d04dfd4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63a42869-620d-4712-bb5b-b3a8d30881e1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-cbcd3bd1-c717-4b7c-8e1d-89e7138b0b4a {
  min-height: 50px;
}








#s-cbcd3bd1-c717-4b7c-8e1d-89e7138b0b4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbcd3bd1-c717-4b7c-8e1d-89e7138b0b4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efca6fa9-a0f8-4886-a7f7-575f3ef5b927 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-efca6fa9-a0f8-4886-a7f7-575f3ef5b927 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efca6fa9-a0f8-4886-a7f7-575f3ef5b927.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0eb09dcc-4dd0-4cf7-b7da-c6932a14da3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0eb09dcc-4dd0-4cf7-b7da-c6932a14da3d {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-0eb09dcc-4dd0-4cf7-b7da-c6932a14da3d .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-0eb09dcc-4dd0-4cf7-b7da-c6932a14da3d .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-e4a59c8e-2600-41c2-93f5-5dc057b26015 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a126a6de-fd76-4462-8d81-348bfc3090b1 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-a126a6de-fd76-4462-8d81-348bfc3090b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a126a6de-fd76-4462-8d81-348bfc3090b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d0bad23-9ac8-45ef-ab96-5950c99bf2f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4d0bad23-9ac8-45ef-ab96-5950c99bf2f3 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-4d0bad23-9ac8-45ef-ab96-5950c99bf2f3 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-4d0bad23-9ac8-45ef-ab96-5950c99bf2f3 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-db910f74-3525-4cc1-ae39-e25227c4386b {
  min-height: 50px;
}








#s-db910f74-3525-4cc1-ae39-e25227c4386b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db910f74-3525-4cc1-ae39-e25227c4386b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2b6902f-d0f8-4474-8440-2ca36d62bcd1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-2176bdc1-b356-4bb6-9a30-cd71547f33b7 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-2176bdc1-b356-4bb6-9a30-cd71547f33b7 {
  display: none;
}
#s-2176bdc1-b356-4bb6-9a30-cd71547f33b7, #wrap-s-2176bdc1-b356-4bb6-9a30-cd71547f33b7 { display:none !important; }}







#s-2176bdc1-b356-4bb6-9a30-cd71547f33b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2176bdc1-b356-4bb6-9a30-cd71547f33b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-7760a5f2-e077-489e-b7d5-efe3de06889b {
  display: none;
}
#s-7760a5f2-e077-489e-b7d5-efe3de06889b, #wrap-s-7760a5f2-e077-489e-b7d5-efe3de06889b { display:none !important; }}
@media (min-width: 0px) {
[id="s-7760a5f2-e077-489e-b7d5-efe3de06889b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7760a5f2-e077-489e-b7d5-efe3de06889b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-7760a5f2-e077-489e-b7d5-efe3de06889b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-7760a5f2-e077-489e-b7d5-efe3de06889b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-7760a5f2-e077-489e-b7d5-efe3de06889b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-7760a5f2-e077-489e-b7d5-efe3de06889b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-7760a5f2-e077-489e-b7d5-efe3de06889b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

#s-6119f1e0-6a34-4572-b004-221a1ac22fc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6119f1e0-6a34-4572-b004-221a1ac22fc9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-a641ef30-6ca4-41f4-85d3-639e8fd87876 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-373af34d-76c6-441d-8359-c03c214027b0 {
  min-height: 50px;
}








#s-373af34d-76c6-441d-8359-c03c214027b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-373af34d-76c6-441d-8359-c03c214027b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72dc4188-0d47-4271-9747-bd75050cabb2 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-72dc4188-0d47-4271-9747-bd75050cabb2 img.shogun-image {
    

    
    
    
  }


#s-72dc4188-0d47-4271-9747-bd75050cabb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a782103-ce3f-4530-957a-4d5ffe32105c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2a782103-ce3f-4530-957a-4d5ffe32105c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-081e5d93-bbe3-483f-b532-095663f02376 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-57d53d22-1ecc-4668-90e2-763190e9aa92 {
  min-height: 50px;
}








#s-57d53d22-1ecc-4668-90e2-763190e9aa92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57d53d22-1ecc-4668-90e2-763190e9aa92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9df022c6-4042-43ce-ba4e-d6df3803051c {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-9df022c6-4042-43ce-ba4e-d6df3803051c img.shogun-image {
    

    
    
    
  }


#s-9df022c6-4042-43ce-ba4e-d6df3803051c .shogun-image-content {
  
    align-items: center;
  
}

#s-20d3d05e-e2c0-49fc-a7fc-d5b051f1ad3a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-20d3d05e-e2c0-49fc-a7fc-d5b051f1ad3a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-35c82ffa-d18c-48d2-8114-8979e10ba655 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-9ffadf24-6730-4314-af01-4d51b8ce1e9c {
  min-height: 50px;
}








#s-9ffadf24-6730-4314-af01-4d51b8ce1e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ffadf24-6730-4314-af01-4d51b8ce1e9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-346de2d0-b1b9-4a1d-929d-b32af4c35ef8 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-346de2d0-b1b9-4a1d-929d-b32af4c35ef8 img.shogun-image {
    

    
    
    
  }


#s-346de2d0-b1b9-4a1d-929d-b32af4c35ef8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c218ff7d-650c-4827-a8d2-d77952fc0033 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c218ff7d-650c-4827-a8d2-d77952fc0033 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-4e2817ba-1042-411f-a35c-6796de6c75aa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-f729dc33-290e-4daa-be0f-93c9fcb4b8e0 {
  min-height: 50px;
}








#s-f729dc33-290e-4daa-be0f-93c9fcb4b8e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f729dc33-290e-4daa-be0f-93c9fcb4b8e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f47039da-0dc4-4dee-a395-0f267d1fe330 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-f47039da-0dc4-4dee-a395-0f267d1fe330 img.shogun-image {
    

    
    
    
  }


#s-f47039da-0dc4-4dee-a395-0f267d1fe330 .shogun-image-content {
  
    align-items: center;
  
}

#s-48ae9950-2411-45da-a58e-f5058c99819f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-48ae9950-2411-45da-a58e-f5058c99819f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-05ace93e-798d-46c7-9554-f1c67209af67 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-598f164d-e039-4686-9f7f-c6692640ef61 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 20px;
}
@media (min-width: 1200px){#s-598f164d-e039-4686-9f7f-c6692640ef61 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-598f164d-e039-4686-9f7f-c6692640ef61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-598f164d-e039-4686-9f7f-c6692640ef61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b848a40-a5c3-4077-b2b6-5e7d7dc026bc {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-5b848a40-a5c3-4077-b2b6-5e7d7dc026bc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-5b848a40-a5c3-4077-b2b6-5e7d7dc026bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-5b848a40-a5c3-4077-b2b6-5e7d7dc026bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-5b848a40-a5c3-4077-b2b6-5e7d7dc026bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-a577a0dd-505b-4e62-9692-c23071bd6ca4 {
  margin-right: 10%;
}

#s-a577a0dd-505b-4e62-9692-c23071bd6ca4 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-56201e9b-d7fb-4428-a382-af911a083454 {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-56201e9b-d7fb-4428-a382-af911a083454 {
  padding-bottom: 0px;
}
}
#s-56201e9b-d7fb-4428-a382-af911a083454 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-56201e9b-d7fb-4428-a382-af911a083454 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


}
#s-6064f941-a826-419d-a3bd-08e8b112c374 {
  margin-left: 10%;
}

#s-6064f941-a826-419d-a3bd-08e8b112c374 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-62fb7ae6-12e3-455e-b535-e1206f8c9245 {
  margin-top: 40px;
margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-62fb7ae6-12e3-455e-b535-e1206f8c9245"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62fb7ae6-12e3-455e-b535-e1206f8c9245"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62fb7ae6-12e3-455e-b535-e1206f8c9245"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62fb7ae6-12e3-455e-b535-e1206f8c9245"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d42ad05b-040b-436c-b993-ecebda9a3a81 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}








#s-d42ad05b-040b-436c-b993-ecebda9a3a81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d42ad05b-040b-436c-b993-ecebda9a3a81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7cfd354-171c-45c3-870b-366ea624563c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-d7cfd354-171c-45c3-870b-366ea624563c {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-4d80f942-a8ee-4100-aac4-ce9fe41851ba {
  text-align: center;
}







  #s-4d80f942-a8ee-4100-aac4-ce9fe41851ba img.shogun-image {
    

    
    
    
  }


#s-4d80f942-a8ee-4100-aac4-ce9fe41851ba .shogun-image-content {
  
    align-items: center;
  
}

#s-a41bb210-cde1-48ae-ab0b-634665c33b06 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-a41bb210-cde1-48ae-ab0b-634665c33b06 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-e73f4fc3-ca6b-4de5-a19d-4175d91a7f9f {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-d95f1458-3c65-4d74-aae6-9ae7ef7fb862 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-d95f1458-3c65-4d74-aae6-9ae7ef7fb862 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-3e087111-5e20-4fa8-81bc-c65653749830 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3e087111-5e20-4fa8-81bc-c65653749830"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3e087111-5e20-4fa8-81bc-c65653749830"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e087111-5e20-4fa8-81bc-c65653749830"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3e087111-5e20-4fa8-81bc-c65653749830"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e087111-5e20-4fa8-81bc-c65653749830"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e087111-5e20-4fa8-81bc-c65653749830"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e087111-5e20-4fa8-81bc-c65653749830"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-dc8b52c2-6030-42e7-bbd6-7dfb5b769bb8 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-31c91a0b-f1a8-4071-834d-6ed6e32d3468 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-33c68c40-a78c-4759-aede-3001ff7de121 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-33c68c40-a78c-4759-aede-3001ff7de121 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-33c68c40-a78c-4759-aede-3001ff7de121 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-33c68c40-a78c-4759-aede-3001ff7de121 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f063d8ed-f624-41c9-b3ad-46066c258b25 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-f063d8ed-f624-41c9-b3ad-46066c258b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f063d8ed-f624-41c9-b3ad-46066c258b25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-204dae5a-5ab1-4874-9bab-53ead9446997 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-204dae5a-5ab1-4874-9bab-53ead9446997:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-204dae5a-5ab1-4874-9bab-53ead9446997:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-204dae5a-5ab1-4874-9bab-53ead9446997 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-204dae5a-5ab1-4874-9bab-53ead9446997 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-204dae5a-5ab1-4874-9bab-53ead9446997.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-204dae5a-5ab1-4874-9bab-53ead9446997.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-204dae5a-5ab1-4874-9bab-53ead9446997.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-29b84dd8-6825-44e6-ac0f-3676db7dfd3d {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-29b84dd8-6825-44e6-ac0f-3676db7dfd3d {
  margin-top: 50px;
}
}







#s-29b84dd8-6825-44e6-ac0f-3676db7dfd3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29b84dd8-6825-44e6-ac0f-3676db7dfd3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21ee5f75-5ad9-4442-93c9-0e5a5647c5c7 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-21ee5f75-5ad9-4442-93c9-0e5a5647c5c7 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-2da57ee8-cf5d-452a-bebb-a62b8d549be8 {
  text-align: center;
}







  #s-2da57ee8-cf5d-452a-bebb-a62b8d549be8 img.shogun-image {
    

    
    
    
  }


#s-2da57ee8-cf5d-452a-bebb-a62b8d549be8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d55a6376-1218-4f6f-b0db-2fc27981208c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-d55a6376-1218-4f6f-b0db-2fc27981208c {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-eddcf751-d6d5-4a41-a52d-df66c79d0bad {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-a5bf11b5-921e-443a-a637-27d828d80b07 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-a5bf11b5-921e-443a-a637-27d828d80b07 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-84bd6c11-279f-43d1-9c55-3e76fc1fa667 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-84bd6c11-279f-43d1-9c55-3e76fc1fa667"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-84bd6c11-279f-43d1-9c55-3e76fc1fa667"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-84bd6c11-279f-43d1-9c55-3e76fc1fa667"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-84bd6c11-279f-43d1-9c55-3e76fc1fa667"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-84bd6c11-279f-43d1-9c55-3e76fc1fa667"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-84bd6c11-279f-43d1-9c55-3e76fc1fa667"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-84bd6c11-279f-43d1-9c55-3e76fc1fa667"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-177684d4-e326-42ca-a851-abdc54a72d99 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-8339544f-4acc-4713-9d17-23824d3a0032 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-99af7b8a-0511-48e8-b950-d77ce2ea9880 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-99af7b8a-0511-48e8-b950-d77ce2ea9880 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-99af7b8a-0511-48e8-b950-d77ce2ea9880 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-99af7b8a-0511-48e8-b950-d77ce2ea9880 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-efe532bb-9788-40a4-a6d4-37d1f5c3d87c {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-efe532bb-9788-40a4-a6d4-37d1f5c3d87c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efe532bb-9788-40a4-a6d4-37d1f5c3d87c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ac09f49-2e0c-46ba-81a3-fa2612135797 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-3ac09f49-2e0c-46ba-81a3-fa2612135797:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3ac09f49-2e0c-46ba-81a3-fa2612135797:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-3ac09f49-2e0c-46ba-81a3-fa2612135797 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-3ac09f49-2e0c-46ba-81a3-fa2612135797 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ac09f49-2e0c-46ba-81a3-fa2612135797.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ac09f49-2e0c-46ba-81a3-fa2612135797.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-3ac09f49-2e0c-46ba-81a3-fa2612135797.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-504103c3-e11a-4b70-a24b-bf55a85e5428 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-504103c3-e11a-4b70-a24b-bf55a85e5428 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-504103c3-e11a-4b70-a24b-bf55a85e5428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-504103c3-e11a-4b70-a24b-bf55a85e5428.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcafd21e-b666-4979-94e6-54ab057bf4d4 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-dcafd21e-b666-4979-94e6-54ab057bf4d4 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-1a9d1e9f-5c01-4930-8a2c-d331d3ec65f8 {
  text-align: center;
}







  #s-1a9d1e9f-5c01-4930-8a2c-d331d3ec65f8 img.shogun-image {
    

    
    
    
  }


#s-1a9d1e9f-5c01-4930-8a2c-d331d3ec65f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-61c1a138-15cc-4bb2-9b7c-3a85535232dc {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-61c1a138-15cc-4bb2-9b7c-3a85535232dc {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-d0928214-cc3d-403c-bd22-9492a68e7179 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-ef8b8580-9cf1-4ccd-b087-b5ff7dbb6817 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-ef8b8580-9cf1-4ccd-b087-b5ff7dbb6817 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-0ec699ef-db82-404b-bdfa-396fa93c960f {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0ec699ef-db82-404b-bdfa-396fa93c960f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0ec699ef-db82-404b-bdfa-396fa93c960f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ec699ef-db82-404b-bdfa-396fa93c960f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ec699ef-db82-404b-bdfa-396fa93c960f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ec699ef-db82-404b-bdfa-396fa93c960f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ec699ef-db82-404b-bdfa-396fa93c960f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ec699ef-db82-404b-bdfa-396fa93c960f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-bd70a297-4410-4f8b-862f-971c17e2c556 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-93b62a18-d3b4-416b-b8bb-5779b6223ff6 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-faac139b-5495-4de2-9f69-37c08d250d9d {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-faac139b-5495-4de2-9f69-37c08d250d9d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-faac139b-5495-4de2-9f69-37c08d250d9d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-faac139b-5495-4de2-9f69-37c08d250d9d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-114bbdb8-3ba1-473e-af6b-3a2d40efa4e5 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-114bbdb8-3ba1-473e-af6b-3a2d40efa4e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-114bbdb8-3ba1-473e-af6b-3a2d40efa4e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65e5f465-6005-4a41-a1f7-edfc1aa8fb1b {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-65e5f465-6005-4a41-a1f7-edfc1aa8fb1b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-65e5f465-6005-4a41-a1f7-edfc1aa8fb1b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-65e5f465-6005-4a41-a1f7-edfc1aa8fb1b {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-65e5f465-6005-4a41-a1f7-edfc1aa8fb1b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65e5f465-6005-4a41-a1f7-edfc1aa8fb1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65e5f465-6005-4a41-a1f7-edfc1aa8fb1b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-65e5f465-6005-4a41-a1f7-edfc1aa8fb1b.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-6c2ebf65-1327-4ffe-8803-44b6ec02c23d {
  min-height: 50px;
}








#s-6c2ebf65-1327-4ffe-8803-44b6ec02c23d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c2ebf65-1327-4ffe-8803-44b6ec02c23d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ad5ac64-fc7f-4e2e-98d6-a7fba51978ea {
  background-size: cover;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-5ad5ac64-fc7f-4e2e-98d6-a7fba51978ea {
  display: none;
}
#s-5ad5ac64-fc7f-4e2e-98d6-a7fba51978ea, #wrap-s-5ad5ac64-fc7f-4e2e-98d6-a7fba51978ea { display:none !important; }}







#s-5ad5ac64-fc7f-4e2e-98d6-a7fba51978ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ad5ac64-fc7f-4e2e-98d6-a7fba51978ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbb500bb-b169-45cc-9e42-a5dfa50f4234 {
  background-size: cover;
min-height: 50px;
background-position: center center;
background-color: rgba(0, 0, 0, 1);
}








#s-cbb500bb-b169-45cc-9e42-a5dfa50f4234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbb500bb-b169-45cc-9e42-a5dfa50f4234.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f04de0b-fb0a-40d5-9089-04a750787adb {
  min-height: 50px;
}








#s-2f04de0b-fb0a-40d5-9089-04a750787adb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f04de0b-fb0a-40d5-9089-04a750787adb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3250eb7-7ebf-4bf9-a8f1-ffa53b4be5ff {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-f3250eb7-7ebf-4bf9-a8f1-ffa53b4be5ff {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-f3250eb7-7ebf-4bf9-a8f1-ffa53b4be5ff .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-bfd8c5cb-ae9f-45c3-87bd-6e888c2e02a2 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-bfd8c5cb-ae9f-45c3-87bd-6e888c2e02a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfd8c5cb-ae9f-45c3-87bd-6e888c2e02a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bfd8c5cb-ae9f-45c3-87bd-6e888c2e02a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfd8c5cb-ae9f-45c3-87bd-6e888c2e02a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bfd8c5cb-ae9f-45c3-87bd-6e888c2e02a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfd8c5cb-ae9f-45c3-87bd-6e888c2e02a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bfd8c5cb-ae9f-45c3-87bd-6e888c2e02a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-bfd8c5cb-ae9f-45c3-87bd-6e888c2e02a2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7b39afb4-7c7c-493d-93be-4e523b37c196 {
  margin-left: 0%;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-7b39afb4-7c7c-493d-93be-4e523b37c196 {
  margin-top: 20px;
margin-right: 0%;
}
}







#s-7b39afb4-7c7c-493d-93be-4e523b37c196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b39afb4-7c7c-493d-93be-4e523b37c196.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59739ec7-8c52-4407-9b4b-14fd5738fd4d {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
@media (max-width: 767px){#s-59739ec7-8c52-4407-9b4b-14fd5738fd4d {
  margin-top: 30px;
text-align: center;
}
}






  #s-59739ec7-8c52-4407-9b4b-14fd5738fd4d img.shogun-image {
    

    
    
    
  }


#s-59739ec7-8c52-4407-9b4b-14fd5738fd4d .shogun-image-content {
  
    align-items: center;
  
}

#s-a6b091b5-c00f-447f-9ea5-911808883572 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: right center;
}
@media (min-width: 1200px){#s-a6b091b5-c00f-447f-9ea5-911808883572 {
  display: none;
}
#s-a6b091b5-c00f-447f-9ea5-911808883572, #wrap-s-a6b091b5-c00f-447f-9ea5-911808883572 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6b091b5-c00f-447f-9ea5-911808883572 {
  display: none;
}
#s-a6b091b5-c00f-447f-9ea5-911808883572, #wrap-s-a6b091b5-c00f-447f-9ea5-911808883572 { display:none !important; }}







#s-a6b091b5-c00f-447f-9ea5-911808883572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6b091b5-c00f-447f-9ea5-911808883572.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40006e81-5509-4628-ac24-c91ff1d9c617 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-40006e81-5509-4628-ac24-c91ff1d9c617 {
  margin-top: 50px;
}
}
#s-40006e81-5509-4628-ac24-c91ff1d9c617 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-e89f8d68-55e6-47bf-9dd3-3638c58a6cd4 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-9583f53d-a1ac-4d4d-ab04-0e1b45c06710"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9583f53d-a1ac-4d4d-ab04-0e1b45c06710"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9583f53d-a1ac-4d4d-ab04-0e1b45c06710"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9583f53d-a1ac-4d4d-ab04-0e1b45c06710"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4ad9262f-6529-4c79-a920-280607a4eaca {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-4ad9262f-6529-4c79-a920-280607a4eaca img.shogun-image {
    

    
    
    
  }


#s-4ad9262f-6529-4c79-a920-280607a4eaca .shogun-image-content {
  
    align-items: center;
  
}

#s-b3005cd3-e789-4293-8205-0104fa53ac74 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-dc1ec35c-ade3-4ceb-b1f3-c174ac952a84 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-dc1ec35c-ade3-4ceb-b1f3-c174ac952a84 img.shogun-image {
    

    
    
    
  }


#s-dc1ec35c-ade3-4ceb-b1f3-c174ac952a84 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8ce09d3-0871-4e87-a7d6-b8fb3c6aae52 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-43cafaa2-2568-4861-b466-3564506341e3 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-43cafaa2-2568-4861-b466-3564506341e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-43cafaa2-2568-4861-b466-3564506341e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43cafaa2-2568-4861-b466-3564506341e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43cafaa2-2568-4861-b466-3564506341e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d1640876-91e3-49ac-8692-38e1103b3e1b {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-d1640876-91e3-49ac-8692-38e1103b3e1b img.shogun-image {
    

    
    
    
  }


#s-d1640876-91e3-49ac-8692-38e1103b3e1b .shogun-image-content {
  
    align-items: center;
  
}

#s-b5b76dcb-696d-4abb-8771-3747321e3350 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-0b390b71-c3e8-472a-8896-f5dae1915d69 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-0b390b71-c3e8-472a-8896-f5dae1915d69 img.shogun-image {
    

    
    
    
  }


#s-0b390b71-c3e8-472a-8896-f5dae1915d69 .shogun-image-content {
  
    align-items: center;
  
}

#s-9dbcc99f-4fdc-49d0-a0c4-4c5426bdd5bd {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-c3118675-1d19-46dd-b4e7-74f768fccc49 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c3118675-1d19-46dd-b4e7-74f768fccc49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3118675-1d19-46dd-b4e7-74f768fccc49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5356420-bca9-481d-913e-a2e4b518e450 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}


  #s-d5356420-bca9-481d-913e-a2e4b518e450 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-d5356420-bca9-481d-913e-a2e4b518e450 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-d5356420-bca9-481d-913e-a2e4b518e450 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(130, 166, 224, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-d5356420-bca9-481d-913e-a2e4b518e450 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-d5356420-bca9-481d-913e-a2e4b518e450 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-d5356420-bca9-481d-913e-a2e4b518e450 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-5373d0e2-90e6-4fb9-8b10-cf5b0c6762b6 {
  min-height: 50px;
}
@media (max-width: 767px){#s-5373d0e2-90e6-4fb9-8b10-cf5b0c6762b6 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-5373d0e2-90e6-4fb9-8b10-cf5b0c6762b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5373d0e2-90e6-4fb9-8b10-cf5b0c6762b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd7775ab-4a09-48ce-b412-9a2e3280dae5 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-dd7775ab-4a09-48ce-b412-9a2e3280dae5 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-dd7775ab-4a09-48ce-b412-9a2e3280dae5 .shg-sld-nav-button.shg-sld-left,
#s-dd7775ab-4a09-48ce-b412-9a2e3280dae5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-6f930fb6-5e56-4362-be7b-38670d0f8374 {
  min-height: 50px;
}








#s-6f930fb6-5e56-4362-be7b-38670d0f8374 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f930fb6-5e56-4362-be7b-38670d0f8374.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ee00ac6-a67b-4c6f-81d1-54b42bfc1744 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2ee00ac6-a67b-4c6f-81d1-54b42bfc1744 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-2ee00ac6-a67b-4c6f-81d1-54b42bfc1744 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-684a1bcc-eac9-43d0-a7a1-767eb88bb24e {
  min-height: 50px;
}








#s-684a1bcc-eac9-43d0-a7a1-767eb88bb24e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-684a1bcc-eac9-43d0-a7a1-767eb88bb24e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7a9306f-674c-4b31-af15-f3db2a709d32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d7a9306f-674c-4b31-af15-f3db2a709d32 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-d7a9306f-674c-4b31-af15-f3db2a709d32 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-d7a9306f-674c-4b31-af15-f3db2a709d32 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-2ca82b17-12ab-4161-a956-bd77c9f1a46f {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-2ca82b17-12ab-4161-a956-bd77c9f1a46f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ca82b17-12ab-4161-a956-bd77c9f1a46f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ca82b17-12ab-4161-a956-bd77c9f1a46f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ca82b17-12ab-4161-a956-bd77c9f1a46f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-88a791eb-dbb7-46ff-b8e3-b8905a1cb4ab {
  text-align: center;
}







  #s-88a791eb-dbb7-46ff-b8e3-b8905a1cb4ab img.shogun-image {
    

    
    
    
  }


#s-88a791eb-dbb7-46ff-b8e3-b8905a1cb4ab .shogun-image-content {
  
    align-items: center;
  
}

#s-2e086224-f5bc-4ccb-8ffc-af0a66de200d {
  min-height: 50px;
}








#s-2e086224-f5bc-4ccb-8ffc-af0a66de200d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e086224-f5bc-4ccb-8ffc-af0a66de200d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7295231c-5d50-4226-a7d8-546fd7b35931 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7295231c-5d50-4226-a7d8-546fd7b35931 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-1b9bd7ed-5188-4037-bcc5-6e7e654a39c4 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-efa1fdd3-6302-4731-8539-c05c011173e9 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-efa1fdd3-6302-4731-8539-c05c011173e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efa1fdd3-6302-4731-8539-c05c011173e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efa1fdd3-6302-4731-8539-c05c011173e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efa1fdd3-6302-4731-8539-c05c011173e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-284ea67d-966d-44ee-849d-c7fd81cbb02c {
  text-align: center;
}







  #s-284ea67d-966d-44ee-849d-c7fd81cbb02c img.shogun-image {
    

    
    
    
  }


#s-284ea67d-966d-44ee-849d-c7fd81cbb02c .shogun-image-content {
  
    align-items: center;
  
}

#s-0bcc6450-28b0-4b72-a6c9-6151236db2e7 {
  min-height: 50px;
}








#s-0bcc6450-28b0-4b72-a6c9-6151236db2e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bcc6450-28b0-4b72-a6c9-6151236db2e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b85b3a19-a324-4ff7-a81f-21ca13219c14 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b85b3a19-a324-4ff7-a81f-21ca13219c14 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-b9cf5d69-c896-4cbd-add6-90fb98653ba8 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-0bfd7577-543f-4a06-b236-334fe69f7077 {
  min-height: 50px;
}








#s-0bfd7577-543f-4a06-b236-334fe69f7077 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bfd7577-543f-4a06-b236-334fe69f7077.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31529971-26d6-4706-825b-b8052794bd61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-31529971-26d6-4706-825b-b8052794bd61 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-31529971-26d6-4706-825b-b8052794bd61 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-31529971-26d6-4706-825b-b8052794bd61 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-e011d277-d84b-4b57-bd67-7bfff8501c16 {
  min-height: 50px;
}








#s-e011d277-d84b-4b57-bd67-7bfff8501c16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e011d277-d84b-4b57-bd67-7bfff8501c16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-365ae473-b929-497c-a274-de36074eb3c6 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-365ae473-b929-497c-a274-de36074eb3c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-365ae473-b929-497c-a274-de36074eb3c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-365ae473-b929-497c-a274-de36074eb3c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-365ae473-b929-497c-a274-de36074eb3c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-41feafe2-f81d-4fee-b060-7b974c69ea73 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-41feafe2-f81d-4fee-b060-7b974c69ea73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41feafe2-f81d-4fee-b060-7b974c69ea73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2ad4f41-19b8-4cb1-9587-78b0c137289a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b2ad4f41-19b8-4cb1-9587-78b0c137289a {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-b2ad4f41-19b8-4cb1-9587-78b0c137289a .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-b2ad4f41-19b8-4cb1-9587-78b0c137289a .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-343d31ca-7be1-4f37-9048-033dd3181098 {
  min-height: 50px;
}








#s-343d31ca-7be1-4f37-9048-033dd3181098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-343d31ca-7be1-4f37-9048-033dd3181098.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8a555c0-c35f-4fa1-82a1-a3433a655912 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-990d69fb-0945-4713-bc7c-d2195401d6a8 {
  min-height: 50px;
}








#s-990d69fb-0945-4713-bc7c-d2195401d6a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-990d69fb-0945-4713-bc7c-d2195401d6a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00c65e32-75f0-47d1-bc94-db715c10a4f4 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-00c65e32-75f0-47d1-bc94-db715c10a4f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00c65e32-75f0-47d1-bc94-db715c10a4f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6301887-6383-40c3-a27e-79d980277d9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e6301887-6383-40c3-a27e-79d980277d9f {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-e6301887-6383-40c3-a27e-79d980277d9f .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-e6301887-6383-40c3-a27e-79d980277d9f .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-7397f334-4190-42a3-839b-8689f40d2b22 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-8fb79f41-3a0c-427c-b381-9f769adc6ed4 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-8fb79f41-3a0c-427c-b381-9f769adc6ed4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fb79f41-3a0c-427c-b381-9f769adc6ed4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfef5941-58c2-4ee2-8f4c-b34058338035 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cfef5941-58c2-4ee2-8f4c-b34058338035 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-cfef5941-58c2-4ee2-8f4c-b34058338035 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-cfef5941-58c2-4ee2-8f4c-b34058338035 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-4a2ac346-9afe-4e01-8bae-a37c0d70370a {
  min-height: 50px;
}








#s-4a2ac346-9afe-4e01-8bae-a37c0d70370a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a2ac346-9afe-4e01-8bae-a37c0d70370a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e57c932-95f3-4a39-9729-0e8a7843ee4c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-0821ab45-17a5-47ca-b405-84f5b96ff221 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-0821ab45-17a5-47ca-b405-84f5b96ff221 {
  display: none;
}
#s-0821ab45-17a5-47ca-b405-84f5b96ff221, #wrap-s-0821ab45-17a5-47ca-b405-84f5b96ff221 { display:none !important; }}







#s-0821ab45-17a5-47ca-b405-84f5b96ff221 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
}#s-0821ab45-17a5-47ca-b405-84f5b96ff221.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-e45cc593-69fc-4141-b2d4-52bed113297a {
  display: none;
}
#s-e45cc593-69fc-4141-b2d4-52bed113297a, #wrap-s-e45cc593-69fc-4141-b2d4-52bed113297a { display:none !important; }}
@media (min-width: 0px) {
[id="s-e45cc593-69fc-4141-b2d4-52bed113297a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e45cc593-69fc-4141-b2d4-52bed113297a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e45cc593-69fc-4141-b2d4-52bed113297a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e45cc593-69fc-4141-b2d4-52bed113297a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f0945439-61a6-4bf8-8ff7-b50d46ae373c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f0945439-61a6-4bf8-8ff7-b50d46ae373c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-7f733722-61f7-4c30-bb07-53175e8567e4 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-96db4064-134a-4568-9fcc-e62f496358d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96db4064-134a-4568-9fcc-e62f496358d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96db4064-134a-4568-9fcc-e62f496358d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96db4064-134a-4568-9fcc-e62f496358d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7625cfa1-5a2b-4b70-95e7-ab88e5227c39 {
  min-height: 50px;
}








#s-7625cfa1-5a2b-4b70-95e7-ab88e5227c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7625cfa1-5a2b-4b70-95e7-ab88e5227c39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-447ae6f5-4c83-477c-95ca-db64dcc0ad77 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-447ae6f5-4c83-477c-95ca-db64dcc0ad77 img.shogun-image {
    

    
    
    
  }


#s-447ae6f5-4c83-477c-95ca-db64dcc0ad77 .shogun-image-content {
  
    align-items: center;
  
}

#s-56d3a57a-a98c-4fcd-8890-0b04dbd89e6d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-56d3a57a-a98c-4fcd-8890-0b04dbd89e6d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-3e65dae8-4be9-4b8f-bb6f-91563359aa01 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-0ef5109a-fac6-441a-b850-5c70b1f29b81 {
  min-height: 50px;
}








#s-0ef5109a-fac6-441a-b850-5c70b1f29b81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ef5109a-fac6-441a-b850-5c70b1f29b81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a044ef6b-ad64-4cc6-ab07-4321e5024d30 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-a044ef6b-ad64-4cc6-ab07-4321e5024d30 img.shogun-image {
    

    
    
    
  }


#s-a044ef6b-ad64-4cc6-ab07-4321e5024d30 .shogun-image-content {
  
    align-items: center;
  
}

#s-23ed3c7d-cd03-4adb-9a84-97541a1cb9ee {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-23ed3c7d-cd03-4adb-9a84-97541a1cb9ee .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-f97dc5bb-aef3-49c9-a696-330373a46fd4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c7e8f2d8-efb8-4f41-866f-65fff7a33cb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7e8f2d8-efb8-4f41-866f-65fff7a33cb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7e8f2d8-efb8-4f41-866f-65fff7a33cb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7e8f2d8-efb8-4f41-866f-65fff7a33cb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8a733de3-1f05-4cef-bacb-6deb7aa3d60c {
  min-height: 50px;
}








#s-8a733de3-1f05-4cef-bacb-6deb7aa3d60c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a733de3-1f05-4cef-bacb-6deb7aa3d60c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b62e1ae-a809-4cc4-b3a4-b30285c93858 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-7b62e1ae-a809-4cc4-b3a4-b30285c93858 img.shogun-image {
    

    
    
    
  }


#s-7b62e1ae-a809-4cc4-b3a4-b30285c93858 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e198d86-4485-4502-b80a-bd124a3a7942 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0e198d86-4485-4502-b80a-bd124a3a7942 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-5f0a6e16-6269-4440-9757-ed96e3225455 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-0acddbc4-e3a3-4e37-8424-dd1588ecaee3 {
  min-height: 50px;
}








#s-0acddbc4-e3a3-4e37-8424-dd1588ecaee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0acddbc4-e3a3-4e37-8424-dd1588ecaee3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c534390c-cd74-4230-a0f2-d7370e8a78bc {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-c534390c-cd74-4230-a0f2-d7370e8a78bc img.shogun-image {
    

    
    
    
  }


#s-c534390c-cd74-4230-a0f2-d7370e8a78bc .shogun-image-content {
  
    align-items: center;
  
}

#s-231168c1-5dba-4ed3-89e3-4f4675e08d5b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-231168c1-5dba-4ed3-89e3-4f4675e08d5b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-778a764e-9dab-46e8-99d0-18d8ffc199be {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-5a8b060b-d178-47de-992f-95768b42f9b6 {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 160px;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 400px;
background-attachment: scroll;
background-position: right center;
}
@media (min-width: 1200px){#s-5a8b060b-d178-47de-992f-95768b42f9b6 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a8b060b-d178-47de-992f-95768b42f9b6 {
  display: none;
}
#s-5a8b060b-d178-47de-992f-95768b42f9b6, #wrap-s-5a8b060b-d178-47de-992f-95768b42f9b6 { display:none !important; }}@media (max-width: 767px){#s-5a8b060b-d178-47de-992f-95768b42f9b6 {
  display: none;
}
#s-5a8b060b-d178-47de-992f-95768b42f9b6, #wrap-s-5a8b060b-d178-47de-992f-95768b42f9b6 { display:none !important; }}







#s-5a8b060b-d178-47de-992f-95768b42f9b6 > .shg-box-overlay {
  background-color: rgba(255, 237, 171, 0.99);
  opacity: 0;
}#s-5a8b060b-d178-47de-992f-95768b42f9b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-693ba52b-aa16-4644-a29a-19b6f588b63d {
  margin-top: 200px;
margin-left: 10%;
margin-bottom: -200px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-693ba52b-aa16-4644-a29a-19b6f588b63d {
  margin-bottom: -160px;
}
}







#s-693ba52b-aa16-4644-a29a-19b6f588b63d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-693ba52b-aa16-4644-a29a-19b6f588b63d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f9cba00-6aed-470b-94ba-c54f7eb1549c {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-7f9cba00-6aed-470b-94ba-c54f7eb1549c {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-7f9cba00-6aed-470b-94ba-c54f7eb1549c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-83f0e20d-31bb-4af7-beae-d8244807e992 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-83f0e20d-31bb-4af7-beae-d8244807e992 {
  display: none;
}
#s-83f0e20d-31bb-4af7-beae-d8244807e992, #wrap-s-83f0e20d-31bb-4af7-beae-d8244807e992 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83f0e20d-31bb-4af7-beae-d8244807e992 {
  display: none;
}
#s-83f0e20d-31bb-4af7-beae-d8244807e992, #wrap-s-83f0e20d-31bb-4af7-beae-d8244807e992 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83f0e20d-31bb-4af7-beae-d8244807e992 {
  display: none;
}
#s-83f0e20d-31bb-4af7-beae-d8244807e992, #wrap-s-83f0e20d-31bb-4af7-beae-d8244807e992 { display:none !important; }}
#s-83f0e20d-31bb-4af7-beae-d8244807e992 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a6ca145f-df40-4488-9fc4-6696a9138614 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a6ca145f-df40-4488-9fc4-6696a9138614"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6ca145f-df40-4488-9fc4-6696a9138614"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a6ca145f-df40-4488-9fc4-6696a9138614"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a6ca145f-df40-4488-9fc4-6696a9138614"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0a0683c8-d28a-4fb2-b95d-2ab4374933dd {
  min-height: 50px;
}








#s-0a0683c8-d28a-4fb2-b95d-2ab4374933dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a0683c8-d28a-4fb2-b95d-2ab4374933dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75016d41-0aa4-4a40-bac7-843819373bf5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-75016d41-0aa4-4a40-bac7-843819373bf5 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-77e3e73a-08b0-4f7d-86b3-b57d33b2430f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-471cc2aa-62fa-439b-b2c8-1b796b8a6a1d {
  min-height: 50px;
}
@media (max-width: 767px){#s-471cc2aa-62fa-439b-b2c8-1b796b8a6a1d {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-471cc2aa-62fa-439b-b2c8-1b796b8a6a1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-471cc2aa-62fa-439b-b2c8-1b796b8a6a1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45b51c82-b8dd-4c1b-9933-0c60956f54b5 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-45b51c82-b8dd-4c1b-9933-0c60956f54b5 {
  display: none;
}
#s-45b51c82-b8dd-4c1b-9933-0c60956f54b5, #wrap-s-45b51c82-b8dd-4c1b-9933-0c60956f54b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45b51c82-b8dd-4c1b-9933-0c60956f54b5 {
  display: none;
}
#s-45b51c82-b8dd-4c1b-9933-0c60956f54b5, #wrap-s-45b51c82-b8dd-4c1b-9933-0c60956f54b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45b51c82-b8dd-4c1b-9933-0c60956f54b5 {
  display: none;
}
#s-45b51c82-b8dd-4c1b-9933-0c60956f54b5, #wrap-s-45b51c82-b8dd-4c1b-9933-0c60956f54b5 { display:none !important; }}
#s-45b51c82-b8dd-4c1b-9933-0c60956f54b5 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ab0f44ac-0d9e-4e35-abac-9f847b8b8431 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ab0f44ac-0d9e-4e35-abac-9f847b8b8431 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-86084624-d8f5-4f4a-bb3d-51228a123c67 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-1faf8e2d-9f4c-43e2-b28f-62eb776ada4b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-1faf8e2d-9f4c-43e2-b28f-62eb776ada4b {
  display: none;
}
#s-1faf8e2d-9f4c-43e2-b28f-62eb776ada4b, #wrap-s-1faf8e2d-9f4c-43e2-b28f-62eb776ada4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1faf8e2d-9f4c-43e2-b28f-62eb776ada4b {
  display: none;
}
#s-1faf8e2d-9f4c-43e2-b28f-62eb776ada4b, #wrap-s-1faf8e2d-9f4c-43e2-b28f-62eb776ada4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1faf8e2d-9f4c-43e2-b28f-62eb776ada4b {
  display: none;
}
#s-1faf8e2d-9f4c-43e2-b28f-62eb776ada4b, #wrap-s-1faf8e2d-9f4c-43e2-b28f-62eb776ada4b { display:none !important; }}
#s-1faf8e2d-9f4c-43e2-b28f-62eb776ada4b hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-185733dc-9bb3-4191-9192-383fe6418184 {
  min-height: 50px;
}








#s-185733dc-9bb3-4191-9192-383fe6418184 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-185733dc-9bb3-4191-9192-383fe6418184.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ed2ee8c-de6a-4be4-a706-d9a4eab37fb7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4ed2ee8c-de6a-4be4-a706-d9a4eab37fb7 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-8a5104f3-9d32-42d0-be1f-e7c8fe70f059 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-1d5e929b-be97-40b7-8e31-04d0797885e8 {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-1d5e929b-be97-40b7-8e31-04d0797885e8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-1d5e929b-be97-40b7-8e31-04d0797885e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-1d5e929b-be97-40b7-8e31-04d0797885e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-1d5e929b-be97-40b7-8e31-04d0797885e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-1d5e929b-be97-40b7-8e31-04d0797885e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-1d5e929b-be97-40b7-8e31-04d0797885e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-73131f53-62a0-4e48-850b-42d51dcb9ddb {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-73131f53-62a0-4e48-850b-42d51dcb9ddb {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-73131f53-62a0-4e48-850b-42d51dcb9ddb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73131f53-62a0-4e48-850b-42d51dcb9ddb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e93b7995-7b3e-4719-957d-f220f0cfe30d {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-e93b7995-7b3e-4719-957d-f220f0cfe30d {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-e93b7995-7b3e-4719-957d-f220f0cfe30d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e93b7995-7b3e-4719-957d-f220f0cfe30d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e93b7995-7b3e-4719-957d-f220f0cfe30d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e93b7995-7b3e-4719-957d-f220f0cfe30d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-68a6931f-9ea8-458f-99b9-17b84d4f6725 {
  min-height: 50px;
}








#s-68a6931f-9ea8-458f-99b9-17b84d4f6725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68a6931f-9ea8-458f-99b9-17b84d4f6725.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2714c22b-3bf8-4e8f-9293-d8edbcd3c27d {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-2714c22b-3bf8-4e8f-9293-d8edbcd3c27d img.shogun-image {
    

    
    
    
  }


#s-2714c22b-3bf8-4e8f-9293-d8edbcd3c27d .shogun-image-content {
  
    align-items: center;
  
}

#s-5fa5e19e-af0a-4a2e-b4a7-61f1c087b914 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-d81fb559-5eec-4dec-801c-5a98afd264ac {
  min-height: 50px;
}








#s-d81fb559-5eec-4dec-801c-5a98afd264ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d81fb559-5eec-4dec-801c-5a98afd264ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25e2d499-0724-4f4e-a956-17338c3c1fb9 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-25e2d499-0724-4f4e-a956-17338c3c1fb9 img.shogun-image {
    

    
    
    
  }


#s-25e2d499-0724-4f4e-a956-17338c3c1fb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c29b2d1-7eb9-4fdc-950e-2dd1a20f452a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-df6b6df5-6820-4883-8fac-6ac4749eec94 {
  min-height: 50px;
}








#s-df6b6df5-6820-4883-8fac-6ac4749eec94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df6b6df5-6820-4883-8fac-6ac4749eec94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4b365b4-6f59-437f-96c9-e440ee2bb762 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-e4b365b4-6f59-437f-96c9-e440ee2bb762 img.shogun-image {
    

    
    
    
  }


#s-e4b365b4-6f59-437f-96c9-e440ee2bb762 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0fc5864-8287-4d8d-a2ec-57530ddabee5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-be70428b-1941-4b95-af31-7455148dcd5c {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 20px;
}
@media (min-width: 1200px){#s-be70428b-1941-4b95-af31-7455148dcd5c {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-be70428b-1941-4b95-af31-7455148dcd5c {
  display: none;
}
#s-be70428b-1941-4b95-af31-7455148dcd5c, #wrap-s-be70428b-1941-4b95-af31-7455148dcd5c { display:none !important; }}@media (max-width: 767px){#s-be70428b-1941-4b95-af31-7455148dcd5c {
  display: none;
}
#s-be70428b-1941-4b95-af31-7455148dcd5c, #wrap-s-be70428b-1941-4b95-af31-7455148dcd5c { display:none !important; }}







#s-be70428b-1941-4b95-af31-7455148dcd5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be70428b-1941-4b95-af31-7455148dcd5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef746928-c8e5-4055-a05b-fbda29f91707 {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-ef746928-c8e5-4055-a05b-fbda29f91707"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-ef746928-c8e5-4055-a05b-fbda29f91707"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-ef746928-c8e5-4055-a05b-fbda29f91707"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-ef746928-c8e5-4055-a05b-fbda29f91707"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-01e737ff-8314-4665-b648-62eaad9b289a {
  margin-right: 10%;
}

#s-01e737ff-8314-4665-b648-62eaad9b289a hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-2089b1a0-aefb-4a2d-87a9-a61a19fb72cb {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2089b1a0-aefb-4a2d-87a9-a61a19fb72cb {
  padding-bottom: 0px;
}
}
#s-2089b1a0-aefb-4a2d-87a9-a61a19fb72cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-2089b1a0-aefb-4a2d-87a9-a61a19fb72cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


}
#s-3f6f1a52-8afa-4669-8b6d-2ed9082de023 {
  margin-left: 10%;
}

#s-3f6f1a52-8afa-4669-8b6d-2ed9082de023 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-4d438e82-a6c7-408b-bc75-78e5b924df1d {
  margin-top: 40px;
margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-4d438e82-a6c7-408b-bc75-78e5b924df1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d438e82-a6c7-408b-bc75-78e5b924df1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4d438e82-a6c7-408b-bc75-78e5b924df1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d438e82-a6c7-408b-bc75-78e5b924df1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eecd2342-1750-43a5-b7a3-0a3e5b7b160b {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}








#s-eecd2342-1750-43a5-b7a3-0a3e5b7b160b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eecd2342-1750-43a5-b7a3-0a3e5b7b160b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6112d09-8946-4151-86cd-352bbc28d5cb {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-b6112d09-8946-4151-86cd-352bbc28d5cb {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-b3f8bf03-e709-483b-b1d6-acbff87dc9a9 {
  text-align: center;
}







  #s-b3f8bf03-e709-483b-b1d6-acbff87dc9a9 img.shogun-image {
    

    
    
    
  }


#s-b3f8bf03-e709-483b-b1d6-acbff87dc9a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d40f9732-f0f3-4881-83aa-37c1104369e7 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-d40f9732-f0f3-4881-83aa-37c1104369e7 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-e4b6c9a5-3baf-4d8a-95bf-615641de8bb2 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-790d89f6-1af4-422a-86ee-b3bfbcba8114 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-790d89f6-1af4-422a-86ee-b3bfbcba8114 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-eeb7af73-ea86-41a9-aebc-320734d33db6 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-eeb7af73-ea86-41a9-aebc-320734d33db6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eeb7af73-ea86-41a9-aebc-320734d33db6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eeb7af73-ea86-41a9-aebc-320734d33db6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eeb7af73-ea86-41a9-aebc-320734d33db6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eeb7af73-ea86-41a9-aebc-320734d33db6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eeb7af73-ea86-41a9-aebc-320734d33db6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eeb7af73-ea86-41a9-aebc-320734d33db6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-98b7988c-5085-4053-8bfc-195165fa6a80 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-63f73233-62c8-4e94-a930-b02c89756216 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-d64527d2-4068-4a4c-846c-26ae1c19a90e {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-d64527d2-4068-4a4c-846c-26ae1c19a90e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d64527d2-4068-4a4c-846c-26ae1c19a90e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d64527d2-4068-4a4c-846c-26ae1c19a90e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7842256f-7c9d-423b-aa05-44a3470a0343 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-7842256f-7c9d-423b-aa05-44a3470a0343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7842256f-7c9d-423b-aa05-44a3470a0343.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95a65e5e-7865-404e-8aea-8bfccca5bf83 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-95a65e5e-7865-404e-8aea-8bfccca5bf83:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-95a65e5e-7865-404e-8aea-8bfccca5bf83:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-95a65e5e-7865-404e-8aea-8bfccca5bf83 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-95a65e5e-7865-404e-8aea-8bfccca5bf83 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-95a65e5e-7865-404e-8aea-8bfccca5bf83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-95a65e5e-7865-404e-8aea-8bfccca5bf83.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-95a65e5e-7865-404e-8aea-8bfccca5bf83.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-43d4b121-696e-45e3-b90e-a631a0456b0c {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-43d4b121-696e-45e3-b90e-a631a0456b0c {
  margin-top: 50px;
}
}







#s-43d4b121-696e-45e3-b90e-a631a0456b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43d4b121-696e-45e3-b90e-a631a0456b0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89e00ee5-0ecb-414a-b462-2cd5b4c90d9d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-89e00ee5-0ecb-414a-b462-2cd5b4c90d9d {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-9097372b-21f3-49ca-9acd-8247194594cf {
  text-align: center;
}







  #s-9097372b-21f3-49ca-9acd-8247194594cf img.shogun-image {
    

    
    
    
  }


#s-9097372b-21f3-49ca-9acd-8247194594cf .shogun-image-content {
  
    align-items: center;
  
}

#s-b73d0e8f-f113-4dac-881d-ef5729a8ec88 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-b73d0e8f-f113-4dac-881d-ef5729a8ec88 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-c7c463df-0051-490e-8623-4f3c1164b31b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-c775513c-5841-4fd5-9ecb-d78f0f99d8ef {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-c775513c-5841-4fd5-9ecb-d78f0f99d8ef hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-088704cf-ef82-48d5-9f74-9245a83bee05 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-088704cf-ef82-48d5-9f74-9245a83bee05"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-088704cf-ef82-48d5-9f74-9245a83bee05"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-088704cf-ef82-48d5-9f74-9245a83bee05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-088704cf-ef82-48d5-9f74-9245a83bee05"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-088704cf-ef82-48d5-9f74-9245a83bee05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-088704cf-ef82-48d5-9f74-9245a83bee05"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-088704cf-ef82-48d5-9f74-9245a83bee05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-5984276f-8e92-44f2-8a18-eae3ccb6506f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-fb6b3de6-24af-4563-a2c9-0987041bdcca {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-521195e4-839c-4de8-afc7-ae85d27e7213 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-521195e4-839c-4de8-afc7-ae85d27e7213 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-521195e4-839c-4de8-afc7-ae85d27e7213 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-521195e4-839c-4de8-afc7-ae85d27e7213 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fa2078da-bbf7-492d-aff8-017fa180e9f6 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-fa2078da-bbf7-492d-aff8-017fa180e9f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa2078da-bbf7-492d-aff8-017fa180e9f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-209ba4de-a763-46bd-a98f-eab53553469c {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-209ba4de-a763-46bd-a98f-eab53553469c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-209ba4de-a763-46bd-a98f-eab53553469c:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-209ba4de-a763-46bd-a98f-eab53553469c {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-209ba4de-a763-46bd-a98f-eab53553469c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-209ba4de-a763-46bd-a98f-eab53553469c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-209ba4de-a763-46bd-a98f-eab53553469c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-209ba4de-a763-46bd-a98f-eab53553469c.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-97ab619b-2f81-4e1d-bb1e-ba22335e6618 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-97ab619b-2f81-4e1d-bb1e-ba22335e6618 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-97ab619b-2f81-4e1d-bb1e-ba22335e6618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97ab619b-2f81-4e1d-bb1e-ba22335e6618.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d82637a2-e8e0-4cee-888c-5c9e3ac425da {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-d82637a2-e8e0-4cee-888c-5c9e3ac425da {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-6485b3d6-242f-4cc1-9766-9e58f32b44df {
  text-align: center;
}







  #s-6485b3d6-242f-4cc1-9766-9e58f32b44df img.shogun-image {
    

    
    
    
  }


#s-6485b3d6-242f-4cc1-9766-9e58f32b44df .shogun-image-content {
  
    align-items: center;
  
}

#s-0b3cfc5a-1164-461a-ad05-cf5864466423 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-0b3cfc5a-1164-461a-ad05-cf5864466423 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-092155d3-315b-496b-8c79-a6f7ba7cc0f7 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-6ec81feb-2222-403d-8c30-91e5dc56d5a3 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-6ec81feb-2222-403d-8c30-91e5dc56d5a3 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-f10f8e4f-4479-4a43-a72d-8ffdf94d0e9b {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f10f8e4f-4479-4a43-a72d-8ffdf94d0e9b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f10f8e4f-4479-4a43-a72d-8ffdf94d0e9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f10f8e4f-4479-4a43-a72d-8ffdf94d0e9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f10f8e4f-4479-4a43-a72d-8ffdf94d0e9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f10f8e4f-4479-4a43-a72d-8ffdf94d0e9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f10f8e4f-4479-4a43-a72d-8ffdf94d0e9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f10f8e4f-4479-4a43-a72d-8ffdf94d0e9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-dc79c1f8-0812-4c05-a498-bee1f0a56e55 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-be0f22b5-9e77-44e4-bf78-998a83324abc {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-263125c6-c9b8-4e57-acf0-2fe263d90dfb {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-263125c6-c9b8-4e57-acf0-2fe263d90dfb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-263125c6-c9b8-4e57-acf0-2fe263d90dfb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-263125c6-c9b8-4e57-acf0-2fe263d90dfb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-867e7fdf-5bc0-4f52-93d0-00f2a1e2b5ee {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-867e7fdf-5bc0-4f52-93d0-00f2a1e2b5ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-867e7fdf-5bc0-4f52-93d0-00f2a1e2b5ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b9eab29-e76a-4440-ba0f-6866dd6e82b5 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
border-radius: 2px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-8b9eab29-e76a-4440-ba0f-6866dd6e82b5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b9eab29-e76a-4440-ba0f-6866dd6e82b5:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8b9eab29-e76a-4440-ba0f-6866dd6e82b5 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-8b9eab29-e76a-4440-ba0f-6866dd6e82b5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b9eab29-e76a-4440-ba0f-6866dd6e82b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b9eab29-e76a-4440-ba0f-6866dd6e82b5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-8b9eab29-e76a-4440-ba0f-6866dd6e82b5.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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