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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-2af1b927-2b75-4946-8299-f9cb22fd8d41 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: -60px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (max-width: 767px){#s-2af1b927-2b75-4946-8299-f9cb22fd8d41 {
  display: none;
}
#s-2af1b927-2b75-4946-8299-f9cb22fd8d41, #wrap-s-2af1b927-2b75-4946-8299-f9cb22fd8d41 { display:none !important; }}
.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-54327fed-e72e-4b9e-bd5d-d40cb8b85463 {
  text-align: center;
}




  #s-54327fed-e72e-4b9e-bd5d-d40cb8b85463 img.shogun-image {
    
    width: px;
  }


#s-54327fed-e72e-4b9e-bd5d-d40cb8b85463 .shogun-image-content {
  
    align-items: center;
  
}

#s-42919fe6-aa82-4603-840b-c6040ba03616 {
  text-align: center;
}




  #s-42919fe6-aa82-4603-840b-c6040ba03616 img.shogun-image {
    
    width: px;
  }


#s-42919fe6-aa82-4603-840b-c6040ba03616 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9309a8f-a7c5-46b1-92c3-7b51da29737e {
  text-align: center;
}




  #s-e9309a8f-a7c5-46b1-92c3-7b51da29737e img.shogun-image {
    
    width: px;
  }


#s-e9309a8f-a7c5-46b1-92c3-7b51da29737e .shogun-image-content {
  
    align-items: center;
  
}

#s-52fbd5e9-360f-4484-acbf-a0d889375c36 {
  text-align: center;
}




  #s-52fbd5e9-360f-4484-acbf-a0d889375c36 img.shogun-image {
    
    width: px;
  }


#s-52fbd5e9-360f-4484-acbf-a0d889375c36 .shogun-image-content {
  
    align-items: center;
  
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-cb08b03b-9fa7-4018-8774-f5dde0b102d3 {
  margin-top: -8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-cb08b03b-9fa7-4018-8774-f5dde0b102d3 {
  display: none;
}
#s-cb08b03b-9fa7-4018-8774-f5dde0b102d3, #wrap-s-cb08b03b-9fa7-4018-8774-f5dde0b102d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb08b03b-9fa7-4018-8774-f5dde0b102d3 {
  display: none;
}
#s-cb08b03b-9fa7-4018-8774-f5dde0b102d3, #wrap-s-cb08b03b-9fa7-4018-8774-f5dde0b102d3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb08b03b-9fa7-4018-8774-f5dde0b102d3 {
  display: none;
}
#s-cb08b03b-9fa7-4018-8774-f5dde0b102d3, #wrap-s-cb08b03b-9fa7-4018-8774-f5dde0b102d3 { display:none !important; }}







#s-cb08b03b-9fa7-4018-8774-f5dde0b102d3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-cb08b03b-9fa7-4018-8774-f5dde0b102d3.shg-box.shg-c {
  justify-content: center;
}

#s-7088fd76-3bb8-4c81-95c2-5ad0d1a05f81 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7088fd76-3bb8-4c81-95c2-5ad0d1a05f81 {
  display: none;
}
#s-7088fd76-3bb8-4c81-95c2-5ad0d1a05f81, #wrap-s-7088fd76-3bb8-4c81-95c2-5ad0d1a05f81 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7088fd76-3bb8-4c81-95c2-5ad0d1a05f81 {
  display: none;
}
#s-7088fd76-3bb8-4c81-95c2-5ad0d1a05f81, #wrap-s-7088fd76-3bb8-4c81-95c2-5ad0d1a05f81 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7088fd76-3bb8-4c81-95c2-5ad0d1a05f81 {
  display: none;
}
#s-7088fd76-3bb8-4c81-95c2-5ad0d1a05f81, #wrap-s-7088fd76-3bb8-4c81-95c2-5ad0d1a05f81 { display:none !important; }}







