.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-6292b846-c7d6-4848-85a3-0d2b3e934d42 {
  margin-left: -10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6292b846-c7d6-4848-85a3-0d2b3e934d42 {
  display: none;
}
#s-6292b846-c7d6-4848-85a3-0d2b3e934d42, #wrap-s-6292b846-c7d6-4848-85a3-0d2b3e934d42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6292b846-c7d6-4848-85a3-0d2b3e934d42 {
  display: none;
}
#s-6292b846-c7d6-4848-85a3-0d2b3e934d42, #wrap-s-6292b846-c7d6-4848-85a3-0d2b3e934d42 { display:none !important; }}







#s-6292b846-c7d6-4848-85a3-0d2b3e934d42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6292b846-c7d6-4848-85a3-0d2b3e934d42.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-966ff971-093a-4d0e-8471-208a8828ab1f {
  margin-top: -10px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-966ff971-093a-4d0e-8471-208a8828ab1f .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-272b8c6d-5100-4e72-8498-7125621ba109 {
  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-2e62360c-c672-4d7a-9992-77ec6c8aaecd {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-2e62360c-c672-4d7a-9992-77ec6c8aaecd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-2e62360c-c672-4d7a-9992-77ec6c8aaecd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-2e62360c-c672-4d7a-9992-77ec6c8aaecd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2e62360c-c672-4d7a-9992-77ec6c8aaecd > .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-2e62360c-c672-4d7a-9992-77ec6c8aaecd > .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-2e62360c-c672-4d7a-9992-77ec6c8aaecd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-6912ff92-2d10-4ce3-990e-7ca04557db81 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-3ace2429-8563-4c35-9c53-5fbab6b2b26d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-68026b44-467b-4173-842c-19606357eee0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-288e8b44-7b1b-4c49-9f74-cd0e820b92eb {
  margin-left: 10px;
margin-bottom: 10px;
}

#s-5c7f07dc-b767-4e5f-953f-bb0e4f04a53c {
  margin-left: 10px;
margin-bottom: 10px;
}

#s-5f3fb62a-b354-4e23-a27f-4050201f4b30 {
  margin-top: 10px;
min-height: 30px;
}








#s-5f3fb62a-b354-4e23-a27f-4050201f4b30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f3fb62a-b354-4e23-a27f-4050201f4b30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6fd03a19-d043-4931-9c8d-c8afb9a950e9 {
  margin-left: 3%;
margin-right: 55%;
text-align: left;
}







  #s-6fd03a19-d043-4931-9c8d-c8afb9a950e9 img.shogun-image {
    

    
    
    
  }


#s-6fd03a19-d043-4931-9c8d-c8afb9a950e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4891c6fa-8128-4cde-b357-8e80f094e0bd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4891c6fa-8128-4cde-b357-8e80f094e0bd {
  margin-left: -10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4891c6fa-8128-4cde-b357-8e80f094e0bd {
  display: none;
}
#s-4891c6fa-8128-4cde-b357-8e80f094e0bd, #wrap-s-4891c6fa-8128-4cde-b357-8e80f094e0bd { display:none !important; }}@media (max-width: 767px){#s-4891c6fa-8128-4cde-b357-8e80f094e0bd {
  display: none;
}
#s-4891c6fa-8128-4cde-b357-8e80f094e0bd, #wrap-s-4891c6fa-8128-4cde-b357-8e80f094e0bd { display:none !important; }}







#s-4891c6fa-8128-4cde-b357-8e80f094e0bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4891c6fa-8128-4cde-b357-8e80f094e0bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d78f1a34-f356-4d2f-a0de-7070d95db5be {
  margin-top: -10px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-d78f1a34-f356-4d2f-a0de-7070d95db5be .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-69c74970-8cf8-4229-b76b-308d6d180f41 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-d4a48c80-23ce-4cdc-b773-bfc0f167d598 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-d4a48c80-23ce-4cdc-b773-bfc0f167d598 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-d4a48c80-23ce-4cdc-b773-bfc0f167d598 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-d4a48c80-23ce-4cdc-b773-bfc0f167d598 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d4a48c80-23ce-4cdc-b773-bfc0f167d598 > .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-d4a48c80-23ce-4cdc-b773-bfc0f167d598 > .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-d4a48c80-23ce-4cdc-b773-bfc0f167d598 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-c7b85938-fe5a-46b0-8d1b-67f227764a27 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-b29c5f50-a192-4919-972a-144b3055055b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-75f5a7e1-4c75-4bd2-983a-8d7e3606e4d5 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-4106bbf3-f96f-4e80-9a5f-a465d9e18d01 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

#s-ba1ac7b4-7201-4212-b248-d71c92414f65 {
  margin-left: 10px;
}

#s-403085fc-82de-485e-a60b-0b9efe07bcce {
  min-height: 50px;
}








#s-403085fc-82de-485e-a60b-0b9efe07bcce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-403085fc-82de-485e-a60b-0b9efe07bcce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34743bfb-da14-4782-a07b-02011fb7e6b0 {
  margin-top: 30px;
margin-right: 60%;
text-align: center;
}







  #s-34743bfb-da14-4782-a07b-02011fb7e6b0 img.shogun-image {
    

    
    
    
  }


#s-34743bfb-da14-4782-a07b-02011fb7e6b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8c94d63-fea9-4909-ae7d-2faba1d9c3e7 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8c94d63-fea9-4909-ae7d-2faba1d9c3e7 {
  
}
}@media (max-width: 767px){#s-a8c94d63-fea9-4909-ae7d-2faba1d9c3e7 {
  display: none;
}
#s-a8c94d63-fea9-4909-ae7d-2faba1d9c3e7, #wrap-s-a8c94d63-fea9-4909-ae7d-2faba1d9c3e7 { display:none !important; }}







#s-a8c94d63-fea9-4909-ae7d-2faba1d9c3e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8c94d63-fea9-4909-ae7d-2faba1d9c3e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6635a66e-4067-42ae-8a76-8b0dfec9ed29 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 10%;
margin-right: 10%;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-6635a66e-4067-42ae-8a76-8b0dfec9ed29 {
  display: none;
}
#s-6635a66e-4067-42ae-8a76-8b0dfec9ed29, #wrap-s-6635a66e-4067-42ae-8a76-8b0dfec9ed29 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6635a66e-4067-42ae-8a76-8b0dfec9ed29 {
  display: none;
}
#s-6635a66e-4067-42ae-8a76-8b0dfec9ed29, #wrap-s-6635a66e-4067-42ae-8a76-8b0dfec9ed29 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6635a66e-4067-42ae-8a76-8b0dfec9ed29 {
  display: none;
}
#s-6635a66e-4067-42ae-8a76-8b0dfec9ed29, #wrap-s-6635a66e-4067-42ae-8a76-8b0dfec9ed29 { display:none !important; }}@media (max-width: 767px){#s-6635a66e-4067-42ae-8a76-8b0dfec9ed29 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-6635a66e-4067-42ae-8a76-8b0dfec9ed29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-6635a66e-4067-42ae-8a76-8b0dfec9ed29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d753a3d0-fafa-40d4-b9cb-8964f1047a83 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 850px;
background-position: center center;
}
@media (min-width: 1200px){#s-d753a3d0-fafa-40d4-b9cb-8964f1047a83 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-d753a3d0-fafa-40d4-b9cb-8964f1047a83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d753a3d0-fafa-40d4-b9cb-8964f1047a83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6ea9260-d676-4425-958e-dd8bce4f88f0 {
  min-height: 50px;
}








#s-d6ea9260-d676-4425-958e-dd8bce4f88f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6ea9260-d676-4425-958e-dd8bce4f88f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6604145-3830-46a4-9171-df467ca4b800 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-c6604145-3830-46a4-9171-df467ca4b800 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-c6604145-3830-46a4-9171-df467ca4b800 .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-c6604145-3830-46a4-9171-df467ca4b800 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


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

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

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

#s-8c486a2f-4d47-4916-8bcd-a5883e9c359a {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-8c486a2f-4d47-4916-8bcd-a5883e9c359a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c486a2f-4d47-4916-8bcd-a5883e9c359a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c486a2f-4d47-4916-8bcd-a5883e9c359a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c486a2f-4d47-4916-8bcd-a5883e9c359a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c486a2f-4d47-4916-8bcd-a5883e9c359a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c486a2f-4d47-4916-8bcd-a5883e9c359a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c486a2f-4d47-4916-8bcd-a5883e9c359a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8c486a2f-4d47-4916-8bcd-a5883e9c359a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c0f00de9-07df-43ad-9b0a-5b78fb42cff0 {
  margin-top: 80px;
margin-left: 0%;
min-height: 50px;
background-attachment: scroll;
}








#s-c0f00de9-07df-43ad-9b0a-5b78fb42cff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0f00de9-07df-43ad-9b0a-5b78fb42cff0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0de1fc5a-1ea4-4d45-b071-1c9a827fc3f4 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 140px;
background-position: center center;
}








#s-0de1fc5a-1ea4-4d45-b071-1c9a827fc3f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0de1fc5a-1ea4-4d45-b071-1c9a827fc3f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-023dfa85-c549-4bc9-8a52-04a9cff88db4 {
  margin-top: -80px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-023dfa85-c549-4bc9-8a52-04a9cff88db4 {
  text-align: center;
}
}






  #s-023dfa85-c549-4bc9-8a52-04a9cff88db4 img.shogun-image {
    

    
    
    
  }


#s-023dfa85-c549-4bc9-8a52-04a9cff88db4 .shogun-image-content {
  
    align-items: center;
  
}

#s-540cdb0d-3ff3-44a2-8b38-b9c95ce17f78 {
  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-540cdb0d-3ff3-44a2-8b38-b9c95ce17f78 {
  display: none;
}
#s-540cdb0d-3ff3-44a2-8b38-b9c95ce17f78, #wrap-s-540cdb0d-3ff3-44a2-8b38-b9c95ce17f78 { display:none !important; }}@media (max-width: 767px){#s-540cdb0d-3ff3-44a2-8b38-b9c95ce17f78 {
  display: none;
}
#s-540cdb0d-3ff3-44a2-8b38-b9c95ce17f78, #wrap-s-540cdb0d-3ff3-44a2-8b38-b9c95ce17f78 { display:none !important; }}







#s-540cdb0d-3ff3-44a2-8b38-b9c95ce17f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-540cdb0d-3ff3-44a2-8b38-b9c95ce17f78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c037941d-13d0-456c-8cd0-59d2bb2ade01 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c037941d-13d0-456c-8cd0-59d2bb2ade01 {
  margin-top: 60px;
}
}
#s-c037941d-13d0-456c-8cd0-59d2bb2ade01 .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-c037941d-13d0-456c-8cd0-59d2bb2ade01 .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-1d3292d5-e369-4a9e-bbfe-ef6aaff1a51e {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-05c39ec3-58bd-4476-814d-6930c1cc1c13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-05c39ec3-58bd-4476-814d-6930c1cc1c13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05c39ec3-58bd-4476-814d-6930c1cc1c13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05c39ec3-58bd-4476-814d-6930c1cc1c13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6483638d-5c3a-4812-9ad6-77f8fc42a24a {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-6483638d-5c3a-4812-9ad6-77f8fc42a24a img.shogun-image {
    

    
    
    
  }


#s-6483638d-5c3a-4812-9ad6-77f8fc42a24a .shogun-image-content {
  
    align-items: center;
  
}

#s-b64b2128-be54-4a9a-9b4a-ba9702cefbaa {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-e492f60c-b824-445d-ae23-9150b5bb1e20 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-e492f60c-b824-445d-ae23-9150b5bb1e20 img.shogun-image {
    

    
    
    
  }


#s-e492f60c-b824-445d-ae23-9150b5bb1e20 .shogun-image-content {
  
    align-items: center;
  
}

#s-f273d266-242d-4285-85b1-b6d00a78d5a2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-2b567b02-8563-4978-80f6-8859311fc9db {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-2b567b02-8563-4978-80f6-8859311fc9db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2b567b02-8563-4978-80f6-8859311fc9db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b567b02-8563-4978-80f6-8859311fc9db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b567b02-8563-4978-80f6-8859311fc9db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-15ea031d-835f-4339-bb51-7906fdc58806 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-15ea031d-835f-4339-bb51-7906fdc58806 img.shogun-image {
    

    
    
    
  }


#s-15ea031d-835f-4339-bb51-7906fdc58806 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1e248b7-6ec3-4d56-98ea-7cb5f7f05141 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a13fd942-87af-40ea-af46-03698278d76e {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-a13fd942-87af-40ea-af46-03698278d76e img.shogun-image {
    

    
    
    
  }


#s-a13fd942-87af-40ea-af46-03698278d76e .shogun-image-content {
  
    align-items: center;
  
}

#s-259937dd-f0bb-415e-9510-b7937357cb20 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-8e0a3beb-4ee6-45a2-92c6-858dea5c34a6 {
  min-height: 50px;
}








#s-8e0a3beb-4ee6-45a2-92c6-858dea5c34a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e0a3beb-4ee6-45a2-92c6-858dea5c34a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-252243c3-ed66-4bfc-800b-e70d7cedf11c {
  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-252243c3-ed66-4bfc-800b-e70d7cedf11c {
  display: none;
}
#s-252243c3-ed66-4bfc-800b-e70d7cedf11c, #wrap-s-252243c3-ed66-4bfc-800b-e70d7cedf11c { display:none !important; }}







#s-252243c3-ed66-4bfc-800b-e70d7cedf11c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-252243c3-ed66-4bfc-800b-e70d7cedf11c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4886120-53d9-4c46-b1f1-5831d4105a08 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-f4886120-53d9-4c46-b1f1-5831d4105a08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4886120-53d9-4c46-b1f1-5831d4105a08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd017fbc-7f79-4e2f-ad24-8079fa324af2 {
  min-height: 50px;
}








#s-cd017fbc-7f79-4e2f-ad24-8079fa324af2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-cd017fbc-7f79-4e2f-ad24-8079fa324af2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d9723b7-f281-4783-9361-94283ec9b7dd {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-4d9723b7-f281-4783-9361-94283ec9b7dd {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-4d9723b7-f281-4783-9361-94283ec9b7dd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-e95fbfd0-65fb-4288-9274-e3b967c0b067 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-e95fbfd0-65fb-4288-9274-e3b967c0b067"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e95fbfd0-65fb-4288-9274-e3b967c0b067"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e95fbfd0-65fb-4288-9274-e3b967c0b067"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e95fbfd0-65fb-4288-9274-e3b967c0b067"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e95fbfd0-65fb-4288-9274-e3b967c0b067"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e95fbfd0-65fb-4288-9274-e3b967c0b067"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e95fbfd0-65fb-4288-9274-e3b967c0b067"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e95fbfd0-65fb-4288-9274-e3b967c0b067"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-43992597-124d-4163-bebc-44c8e4a8d836 {
  margin-left: 0%;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-43992597-124d-4163-bebc-44c8e4a8d836 {
  margin-top: 20px;
margin-right: 0%;
}
}







#s-43992597-124d-4163-bebc-44c8e4a8d836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43992597-124d-4163-bebc-44c8e4a8d836.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad0d6317-e5aa-49a4-91a8-7013cb9cc31a {
  margin-left: 10%;
margin-right: 10%;
max-width: 4672px;
aspect-ratio: 2/3;
text-align: left;
}
@media (max-width: 767px){#s-ad0d6317-e5aa-49a4-91a8-7013cb9cc31a {
  margin-top: 30px;
text-align: center;
}
}




  #s-ad0d6317-e5aa-49a4-91a8-7013cb9cc31a img.shogun-image,
  #s-ad0d6317-e5aa-49a4-91a8-7013cb9cc31a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad0d6317-e5aa-49a4-91a8-7013cb9cc31a {
    width: 100%;
    height: auto;
  }



  #s-ad0d6317-e5aa-49a4-91a8-7013cb9cc31a img.shogun-image {
    

    
    
    
  }