#s-7088fd76-3bb8-4c81-95c2-5ad0d1a05f81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7088fd76-3bb8-4c81-95c2-5ad0d1a05f81.shg-box.shg-c {
  justify-content: center;
}

#s-749b49cf-a5cd-4282-aaa8-fed29cd4c0b6 {
  margin-top: -30px;
padding-bottom: 10px;
min-height: 0px;
}
@media (min-width: 1200px){#s-749b49cf-a5cd-4282-aaa8-fed29cd4c0b6 {
  display: none;
}
#s-749b49cf-a5cd-4282-aaa8-fed29cd4c0b6, #wrap-s-749b49cf-a5cd-4282-aaa8-fed29cd4c0b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-749b49cf-a5cd-4282-aaa8-fed29cd4c0b6 {
  display: none;
}
#s-749b49cf-a5cd-4282-aaa8-fed29cd4c0b6, #wrap-s-749b49cf-a5cd-4282-aaa8-fed29cd4c0b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-749b49cf-a5cd-4282-aaa8-fed29cd4c0b6 {
  display: none;
}
#s-749b49cf-a5cd-4282-aaa8-fed29cd4c0b6, #wrap-s-749b49cf-a5cd-4282-aaa8-fed29cd4c0b6 { display:none !important; }}
#s-924cc53f-9d2f-4df8-afb0-515b51eca7bf {
  text-align: center;
}




  #s-924cc53f-9d2f-4df8-afb0-515b51eca7bf img.shogun-image {
    
    width: px;
  }


#s-924cc53f-9d2f-4df8-afb0-515b51eca7bf .shogun-image-content {
  
    align-items: center;
  
}

#s-6b2469e5-516b-4387-8555-68579bdb209a {
  text-align: center;
}




  #s-6b2469e5-516b-4387-8555-68579bdb209a img.shogun-image {
    
    width: px;
  }


#s-6b2469e5-516b-4387-8555-68579bdb209a .shogun-image-content {
  
    align-items: center;
  
}

#s-521d74d3-0914-44cc-8aa3-5babf69de283 {
  text-align: center;
}




  #s-521d74d3-0914-44cc-8aa3-5babf69de283 img.shogun-image {
    
    width: px;
  }


#s-521d74d3-0914-44cc-8aa3-5babf69de283 .shogun-image-content {
  
    align-items: center;
  
}

#s-08127d79-c3d7-49ff-9122-b698d79338b2 {
  text-align: center;
}




  #s-08127d79-c3d7-49ff-9122-b698d79338b2 img.shogun-image {
    
    width: px;
  }


#s-08127d79-c3d7-49ff-9122-b698d79338b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6a69bcc-638f-4e2a-a75c-bc79d17f7da7 {
  text-align: center;
}




  #s-f6a69bcc-638f-4e2a-a75c-bc79d17f7da7 img.shogun-image {
    
    width: px;
  }


#s-f6a69bcc-638f-4e2a-a75c-bc79d17f7da7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c28d2839-e459-4dd5-b030-8287eb5a9dc2 {
  text-align: center;
}




  #s-c28d2839-e459-4dd5-b030-8287eb5a9dc2 img.shogun-image {
    
    width: px;
  }


#s-c28d2839-e459-4dd5-b030-8287eb5a9dc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d92744c-ce16-4d34-8b94-e437d52b00fe {
  text-align: center;
}




  #s-7d92744c-ce16-4d34-8b94-e437d52b00fe img.shogun-image {
    
    width: px;
  }


#s-7d92744c-ce16-4d34-8b94-e437d52b00fe .shogun-image-content {
  
    align-items: center;
  
}

#s-ad6f6491-dbca-473b-b99f-9b0dbcc607ca {
  min-height: 50px;
background-color: rgba(7, 0, 0, 1);
background-attachment: scroll;
}