#s-ad0d6317-e5aa-49a4-91a8-7013cb9cc31a .shogun-image-content {
  
    align-items: center;
  
}

#s-560d7414-a65a-4c54-b583-827d1ad08880 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-560d7414-a65a-4c54-b583-827d1ad08880 {
  margin-top: 50px;
}
}
#s-560d7414-a65a-4c54-b583-827d1ad08880 .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-cd7a85b9-d966-4c0b-a383-e1cfc3f34df8 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-c188fb71-443a-428d-b3cc-50723660570a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c188fb71-443a-428d-b3cc-50723660570a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c188fb71-443a-428d-b3cc-50723660570a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c188fb71-443a-428d-b3cc-50723660570a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7e2cba4b-3c1d-4efb-b8eb-b42ea83842b7 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-7e2cba4b-3c1d-4efb-b8eb-b42ea83842b7 img.shogun-image {
    

    
    
    
  }


#s-7e2cba4b-3c1d-4efb-b8eb-b42ea83842b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ef14b87-ad4f-4bc8-b0fe-097ebbce43c2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-45f40416-8eb8-45c4-b904-84fb084a8054 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-45f40416-8eb8-45c4-b904-84fb084a8054 img.shogun-image {
    

    
    
    
  }


#s-45f40416-8eb8-45c4-b904-84fb084a8054 .shogun-image-content {
  
    align-items: center;
  
}

#s-59089ebd-3e69-43c0-ba8e-c63f5b91cbc3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-07032431-8cde-4cf0-ab8c-25fe5f8f2651"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-07032431-8cde-4cf0-ab8c-25fe5f8f2651"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07032431-8cde-4cf0-ab8c-25fe5f8f2651"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07032431-8cde-4cf0-ab8c-25fe5f8f2651"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6af32a63-572d-4404-93c8-3f053abb6d80 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-6af32a63-572d-4404-93c8-3f053abb6d80 img.shogun-image {
    

    
    
    
  }


#s-6af32a63-572d-4404-93c8-3f053abb6d80 .shogun-image-content {
  
    align-items: center;
  
}

#s-18bd5678-18c2-495b-8711-09d739301ebd {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-662700e1-85ed-4bd5-87ac-b714b75efb45 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-662700e1-85ed-4bd5-87ac-b714b75efb45 img.shogun-image {
    

    
    
    
  }


#s-662700e1-85ed-4bd5-87ac-b714b75efb45 .shogun-image-content {
  
    align-items: center;
  
}

#s-b959566d-c4fc-4159-9a7e-e666ed52ba93 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-bb904a00-205e-4537-a2d1-9d30491d5247 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-bb904a00-205e-4537-a2d1-9d30491d5247 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb904a00-205e-4537-a2d1-9d30491d5247.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7057925f-5d19-4551-8560-c0f5cd327e54 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-7057925f-5d19-4551-8560-c0f5cd327e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7057925f-5d19-4551-8560-c0f5cd327e54.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-12ce3bad-fa04-4e9a-843b-90842694e4e8 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}


  #s-12ce3bad-fa04-4e9a-843b-90842694e4e8 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-12ce3bad-fa04-4e9a-843b-90842694e4e8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-12ce3bad-fa04-4e9a-843b-90842694e4e8 .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-12ce3bad-fa04-4e9a-843b-90842694e4e8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-12ce3bad-fa04-4e9a-843b-90842694e4e8 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-12ce3bad-fa04-4e9a-843b-90842694e4e8 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-873837e0-8d25-482b-9666-2b76cf420623 {
  min-height: 50px;
}








#s-873837e0-8d25-482b-9666-2b76cf420623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-873837e0-8d25-482b-9666-2b76cf420623.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-460d096b-9e68-4366-9f6e-bb158f85cd1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-460d096b-9e68-4366-9f6e-bb158f85cd1a {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-460d096b-9e68-4366-9f6e-bb158f85cd1a .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-460d096b-9e68-4366-9f6e-bb158f85cd1a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-d17655ac-3fff-4c64-910b-717263a3ac34 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-7c19c6f5-e689-4b77-bae6-941cc6a0a2c0 {
  min-height: 50px;
}








#s-7c19c6f5-e689-4b77-bae6-941cc6a0a2c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c19c6f5-e689-4b77-bae6-941cc6a0a2c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09f1ceb0-7ad6-4cf4-946f-e9c1a26638e1 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-09f1ceb0-7ad6-4cf4-946f-e9c1a26638e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09f1ceb0-7ad6-4cf4-946f-e9c1a26638e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-09f1ceb0-7ad6-4cf4-946f-e9c1a26638e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-09f1ceb0-7ad6-4cf4-946f-e9c1a26638e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-fabba6b6-6fc3-42b3-9a99-b7f3d8769837 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-fabba6b6-6fc3-42b3-9a99-b7f3d8769837 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fabba6b6-6fc3-42b3-9a99-b7f3d8769837.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7795a238-0476-44a5-8c99-70a108bb128f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7795a238-0476-44a5-8c99-70a108bb128f {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-7795a238-0476-44a5-8c99-70a108bb128f .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}



#s-3a543ea8-0263-4d9e-99a3-c363d8cd22b3 {
  min-height: 50px;
}








#s-3a543ea8-0263-4d9e-99a3-c363d8cd22b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a543ea8-0263-4d9e-99a3-c363d8cd22b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d467b3a5-5620-4916-89e1-7b732fa511db {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a555c16f-6114-4bd8-b1a2-5ca604e782b0 {
  min-height: 50px;
}








#s-a555c16f-6114-4bd8-b1a2-5ca604e782b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a555c16f-6114-4bd8-b1a2-5ca604e782b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0aa50d8-a4f6-4db2-af6e-c8db83efb350 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-c0aa50d8-a4f6-4db2-af6e-c8db83efb350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0aa50d8-a4f6-4db2-af6e-c8db83efb350.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e31e40e6-f0c7-49e7-a5ff-6c1a52adf6bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e31e40e6-f0c7-49e7-a5ff-6c1a52adf6bb {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-e31e40e6-f0c7-49e7-a5ff-6c1a52adf6bb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}



#s-178fc482-8815-4424-b88e-d176548c31c6 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-07c9e6a7-dfd0-41d6-82eb-c96cb994c667 {
  min-height: 50px;
}








#s-07c9e6a7-dfd0-41d6-82eb-c96cb994c667 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07c9e6a7-dfd0-41d6-82eb-c96cb994c667.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5566cc7-68ed-4c81-9835-3ee2539fd852 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f5566cc7-68ed-4c81-9835-3ee2539fd852 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-f5566cc7-68ed-4c81-9835-3ee2539fd852 .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-f5566cc7-68ed-4c81-9835-3ee2539fd852 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-8c2d9975-fc9a-4845-a104-77dffb3b7067 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a8a6de1c-262b-4cdc-97a9-1e7c0c6149c5 {
  min-height: 50px;
}








#s-a8a6de1c-262b-4cdc-97a9-1e7c0c6149c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8a6de1c-262b-4cdc-97a9-1e7c0c6149c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a41cb0f-00e3-4229-b10f-238772862ad7 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7a41cb0f-00e3-4229-b10f-238772862ad7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a41cb0f-00e3-4229-b10f-238772862ad7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-7a41cb0f-00e3-4229-b10f-238772862ad7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-7a41cb0f-00e3-4229-b10f-238772862ad7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-b0cf6f7b-370c-4319-b486-001dbabc3e46 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-b0cf6f7b-370c-4319-b486-001dbabc3e46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0cf6f7b-370c-4319-b486-001dbabc3e46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bd6c02e-f5db-4c22-9399-3bd4986d08a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1bd6c02e-f5db-4c22-9399-3bd4986d08a4 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-1bd6c02e-f5db-4c22-9399-3bd4986d08a4 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}



#s-03860b7e-ff16-4b67-8c9c-1978cd545116 {
  min-height: 50px;
}








#s-03860b7e-ff16-4b67-8c9c-1978cd545116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03860b7e-ff16-4b67-8c9c-1978cd545116.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d74d730c-8afc-4b4d-ac08-64ab23a6d1e2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-6efbccc2-91dd-4281-9194-cffc944c2dd6 {
  min-height: 50px;
}








#s-6efbccc2-91dd-4281-9194-cffc944c2dd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6efbccc2-91dd-4281-9194-cffc944c2dd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14310ab5-521f-4d0b-9551-578538a965b8 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-14310ab5-521f-4d0b-9551-578538a965b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14310ab5-521f-4d0b-9551-578538a965b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-261c7800-ff35-4192-9a81-f59a524365ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-261c7800-ff35-4192-9a81-f59a524365ab {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-261c7800-ff35-4192-9a81-f59a524365ab .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}



#s-16be8808-30b7-4d10-b374-82630b0d2c9e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-6fed67b2-13d1-4266-9ac0-f976e979da0a {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-6fed67b2-13d1-4266-9ac0-f976e979da0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fed67b2-13d1-4266-9ac0-f976e979da0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be022594-fde1-4e43-8146-8b6cf6f79787 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-be022594-fde1-4e43-8146-8b6cf6f79787 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-be022594-fde1-4e43-8146-8b6cf6f79787 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}



#s-4369ce71-2903-4438-aba9-6f43ec303857 {
  min-height: 50px;
}








#s-4369ce71-2903-4438-aba9-6f43ec303857 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4369ce71-2903-4438-aba9-6f43ec303857.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efc44691-b19b-4355-81c9-ab0003eccb22 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-6f809f9a-c30a-47dc-8ed0-93da7c625d2f {
  min-height: 50px;
}
@media (max-width: 767px){#s-6f809f9a-c30a-47dc-8ed0-93da7c625d2f {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-6f809f9a-c30a-47dc-8ed0-93da7c625d2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f809f9a-c30a-47dc-8ed0-93da7c625d2f.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-08305b74-fb0c-400e-bc01-3a2f6c52f079 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-08305b74-fb0c-400e-bc01-3a2f6c52f079 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-08305b74-fb0c-400e-bc01-3a2f6c52f079 .shg-sld-nav-button.shg-sld-left,
#s-08305b74-fb0c-400e-bc01-3a2f6c52f079 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-866e35b5-17a6-48a8-9764-7473b6041b4e {
  min-height: 50px;
}








#s-866e35b5-17a6-48a8-9764-7473b6041b4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-866e35b5-17a6-48a8-9764-7473b6041b4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac655ada-10e2-4bdb-9fc4-52038cce72f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ac655ada-10e2-4bdb-9fc4-52038cce72f5 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-ac655ada-10e2-4bdb-9fc4-52038cce72f5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-db2b9db4-3b1f-48f9-845d-baedef46ea4d {
  min-height: 50px;
}








#s-db2b9db4-3b1f-48f9-845d-baedef46ea4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db2b9db4-3b1f-48f9-845d-baedef46ea4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35dbef79-ed95-4ced-b04f-a266e289a504 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-35dbef79-ed95-4ced-b04f-a266e289a504 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-35dbef79-ed95-4ced-b04f-a266e289a504 .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-35dbef79-ed95-4ced-b04f-a266e289a504 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-e1ca2722-9f48-46f2-9360-27d5fc80e513 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-e1ca2722-9f48-46f2-9360-27d5fc80e513"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1ca2722-9f48-46f2-9360-27d5fc80e513"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1ca2722-9f48-46f2-9360-27d5fc80e513"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1ca2722-9f48-46f2-9360-27d5fc80e513"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fac5c77a-41df-4ac7-9b6a-3ce83c339455 {
  text-align: center;
}







  #s-fac5c77a-41df-4ac7-9b6a-3ce83c339455 img.shogun-image {
    

    
    
    
  }


#s-fac5c77a-41df-4ac7-9b6a-3ce83c339455 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b77041d-96a8-4816-bfb8-de085c802f67 {
  min-height: 50px;
}








#s-5b77041d-96a8-4816-bfb8-de085c802f67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b77041d-96a8-4816-bfb8-de085c802f67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59879a3e-e901-463a-a76a-60eb9eba0bce {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-59879a3e-e901-463a-a76a-60eb9eba0bce .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-d1d041d1-c699-404c-915f-9ccfa9165b3b {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-d8124fc6-ebae-4227-8bf8-8f7db298e1aa {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d8124fc6-ebae-4227-8bf8-8f7db298e1aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8124fc6-ebae-4227-8bf8-8f7db298e1aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8124fc6-ebae-4227-8bf8-8f7db298e1aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8124fc6-ebae-4227-8bf8-8f7db298e1aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-56586602-b63d-43be-ac5a-f1f60fc65e66 {
  text-align: center;
}







  #s-56586602-b63d-43be-ac5a-f1f60fc65e66 img.shogun-image {
    

    
    
    
  }


#s-56586602-b63d-43be-ac5a-f1f60fc65e66 .shogun-image-content {
  
    align-items: center;
  
}

#s-177fb954-925e-4baf-b08b-948515666d9e {
  min-height: 50px;
}








#s-177fb954-925e-4baf-b08b-948515666d9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-177fb954-925e-4baf-b08b-948515666d9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9b34ac6-6f1c-4d51-ac5d-922e68c5525b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f9b34ac6-6f1c-4d51-ac5d-922e68c5525b .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-8dddd2a5-cad5-4cca-b883-755d0f2c65e6 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-c06f3857-7206-4364-92ed-436c511c483e {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-c06f3857-7206-4364-92ed-436c511c483e {
  display: none;
}
#s-c06f3857-7206-4364-92ed-436c511c483e, #wrap-s-c06f3857-7206-4364-92ed-436c511c483e { display:none !important; }}







#s-c06f3857-7206-4364-92ed-436c511c483e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c06f3857-7206-4364-92ed-436c511c483e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-eeea602a-5ea4-49d8-8da5-59c456edc013 {
  display: none;
}
#s-eeea602a-5ea4-49d8-8da5-59c456edc013, #wrap-s-eeea602a-5ea4-49d8-8da5-59c456edc013 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eeea602a-5ea4-49d8-8da5-59c456edc013"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eeea602a-5ea4-49d8-8da5-59c456edc013"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eeea602a-5ea4-49d8-8da5-59c456edc013"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eeea602a-5ea4-49d8-8da5-59c456edc013"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ba17f791-7743-4b62-a68b-351b7ef67121 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ba17f791-7743-4b62-a68b-351b7ef67121 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-64eb416e-974e-4964-94aa-70003c309ed2 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a05edb40-affa-4c69-bd75-eaae22ac8612"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a05edb40-affa-4c69-bd75-eaae22ac8612"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a05edb40-affa-4c69-bd75-eaae22ac8612"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a05edb40-affa-4c69-bd75-eaae22ac8612"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1247fccd-5160-43ea-81d9-754362a96484 {
  min-height: 50px;
}








#s-1247fccd-5160-43ea-81d9-754362a96484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1247fccd-5160-43ea-81d9-754362a96484.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94141b67-67b8-4502-9df7-79a64aa87d42 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-94141b67-67b8-4502-9df7-79a64aa87d42 img.shogun-image {
    

    
    
    
  }


#s-94141b67-67b8-4502-9df7-79a64aa87d42 .shogun-image-content {
  
    align-items: center;
  
}

#s-102fb559-c4a8-4504-98d3-2744fbfc69fa {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-102fb559-c4a8-4504-98d3-2744fbfc69fa .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-b0599229-3744-45c4-bc09-cb85c1332d55 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-f38dcaec-c542-49dd-92c9-4d3372f0e8e5 {
  min-height: 50px;
}