#s-ad6f6491-dbca-473b-b99f-9b0dbcc607ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad6f6491-dbca-473b-b99f-9b0dbcc607ca.shg-box.shg-c {
  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: #000;
  text-transform: none;
  font-weight: normal;
  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-357c59fa-1764-4205-9ff6-f3cbcf7513d8 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-357c59fa-1764-4205-9ff6-f3cbcf7513d8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-c740c09b-a492-42fe-9c9d-c5d6ac69127d {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 30px;
max-width: 800px;
}

#s-61fbfe45-afbc-41bf-b22c-6b63969a7f14 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(234, 234, 234, 1);
}








#s-61fbfe45-afbc-41bf-b22c-6b63969a7f14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61fbfe45-afbc-41bf-b22c-6b63969a7f14.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-650a144f-80cd-41a4-95b8-3e53a0873bc6 {
  box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.23);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
min-height: 55px;
max-width: 1200px;
}
@media (max-width: 767px){#s-650a144f-80cd-41a4-95b8-3e53a0873bc6 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-650a144f-80cd-41a4-95b8-3e53a0873bc6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-b3cb344e-1501-48a7-bba9-6dbbbd492b27 {
  margin-left: 20px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-b3cb344e-1501-48a7-bba9-6dbbbd492b27 {
  margin-left: 20px;
margin-right: 125px;
}
}@media (max-width: 767px){#s-b3cb344e-1501-48a7-bba9-6dbbbd492b27 {
  margin-left: 30px;
margin-right: 160px;
padding-right: 0px;
}
}
#s-b3cb344e-1501-48a7-bba9-6dbbbd492b27 .shogun-icon-wrapper {
  text-align: right;
}


#s-b3cb344e-1501-48a7-bba9-6dbbbd492b27 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-b3cb344e-1501-48a7-bba9-6dbbbd492b27 .shogun-icon-wrapper {
  text-align: right;
}


#s-b3cb344e-1501-48a7-bba9-6dbbbd492b27 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}
}
@media (min-width: 1200px){#s-72f939fe-2a25-4eb4-91ab-717d122d2b08 {
  margin-right: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72f939fe-2a25-4eb4-91ab-717d122d2b08 {
  margin-left: 0px;
margin-right: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-72f939fe-2a25-4eb4-91ab-717d122d2b08 {
  margin-left: -115px;
margin-right: -25px;
}
}@media (max-width: 767px){#s-72f939fe-2a25-4eb4-91ab-717d122d2b08 {
  margin-top: 0px;
margin-left: -115px;
margin-bottom: 0px;
margin-right: -115px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-fb50fc9d-9930-45ca-b214-fd7c470a066c {
  margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-fb50fc9d-9930-45ca-b214-fd7c470a066c {
  margin-left: 30px;
margin-right: 160px;
padding-right: 0px;
}
}
#s-fb50fc9d-9930-45ca-b214-fd7c470a066c .shogun-icon-wrapper {
  text-align: right;
}


#s-fb50fc9d-9930-45ca-b214-fd7c470a066c .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-fb50fc9d-9930-45ca-b214-fd7c470a066c .shogun-icon-wrapper {
  text-align: right;
}


#s-fb50fc9d-9930-45ca-b214-fd7c470a066c .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-5df87cba-78ef-4c30-9b6b-1ce2129b4d99 {
  margin-right: 0px;
}
@media (max-width: 767px){#s-5df87cba-78ef-4c30-9b6b-1ce2129b4d99 {
  margin-left: -115px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-7423844c-50cc-414f-a1e8-4ced681ed610 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-position: center center;
}








#s-7423844c-50cc-414f-a1e8-4ced681ed610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7423844c-50cc-414f-a1e8-4ced681ed610.shg-box.shg-c {
  justify-content: center;
}

#s-9bcb2db4-fcef-48f5-9894-ff299c99539c {
  margin-left: auto;
margin-right: auto;
padding-bottom: 35px;
max-width: 390px;
text-align: center;
}
@media (max-width: 767px){#s-9bcb2db4-fcef-48f5-9894-ff299c99539c {
  padding-left: 0px;
padding-right: 0px;
min-height: 0px;
max-width: 300px;
}
}



  #s-9bcb2db4-fcef-48f5-9894-ff299c99539c img.shogun-image {
    
    width: px;
  }


#s-9bcb2db4-fcef-48f5-9894-ff299c99539c .shogun-image-content {
  
    align-items: center;
  
}

#s-30b1f20e-1b41-486f-9de0-aca00efcb0f7 {
  min-height: 50px;
}








#s-30b1f20e-1b41-486f-9de0-aca00efcb0f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30b1f20e-1b41-486f-9de0-aca00efcb0f7.shg-box.shg-c {
  justify-content: center;
}

#s-6748e47f-8742-4514-ad57-c157663fc61d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
}




  #s-6748e47f-8742-4514-ad57-c157663fc61d img.shogun-image {
    
    width: 540pxpx;
  }


#s-6748e47f-8742-4514-ad57-c157663fc61d .shogun-image-content {
  
    align-items: center;
  
}

#s-a868cc1f-4572-4576-96a3-2b5ce1a1e9aa {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-bottom: -25px;
padding-top: 30px;
padding-bottom: 10px;
}

#s-20c0e24a-21fd-4e45-8374-e116b283666b {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (max-width: 767px){#s-20c0e24a-21fd-4e45-8374-e116b283666b {
  padding-top: 20px;
padding-bottom: 0px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-e9d5a2fc-828a-4023-a483-65e76c1691bb {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
background-image: url(none);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e9d5a2fc-828a-4023-a483-65e76c1691bb:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e9d5a2fc-828a-4023-a483-65e76c1691bb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e9d5a2fc-828a-4023-a483-65e76c1691bb {
  margin-top: 30px;
margin-bottom: 70px;
}
}


#s-e9d5a2fc-828a-4023-a483-65e76c1691bb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-64fb88c6-f8bc-4b61-ac41-1310886b433f {
  min-height: 50px;
}








#s-64fb88c6-f8bc-4b61-ac41-1310886b433f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64fb88c6-f8bc-4b61-ac41-1310886b433f.shg-box.shg-c {
  justify-content: center;
}

#s-4b7a317e-ac04-46f0-9ad1-f1c7b1726226 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(34, 41, 49, 1);
}
@media (max-width: 767px){#s-4b7a317e-ac04-46f0-9ad1-f1c7b1726226 {
  
}
}







#s-4b7a317e-ac04-46f0-9ad1-f1c7b1726226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b7a317e-ac04-46f0-9ad1-f1c7b1726226.shg-box.shg-c {
  justify-content: center;
}

#s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3 {
  
}
}
@media (min-width: 0px) {
[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f10b103-e3ed-4b99-826e-b3c6e1ad5ac3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-91b46600-5dca-4969-9416-5e2e374c8cae {
  padding-top: 60px;
padding-left: 40px;
padding-bottom: 60px;
}
@media (max-width: 767px){#s-91b46600-5dca-4969-9416-5e2e374c8cae {
  padding-left: 30px;
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-44e8746d-3f22-4ce6-adbe-6133ae8b8f90 {
  padding-top: 65px;
padding-bottom: 55px;
padding-right: 40px;
}
@media (max-width: 767px){#s-44e8746d-3f22-4ce6-adbe-6133ae8b8f90 {
  padding-top: 5px;
padding-left: 30px;
padding-right: 40px;
}
}
#s-a1398970-ae6b-40dc-ae09-ada1c556f70d {
  padding-top: 45px;
padding-bottom: 10px;
text-align: center;
}

#s-a1398970-ae6b-40dc-ae09-ada1c556f70d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c8a75d36-0f24-41ff-83a7-94c4e65029fd {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-c8a75d36-0f24-41ff-83a7-94c4e65029fd {
  padding-left: 15px;
padding-bottom: 45px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 22.5px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.75px);
}

}