#s-f38dcaec-c542-49dd-92c9-4d3372f0e8e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f38dcaec-c542-49dd-92c9-4d3372f0e8e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70fc41e4-d72c-4710-89d7-781b5daa9636 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-70fc41e4-d72c-4710-89d7-781b5daa9636 img.shogun-image {
    

    
    
    
  }


#s-70fc41e4-d72c-4710-89d7-781b5daa9636 .shogun-image-content {
  
    align-items: center;
  
}

#s-0525571e-3699-4c07-af8d-afc3c57d3861 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0525571e-3699-4c07-af8d-afc3c57d3861 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-8f3023e2-0730-410f-b299-d05c7d0f98d2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1fb5f39a-51cf-443b-8ad7-658f32e8473c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fb5f39a-51cf-443b-8ad7-658f32e8473c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1fb5f39a-51cf-443b-8ad7-658f32e8473c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fb5f39a-51cf-443b-8ad7-658f32e8473c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-48ec5006-a0c2-486d-aca0-2c87088265a9 {
  min-height: 50px;
}








#s-48ec5006-a0c2-486d-aca0-2c87088265a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ec5006-a0c2-486d-aca0-2c87088265a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7bb6eb5-cd68-4121-abee-6acb027cab62 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-e7bb6eb5-cd68-4121-abee-6acb027cab62 img.shogun-image {
    

    
    
    
  }


#s-e7bb6eb5-cd68-4121-abee-6acb027cab62 .shogun-image-content {
  
    align-items: center;
  
}

#s-1699f4d6-c165-4b00-b85e-b05f46b605c2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1699f4d6-c165-4b00-b85e-b05f46b605c2 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-e8da24f3-3ee1-497a-aee8-a4ea9f240f62 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-7b12d7f3-95c5-432b-8004-f930e41107c4 {
  min-height: 50px;
}








#s-7b12d7f3-95c5-432b-8004-f930e41107c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b12d7f3-95c5-432b-8004-f930e41107c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddc90023-2f8d-4015-ac89-698b41508161 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 80px;
text-align: center;
}







  #s-ddc90023-2f8d-4015-ac89-698b41508161 img.shogun-image {
    

    
    
    
  }


#s-ddc90023-2f8d-4015-ac89-698b41508161 .shogun-image-content {
  
    align-items: center;
  
}

#s-e26c710f-4327-4d18-94a5-a82e9e74fc6b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e26c710f-4327-4d18-94a5-a82e9e74fc6b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-43883b13-30e5-4d43-bd20-077b2de3558e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-054a0348-1efb-445f-a02d-c9e206cee42c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 160px;
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: 600px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-054a0348-1efb-445f-a02d-c9e206cee42c {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-054a0348-1efb-445f-a02d-c9e206cee42c > .shg-box-overlay {
  background-color: rgba(244, 248, 255, 0.99);
  opacity: 0;
}#s-054a0348-1efb-445f-a02d-c9e206cee42c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5697a0a9-70d8-4125-87ae-b462d0949f7f {
  margin-top: 60px;
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-5697a0a9-70d8-4125-87ae-b462d0949f7f {
  margin-bottom: -160px;
}
}







#s-5697a0a9-70d8-4125-87ae-b462d0949f7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5697a0a9-70d8-4125-87ae-b462d0949f7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3633e552-ee13-48fe-acad-9d0a730e5bc2 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-3633e552-ee13-48fe-acad-9d0a730e5bc2 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-3633e552-ee13-48fe-acad-9d0a730e5bc2 .shogun-heading-component h5 {
  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-855a05e0-f09b-4e5f-8fef-f43edc308de3 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-855a05e0-f09b-4e5f-8fef-f43edc308de3 {
  display: none;
}
#s-855a05e0-f09b-4e5f-8fef-f43edc308de3, #wrap-s-855a05e0-f09b-4e5f-8fef-f43edc308de3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-855a05e0-f09b-4e5f-8fef-f43edc308de3 {
  display: none;
}
#s-855a05e0-f09b-4e5f-8fef-f43edc308de3, #wrap-s-855a05e0-f09b-4e5f-8fef-f43edc308de3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-855a05e0-f09b-4e5f-8fef-f43edc308de3 {
  display: none;
}
#s-855a05e0-f09b-4e5f-8fef-f43edc308de3, #wrap-s-855a05e0-f09b-4e5f-8fef-f43edc308de3 { display:none !important; }}
#s-855a05e0-f09b-4e5f-8fef-f43edc308de3 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6b808b0f-51d1-474d-8ca6-5846cfdde57d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6b808b0f-51d1-474d-8ca6-5846cfdde57d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b808b0f-51d1-474d-8ca6-5846cfdde57d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6b808b0f-51d1-474d-8ca6-5846cfdde57d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6b808b0f-51d1-474d-8ca6-5846cfdde57d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-9c2b88ab-a128-4f18-8cd3-609822aa8d9f {
  min-height: 50px;
}








#s-9c2b88ab-a128-4f18-8cd3-609822aa8d9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c2b88ab-a128-4f18-8cd3-609822aa8d9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e79acbb-47ba-44fd-84ab-939960500b3b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7e79acbb-47ba-44fd-84ab-939960500b3b .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-4da382ad-999e-4bda-bb80-66c58aa48e18 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-7ae48f83-87ca-46e0-a019-8b5bae6daa4a {
  min-height: 50px;
}
@media (max-width: 767px){#s-7ae48f83-87ca-46e0-a019-8b5bae6daa4a {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-7ae48f83-87ca-46e0-a019-8b5bae6daa4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ae48f83-87ca-46e0-a019-8b5bae6daa4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-655a14f4-1b60-4661-b2d0-f2edc8920e8e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-655a14f4-1b60-4661-b2d0-f2edc8920e8e {
  display: none;
}
#s-655a14f4-1b60-4661-b2d0-f2edc8920e8e, #wrap-s-655a14f4-1b60-4661-b2d0-f2edc8920e8e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-655a14f4-1b60-4661-b2d0-f2edc8920e8e {
  display: none;
}
#s-655a14f4-1b60-4661-b2d0-f2edc8920e8e, #wrap-s-655a14f4-1b60-4661-b2d0-f2edc8920e8e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-655a14f4-1b60-4661-b2d0-f2edc8920e8e {
  display: none;
}
#s-655a14f4-1b60-4661-b2d0-f2edc8920e8e, #wrap-s-655a14f4-1b60-4661-b2d0-f2edc8920e8e { display:none !important; }}
#s-655a14f4-1b60-4661-b2d0-f2edc8920e8e hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e3bfea6d-6683-448b-849a-30cb6ff0eaa5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e3bfea6d-6683-448b-849a-30cb6ff0eaa5 .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-55063670-41fd-4ffb-84e7-b270cd36ba1b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-c7d01d9f-7791-4ff5-8d1f-e9e556d36a21 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-c7d01d9f-7791-4ff5-8d1f-e9e556d36a21 {
  display: none;
}
#s-c7d01d9f-7791-4ff5-8d1f-e9e556d36a21, #wrap-s-c7d01d9f-7791-4ff5-8d1f-e9e556d36a21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7d01d9f-7791-4ff5-8d1f-e9e556d36a21 {
  display: none;
}
#s-c7d01d9f-7791-4ff5-8d1f-e9e556d36a21, #wrap-s-c7d01d9f-7791-4ff5-8d1f-e9e556d36a21 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7d01d9f-7791-4ff5-8d1f-e9e556d36a21 {
  display: none;
}
#s-c7d01d9f-7791-4ff5-8d1f-e9e556d36a21, #wrap-s-c7d01d9f-7791-4ff5-8d1f-e9e556d36a21 { display:none !important; }}
#s-c7d01d9f-7791-4ff5-8d1f-e9e556d36a21 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-536543ef-4e9c-474e-bfed-6bf45812bbaf {
  min-height: 50px;
}








#s-536543ef-4e9c-474e-bfed-6bf45812bbaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-536543ef-4e9c-474e-bfed-6bf45812bbaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf726c85-d339-4e28-92c7-8c3b098452e1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cf726c85-d339-4e28-92c7-8c3b098452e1 .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-4ba63a1c-72f7-496f-a63f-157b4014574b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-10764054-775f-44fb-a9b7-9b4937aec179 {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-10764054-775f-44fb-a9b7-9b4937aec179 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-10764054-775f-44fb-a9b7-9b4937aec179 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-10764054-775f-44fb-a9b7-9b4937aec179 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-10764054-775f-44fb-a9b7-9b4937aec179 > .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-10764054-775f-44fb-a9b7-9b4937aec179 > .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-10764054-775f-44fb-a9b7-9b4937aec179 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-cab4b953-5761-4163-be6e-be45a2347283 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-cab4b953-5761-4163-be6e-be45a2347283 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-cab4b953-5761-4163-be6e-be45a2347283 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cab4b953-5761-4163-be6e-be45a2347283.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3505aca0-b7d7-4623-9104-065d6ec0b951 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-3505aca0-b7d7-4623-9104-065d6ec0b951 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-3505aca0-b7d7-4623-9104-065d6ec0b951"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3505aca0-b7d7-4623-9104-065d6ec0b951"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3505aca0-b7d7-4623-9104-065d6ec0b951"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3505aca0-b7d7-4623-9104-065d6ec0b951"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7c3040ad-ff27-4dc8-a2a9-d4bbcf251360 {
  min-height: 50px;
}








#s-7c3040ad-ff27-4dc8-a2a9-d4bbcf251360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c3040ad-ff27-4dc8-a2a9-d4bbcf251360.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aff440e7-971c-4afb-8fc9-d1000bc47613 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-aff440e7-971c-4afb-8fc9-d1000bc47613 img.shogun-image {
    

    
    
    
  }


#s-aff440e7-971c-4afb-8fc9-d1000bc47613 .shogun-image-content {
  
    align-items: center;
  
}

#s-816956c2-6685-4c24-abc0-6ad81c507ce5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-cd78447b-c49d-49fe-8acb-9a96fc5f5dbf {
  min-height: 50px;
}








#s-cd78447b-c49d-49fe-8acb-9a96fc5f5dbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd78447b-c49d-49fe-8acb-9a96fc5f5dbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3c7e592-31d2-4bf8-9724-92a3e6b4bc01 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-c3c7e592-31d2-4bf8-9724-92a3e6b4bc01 img.shogun-image {
    

    
    
    
  }


#s-c3c7e592-31d2-4bf8-9724-92a3e6b4bc01 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f819564-54be-4cf8-948c-c91307e93f94 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-ff56ebcc-9d9f-4f70-8656-9e1d3fd4cafc {
  min-height: 50px;
}








#s-ff56ebcc-9d9f-4f70-8656-9e1d3fd4cafc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff56ebcc-9d9f-4f70-8656-9e1d3fd4cafc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-112fdf02-dd86-44e8-be7d-de7a5ccee36d {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-112fdf02-dd86-44e8-be7d-de7a5ccee36d img.shogun-image {
    

    
    
    
  }


#s-112fdf02-dd86-44e8-be7d-de7a5ccee36d .shogun-image-content {
  
    align-items: center;
  
}

#s-b45c105c-7c9a-40e1-9bfe-52f946736acc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d47ead30-5f8d-4b45-adec-ad71280f593e {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 20px;
}
@media (min-width: 1200px){#s-d47ead30-5f8d-4b45-adec-ad71280f593e {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d47ead30-5f8d-4b45-adec-ad71280f593e {
  
}
}@media (max-width: 767px){#s-d47ead30-5f8d-4b45-adec-ad71280f593e {
  display: none;
}
#s-d47ead30-5f8d-4b45-adec-ad71280f593e, #wrap-s-d47ead30-5f8d-4b45-adec-ad71280f593e { display:none !important; }}







#s-d47ead30-5f8d-4b45-adec-ad71280f593e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d47ead30-5f8d-4b45-adec-ad71280f593e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd7f754e-0997-4cef-b983-a19781223894 {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-bd7f754e-0997-4cef-b983-a19781223894"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-bd7f754e-0997-4cef-b983-a19781223894"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-bd7f754e-0997-4cef-b983-a19781223894"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-bd7f754e-0997-4cef-b983-a19781223894"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-de902fd7-1662-48db-8c8d-e99a5a356edd {
  margin-right: 10%;
}

#s-de902fd7-1662-48db-8c8d-e99a5a356edd hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-56b2c638-9db7-42b8-bd8f-1b950b658dba {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-56b2c638-9db7-42b8-bd8f-1b950b658dba {
  padding-bottom: 0px;
}
}
#s-56b2c638-9db7-42b8-bd8f-1b950b658dba .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-56b2c638-9db7-42b8-bd8f-1b950b658dba .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


}
#s-509d148d-a1cc-4465-b1ba-166e73de38b1 {
  margin-left: 10%;
}

#s-509d148d-a1cc-4465-b1ba-166e73de38b1 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-177fcfcb-2943-4e75-885e-bbdc78e9ca60 {
  margin-top: 40px;
margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-177fcfcb-2943-4e75-885e-bbdc78e9ca60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-177fcfcb-2943-4e75-885e-bbdc78e9ca60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-177fcfcb-2943-4e75-885e-bbdc78e9ca60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-177fcfcb-2943-4e75-885e-bbdc78e9ca60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1e1c1aa3-93f0-4ec0-aa0f-fe47ceccbf2d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-1e1c1aa3-93f0-4ec0-aa0f-fe47ceccbf2d {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-afd7d2f7-63c6-4124-b63c-cfaf9a5f275c {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}








#s-afd7d2f7-63c6-4124-b63c-cfaf9a5f275c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afd7d2f7-63c6-4124-b63c-cfaf9a5f275c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0f98b3e-ecad-4ec1-9782-f88eb1342b70 {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-d0f98b3e-ecad-4ec1-9782-f88eb1342b70 img.shogun-image,
  #s-d0f98b3e-ecad-4ec1-9782-f88eb1342b70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0f98b3e-ecad-4ec1-9782-f88eb1342b70 {
    width: 100%;
    height: auto;
  }



  #s-d0f98b3e-ecad-4ec1-9782-f88eb1342b70 img.shogun-image {
    

    
    
    
  }


#s-d0f98b3e-ecad-4ec1-9782-f88eb1342b70 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b92287b-0bb8-4c54-8d1f-89bf60f5c582 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-7b92287b-0bb8-4c54-8d1f-89bf60f5c582 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-8bacf703-fa1d-4334-96fb-3cdde2aab928 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-34ec8c13-9730-4f65-a47a-400ad1c60d25 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-34ec8c13-9730-4f65-a47a-400ad1c60d25 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-aa6f01cd-3abb-47ff-8808-73468b95a812 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-aa6f01cd-3abb-47ff-8808-73468b95a812"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-aa6f01cd-3abb-47ff-8808-73468b95a812"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa6f01cd-3abb-47ff-8808-73468b95a812"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa6f01cd-3abb-47ff-8808-73468b95a812"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa6f01cd-3abb-47ff-8808-73468b95a812"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa6f01cd-3abb-47ff-8808-73468b95a812"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa6f01cd-3abb-47ff-8808-73468b95a812"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-a1eda393-da28-4153-b94b-f9e758bfac5a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-f8cd1d42-350e-4f75-94fe-8b79e42a507d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-1cd36482-4024-4558-bed3-07a2ecc23c04 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-1cd36482-4024-4558-bed3-07a2ecc23c04 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1cd36482-4024-4558-bed3-07a2ecc23c04 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1cd36482-4024-4558-bed3-07a2ecc23c04 .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-4e0f258c-859c-48f7-8adf-432716cd6658 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-4e0f258c-859c-48f7-8adf-432716cd6658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e0f258c-859c-48f7-8adf-432716cd6658.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-b292f5b8-ee49-48c0-bbac-4ef531bdceb5 {
  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-b292f5b8-ee49-48c0-bbac-4ef531bdceb5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b292f5b8-ee49-48c0-bbac-4ef531bdceb5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b292f5b8-ee49-48c0-bbac-4ef531bdceb5 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-b292f5b8-ee49-48c0-bbac-4ef531bdceb5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b292f5b8-ee49-48c0-bbac-4ef531bdceb5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b292f5b8-ee49-48c0-bbac-4ef531bdceb5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-b292f5b8-ee49-48c0-bbac-4ef531bdceb5.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-a550a745-87b2-4ea4-bdf8-cdd81b4a190f {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-a550a745-87b2-4ea4-bdf8-cdd81b4a190f {
  margin-top: 50px;
}
}







#s-a550a745-87b2-4ea4-bdf8-cdd81b4a190f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a550a745-87b2-4ea4-bdf8-cdd81b4a190f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00f2f54f-f907-4a82-8770-333bcd27eda6 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-00f2f54f-f907-4a82-8770-333bcd27eda6 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-a4e57e63-6ee4-4ca7-933d-d984eb839849 {
  text-align: center;
}







  #s-a4e57e63-6ee4-4ca7-933d-d984eb839849 img.shogun-image {
    

    
    
    
  }


#s-a4e57e63-6ee4-4ca7-933d-d984eb839849 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3dc10ba-7958-4f7a-a962-e3f52752e7b5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-b3dc10ba-7958-4f7a-a962-e3f52752e7b5 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-a859a28e-ddb9-41db-ba3a-8f56564ea62a {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-56cc0575-5eba-4d24-a6f0-701b4c44bda5 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-56cc0575-5eba-4d24-a6f0-701b4c44bda5 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-55ecee84-6597-4987-a832-4e2810e59b72 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-55ecee84-6597-4987-a832-4e2810e59b72"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-55ecee84-6597-4987-a832-4e2810e59b72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-55ecee84-6597-4987-a832-4e2810e59b72"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-55ecee84-6597-4987-a832-4e2810e59b72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-55ecee84-6597-4987-a832-4e2810e59b72"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-55ecee84-6597-4987-a832-4e2810e59b72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-55ecee84-6597-4987-a832-4e2810e59b72"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-473c833c-785a-4335-897f-3d23bdfc0657 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-b17946d7-6e14-46fd-a5cc-2581514b5e9b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-f20996ef-e490-4adb-a062-4262ef7f4513 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-f20996ef-e490-4adb-a062-4262ef7f4513 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f20996ef-e490-4adb-a062-4262ef7f4513 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f20996ef-e490-4adb-a062-4262ef7f4513 .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-ac4989eb-6a36-421f-9d85-a83a0c627b13 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-ac4989eb-6a36-421f-9d85-a83a0c627b13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac4989eb-6a36-421f-9d85-a83a0c627b13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cad977a3-f4bc-4bd3-ae94-5552d79b976a {
  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-cad977a3-f4bc-4bd3-ae94-5552d79b976a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cad977a3-f4bc-4bd3-ae94-5552d79b976a: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-cad977a3-f4bc-4bd3-ae94-5552d79b976a {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-cad977a3-f4bc-4bd3-ae94-5552d79b976a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cad977a3-f4bc-4bd3-ae94-5552d79b976a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cad977a3-f4bc-4bd3-ae94-5552d79b976a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-cad977a3-f4bc-4bd3-ae94-5552d79b976a.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-9952580c-3fb0-4777-a298-48349432c1f4 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-9952580c-3fb0-4777-a298-48349432c1f4 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-9952580c-3fb0-4777-a298-48349432c1f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9952580c-3fb0-4777-a298-48349432c1f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15a73fc1-4c3b-4051-a6b7-b7d07f723823 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-15a73fc1-4c3b-4051-a6b7-b7d07f723823 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-e6fccc08-bfd4-42b9-9ff3-3337f4aa80aa {
  text-align: center;
}







  #s-e6fccc08-bfd4-42b9-9ff3-3337f4aa80aa img.shogun-image {
    

    
    
    
  }


#s-e6fccc08-bfd4-42b9-9ff3-3337f4aa80aa .shogun-image-content {
  
    align-items: center;
  
}

#s-83b34e60-8c52-48c1-a003-e69539527932 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-83b34e60-8c52-48c1-a003-e69539527932 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-2487f121-1c78-49a2-9b06-33919fe71a23 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-bd815bb4-3d1f-4ff1-8a8c-53ffd609903f {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-bd815bb4-3d1f-4ff1-8a8c-53ffd609903f hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-f82c0be1-b035-47cc-a289-cc4e73f020e7 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f82c0be1-b035-47cc-a289-cc4e73f020e7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f82c0be1-b035-47cc-a289-cc4e73f020e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f82c0be1-b035-47cc-a289-cc4e73f020e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f82c0be1-b035-47cc-a289-cc4e73f020e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f82c0be1-b035-47cc-a289-cc4e73f020e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f82c0be1-b035-47cc-a289-cc4e73f020e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f82c0be1-b035-47cc-a289-cc4e73f020e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-1b7168e1-a127-42b8-85ec-fbe8bd0fe727 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-a8ac09db-9467-43d4-a5bd-7ff172cc573f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-e22b6fbe-cead-4583-8a6b-668061ca6553 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-e22b6fbe-cead-4583-8a6b-668061ca6553 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e22b6fbe-cead-4583-8a6b-668061ca6553 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e22b6fbe-cead-4583-8a6b-668061ca6553 .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-5a00294c-63cf-4d79-8bb4-815c288a1bbc {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-5a00294c-63cf-4d79-8bb4-815c288a1bbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a00294c-63cf-4d79-8bb4-815c288a1bbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdf67dff-e779-459c-8624-d1535c67f940 {
  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-cdf67dff-e779-459c-8624-d1535c67f940:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cdf67dff-e779-459c-8624-d1535c67f940: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-cdf67dff-e779-459c-8624-d1535c67f940 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-cdf67dff-e779-459c-8624-d1535c67f940 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cdf67dff-e779-459c-8624-d1535c67f940.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cdf67dff-e779-459c-8624-d1535c67f940.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-cdf67dff-e779-459c-8624-d1535c67f940.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-cbc30b6d-1eb9-41bf-beab-80289f4a4e60 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cbc30b6d-1eb9-41bf-beab-80289f4a4e60 {
  display: none;
}
#s-cbc30b6d-1eb9-41bf-beab-80289f4a4e60, #wrap-s-cbc30b6d-1eb9-41bf-beab-80289f4a4e60 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbc30b6d-1eb9-41bf-beab-80289f4a4e60 {
  display: none;
}
#s-cbc30b6d-1eb9-41bf-beab-80289f4a4e60, #wrap-s-cbc30b6d-1eb9-41bf-beab-80289f4a4e60 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbc30b6d-1eb9-41bf-beab-80289f4a4e60 {
  display: none;
}
#s-cbc30b6d-1eb9-41bf-beab-80289f4a4e60, #wrap-s-cbc30b6d-1eb9-41bf-beab-80289f4a4e60 { display:none !important; }}







#s-cbc30b6d-1eb9-41bf-beab-80289f4a4e60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbc30b6d-1eb9-41bf-beab-80289f4a4e60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3c0d639-7e3e-4476-b02c-0b594600d823 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 10%;
margin-right: 10%;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-b3c0d639-7e3e-4476-b02c-0b594600d823 {
  display: none;
}
#s-b3c0d639-7e3e-4476-b02c-0b594600d823, #wrap-s-b3c0d639-7e3e-4476-b02c-0b594600d823 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3c0d639-7e3e-4476-b02c-0b594600d823 {
  display: none;
}
#s-b3c0d639-7e3e-4476-b02c-0b594600d823, #wrap-s-b3c0d639-7e3e-4476-b02c-0b594600d823 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3c0d639-7e3e-4476-b02c-0b594600d823 {
  display: none;
}
#s-b3c0d639-7e3e-4476-b02c-0b594600d823, #wrap-s-b3c0d639-7e3e-4476-b02c-0b594600d823 { display:none !important; }}@media (max-width: 767px){#s-b3c0d639-7e3e-4476-b02c-0b594600d823 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-b3c0d639-7e3e-4476-b02c-0b594600d823 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-b3c0d639-7e3e-4476-b02c-0b594600d823.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f6184ae-9a07-4dca-bcf1-1bba7b968338 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 850px;
background-position: center center;
}
@media (min-width: 1200px){#s-0f6184ae-9a07-4dca-bcf1-1bba7b968338 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-0f6184ae-9a07-4dca-bcf1-1bba7b968338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f6184ae-9a07-4dca-bcf1-1bba7b968338.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93dee7a9-1f97-41ea-862f-7798436e194f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-93dee7a9-1f97-41ea-862f-7798436e194f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93dee7a9-1f97-41ea-862f-7798436e194f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0607bcf6-11e7-4450-bb0c-d06d0eacc118 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-0607bcf6-11e7-4450-bb0c-d06d0eacc118 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-0607bcf6-11e7-4450-bb0c-d06d0eacc118 .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-0607bcf6-11e7-4450-bb0c-d06d0eacc118 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-c18ff7fd-c3fd-42a4-8523-6be50618f92f {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-c18ff7fd-c3fd-42a4-8523-6be50618f92f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c18ff7fd-c3fd-42a4-8523-6be50618f92f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c18ff7fd-c3fd-42a4-8523-6be50618f92f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c18ff7fd-c3fd-42a4-8523-6be50618f92f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c18ff7fd-c3fd-42a4-8523-6be50618f92f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c18ff7fd-c3fd-42a4-8523-6be50618f92f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c18ff7fd-c3fd-42a4-8523-6be50618f92f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c18ff7fd-c3fd-42a4-8523-6be50618f92f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e723601a-45f4-4057-a393-542e992494a7 {
  margin-top: 60px;
margin-left: 0%;
min-height: 50px;
background-attachment: scroll;
}








#s-e723601a-45f4-4057-a393-542e992494a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e723601a-45f4-4057-a393-542e992494a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3913627-2985-4f88-ba47-c715c4074901 {
  margin-left: 10%;
margin-right: 10%;
max-width: 4672px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-f3913627-2985-4f88-ba47-c715c4074901 img.shogun-image,
  #s-f3913627-2985-4f88-ba47-c715c4074901 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3913627-2985-4f88-ba47-c715c4074901 {
    width: 100%;
    height: auto;
  }



  #s-f3913627-2985-4f88-ba47-c715c4074901 img.shogun-image {
    

    
    
    
  }


#s-f3913627-2985-4f88-ba47-c715c4074901 .shogun-image-content {
  
    align-items: center;
  
}

#s-f057ca38-6692-4a64-a119-26949ef6ede1 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f057ca38-6692-4a64-a119-26949ef6ede1 {
  margin-top: 60px;
}
}
#s-f057ca38-6692-4a64-a119-26949ef6ede1 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-1430a660-d907-4555-a9d6-d49bfa135bea {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-4746a4e1-09a7-4d2e-be43-621eb62876db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4746a4e1-09a7-4d2e-be43-621eb62876db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4746a4e1-09a7-4d2e-be43-621eb62876db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4746a4e1-09a7-4d2e-be43-621eb62876db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e25a3724-3717-4c20-9820-481c4bf77d28 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-e25a3724-3717-4c20-9820-481c4bf77d28 img.shogun-image {
    

    
    
    
  }


#s-e25a3724-3717-4c20-9820-481c4bf77d28 .shogun-image-content {
  
    align-items: center;
  
}

#s-b59b9f44-f031-4978-afa2-5f6191c3677d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-8aa54864-200f-41f8-bcd3-aa015f514bc7 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-8aa54864-200f-41f8-bcd3-aa015f514bc7 img.shogun-image {
    

    
    
    
  }


#s-8aa54864-200f-41f8-bcd3-aa015f514bc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-db4b988c-4c71-4c49-86df-4a2ed9a435f5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cf5c8783-497b-4bb8-8450-4c89e5d8d1b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cf5c8783-497b-4bb8-8450-4c89e5d8d1b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf5c8783-497b-4bb8-8450-4c89e5d8d1b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf5c8783-497b-4bb8-8450-4c89e5d8d1b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ac435bcd-3b3d-42a4-8a51-bc735ed9deb1 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-ac435bcd-3b3d-42a4-8a51-bc735ed9deb1 img.shogun-image {
    

    
    
    
  }


#s-ac435bcd-3b3d-42a4-8a51-bc735ed9deb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-add98155-8a11-40da-9385-ee43668e277b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-23e09d8a-fcdd-4a29-8b32-a485defea230 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-23e09d8a-fcdd-4a29-8b32-a485defea230 img.shogun-image {
    

    
    
    
  }


#s-23e09d8a-fcdd-4a29-8b32-a485defea230 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ab40ad0-5d7a-4bf5-bbca-cc614559a4c5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-44ead444-76f2-4c15-83aa-afd0a6934276 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-44ead444-76f2-4c15-83aa-afd0a6934276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44ead444-76f2-4c15-83aa-afd0a6934276.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-483dcaa8-a5e2-4495-a58b-da72067a32cf {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}


  #s-483dcaa8-a5e2-4495-a58b-da72067a32cf .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-483dcaa8-a5e2-4495-a58b-da72067a32cf .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-483dcaa8-a5e2-4495-a58b-da72067a32cf .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-483dcaa8-a5e2-4495-a58b-da72067a32cf .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-483dcaa8-a5e2-4495-a58b-da72067a32cf .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-483dcaa8-a5e2-4495-a58b-da72067a32cf .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-d70f71a0-115d-4706-959a-e8ff1d972a64 {
  min-height: 50px;
}








#s-d70f71a0-115d-4706-959a-e8ff1d972a64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d70f71a0-115d-4706-959a-e8ff1d972a64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d63b8de7-b334-42e1-98b9-8d02a1f334ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d63b8de7-b334-42e1-98b9-8d02a1f334ea {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-d63b8de7-b334-42e1-98b9-8d02a1f334ea .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-d63b8de7-b334-42e1-98b9-8d02a1f334ea .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-72cd9cb2-d577-47ee-a048-6d1c5013957f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-5258eb8f-6cc7-4af4-a458-181bea98ea1b {
  min-height: 50px;
}








#s-5258eb8f-6cc7-4af4-a458-181bea98ea1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5258eb8f-6cc7-4af4-a458-181bea98ea1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca05c455-5038-43ef-bf1e-0d18a0028a42 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ca05c455-5038-43ef-bf1e-0d18a0028a42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca05c455-5038-43ef-bf1e-0d18a0028a42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ca05c455-5038-43ef-bf1e-0d18a0028a42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca05c455-5038-43ef-bf1e-0d18a0028a42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-80d11892-c993-4346-935a-4ea353b79a89 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-80d11892-c993-4346-935a-4ea353b79a89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80d11892-c993-4346-935a-4ea353b79a89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e849175-1f39-4ee7-b9af-b511281163cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9e849175-1f39-4ee7-b9af-b511281163cc {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-9e849175-1f39-4ee7-b9af-b511281163cc .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}



#s-048320ba-4ab9-40b1-8eac-0cc2ab1c1692 {
  min-height: 50px;
}








#s-048320ba-4ab9-40b1-8eac-0cc2ab1c1692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-048320ba-4ab9-40b1-8eac-0cc2ab1c1692.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e7c9dc3-4e10-439e-aef6-96923eb50bc3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-9e3a4396-f6b5-4f9c-9386-78f0a8aa68b7 {
  min-height: 50px;
}








#s-9e3a4396-f6b5-4f9c-9386-78f0a8aa68b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e3a4396-f6b5-4f9c-9386-78f0a8aa68b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f21f40b2-ea5c-4dec-ac03-152dbbc3508f {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-f21f40b2-ea5c-4dec-ac03-152dbbc3508f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f21f40b2-ea5c-4dec-ac03-152dbbc3508f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-774eeb28-e3b2-4ab7-89e0-5bc08922d01f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-774eeb28-e3b2-4ab7-89e0-5bc08922d01f {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-774eeb28-e3b2-4ab7-89e0-5bc08922d01f .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}