@media (min-width: 992px) {
[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.75px);
}

}

@media (min-width: 1200px) {
[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.75px);
}

[id="s-c8a75d36-0f24-41ff-83a7-94c4e65029fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.75px);
}

}

#s-25dff0cc-cdc5-4548-8e3f-29a3120b8480 {
  padding-bottom: 20px;
}

#s-25dff0cc-cdc5-4548-8e3f-29a3120b8480 {
  display: none;
}
#s-23e24739-f5d7-4701-bc6a-791fe682ddfd {
  padding-bottom: 20px;
text-align: center;
}
#s-23e24739-f5d7-4701-bc6a-791fe682ddfd:hover {opacity: 0.56 !important;}@media (min-width: 768px) and (max-width: 991px){#s-23e24739-f5d7-4701-bc6a-791fe682ddfd {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-23e24739-f5d7-4701-bc6a-791fe682ddfd {
  padding-bottom: 5px;
}
}



  #s-23e24739-f5d7-4701-bc6a-791fe682ddfd img.shogun-image {
    
    width: px;
  }


#s-23e24739-f5d7-4701-bc6a-791fe682ddfd .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-330df19e-f571-4296-97b8-ba81e4ddb3b9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-330df19e-f571-4296-97b8-ba81e4ddb3b9 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-330df19e-f571-4296-97b8-ba81e4ddb3b9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-330df19e-f571-4296-97b8-ba81e4ddb3b9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 14px;
}
}@media (max-width: 767px){#s-330df19e-f571-4296-97b8-ba81e4ddb3b9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 16px;
}
}
#s-daa9f86d-6505-4050-9322-528b4cc81539 {
  text-align: center;
}

#s-daa9f86d-6505-4050-9322-528b4cc81539 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-daa9f86d-6505-4050-9322-528b4cc81539 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-daa9f86d-6505-4050-9322-528b4cc81539 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}@media (max-width: 767px){#s-daa9f86d-6505-4050-9322-528b4cc81539 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
}

#s-daa9f86d-6505-4050-9322-528b4cc81539 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-daa9f86d-6505-4050-9322-528b4cc81539 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}}
#s-32100987-fa35-4368-8fd4-24de2d8eb792 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(11, 156, 213, 1);
text-decoration: none;
}
#s-32100987-fa35-4368-8fd4-24de2d8eb792:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-32100987-fa35-4368-8fd4-24de2d8eb792:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-32100987-fa35-4368-8fd4-24de2d8eb792.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

.yotpo .pull-left {
    text-align:center !important;
}
#s-a8355957-6bf5-437a-88b3-2c48a4399004 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-3b6b9ef9-a17f-4c5c-bd17-bc0db94475f6 {
  padding-bottom: 20px;
}

#s-3b6b9ef9-a17f-4c5c-bd17-bc0db94475f6 {
  display: none;
}
#s-1581a431-f9fa-4d5b-9e88-23b7f9abaf09 {
  padding-bottom: 20px;
text-align: center;
}
#s-1581a431-f9fa-4d5b-9e88-23b7f9abaf09:hover {opacity: 0.53 !important;}@media (min-width: 768px) and (max-width: 991px){#s-1581a431-f9fa-4d5b-9e88-23b7f9abaf09 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-1581a431-f9fa-4d5b-9e88-23b7f9abaf09 {
  padding-bottom: 5px;
}
}



  #s-1581a431-f9fa-4d5b-9e88-23b7f9abaf09 img.shogun-image {
    
    width: px;
  }


#s-1581a431-f9fa-4d5b-9e88-23b7f9abaf09 .shogun-image-content {
  
    align-items: center;
  
}