#s-d2c04a1e-1e64-4bf4-a3d8-a286f83aa2aa {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-3103b285-2073-4c75-a51b-d304d1ba1b4f {
  min-height: 50px;
}








#s-3103b285-2073-4c75-a51b-d304d1ba1b4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3103b285-2073-4c75-a51b-d304d1ba1b4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-969fa4f5-9894-4b2d-93ac-4e14426923c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-969fa4f5-9894-4b2d-93ac-4e14426923c1 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-969fa4f5-9894-4b2d-93ac-4e14426923c1 .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-969fa4f5-9894-4b2d-93ac-4e14426923c1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-4e7d50cd-4ea9-4902-bb98-34154ddef203 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-2fea26f2-ecbf-48fc-8696-55274e0d2d3e {
  min-height: 50px;
}








#s-2fea26f2-ecbf-48fc-8696-55274e0d2d3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fea26f2-ecbf-48fc-8696-55274e0d2d3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60acccb8-b929-4305-8712-a502f4f96b94 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-60acccb8-b929-4305-8712-a502f4f96b94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60acccb8-b929-4305-8712-a502f4f96b94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-60acccb8-b929-4305-8712-a502f4f96b94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-60acccb8-b929-4305-8712-a502f4f96b94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-6e5e09a1-c770-4404-abe8-43a8f09f69c9 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-6e5e09a1-c770-4404-abe8-43a8f09f69c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e5e09a1-c770-4404-abe8-43a8f09f69c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f26b1a0-c0d3-4b37-9e11-7723cc4cd9b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6f26b1a0-c0d3-4b37-9e11-7723cc4cd9b6 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-6f26b1a0-c0d3-4b37-9e11-7723cc4cd9b6 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}



#s-07af6fad-0379-4e62-8d61-81e0ff1bbe25 {
  min-height: 50px;
}








#s-07af6fad-0379-4e62-8d61-81e0ff1bbe25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07af6fad-0379-4e62-8d61-81e0ff1bbe25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a6f7dfb-d197-42c9-ba2d-8acd41c4b688 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-d4c0673c-ad63-4491-a985-9ea6ba587cf8 {
  min-height: 50px;
}








#s-d4c0673c-ad63-4491-a985-9ea6ba587cf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4c0673c-ad63-4491-a985-9ea6ba587cf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-703bc50f-e78a-48c6-98ae-08228a8f1517 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-703bc50f-e78a-48c6-98ae-08228a8f1517 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-703bc50f-e78a-48c6-98ae-08228a8f1517.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2aa684c4-6fe8-43fa-af72-23db5b5ae748 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2aa684c4-6fe8-43fa-af72-23db5b5ae748 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-2aa684c4-6fe8-43fa-af72-23db5b5ae748 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}



#s-3f88872f-af0a-473b-af62-23be66322000 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a56668f3-501d-4797-b81f-44459179ff26 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-a56668f3-501d-4797-b81f-44459179ff26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a56668f3-501d-4797-b81f-44459179ff26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6e43ae8-7923-4204-92dc-5e41d5683629 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b6e43ae8-7923-4204-92dc-5e41d5683629 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-b6e43ae8-7923-4204-92dc-5e41d5683629 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 0px;
  
}



#s-7dd8c473-e2f6-431c-a885-65f1cc3c1977 {
  min-height: 50px;
}








#s-7dd8c473-e2f6-431c-a885-65f1cc3c1977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dd8c473-e2f6-431c-a885-65f1cc3c1977.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14811fa0-6d96-4203-ad00-62a27103f595 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-1012311a-0744-4279-a86a-6249e0cd7b0d {
  min-height: 50px;
}
@media (max-width: 767px){#s-1012311a-0744-4279-a86a-6249e0cd7b0d {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-1012311a-0744-4279-a86a-6249e0cd7b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1012311a-0744-4279-a86a-6249e0cd7b0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3415f069-4407-435a-a599-aab74ace83da {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3415f069-4407-435a-a599-aab74ace83da .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-3415f069-4407-435a-a599-aab74ace83da .shg-sld-nav-button.shg-sld-left,
#s-3415f069-4407-435a-a599-aab74ace83da .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-e7a13323-f62e-4a42-9bec-850a34ed86f1 {
  min-height: 50px;
}








#s-e7a13323-f62e-4a42-9bec-850a34ed86f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7a13323-f62e-4a42-9bec-850a34ed86f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08105d71-3ebb-4469-8221-f12c4004a9b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-08105d71-3ebb-4469-8221-f12c4004a9b4 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-08105d71-3ebb-4469-8221-f12c4004a9b4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-7eda72fd-8d72-4fde-84b1-65dc7ee95d57 {
  min-height: 50px;
}








#s-7eda72fd-8d72-4fde-84b1-65dc7ee95d57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eda72fd-8d72-4fde-84b1-65dc7ee95d57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-071549f4-24bc-4026-a391-f922cdab4298 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-071549f4-24bc-4026-a391-f922cdab4298 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-071549f4-24bc-4026-a391-f922cdab4298 .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-071549f4-24bc-4026-a391-f922cdab4298 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-ce2e4c4e-b6c4-46c1-b902-77f311320328 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-ce2e4c4e-b6c4-46c1-b902-77f311320328"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce2e4c4e-b6c4-46c1-b902-77f311320328"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce2e4c4e-b6c4-46c1-b902-77f311320328"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce2e4c4e-b6c4-46c1-b902-77f311320328"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b73e9956-de20-4b63-99e8-5f545aada10a {
  text-align: center;
}







  #s-b73e9956-de20-4b63-99e8-5f545aada10a img.shogun-image {
    

    
    
    
  }


#s-b73e9956-de20-4b63-99e8-5f545aada10a .shogun-image-content {
  
    align-items: center;
  
}

#s-1c0420f6-f530-47c5-be16-50be84b5fa2f {
  min-height: 50px;
}








#s-1c0420f6-f530-47c5-be16-50be84b5fa2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c0420f6-f530-47c5-be16-50be84b5fa2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b84789b-5e56-4f9b-8fa7-7dd70a263415 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4b84789b-5e56-4f9b-8fa7-7dd70a263415 .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-8b1b35f3-df79-4306-9c4b-fbb5e767ad9c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-9b4c819a-ec9d-4e33-891b-8dd2dbc30b8e {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-9b4c819a-ec9d-4e33-891b-8dd2dbc30b8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b4c819a-ec9d-4e33-891b-8dd2dbc30b8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b4c819a-ec9d-4e33-891b-8dd2dbc30b8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b4c819a-ec9d-4e33-891b-8dd2dbc30b8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5c7c8aaf-1d7f-4bb1-9020-9a8e3c524e15 {
  text-align: center;
}







  #s-5c7c8aaf-1d7f-4bb1-9020-9a8e3c524e15 img.shogun-image {
    

    
    
    
  }


#s-5c7c8aaf-1d7f-4bb1-9020-9a8e3c524e15 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3eea511-def4-49ca-b1ac-b8b14e652a7e {
  min-height: 50px;
}








#s-c3eea511-def4-49ca-b1ac-b8b14e652a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3eea511-def4-49ca-b1ac-b8b14e652a7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-996304ca-2edd-41b3-bde9-3ac238fda7cf {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-996304ca-2edd-41b3-bde9-3ac238fda7cf .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-389e7c98-f9ff-4dea-aea9-a4e620001a5a {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a8766b20-1162-46ca-978b-fdc6176b96b4 {
  min-height: 50px;
}








#s-a8766b20-1162-46ca-978b-fdc6176b96b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8766b20-1162-46ca-978b-fdc6176b96b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa31c300-6bdf-4699-828a-9c542c99b02c {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-fa31c300-6bdf-4699-828a-9c542c99b02c {
  display: none;
}
#s-fa31c300-6bdf-4699-828a-9c542c99b02c, #wrap-s-fa31c300-6bdf-4699-828a-9c542c99b02c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa31c300-6bdf-4699-828a-9c542c99b02c {
  display: none;
}
#s-fa31c300-6bdf-4699-828a-9c542c99b02c, #wrap-s-fa31c300-6bdf-4699-828a-9c542c99b02c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa31c300-6bdf-4699-828a-9c542c99b02c {
  display: none;
}
#s-fa31c300-6bdf-4699-828a-9c542c99b02c, #wrap-s-fa31c300-6bdf-4699-828a-9c542c99b02c { display:none !important; }}







#s-fa31c300-6bdf-4699-828a-9c542c99b02c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa31c300-6bdf-4699-828a-9c542c99b02c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd208d2c-e08a-4ba3-8365-03ddd6321603 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-dd208d2c-e08a-4ba3-8365-03ddd6321603 {
  display: none;
}
#s-dd208d2c-e08a-4ba3-8365-03ddd6321603, #wrap-s-dd208d2c-e08a-4ba3-8365-03ddd6321603 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd208d2c-e08a-4ba3-8365-03ddd6321603 {
  display: none;
}
#s-dd208d2c-e08a-4ba3-8365-03ddd6321603, #wrap-s-dd208d2c-e08a-4ba3-8365-03ddd6321603 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd208d2c-e08a-4ba3-8365-03ddd6321603 {
  display: none;
}
#s-dd208d2c-e08a-4ba3-8365-03ddd6321603, #wrap-s-dd208d2c-e08a-4ba3-8365-03ddd6321603 { display:none !important; }}
#s-dd208d2c-e08a-4ba3-8365-03ddd6321603 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-60ae0381-1fa2-4542-a9e9-9db13c367a13 {
  display: none;
}
#s-60ae0381-1fa2-4542-a9e9-9db13c367a13, #wrap-s-60ae0381-1fa2-4542-a9e9-9db13c367a13 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60ae0381-1fa2-4542-a9e9-9db13c367a13 {
  display: none;
}
#s-60ae0381-1fa2-4542-a9e9-9db13c367a13, #wrap-s-60ae0381-1fa2-4542-a9e9-9db13c367a13 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60ae0381-1fa2-4542-a9e9-9db13c367a13 {
  display: none;
}
#s-60ae0381-1fa2-4542-a9e9-9db13c367a13, #wrap-s-60ae0381-1fa2-4542-a9e9-9db13c367a13 { display:none !important; }}
@media (min-width: 0px) {
[id="s-60ae0381-1fa2-4542-a9e9-9db13c367a13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-60ae0381-1fa2-4542-a9e9-9db13c367a13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-60ae0381-1fa2-4542-a9e9-9db13c367a13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-60ae0381-1fa2-4542-a9e9-9db13c367a13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-60ae0381-1fa2-4542-a9e9-9db13c367a13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-60ae0381-1fa2-4542-a9e9-9db13c367a13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-60ae0381-1fa2-4542-a9e9-9db13c367a13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.0px);
}

}

#s-fbf3d1f1-8c81-41ac-90ac-fe459e516cae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fbf3d1f1-8c81-41ac-90ac-fe459e516cae {
  display: none;
}
#s-fbf3d1f1-8c81-41ac-90ac-fe459e516cae, #wrap-s-fbf3d1f1-8c81-41ac-90ac-fe459e516cae { display:none !important; }}
#s-fbf3d1f1-8c81-41ac-90ac-fe459e516cae .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-774bd5e8-b433-4ae7-83ea-357ae506439b {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-97723226-a2b6-4090-897d-1902917d209f {
  margin-top: 20px;
min-height: 50px;
}








#s-97723226-a2b6-4090-897d-1902917d209f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97723226-a2b6-4090-897d-1902917d209f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81c725a4-be12-4fde-9d4f-9d0aafe0c335 {
  min-height: 50px;
}








#s-81c725a4-be12-4fde-9d4f-9d0aafe0c335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81c725a4-be12-4fde-9d4f-9d0aafe0c335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44152fdc-0106-4963-a13e-63a125a65efc {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-44152fdc-0106-4963-a13e-63a125a65efc img.shogun-image {
    

    
    
    
  }


#s-44152fdc-0106-4963-a13e-63a125a65efc .shogun-image-content {
  
    align-items: center;
  
}

#s-eb73df3b-3c06-456f-8efb-6440daf17176 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-eb73df3b-3c06-456f-8efb-6440daf17176 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Futura";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-fa9227e6-a7a6-492f-8917-22b56596c387 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-5e642817-a002-4451-b930-784090f7879b {
  min-height: 50px;
}








#s-5e642817-a002-4451-b930-784090f7879b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e642817-a002-4451-b930-784090f7879b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45aa16b2-3528-4f63-8220-7c2fb8446138 {
  margin-left: 27%;
margin-bottom: 20px;
margin-right: 27%;
text-align: center;
}







  #s-45aa16b2-3528-4f63-8220-7c2fb8446138 img.shogun-image {
    

    
    
    
  }


#s-45aa16b2-3528-4f63-8220-7c2fb8446138 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a7a32f0-f593-4d6e-b924-595e63c5b32e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0a7a32f0-f593-4d6e-b924-595e63c5b32e .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-b193e164-bfa7-4d53-85b7-0411b68da855 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-17f80c06-c1c2-449a-a7b6-27b58c560733 {
  min-height: 50px;
}








#s-17f80c06-c1c2-449a-a7b6-27b58c560733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17f80c06-c1c2-449a-a7b6-27b58c560733.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-326f4c91-e4ce-406e-aa78-434bcf50aa98 {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}







  #s-326f4c91-e4ce-406e-aa78-434bcf50aa98 img.shogun-image {
    

    
    
    
  }


#s-326f4c91-e4ce-406e-aa78-434bcf50aa98 .shogun-image-content {
  
    align-items: center;
  
}

#s-accafb46-e2fc-4932-bcad-eafcf49b8b90 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-accafb46-e2fc-4932-bcad-eafcf49b8b90 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-c151ca7d-7d20-4d13-bf9b-839574b3d7f6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-3cfa17ff-9a53-4ad0-8a72-e43ec602a045 {
  min-height: 50px;
}








#s-3cfa17ff-9a53-4ad0-8a72-e43ec602a045 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cfa17ff-9a53-4ad0-8a72-e43ec602a045.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8e29f18-f6bf-4aed-9df0-1e045d2f48d0 {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 80px;
text-align: center;
}







  #s-b8e29f18-f6bf-4aed-9df0-1e045d2f48d0 img.shogun-image {
    

    
    
    
  }


#s-b8e29f18-f6bf-4aed-9df0-1e045d2f48d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5463d370-2cb8-4ee8-8a43-0f1dc464b89d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5463d370-2cb8-4ee8-8a43-0f1dc464b89d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-3e034ce3-4b3b-4ebc-8422-c289d5dd4937 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-037c0d70-f24b-41e5-b43e-a5484e5e84c1 {
  background-repeat: no-repeat;
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: center center;
}
@media (min-width: 1200px){#s-037c0d70-f24b-41e5-b43e-a5484e5e84c1 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-037c0d70-f24b-41e5-b43e-a5484e5e84c1 > .shg-box-overlay {
  background-color: rgba(241, 250, 255, 0.99);
  opacity: 0;
}#s-037c0d70-f24b-41e5-b43e-a5484e5e84c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab09f3df-ee07-49a4-9b97-6f27357208d1 {
  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-ab09f3df-ee07-49a4-9b97-6f27357208d1 {
  display: none;
}
#s-ab09f3df-ee07-49a4-9b97-6f27357208d1, #wrap-s-ab09f3df-ee07-49a4-9b97-6f27357208d1 { display:none !important; }}@media (max-width: 767px){#s-ab09f3df-ee07-49a4-9b97-6f27357208d1 {
  margin-bottom: -160px;
display: none;
}
#s-ab09f3df-ee07-49a4-9b97-6f27357208d1, #wrap-s-ab09f3df-ee07-49a4-9b97-6f27357208d1 { display:none !important; }}







#s-ab09f3df-ee07-49a4-9b97-6f27357208d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab09f3df-ee07-49a4-9b97-6f27357208d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4687b17-db98-47ed-9fd5-7dede766fd4c {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-d4687b17-db98-47ed-9fd5-7dede766fd4c {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-d4687b17-db98-47ed-9fd5-7dede766fd4c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-581fcb7c-6d07-41b2-8af2-02df40c6359b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-581fcb7c-6d07-41b2-8af2-02df40c6359b {
  display: none;
}
#s-581fcb7c-6d07-41b2-8af2-02df40c6359b, #wrap-s-581fcb7c-6d07-41b2-8af2-02df40c6359b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-581fcb7c-6d07-41b2-8af2-02df40c6359b {
  display: none;
}
#s-581fcb7c-6d07-41b2-8af2-02df40c6359b, #wrap-s-581fcb7c-6d07-41b2-8af2-02df40c6359b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-581fcb7c-6d07-41b2-8af2-02df40c6359b {
  display: none;
}
#s-581fcb7c-6d07-41b2-8af2-02df40c6359b, #wrap-s-581fcb7c-6d07-41b2-8af2-02df40c6359b { display:none !important; }}
#s-581fcb7c-6d07-41b2-8af2-02df40c6359b hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e58fe295-3800-4f92-95df-87937ce9a411 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-e58fe295-3800-4f92-95df-87937ce9a411"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e58fe295-3800-4f92-95df-87937ce9a411"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e58fe295-3800-4f92-95df-87937ce9a411"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e58fe295-3800-4f92-95df-87937ce9a411"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-088d46b6-39e2-4396-b7d3-f67793339ba3 {
  min-height: 50px;
}








#s-088d46b6-39e2-4396-b7d3-f67793339ba3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-088d46b6-39e2-4396-b7d3-f67793339ba3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b93f74bd-d428-4db0-959a-436a2360af51 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b93f74bd-d428-4db0-959a-436a2360af51 .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-6b98f353-a83b-4686-8929-d30f8ccaa75e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-3f5caefb-3bbb-4771-92e1-f03bfd5b462b {
  min-height: 50px;
}
@media (max-width: 767px){#s-3f5caefb-3bbb-4771-92e1-f03bfd5b462b {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-3f5caefb-3bbb-4771-92e1-f03bfd5b462b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f5caefb-3bbb-4771-92e1-f03bfd5b462b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-370a1edf-516d-4754-9e09-ab7af7db6d9e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-370a1edf-516d-4754-9e09-ab7af7db6d9e {
  display: none;
}
#s-370a1edf-516d-4754-9e09-ab7af7db6d9e, #wrap-s-370a1edf-516d-4754-9e09-ab7af7db6d9e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-370a1edf-516d-4754-9e09-ab7af7db6d9e {
  display: none;
}
#s-370a1edf-516d-4754-9e09-ab7af7db6d9e, #wrap-s-370a1edf-516d-4754-9e09-ab7af7db6d9e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-370a1edf-516d-4754-9e09-ab7af7db6d9e {
  display: none;
}
#s-370a1edf-516d-4754-9e09-ab7af7db6d9e, #wrap-s-370a1edf-516d-4754-9e09-ab7af7db6d9e { display:none !important; }}
#s-370a1edf-516d-4754-9e09-ab7af7db6d9e hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-01d9aad9-8341-46e1-b68a-0b9745509e12 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-01d9aad9-8341-46e1-b68a-0b9745509e12 .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-bee2e077-a4fb-499f-983d-f8a7b6d0751a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-2fae2d1f-9890-42ed-868b-44b83ba392d4 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-2fae2d1f-9890-42ed-868b-44b83ba392d4 {
  display: none;
}
#s-2fae2d1f-9890-42ed-868b-44b83ba392d4, #wrap-s-2fae2d1f-9890-42ed-868b-44b83ba392d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fae2d1f-9890-42ed-868b-44b83ba392d4 {
  display: none;
}
#s-2fae2d1f-9890-42ed-868b-44b83ba392d4, #wrap-s-2fae2d1f-9890-42ed-868b-44b83ba392d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2fae2d1f-9890-42ed-868b-44b83ba392d4 {
  display: none;
}
#s-2fae2d1f-9890-42ed-868b-44b83ba392d4, #wrap-s-2fae2d1f-9890-42ed-868b-44b83ba392d4 { display:none !important; }}
#s-2fae2d1f-9890-42ed-868b-44b83ba392d4 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e7aa3d10-49e1-403d-abfd-5fd45373ea0b {
  min-height: 50px;
}








#s-e7aa3d10-49e1-403d-abfd-5fd45373ea0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7aa3d10-49e1-403d-abfd-5fd45373ea0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9e1e426-9c59-4c22-b3a4-48bd2a7c9169 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a9e1e426-9c59-4c22-b3a4-48bd2a7c9169 .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-6f1955e4-cae1-461f-9202-f15578dd8455 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-8781a9a5-6efb-408a-a4b5-0c53df571657 {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-8781a9a5-6efb-408a-a4b5-0c53df571657 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-8781a9a5-6efb-408a-a4b5-0c53df571657 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-8781a9a5-6efb-408a-a4b5-0c53df571657 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-8781a9a5-6efb-408a-a4b5-0c53df571657 > .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-8781a9a5-6efb-408a-a4b5-0c53df571657 > .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-8781a9a5-6efb-408a-a4b5-0c53df571657 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-d13ba7e0-d103-4823-bed2-cdbb446548af {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-d13ba7e0-d103-4823-bed2-cdbb446548af {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-d13ba7e0-d103-4823-bed2-cdbb446548af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d13ba7e0-d103-4823-bed2-cdbb446548af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d40d50f-c4a9-4dcc-a446-d1581d69ff3e {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-8d40d50f-c4a9-4dcc-a446-d1581d69ff3e {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-8d40d50f-c4a9-4dcc-a446-d1581d69ff3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d40d50f-c4a9-4dcc-a446-d1581d69ff3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8d40d50f-c4a9-4dcc-a446-d1581d69ff3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d40d50f-c4a9-4dcc-a446-d1581d69ff3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8af7dd55-5f50-4803-910b-19bbe1d1d1e0 {
  min-height: 50px;
}








#s-8af7dd55-5f50-4803-910b-19bbe1d1d1e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8af7dd55-5f50-4803-910b-19bbe1d1d1e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91200e8c-635c-4527-8174-2e188a8d5522 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-91200e8c-635c-4527-8174-2e188a8d5522 img.shogun-image {
    

    
    
    
  }


#s-91200e8c-635c-4527-8174-2e188a8d5522 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e475ad3-e513-4fb2-a71b-5cf47440b26f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-81f7bbcf-d876-4fbe-89c5-e45240528a4e {
  min-height: 50px;
}








#s-81f7bbcf-d876-4fbe-89c5-e45240528a4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81f7bbcf-d876-4fbe-89c5-e45240528a4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c79cf3e5-9643-450a-ae62-5256d0dcd4b3 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-c79cf3e5-9643-450a-ae62-5256d0dcd4b3 img.shogun-image {
    

    
    
    
  }


#s-c79cf3e5-9643-450a-ae62-5256d0dcd4b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d51fbaa-f1c3-4614-9e74-52acad221068 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-73640c1d-84cd-4401-81a3-d4d68816a55c {
  min-height: 50px;
}








#s-73640c1d-84cd-4401-81a3-d4d68816a55c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73640c1d-84cd-4401-81a3-d4d68816a55c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b57fbdd8-8ace-487d-81ec-4d6cedbacf2f {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-b57fbdd8-8ace-487d-81ec-4d6cedbacf2f img.shogun-image {
    

    
    
    
  }


#s-b57fbdd8-8ace-487d-81ec-4d6cedbacf2f .shogun-image-content {
  
    align-items: center;
  
}

#s-5f893398-4f44-485a-b2eb-927ad3a5b4b5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-148e9fe4-577a-4256-a23c-c9da0f1f0ffc {
  margin-top: -100px;
margin-left: 10%;
margin-bottom: 0px;
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: 1200px){#s-148e9fe4-577a-4256-a23c-c9da0f1f0ffc {
  display: none;
}
#s-148e9fe4-577a-4256-a23c-c9da0f1f0ffc, #wrap-s-148e9fe4-577a-4256-a23c-c9da0f1f0ffc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-148e9fe4-577a-4256-a23c-c9da0f1f0ffc {
  display: none;
}
#s-148e9fe4-577a-4256-a23c-c9da0f1f0ffc, #wrap-s-148e9fe4-577a-4256-a23c-c9da0f1f0ffc { display:none !important; }}







#s-148e9fe4-577a-4256-a23c-c9da0f1f0ffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-148e9fe4-577a-4256-a23c-c9da0f1f0ffc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07b8593e-5620-4168-bbee-f1462077b4cf {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-07b8593e-5620-4168-bbee-f1462077b4cf {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-07b8593e-5620-4168-bbee-f1462077b4cf .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-eba816c9-bff9-40f9-8533-deda514dc711 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-eba816c9-bff9-40f9-8533-deda514dc711 {
  display: none;
}
#s-eba816c9-bff9-40f9-8533-deda514dc711, #wrap-s-eba816c9-bff9-40f9-8533-deda514dc711 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eba816c9-bff9-40f9-8533-deda514dc711 {
  display: none;
}
#s-eba816c9-bff9-40f9-8533-deda514dc711, #wrap-s-eba816c9-bff9-40f9-8533-deda514dc711 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eba816c9-bff9-40f9-8533-deda514dc711 {
  display: none;
}
#s-eba816c9-bff9-40f9-8533-deda514dc711, #wrap-s-eba816c9-bff9-40f9-8533-deda514dc711 { display:none !important; }}
#s-eba816c9-bff9-40f9-8533-deda514dc711 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1d58731b-25a8-4689-9f9e-26ba4af51fa6 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-1d58731b-25a8-4689-9f9e-26ba4af51fa6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d58731b-25a8-4689-9f9e-26ba4af51fa6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1d58731b-25a8-4689-9f9e-26ba4af51fa6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1d58731b-25a8-4689-9f9e-26ba4af51fa6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-490bc79e-72b3-4bd5-866d-fe20a91f1497 {
  min-height: 50px;
}








#s-490bc79e-72b3-4bd5-866d-fe20a91f1497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-490bc79e-72b3-4bd5-866d-fe20a91f1497.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41d73670-5605-41d2-bcaf-1dfa79130438 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-41d73670-5605-41d2-bcaf-1dfa79130438 .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-2d799509-5618-4e97-b4b3-de0edfd711ca {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-dca4d8ed-8e98-4646-8ba8-2f1cb1ca7224 {
  min-height: 50px;
}
@media (max-width: 767px){#s-dca4d8ed-8e98-4646-8ba8-2f1cb1ca7224 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-dca4d8ed-8e98-4646-8ba8-2f1cb1ca7224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dca4d8ed-8e98-4646-8ba8-2f1cb1ca7224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

#s-de3682f3-c975-44c6-bf96-9a2be85d2963 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-de3682f3-c975-44c6-bf96-9a2be85d2963 .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-bb917838-d5e1-4e19-b367-b83d24c237b4 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
}

#s-e5edc6e9-8b2d-4016-90b2-4260e96e62d4 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-e5edc6e9-8b2d-4016-90b2-4260e96e62d4 {
  display: none;
}
#s-e5edc6e9-8b2d-4016-90b2-4260e96e62d4, #wrap-s-e5edc6e9-8b2d-4016-90b2-4260e96e62d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5edc6e9-8b2d-4016-90b2-4260e96e62d4 {
  display: none;
}
#s-e5edc6e9-8b2d-4016-90b2-4260e96e62d4, #wrap-s-e5edc6e9-8b2d-4016-90b2-4260e96e62d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5edc6e9-8b2d-4016-90b2-4260e96e62d4 {
  display: none;
}
#s-e5edc6e9-8b2d-4016-90b2-4260e96e62d4, #wrap-s-e5edc6e9-8b2d-4016-90b2-4260e96e62d4 { display:none !important; }}
#s-e5edc6e9-8b2d-4016-90b2-4260e96e62d4 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-22bb4c0c-a1ee-4027-814c-4ebeda992744 {
  min-height: 50px;
}








#s-22bb4c0c-a1ee-4027-814c-4ebeda992744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22bb4c0c-a1ee-4027-814c-4ebeda992744.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-508ece69-ba40-4d52-9265-8decd8e311d4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-508ece69-ba40-4d52-9265-8decd8e311d4 .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-d647b032-c6b1-4e67-b48a-88228d6497ef {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}

#s-13867268-19c6-4ca1-8ddb-c2f4033188c6 {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}

#s-13867268-19c6-4ca1-8ddb-c2f4033188c6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-13867268-19c6-4ca1-8ddb-c2f4033188c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-13867268-19c6-4ca1-8ddb-c2f4033188c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-13867268-19c6-4ca1-8ddb-c2f4033188c6 > .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-13867268-19c6-4ca1-8ddb-c2f4033188c6 > .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-13867268-19c6-4ca1-8ddb-c2f4033188c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-0976dd74-cbbc-471e-8368-49057892a00c {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px){#s-0976dd74-cbbc-471e-8368-49057892a00c {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-0976dd74-cbbc-471e-8368-49057892a00c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0976dd74-cbbc-471e-8368-49057892a00c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48ec9aa4-cf20-4679-9905-d3ddb1acaf0e {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-48ec9aa4-cf20-4679-9905-d3ddb1acaf0e {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-48ec9aa4-cf20-4679-9905-d3ddb1acaf0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48ec9aa4-cf20-4679-9905-d3ddb1acaf0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48ec9aa4-cf20-4679-9905-d3ddb1acaf0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48ec9aa4-cf20-4679-9905-d3ddb1acaf0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4f53e755-c520-4d77-a40a-e3204b7759d3 {
  min-height: 50px;
}








#s-4f53e755-c520-4d77-a40a-e3204b7759d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f53e755-c520-4d77-a40a-e3204b7759d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-709f9716-6b60-48c7-aca5-4eef86fa919e {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-709f9716-6b60-48c7-aca5-4eef86fa919e img.shogun-image {
    

    
    
    
  }


#s-709f9716-6b60-48c7-aca5-4eef86fa919e .shogun-image-content {
  
    align-items: center;
  
}

#s-dfbdde71-96e4-45ec-8b73-0a6043ba901e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-e41927f9-b17e-4e15-aad8-91b8e191c3da {
  min-height: 50px;
}








#s-e41927f9-b17e-4e15-aad8-91b8e191c3da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e41927f9-b17e-4e15-aad8-91b8e191c3da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80d9a320-6dd7-4f71-8433-1b14b9a841f3 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-80d9a320-6dd7-4f71-8433-1b14b9a841f3 img.shogun-image {
    

    
    
    
  }


#s-80d9a320-6dd7-4f71-8433-1b14b9a841f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d4ee30d-a0e5-4408-be35-3678a75ef4e6 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-5f1b6afb-fa14-49df-af2b-6827a1ae2e3a {
  min-height: 50px;
}








#s-5f1b6afb-fa14-49df-af2b-6827a1ae2e3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f1b6afb-fa14-49df-af2b-6827a1ae2e3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2aac295f-ab96-45c9-8463-4b7b0ac290aa {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-2aac295f-ab96-45c9-8463-4b7b0ac290aa img.shogun-image {
    

    
    
    
  }


#s-2aac295f-ab96-45c9-8463-4b7b0ac290aa .shogun-image-content {
  
    align-items: center;
  
}