#s-646dedf6-2e17-4d00-89e2-66f63cf88202 {
  padding-top: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-646dedf6-2e17-4d00-89e2-66f63cf88202 {
  padding-top: 5px;
}
}
#s-646dedf6-2e17-4d00-89e2-66f63cf88202 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-646dedf6-2e17-4d00-89e2-66f63cf88202 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 14px;
}
}@media (max-width: 767px){#s-646dedf6-2e17-4d00-89e2-66f63cf88202 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 16px;
}
}
#s-5fd714d4-7820-4310-a62d-61f0ed0b2d7f {
  text-align: center;
}

#s-5fd714d4-7820-4310-a62d-61f0ed0b2d7f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-5fd714d4-7820-4310-a62d-61f0ed0b2d7f .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-5fd714d4-7820-4310-a62d-61f0ed0b2d7f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}@media (max-width: 767px){#s-5fd714d4-7820-4310-a62d-61f0ed0b2d7f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
}

#s-5fd714d4-7820-4310-a62d-61f0ed0b2d7f .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-5fd714d4-7820-4310-a62d-61f0ed0b2d7f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}}
#s-5714e17c-e81d-4d6d-8760-1cfa3f2afb63 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(11, 156, 213, 1);
text-decoration: none;
}
#s-5714e17c-e81d-4d6d-8760-1cfa3f2afb63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5714e17c-e81d-4d6d-8760-1cfa3f2afb63:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5714e17c-e81d-4d6d-8760-1cfa3f2afb63.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-0e6e6c45-46a8-423b-9465-01d154541c7e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-b95aa71b-9bef-4914-9ad9-913b91b083bd {
  padding-bottom: 20px;
}

#s-b95aa71b-9bef-4914-9ad9-913b91b083bd {
  display: none;
}
#s-84c5ec57-c2e3-4118-aa9d-154271d3680e {
  padding-bottom: 20px;
text-align: center;
}
#s-84c5ec57-c2e3-4118-aa9d-154271d3680e:hover {opacity: 0.5 !important;}@media (min-width: 768px) and (max-width: 991px){#s-84c5ec57-c2e3-4118-aa9d-154271d3680e {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-84c5ec57-c2e3-4118-aa9d-154271d3680e {
  padding-bottom: 5px;
}
}



  #s-84c5ec57-c2e3-4118-aa9d-154271d3680e img.shogun-image {
    
    width: px;
  }


#s-84c5ec57-c2e3-4118-aa9d-154271d3680e .shogun-image-content {
  
    align-items: center;
  
}

#s-78604b46-7d47-4856-9ee0-1674e74a2537 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-78604b46-7d47-4856-9ee0-1674e74a2537 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-78604b46-7d47-4856-9ee0-1674e74a2537 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78604b46-7d47-4856-9ee0-1674e74a2537 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 14px;
}
}@media (max-width: 767px){#s-78604b46-7d47-4856-9ee0-1674e74a2537 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 16px;
}
}
#s-6a15cff8-9172-4868-a243-8c1e1412f14e {
  text-align: center;
}

#s-6a15cff8-9172-4868-a243-8c1e1412f14e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-6a15cff8-9172-4868-a243-8c1e1412f14e .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-6a15cff8-9172-4868-a243-8c1e1412f14e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}@media (max-width: 767px){#s-6a15cff8-9172-4868-a243-8c1e1412f14e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
}

#s-6a15cff8-9172-4868-a243-8c1e1412f14e .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-6a15cff8-9172-4868-a243-8c1e1412f14e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}}
#s-4a8cf745-9159-43b0-ba06-68cedeab6cc7 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(11, 156, 213, 1);
text-decoration: none;
}
#s-4a8cf745-9159-43b0-ba06-68cedeab6cc7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a8cf745-9159-43b0-ba06-68cedeab6cc7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4a8cf745-9159-43b0-ba06-68cedeab6cc7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-cb86edff-472d-4e45-a54a-81765579fcf6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-595d5a0f-fa9d-4648-a409-07ed34b0ae9f {
  display: none;
}
#s-a0aa155d-dfb1-49a0-b042-51f3c0140c8f {
  padding-bottom: 20px;