#s-93527ed4-ce95-4542-a8c7-cc376e9e16e9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4e59b677-6e93-412d-b329-798176f140fc {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 20px;
}
@media (min-width: 1200px){#s-4e59b677-6e93-412d-b329-798176f140fc {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-4e59b677-6e93-412d-b329-798176f140fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e59b677-6e93-412d-b329-798176f140fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-726f9d92-993c-4350-bd87-9eae5342e9a3 {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-726f9d92-993c-4350-bd87-9eae5342e9a3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-726f9d92-993c-4350-bd87-9eae5342e9a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-726f9d92-993c-4350-bd87-9eae5342e9a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-726f9d92-993c-4350-bd87-9eae5342e9a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-5df169fe-0bed-41d9-8b7b-fe0f49a40ec0 {
  margin-right: 10%;
}

#s-5df169fe-0bed-41d9-8b7b-fe0f49a40ec0 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-478344fb-0a38-4147-af19-5f5f9b5cf9a8 {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-478344fb-0a38-4147-af19-5f5f9b5cf9a8 {
  padding-bottom: 0px;
}
}
#s-478344fb-0a38-4147-af19-5f5f9b5cf9a8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-478344fb-0a38-4147-af19-5f5f9b5cf9a8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}


}
#s-29081d45-6ed5-40ec-b903-5749e1b40112 {
  margin-left: 10%;
}

#s-29081d45-6ed5-40ec-b903-5749e1b40112 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-7bd0e00f-9f2c-4c65-b2b3-80fa852bd333 {
  margin-top: 40px;
margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-7bd0e00f-9f2c-4c65-b2b3-80fa852bd333"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bd0e00f-9f2c-4c65-b2b3-80fa852bd333"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7bd0e00f-9f2c-4c65-b2b3-80fa852bd333"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bd0e00f-9f2c-4c65-b2b3-80fa852bd333"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c6618cc4-9f3f-4dc3-9941-e2d4b6efdd58 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}








#s-c6618cc4-9f3f-4dc3-9941-e2d4b6efdd58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6618cc4-9f3f-4dc3-9941-e2d4b6efdd58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4958f902-ea16-46e4-ba75-731cce13ef77 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-4958f902-ea16-46e4-ba75-731cce13ef77 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-49882ce3-0c13-4d56-a3bc-d9975f40aa29 {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-49882ce3-0c13-4d56-a3bc-d9975f40aa29 img.shogun-image,
  #s-49882ce3-0c13-4d56-a3bc-d9975f40aa29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49882ce3-0c13-4d56-a3bc-d9975f40aa29 {
    width: 100%;
    height: auto;
  }



  #s-49882ce3-0c13-4d56-a3bc-d9975f40aa29 img.shogun-image {
    

    
    
    
  }


#s-49882ce3-0c13-4d56-a3bc-d9975f40aa29 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d16984f-162a-4f61-9250-2b2039d18049 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-1d16984f-162a-4f61-9250-2b2039d18049 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-ebc9172e-69a2-4afb-a627-f3bd82996801 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-cddd0fdd-e477-409a-8d24-3d4e5e0c0a82 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-cddd0fdd-e477-409a-8d24-3d4e5e0c0a82 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-8bd9ffe6-264e-4929-9cfe-9d74eb313a5e {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8bd9ffe6-264e-4929-9cfe-9d74eb313a5e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8bd9ffe6-264e-4929-9cfe-9d74eb313a5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8bd9ffe6-264e-4929-9cfe-9d74eb313a5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8bd9ffe6-264e-4929-9cfe-9d74eb313a5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8bd9ffe6-264e-4929-9cfe-9d74eb313a5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bd9ffe6-264e-4929-9cfe-9d74eb313a5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8bd9ffe6-264e-4929-9cfe-9d74eb313a5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-b12cf8c8-4aef-4c49-8348-3ce6af47d6bd {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-f834f80a-fb91-4bb7-aa24-72d95ac02f05 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-e74c1ec1-c865-47ae-90a7-7c809b247b73 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-e74c1ec1-c865-47ae-90a7-7c809b247b73 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e74c1ec1-c865-47ae-90a7-7c809b247b73 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e74c1ec1-c865-47ae-90a7-7c809b247b73 .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-f98753ed-cf93-4aad-9610-c15285868c7a {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-f98753ed-cf93-4aad-9610-c15285868c7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f98753ed-cf93-4aad-9610-c15285868c7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae1746b7-41b6-4c8e-88fe-29b1d405a591 {
  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-ae1746b7-41b6-4c8e-88fe-29b1d405a591:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ae1746b7-41b6-4c8e-88fe-29b1d405a591:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ae1746b7-41b6-4c8e-88fe-29b1d405a591 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-ae1746b7-41b6-4c8e-88fe-29b1d405a591 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ae1746b7-41b6-4c8e-88fe-29b1d405a591.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae1746b7-41b6-4c8e-88fe-29b1d405a591.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-ae1746b7-41b6-4c8e-88fe-29b1d405a591.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-2f5f65a3-dfc6-4d8e-839d-64abdc9e5b41 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-2f5f65a3-dfc6-4d8e-839d-64abdc9e5b41 {
  margin-top: 50px;
}
}







#s-2f5f65a3-dfc6-4d8e-839d-64abdc9e5b41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f5f65a3-dfc6-4d8e-839d-64abdc9e5b41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-333d20d7-5e37-43f9-a9d3-dfcd58a7ec89 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-333d20d7-5e37-43f9-a9d3-dfcd58a7ec89 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-e20d8a0f-533a-4e76-a62d-faa204a9746c {
  text-align: center;
}







  #s-e20d8a0f-533a-4e76-a62d-faa204a9746c img.shogun-image {
    

    
    
    
  }


#s-e20d8a0f-533a-4e76-a62d-faa204a9746c .shogun-image-content {
  
    align-items: center;
  
}

#s-53ddc5a1-86a5-4843-a927-0864bc4c5a44 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-53ddc5a1-86a5-4843-a927-0864bc4c5a44 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-bebef9d0-de0a-4d29-9643-50f9b891aeb1 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-4ce53d47-78de-4b3f-92d5-cc7ea8c42180 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-4ce53d47-78de-4b3f-92d5-cc7ea8c42180 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-5c144ffc-9eb2-4395-a539-bdfe8f71c70e {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5c144ffc-9eb2-4395-a539-bdfe8f71c70e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5c144ffc-9eb2-4395-a539-bdfe8f71c70e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c144ffc-9eb2-4395-a539-bdfe8f71c70e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c144ffc-9eb2-4395-a539-bdfe8f71c70e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c144ffc-9eb2-4395-a539-bdfe8f71c70e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c144ffc-9eb2-4395-a539-bdfe8f71c70e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c144ffc-9eb2-4395-a539-bdfe8f71c70e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-1e78c0ed-9ce1-4285-a5d3-7872c4b423ff {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-2f288b95-2aa0-4ea9-af63-f2e839f7e462 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-fdbc2935-1245-477f-a544-e4961e11b3ad {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-fdbc2935-1245-477f-a544-e4961e11b3ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fdbc2935-1245-477f-a544-e4961e11b3ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-fdbc2935-1245-477f-a544-e4961e11b3ad .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-b730e299-5383-437b-8ead-28826c9bb552 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-b730e299-5383-437b-8ead-28826c9bb552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b730e299-5383-437b-8ead-28826c9bb552.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53b96850-21e6-45c4-8014-1fb5d5930775 {
  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-53b96850-21e6-45c4-8014-1fb5d5930775:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-53b96850-21e6-45c4-8014-1fb5d5930775: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-53b96850-21e6-45c4-8014-1fb5d5930775 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-53b96850-21e6-45c4-8014-1fb5d5930775 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-53b96850-21e6-45c4-8014-1fb5d5930775.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53b96850-21e6-45c4-8014-1fb5d5930775.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-53b96850-21e6-45c4-8014-1fb5d5930775.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-286279be-340c-4d63-950e-a7fb9cc60002 {
  min-height: 20px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-286279be-340c-4d63-950e-a7fb9cc60002 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-286279be-340c-4d63-950e-a7fb9cc60002 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-286279be-340c-4d63-950e-a7fb9cc60002.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9e54b88-9186-4d23-b51d-d7e29bd662c0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-a9e54b88-9186-4d23-b51d-d7e29bd662c0 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-7f0bc83d-7ebc-466c-af50-c367acd66d5f {
  text-align: center;
}







  #s-7f0bc83d-7ebc-466c-af50-c367acd66d5f img.shogun-image {
    

    
    
    
  }


#s-7f0bc83d-7ebc-466c-af50-c367acd66d5f .shogun-image-content {
  
    align-items: center;
  
}

#s-5c5186cf-541b-437f-95a5-19fce1a26369 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-5c5186cf-541b-437f-95a5-19fce1a26369 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-3be55bc3-0069-4946-ac37-bcbb9afa1cbb {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 130px;
}

#s-4a467d86-15ef-437e-aa71-86be7709aaad {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-4a467d86-15ef-437e-aa71-86be7709aaad hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-d653c5b6-5835-4d07-92c2-d05780bf1b26 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d653c5b6-5835-4d07-92c2-d05780bf1b26"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d653c5b6-5835-4d07-92c2-d05780bf1b26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d653c5b6-5835-4d07-92c2-d05780bf1b26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d653c5b6-5835-4d07-92c2-d05780bf1b26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d653c5b6-5835-4d07-92c2-d05780bf1b26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d653c5b6-5835-4d07-92c2-d05780bf1b26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d653c5b6-5835-4d07-92c2-d05780bf1b26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-90b6406e-23e7-4009-bf89-3b4d9fed28d4 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: -10px;
}

#s-b6d56fac-a51b-442b-9755-d31ac22e9491 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-52418acc-7fd7-48cb-ad3d-c1f26be54ba5 {
  margin-top: 12px;
margin-left: -10px;
margin-bottom: 10px;
text-align: left;
}

#s-52418acc-7fd7-48cb-ad3d-c1f26be54ba5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-52418acc-7fd7-48cb-ad3d-c1f26be54ba5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-52418acc-7fd7-48cb-ad3d-c1f26be54ba5 .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-20fca0af-2c88-4cfb-b4f3-7e7b771c3d65 {
  min-height: 20px;
background-color: rgba(0, 0, 0, 1);
}








#s-20fca0af-2c88-4cfb-b4f3-7e7b771c3d65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20fca0af-2c88-4cfb-b4f3-7e7b771c3d65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ff74536-0404-496f-bae2-8fb355308a38 {
  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-2ff74536-0404-496f-bae2-8fb355308a38:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ff74536-0404-496f-bae2-8fb355308a38: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-2ff74536-0404-496f-bae2-8fb355308a38 {
  padding-left: 10%;
padding-right: 10%;
}
}


#s-2ff74536-0404-496f-bae2-8fb355308a38 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ff74536-0404-496f-bae2-8fb355308a38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ff74536-0404-496f-bae2-8fb355308a38.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Futura;
  display:  inline-block ;
}

#s-2ff74536-0404-496f-bae2-8fb355308a38.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-9ab4992b-d604-46fd-9d31-ca32c27013c0 {
  min-height: 50px;
}








#s-9ab4992b-d604-46fd-9d31-ca32c27013c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ab4992b-d604-46fd-9d31-ca32c27013c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d21da806-8de9-40d9-ad63-357c11a0267d {
  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-d21da806-8de9-40d9-ad63-357c11a0267d {
  display: none;
}
#s-d21da806-8de9-40d9-ad63-357c11a0267d, #wrap-s-d21da806-8de9-40d9-ad63-357c11a0267d { display:none !important; }}







#s-d21da806-8de9-40d9-ad63-357c11a0267d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d21da806-8de9-40d9-ad63-357c11a0267d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01bf4087-93b3-4346-bfba-76b3afab8614 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-01bf4087-93b3-4346-bfba-76b3afab8614 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01bf4087-93b3-4346-bfba-76b3afab8614.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f1977eb-33fd-4fad-b4b9-4ff89eebabe3 {
  min-height: 50px;
}








#s-5f1977eb-33fd-4fad-b4b9-4ff89eebabe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f1977eb-33fd-4fad-b4b9-4ff89eebabe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de00aed2-6a06-4dd4-9521-c8c930309e66 {
  padding-top: 60px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-de00aed2-6a06-4dd4-9521-c8c930309e66 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-de00aed2-6a06-4dd4-9521-c8c930309e66 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-49fbcb18-d303-4547-8a15-d0b97f505d4d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-49fbcb18-d303-4547-8a15-d0b97f505d4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49fbcb18-d303-4547-8a15-d0b97f505d4d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49fbcb18-d303-4547-8a15-d0b97f505d4d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49fbcb18-d303-4547-8a15-d0b97f505d4d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49fbcb18-d303-4547-8a15-d0b97f505d4d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49fbcb18-d303-4547-8a15-d0b97f505d4d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49fbcb18-d303-4547-8a15-d0b97f505d4d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-49fbcb18-d303-4547-8a15-d0b97f505d4d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-060a7ba2-264c-4dae-b4b2-7d2e3c2e2087 {
  margin-left: 0%;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-060a7ba2-264c-4dae-b4b2-7d2e3c2e2087 {
  margin-top: 20px;
margin-right: 0%;
}
}







#s-060a7ba2-264c-4dae-b4b2-7d2e3c2e2087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-060a7ba2-264c-4dae-b4b2-7d2e3c2e2087.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d306bce-52d2-43c0-9bae-e8d75d2170da {
  text-align: left;
}
@media (max-width: 767px){#s-2d306bce-52d2-43c0-9bae-e8d75d2170da {
  margin-top: 30px;
text-align: center;
}
}






  #s-2d306bce-52d2-43c0-9bae-e8d75d2170da img.shogun-image {
    

    
    
    
  }


#s-2d306bce-52d2-43c0-9bae-e8d75d2170da .shogun-image-content {
  
    align-items: center;
  
}

#s-a0149042-b131-4430-bda5-e39e6dcd04af {
  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-a0149042-b131-4430-bda5-e39e6dcd04af {
  display: none;
}
#s-a0149042-b131-4430-bda5-e39e6dcd04af, #wrap-s-a0149042-b131-4430-bda5-e39e6dcd04af { display:none !important; }}@media (max-width: 767px){#s-a0149042-b131-4430-bda5-e39e6dcd04af {
  display: none;
}
#s-a0149042-b131-4430-bda5-e39e6dcd04af, #wrap-s-a0149042-b131-4430-bda5-e39e6dcd04af { display:none !important; }}







#s-a0149042-b131-4430-bda5-e39e6dcd04af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0149042-b131-4430-bda5-e39e6dcd04af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a481add-6ef8-480a-8efe-17dee1ba4307 {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
}
@media (min-width: 1200px){#s-9a481add-6ef8-480a-8efe-17dee1ba4307 {
  display: none;
}
#s-9a481add-6ef8-480a-8efe-17dee1ba4307, #wrap-s-9a481add-6ef8-480a-8efe-17dee1ba4307 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a481add-6ef8-480a-8efe-17dee1ba4307 {
  display: none;
}
#s-9a481add-6ef8-480a-8efe-17dee1ba4307, #wrap-s-9a481add-6ef8-480a-8efe-17dee1ba4307 { display:none !important; }}







#s-9a481add-6ef8-480a-8efe-17dee1ba4307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a481add-6ef8-480a-8efe-17dee1ba4307.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2690d731-21d8-40fb-bff4-ed9269612673 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-2690d731-21d8-40fb-bff4-ed9269612673 {
  margin-top: 50px;
}
}
#s-2690d731-21d8-40fb-bff4-ed9269612673 .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-3f05ba79-31c5-413d-afdc-37ebec4ac348 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-248680d1-b5b7-49e1-a9e5-86d9cc6d1f42"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-248680d1-b5b7-49e1-a9e5-86d9cc6d1f42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-248680d1-b5b7-49e1-a9e5-86d9cc6d1f42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-248680d1-b5b7-49e1-a9e5-86d9cc6d1f42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8e8d4ae0-2baa-4dbf-8898-92322877698a {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-8e8d4ae0-2baa-4dbf-8898-92322877698a img.shogun-image {
    

    
    
    
  }