opacity: 1;
text-align: center;
}
#s-a0aa155d-dfb1-49a0-b042-51f3c0140c8f:hover {opacity: 0.5 !important;}@media (min-width: 768px) and (max-width: 991px){#s-a0aa155d-dfb1-49a0-b042-51f3c0140c8f {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-a0aa155d-dfb1-49a0-b042-51f3c0140c8f {
  padding-bottom: 5px;
}
}



  #s-a0aa155d-dfb1-49a0-b042-51f3c0140c8f img.shogun-image {
    
    width: px;
  }


#s-a0aa155d-dfb1-49a0-b042-51f3c0140c8f .shogun-image-content {
  
    align-items: center;
  
}

#s-82decd42-fc73-4d9c-a8e1-47822e995b41 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-82decd42-fc73-4d9c-a8e1-47822e995b41 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-82decd42-fc73-4d9c-a8e1-47822e995b41 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-82decd42-fc73-4d9c-a8e1-47822e995b41 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 14px;
}
}@media (max-width: 767px){#s-82decd42-fc73-4d9c-a8e1-47822e995b41 .shg-product-title-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 16px;
}
}
#s-d5790c75-53a1-40d1-91ca-f435e058290a {
  text-align: center;
}

#s-d5790c75-53a1-40d1-91ca-f435e058290a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-d5790c75-53a1-40d1-91ca-f435e058290a .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-d5790c75-53a1-40d1-91ca-f435e058290a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}@media (max-width: 767px){#s-d5790c75-53a1-40d1-91ca-f435e058290a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
}

#s-d5790c75-53a1-40d1-91ca-f435e058290a .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-d5790c75-53a1-40d1-91ca-f435e058290a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}}
#s-9f0f312c-f2cf-45c5-91bc-86c4bc285e39 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(11, 156, 213, 1);
text-decoration: none;
}
#s-9f0f312c-f2cf-45c5-91bc-86c4bc285e39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f0f312c-f2cf-45c5-91bc-86c4bc285e39:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f0f312c-f2cf-45c5-91bc-86c4bc285e39.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-1423dac8-ea9a-461e-b798-9e62451a9e6a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-1f41a3a0-5333-4f30-bc90-40a94d5e4571 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
min-height: 800px;
max-width: 1200px;
background-position: center center;
}
@media (max-width: 767px){#s-1f41a3a0-5333-4f30-bc90-40a94d5e4571 {
  display: none;
}
#s-1f41a3a0-5333-4f30-bc90-40a94d5e4571, #wrap-s-1f41a3a0-5333-4f30-bc90-40a94d5e4571 { display:none !important; }}







#s-1f41a3a0-5333-4f30-bc90-40a94d5e4571 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f41a3a0-5333-4f30-bc90-40a94d5e4571.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ff410596-6163-404b-8b59-e32febb87561 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(11, 156, 213, 1);
text-decoration: none;
}
#s-ff410596-6163-404b-8b59-e32febb87561:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff410596-6163-404b-8b59-e32febb87561:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff410596-6163-404b-8b59-e32febb87561.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}

#s-221c941b-24bb-42df-b746-63fe5f5761d2 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-221c941b-24bb-42df-b746-63fe5f5761d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-01571d39-9b56-4fa5-87a5-2186ce98f158 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
max-width: 300px;
text-align: center;
}




  #s-01571d39-9b56-4fa5-87a5-2186ce98f158 img.shogun-image {
    
    width: px;
  }


#s-01571d39-9b56-4fa5-87a5-2186ce98f158 .shogun-image-content {
  
    align-items: center;
  
}

#s-341b6178-3ab1-4ccd-90a2-618a958eaacf {
  margin-bottom: -57px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-341b6178-3ab1-4ccd-90a2-618a958eaacf {
  
}
}
/*
  $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;
  }
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