#s-8e8d4ae0-2baa-4dbf-8898-92322877698a .shogun-image-content {
  
    align-items: center;
  
}

#s-9d106928-70fa-439d-9c8b-00241ef76bd0 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-eff67251-bf6b-4c09-8281-976177c69a74 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-eff67251-bf6b-4c09-8281-976177c69a74 img.shogun-image {
    

    
    
    
  }


#s-eff67251-bf6b-4c09-8281-976177c69a74 .shogun-image-content {
  
    align-items: center;
  
}

#s-494b0739-5118-4b18-bb55-c2d0208f4f37 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-3eaf9d8c-fd79-4296-9cfd-5c539b78a280 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-3eaf9d8c-fd79-4296-9cfd-5c539b78a280"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3eaf9d8c-fd79-4296-9cfd-5c539b78a280"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3eaf9d8c-fd79-4296-9cfd-5c539b78a280"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3eaf9d8c-fd79-4296-9cfd-5c539b78a280"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d610e6ca-2003-476f-8b16-3ccd4603723f {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-d610e6ca-2003-476f-8b16-3ccd4603723f img.shogun-image {
    

    
    
    
  }


#s-d610e6ca-2003-476f-8b16-3ccd4603723f .shogun-image-content {
  
    align-items: center;
  
}

#s-e0fa684c-54ca-44be-8879-92249ce355f3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-f3d13b6b-ecf7-4fac-a5e1-fe83a6e89dd8 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-f3d13b6b-ecf7-4fac-a5e1-fe83a6e89dd8 img.shogun-image {
    

    
    
    
  }


#s-f3d13b6b-ecf7-4fac-a5e1-fe83a6e89dd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7cbcb18-1dfe-4e6d-87e2-41bf380bf251 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-02b835a4-6313-4a4d-99e4-1ddcbe5ab88e {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-02b835a4-6313-4a4d-99e4-1ddcbe5ab88e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02b835a4-6313-4a4d-99e4-1ddcbe5ab88e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65ed61e4-5a88-411f-8028-8f5d283cf91b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}


  #s-65ed61e4-5a88-411f-8028-8f5d283cf91b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-65ed61e4-5a88-411f-8028-8f5d283cf91b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-65ed61e4-5a88-411f-8028-8f5d283cf91b .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-65ed61e4-5a88-411f-8028-8f5d283cf91b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-65ed61e4-5a88-411f-8028-8f5d283cf91b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-65ed61e4-5a88-411f-8028-8f5d283cf91b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e32260fa-338a-45c4-bc21-3be77765d374 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e32260fa-338a-45c4-bc21-3be77765d374 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-e32260fa-338a-45c4-bc21-3be77765d374 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e32260fa-338a-45c4-bc21-3be77765d374.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b0be64c-8803-40ed-b911-f6cb0c789447 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5b0be64c-8803-40ed-b911-f6cb0c789447 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-5b0be64c-8803-40ed-b911-f6cb0c789447 .shg-sld-nav-button.shg-sld-left,
#s-5b0be64c-8803-40ed-b911-f6cb0c789447 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-ec68225e-8e06-49b4-a5a1-f51ad4673564 {
  min-height: 50px;
}








#s-ec68225e-8e06-49b4-a5a1-f51ad4673564 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec68225e-8e06-49b4-a5a1-f51ad4673564.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e1676ff-19ae-4bc8-86d1-4d6958d1c86f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9e1676ff-19ae-4bc8-86d1-4d6958d1c86f {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-9e1676ff-19ae-4bc8-86d1-4d6958d1c86f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-b8679461-7521-45b3-90ca-3c6c2fd2b0d6 {
  min-height: 50px;
}








#s-b8679461-7521-45b3-90ca-3c6c2fd2b0d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8679461-7521-45b3-90ca-3c6c2fd2b0d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c67ffb35-b55d-4769-b5b7-65fc5467311f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c67ffb35-b55d-4769-b5b7-65fc5467311f {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-c67ffb35-b55d-4769-b5b7-65fc5467311f .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-c67ffb35-b55d-4769-b5b7-65fc5467311f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-0a8ebc37-ac2c-4fd2-a00f-72d9d77e8e78 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-0a8ebc37-ac2c-4fd2-a00f-72d9d77e8e78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a8ebc37-ac2c-4fd2-a00f-72d9d77e8e78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a8ebc37-ac2c-4fd2-a00f-72d9d77e8e78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a8ebc37-ac2c-4fd2-a00f-72d9d77e8e78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-197bfeb7-a15f-401a-808a-a2a2d62585a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-197bfeb7-a15f-401a-808a-a2a2d62585a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-197bfeb7-a15f-401a-808a-a2a2d62585a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-197bfeb7-a15f-401a-808a-a2a2d62585a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f88b1490-6f1d-4672-b9b2-61a26c9c609b {
  text-align: center;
}







  #s-f88b1490-6f1d-4672-b9b2-61a26c9c609b img.shogun-image {
    

    
    
    
  }


#s-f88b1490-6f1d-4672-b9b2-61a26c9c609b .shogun-image-content {
  
    align-items: center;
  
}

#s-ff699b32-41ff-42ab-bc5e-f9c333ccead7 {
  text-align: center;
}







  #s-ff699b32-41ff-42ab-bc5e-f9c333ccead7 img.shogun-image {
    

    
    
    
  }


#s-ff699b32-41ff-42ab-bc5e-f9c333ccead7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a737a99b-031c-4b6e-b89c-30692dd1b973 {
  min-height: 50px;
}








#s-a737a99b-031c-4b6e-b89c-30692dd1b973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a737a99b-031c-4b6e-b89c-30692dd1b973.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-357d1e8e-13d4-4c04-97d6-33ba67738dbf {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-357d1e8e-13d4-4c04-97d6-33ba67738dbf .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-131fb5da-8d94-4564-8a35-0b1f9317f052 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-e3544feb-3afa-497d-af88-d475b6d4d69f {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-e3544feb-3afa-497d-af88-d475b6d4d69f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3544feb-3afa-497d-af88-d475b6d4d69f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3544feb-3afa-497d-af88-d475b6d4d69f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3544feb-3afa-497d-af88-d475b6d4d69f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-71e3ed3a-88c6-4321-a05c-2c86f7337cc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71e3ed3a-88c6-4321-a05c-2c86f7337cc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-71e3ed3a-88c6-4321-a05c-2c86f7337cc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-71e3ed3a-88c6-4321-a05c-2c86f7337cc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-38632d15-049e-4d97-ba6b-9e80873173eb {
  text-align: center;
}







  #s-38632d15-049e-4d97-ba6b-9e80873173eb img.shogun-image {
    

    
    
    
  }


#s-38632d15-049e-4d97-ba6b-9e80873173eb .shogun-image-content {
  
    align-items: center;
  
}

#s-86c1c730-e4f6-43f5-960a-fa117dd71439 {
  text-align: center;
}







  #s-86c1c730-e4f6-43f5-960a-fa117dd71439 img.shogun-image {
    

    
    
    
  }


#s-86c1c730-e4f6-43f5-960a-fa117dd71439 .shogun-image-content {
  
    align-items: center;
  
}

#s-307e80ff-9801-4661-81ff-49ef3d16e89e {
  min-height: 50px;
}








#s-307e80ff-9801-4661-81ff-49ef3d16e89e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-307e80ff-9801-4661-81ff-49ef3d16e89e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-583f0a84-7956-4fb0-9208-0a84283da744 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-583f0a84-7956-4fb0-9208-0a84283da744 .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-a4dd3be5-3814-4edf-be06-870784c61852 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-67b8f1a7-309e-442a-8521-e85412ee538a {
  min-height: 50px;
}








#s-67b8f1a7-309e-442a-8521-e85412ee538a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67b8f1a7-309e-442a-8521-e85412ee538a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed4258ac-6d32-47d2-aaa7-f2840128a5e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ed4258ac-6d32-47d2-aaa7-f2840128a5e4 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-ed4258ac-6d32-47d2-aaa7-f2840128a5e4 .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-ed4258ac-6d32-47d2-aaa7-f2840128a5e4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-5c561749-a0c6-40a0-a748-38a45ba90e36 {
  min-height: 50px;
}








#s-5c561749-a0c6-40a0-a748-38a45ba90e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c561749-a0c6-40a0-a748-38a45ba90e36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-637c5e92-2eb0-4718-82b1-21a3418499e2 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-637c5e92-2eb0-4718-82b1-21a3418499e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-637c5e92-2eb0-4718-82b1-21a3418499e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-637c5e92-2eb0-4718-82b1-21a3418499e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-637c5e92-2eb0-4718-82b1-21a3418499e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-80cc52a6-1351-44a9-a49e-8678b6f32cb9 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-80cc52a6-1351-44a9-a49e-8678b6f32cb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80cc52a6-1351-44a9-a49e-8678b6f32cb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3e67c99-042c-467d-bda0-65e5e9a9e62d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c3e67c99-042c-467d-bda0-65e5e9a9e62d {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-c3e67c99-042c-467d-bda0-65e5e9a9e62d .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-c3e67c99-042c-467d-bda0-65e5e9a9e62d .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-c974ce9f-d5a7-4019-a1ba-0e39862ee95f {
  min-height: 50px;
}








#s-c974ce9f-d5a7-4019-a1ba-0e39862ee95f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c974ce9f-d5a7-4019-a1ba-0e39862ee95f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e4611ea-2611-4dbb-9f5c-51710483009e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-baf3c629-b19a-4f09-8c73-92a50b9b8c95 {
  min-height: 50px;
}








#s-baf3c629-b19a-4f09-8c73-92a50b9b8c95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baf3c629-b19a-4f09-8c73-92a50b9b8c95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92b6f211-a67a-42ef-aa5a-4cf785889433 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-92b6f211-a67a-42ef-aa5a-4cf785889433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92b6f211-a67a-42ef-aa5a-4cf785889433.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad3b48ed-c223-4dc5-82a7-8406d1b01006 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ad3b48ed-c223-4dc5-82a7-8406d1b01006 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-ad3b48ed-c223-4dc5-82a7-8406d1b01006 .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-ad3b48ed-c223-4dc5-82a7-8406d1b01006 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-5c9effae-8413-4d4f-9900-1d8f387a4d5a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-4b6cc9c8-1ce2-476e-a9ad-fbc943f99583 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 150px;
background-position: center center;
}








#s-4b6cc9c8-1ce2-476e-a9ad-fbc943f99583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b6cc9c8-1ce2-476e-a9ad-fbc943f99583.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15dbab19-852a-4bdb-b615-05e411d17527 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-15dbab19-852a-4bdb-b615-05e411d17527 {
  margin-top: -20px;
padding-top: 30px;
padding-bottom: 0px;
}
}
#s-15dbab19-852a-4bdb-b615-05e411d17527 .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-15dbab19-852a-4bdb-b615-05e411d17527 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  
}


}
#s-bc5e3813-2fc4-46d6-a4a9-198179ccfa06 {
  min-height: 50px;
}








#s-bc5e3813-2fc4-46d6-a4a9-198179ccfa06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc5e3813-2fc4-46d6-a4a9-198179ccfa06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86a5dc91-ddf7-4900-b14a-c6b3e0b8422f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-82121d66-e0a6-49b8-aa9a-a52c42798f34 {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-82121d66-e0a6-49b8-aa9a-a52c42798f34 {
  display: none;
}
#s-82121d66-e0a6-49b8-aa9a-a52c42798f34, #wrap-s-82121d66-e0a6-49b8-aa9a-a52c42798f34 { display:none !important; }}







#s-82121d66-e0a6-49b8-aa9a-a52c42798f34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82121d66-e0a6-49b8-aa9a-a52c42798f34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-3cb3e98b-adf1-4cb0-af69-1cd2954944e8 {
  display: none;
}
#s-3cb3e98b-adf1-4cb0-af69-1cd2954944e8, #wrap-s-3cb3e98b-adf1-4cb0-af69-1cd2954944e8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3cb3e98b-adf1-4cb0-af69-1cd2954944e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3cb3e98b-adf1-4cb0-af69-1cd2954944e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-3cb3e98b-adf1-4cb0-af69-1cd2954944e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-3cb3e98b-adf1-4cb0-af69-1cd2954944e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-3cb3e98b-adf1-4cb0-af69-1cd2954944e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cb3e98b-adf1-4cb0-af69-1cd2954944e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-3cb3e98b-adf1-4cb0-af69-1cd2954944e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

#s-2cae3d22-d142-43f6-9134-e1e4fee0e944 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2cae3d22-d142-43f6-9134-e1e4fee0e944 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-36a60959-4049-4de3-8158-cccb04055521 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-70718cdb-32da-4ada-80c8-4bb9cfaf7d6f {
  min-height: 50px;
}








#s-70718cdb-32da-4ada-80c8-4bb9cfaf7d6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70718cdb-32da-4ada-80c8-4bb9cfaf7d6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d363ca74-788e-4d56-83ae-88917889c661 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-d363ca74-788e-4d56-83ae-88917889c661 img.shogun-image {
    

    
    
    
  }


#s-d363ca74-788e-4d56-83ae-88917889c661 .shogun-image-content {
  
    align-items: center;
  
}

#s-7dda493c-dd78-4be0-b14a-9c69fe0a7173 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7dda493c-dd78-4be0-b14a-9c69fe0a7173 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-8a0df5f1-239c-47b4-b62e-22def206eb0a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-5b77ea91-cfb0-482b-ab78-e21bfb423b0d {
  min-height: 50px;
}








#s-5b77ea91-cfb0-482b-ab78-e21bfb423b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b77ea91-cfb0-482b-ab78-e21bfb423b0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27639be4-f37e-46c9-a497-1e4eb681b880 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-27639be4-f37e-46c9-a497-1e4eb681b880 img.shogun-image {
    

    
    
    
  }


#s-27639be4-f37e-46c9-a497-1e4eb681b880 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fad9051-0522-4c24-9636-9bf20924168f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1fad9051-0522-4c24-9636-9bf20924168f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-3588cfb7-a1bb-4c74-93c7-6b0906e95e4b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-9de27d2a-e633-4767-9ac5-5c52b29b5c29 {
  min-height: 50px;
}








#s-9de27d2a-e633-4767-9ac5-5c52b29b5c29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9de27d2a-e633-4767-9ac5-5c52b29b5c29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90f55654-ce75-4619-b38a-9c5551229d90 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-90f55654-ce75-4619-b38a-9c5551229d90 img.shogun-image {
    

    
    
    
  }


#s-90f55654-ce75-4619-b38a-9c5551229d90 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d6d3e84-f03f-4480-b8c7-da021c69b5a6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2d6d3e84-f03f-4480-b8c7-da021c69b5a6 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-e3c1add8-4da1-468a-8e9d-e64cac01ad2e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-02a78ddf-dc62-4463-ad52-cd874624db9e {
  min-height: 50px;
}








#s-02a78ddf-dc62-4463-ad52-cd874624db9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02a78ddf-dc62-4463-ad52-cd874624db9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59c8ef57-ba37-4fbc-bcd1-35850ef428c6 {
  margin-left: 30%;
margin-bottom: 20px;
margin-right: 30%;
text-align: center;
}







  #s-59c8ef57-ba37-4fbc-bcd1-35850ef428c6 img.shogun-image {
    

    
    
    
  }


#s-59c8ef57-ba37-4fbc-bcd1-35850ef428c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc4e6c93-6189-44f9-ac19-2c838edb0bf5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fc4e6c93-6189-44f9-ac19-2c838edb0bf5 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-3bda7ead-5e60-417a-a2ab-eae5bacc4206 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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