.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-bcca08c1-057d-4c02-af69-5d2ec974e178 {
  margin-top: 80px;
margin-left: 300px;
margin-bottom: 80px;
margin-right: 300px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bcca08c1-057d-4c02-af69-5d2ec974e178 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 1200px){#s-bcca08c1-057d-4c02-af69-5d2ec974e178, #wrap-s-bcca08c1-057d-4c02-af69-5d2ec974e178 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bcca08c1-057d-4c02-af69-5d2ec974e178 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bcca08c1-057d-4c02-af69-5d2ec974e178, #wrap-s-bcca08c1-057d-4c02-af69-5d2ec974e178 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bcca08c1-057d-4c02-af69-5d2ec974e178 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bcca08c1-057d-4c02-af69-5d2ec974e178, #wrap-s-bcca08c1-057d-4c02-af69-5d2ec974e178 { display: none !important; }}@media (max-width: 767px){#s-bcca08c1-057d-4c02-af69-5d2ec974e178 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-bcca08c1-057d-4c02-af69-5d2ec974e178, #wrap-s-bcca08c1-057d-4c02-af69-5d2ec974e178 { display: none !important; }}







#s-bcca08c1-057d-4c02-af69-5d2ec974e178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcca08c1-057d-4c02-af69-5d2ec974e178.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-77f71838-54a9-4af8-a8bf-70e5d4ae6b98 {
  margin-left: -52px;
margin-right: -52px;
padding-left: 1px;
padding-right: 1px;
}
}
@media (min-width: 0px) {
[id="s-77f71838-54a9-4af8-a8bf-70e5d4ae6b98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77f71838-54a9-4af8-a8bf-70e5d4ae6b98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77f71838-54a9-4af8-a8bf-70e5d4ae6b98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77f71838-54a9-4af8-a8bf-70e5d4ae6b98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-5351802f-93ba-4a7d-9e55-9ccbc52386cd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-5351802f-93ba-4a7d-9e55-9ccbc52386cd img.shogun-image {
    

    
    
    
  }


#s-5351802f-93ba-4a7d-9e55-9ccbc52386cd .shogun-image-content {
  
    align-items: center;
  
}

#s-ee15c287-4c81-45ef-aab7-d561ac7af466 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-ee15c287-4c81-45ef-aab7-d561ac7af466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee15c287-4c81-45ef-aab7-d561ac7af466.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-a43e9a11-7214-459d-b209-25df9acf1169 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a43e9a11-7214-459d-b209-25df9acf1169 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}


#s-a43e9a11-7214-459d-b209-25df9acf1169 .shogun-heading-component h2 a {
  color: #000;
}


#s-3759f38f-3217-4673-a9f8-a70edaea5f13 {
  margin-top: -26px;
margin-left: 50px;
margin-bottom: -3px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3759f38f-3217-4673-a9f8-a70edaea5f13 .shogun-heading-component h3 {
  color: rgba(255, 150, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  text-align: left;
}


#s-3759f38f-3217-4673-a9f8-a70edaea5f13 .shogun-heading-component h3 a {
  color: rgba(255, 150, 0, 1);
}


#s-3d7a05f6-f2b5-466c-87c0-899a3ee86a6c {
  margin-left: 50px;
margin-right: 50px;
}

#s-8634f3c0-e0a4-4199-b281-9c88f9626e6f {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
text-align: left;
}

#s-8634f3c0-e0a4-4199-b281-9c88f9626e6f .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8634f3c0-e0a4-4199-b281-9c88f9626e6f .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-8634f3c0-e0a4-4199-b281-9c88f9626e6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

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

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

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

.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-1c7539ee-b421-4a49-b5c8-6123bf32d875 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTIzNzBmOWEtZmIxYy00YjFmLWI0MDgtMzc0OTE3YzUwMThmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMzNzVjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMjM3MGY5YS1mYjFjLTRiMWYtYjQwOC0zNzQ5MTdjNTAxOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-1c7539ee-b421-4a49-b5c8-6123bf32d875:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c7539ee-b421-4a49-b5c8-6123bf32d875:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1c7539ee-b421-4a49-b5c8-6123bf32d875-root {
    text-align: center;
  }


#s-1c7539ee-b421-4a49-b5c8-6123bf32d875.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c7539ee-b421-4a49-b5c8-6123bf32d875-root {
    text-align: center;
  }


#s-1c7539ee-b421-4a49-b5c8-6123bf32d875.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c7539ee-b421-4a49-b5c8-6123bf32d875-root {
    text-align: center;
  }


#s-1c7539ee-b421-4a49-b5c8-6123bf32d875.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c7539ee-b421-4a49-b5c8-6123bf32d875-root {
    text-align: center;
  }


#s-1c7539ee-b421-4a49-b5c8-6123bf32d875.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c7539ee-b421-4a49-b5c8-6123bf32d875-root {
    text-align: center;
  }


#s-1c7539ee-b421-4a49-b5c8-6123bf32d875.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-33f1c192-4701-4b5d-8605-931a7eb165f6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-33f1c192-4701-4b5d-8605-931a7eb165f6 img.shogun-image {
    

    
    
    
  }


#s-33f1c192-4701-4b5d-8605-931a7eb165f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e19b1c1d-57ec-407f-aa60-7124f4cce294 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-e19b1c1d-57ec-407f-aa60-7124f4cce294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e19b1c1d-57ec-407f-aa60-7124f4cce294.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3fd489c-ba93-40e8-9eb8-4b101b8a58a9 {
  margin-top: 20px;
margin-left: 50px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e3fd489c-ba93-40e8-9eb8-4b101b8a58a9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}


#s-e3fd489c-ba93-40e8-9eb8-4b101b8a58a9 .shogun-heading-component h2 a {
  color: #000;
}


#s-b7d13169-f218-44a3-ae89-78fb3761cc2d {
  margin-top: -26px;
margin-left: 50px;
margin-bottom: -3px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b7d13169-f218-44a3-ae89-78fb3761cc2d .shogun-heading-component h3 {
  color: rgba(255, 150, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  text-align: left;
}


#s-b7d13169-f218-44a3-ae89-78fb3761cc2d .shogun-heading-component h3 a {
  color: rgba(255, 150, 0, 1);
}


#s-0f3c78bb-c144-437a-9aae-7d9c3b3fa0b5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-668b3b03-7335-459f-9b2e-b45c9ea36ee0 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
text-align: left;
}

#s-668b3b03-7335-459f-9b2e-b45c9ea36ee0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-668b3b03-7335-459f-9b2e-b45c9ea36ee0 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-668b3b03-7335-459f-9b2e-b45c9ea36ee0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-bd882666-a6c6-4353-8718-ac8f152f84bd {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQzY2U1M2MtNGYzMC00MjVkLWJjNWEtYWY0OWIxNzc1MmM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMzNzVjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDNjZTUzYy00ZjMwLTQyNWQtYmM1YS1hZjQ5YjE3NzUyYzkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-bd882666-a6c6-4353-8718-ac8f152f84bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd882666-a6c6-4353-8718-ac8f152f84bd:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bd882666-a6c6-4353-8718-ac8f152f84bd-root {
    text-align: center;
  }


#s-bd882666-a6c6-4353-8718-ac8f152f84bd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd882666-a6c6-4353-8718-ac8f152f84bd-root {
    text-align: center;
  }


#s-bd882666-a6c6-4353-8718-ac8f152f84bd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd882666-a6c6-4353-8718-ac8f152f84bd-root {
    text-align: center;
  }


#s-bd882666-a6c6-4353-8718-ac8f152f84bd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd882666-a6c6-4353-8718-ac8f152f84bd-root {
    text-align: center;
  }


#s-bd882666-a6c6-4353-8718-ac8f152f84bd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd882666-a6c6-4353-8718-ac8f152f84bd-root {
    text-align: center;
  }


#s-bd882666-a6c6-4353-8718-ac8f152f84bd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a {
  
}
}@media (min-width: 1200px){#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a, #wrap-s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a, #wrap-s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a, #wrap-s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a { display: none !important; }}@media (max-width: 767px){#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a {
  
}
}@media (max-width: 767px){#s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a, #wrap-s-75ca16d0-9ea8-4dc7-b84c-e5e350d3518a { display: none !important; }}
#s-731f56e7-3939-43d7-a483-f83b7022ffe4 {
  margin-top: 80px;
margin-left: 300px;
margin-bottom: 80px;
margin-right: 300px;
min-height: 50px;
}
@media (min-width: 1200px){#s-731f56e7-3939-43d7-a483-f83b7022ffe4 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 1200px){#s-731f56e7-3939-43d7-a483-f83b7022ffe4, #wrap-s-731f56e7-3939-43d7-a483-f83b7022ffe4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-731f56e7-3939-43d7-a483-f83b7022ffe4 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-731f56e7-3939-43d7-a483-f83b7022ffe4, #wrap-s-731f56e7-3939-43d7-a483-f83b7022ffe4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-731f56e7-3939-43d7-a483-f83b7022ffe4 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-731f56e7-3939-43d7-a483-f83b7022ffe4, #wrap-s-731f56e7-3939-43d7-a483-f83b7022ffe4 { display: none !important; }}@media (max-width: 767px){#s-731f56e7-3939-43d7-a483-f83b7022ffe4 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-731f56e7-3939-43d7-a483-f83b7022ffe4, #wrap-s-731f56e7-3939-43d7-a483-f83b7022ffe4 { display: none !important; }}







#s-731f56e7-3939-43d7-a483-f83b7022ffe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-731f56e7-3939-43d7-a483-f83b7022ffe4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-79f262c0-36de-4735-9436-3d825ff081e7 {
  margin-left: -52px;
margin-right: -52px;
padding-left: 1px;
padding-right: 1px;
}
}
@media (min-width: 0px) {
[id="s-79f262c0-36de-4735-9436-3d825ff081e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79f262c0-36de-4735-9436-3d825ff081e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79f262c0-36de-4735-9436-3d825ff081e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79f262c0-36de-4735-9436-3d825ff081e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-07d9af7e-d4d4-4aff-b909-f8a7de8c30d4 {
  text-align: center;
}







  #s-07d9af7e-d4d4-4aff-b909-f8a7de8c30d4 img.shogun-image {
    

    
    
    
  }


#s-07d9af7e-d4d4-4aff-b909-f8a7de8c30d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f519913-31a9-4dae-90bf-ab393034b650 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-8f519913-31a9-4dae-90bf-ab393034b650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f519913-31a9-4dae-90bf-ab393034b650.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6376e2d-fda6-4855-a5ee-459780a32a59 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e6376e2d-fda6-4855-a5ee-459780a32a59 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}


#s-e6376e2d-fda6-4855-a5ee-459780a32a59 .shogun-heading-component h2 a {
  color: #000;
}


#s-a72d8c4c-f950-426a-8555-73cfdca7f902 {
  margin-top: -26px;
margin-left: 50px;
margin-bottom: -3px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a72d8c4c-f950-426a-8555-73cfdca7f902 .shogun-heading-component h5 {
  color: rgba(255, 150, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 6px;
  text-align: left;
}


#s-a72d8c4c-f950-426a-8555-73cfdca7f902 .shogun-heading-component h5 a {
  color: rgba(255, 150, 0, 1);
}


#s-e87fdfe6-270e-4100-b21b-23a8975857d9 {
  margin-left: 50px;
margin-right: 50px;
}

#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTQxZWM2MTUtMDBiOC00Zjk1LThlZmUtOWM0MTgzYjgxMGI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkxODE4MTgxODE4MTgxODIiIHN0eWxlPSJzdG9wLWNvbG9yOiMzNDYwYWU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTE4MTgxODE4MTgxODE4MiIgc3R5bGU9InN0b3AtY29sb3I6IzM0NjBhZTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzFjMzc1YztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZTQxZWM2MTUtMDBiOC00Zjk1LThlZmUtOWM0MTgzYjgxMGI1KSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>3, "pos"=>0.9181818181818182, "color"=>"#3460ae"}, {"id"=>4, "pos"=>0.9181818181818182, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-55c25a0d-3d64-4f52-9f89-aa755d3aca03-root {
    text-align: center;
  }


#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55c25a0d-3d64-4f52-9f89-aa755d3aca03-root {
    text-align: center;
  }


#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55c25a0d-3d64-4f52-9f89-aa755d3aca03-root {
    text-align: center;
  }


#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55c25a0d-3d64-4f52-9f89-aa755d3aca03-root {
    text-align: center;
  }


#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55c25a0d-3d64-4f52-9f89-aa755d3aca03-root {
    text-align: center;
  }


#s-55c25a0d-3d64-4f52-9f89-aa755d3aca03.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-c2ce8edd-826a-4fb8-8dcf-629791f0acf2 {
  text-align: center;
}







  #s-c2ce8edd-826a-4fb8-8dcf-629791f0acf2 img.shogun-image {
    

    
    
    
  }


#s-c2ce8edd-826a-4fb8-8dcf-629791f0acf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ba17d00-18c0-4839-9615-e394f6bf0c82 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-3ba17d00-18c0-4839-9615-e394f6bf0c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ba17d00-18c0-4839-9615-e394f6bf0c82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bb97787-a8eb-4092-b6b2-4f061ff66be3 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9bb97787-a8eb-4092-b6b2-4f061ff66be3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}


#s-9bb97787-a8eb-4092-b6b2-4f061ff66be3 .shogun-heading-component h2 a {
  color: #000;
}


#s-f8d24ebd-81e6-4e5b-b723-382fe2960465 {
  margin-top: -26px;
margin-left: 50px;
margin-bottom: -3px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8d24ebd-81e6-4e5b-b723-382fe2960465 .shogun-heading-component h5 {
  color: rgba(255, 150, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 6px;
  text-align: left;
}


#s-f8d24ebd-81e6-4e5b-b723-382fe2960465 .shogun-heading-component h5 a {
  color: rgba(255, 150, 0, 1);
}


#s-20c44b1f-8a97-4db9-80a6-46675f6bdb4f {
  margin-left: 50px;
margin-right: 50px;
}

#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTE2YzExNzYtNmYyMi00NmRmLWI0YjItMjI5ZGFjMWE4M2M2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMzNzVjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMTZjMTE3Ni02ZjIyLTQ2ZGYtYjRiMi0yMjlkYWMxYTgzYzYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-57b8975d-0e83-4fb4-95f8-acaa054b9e37-root {
    text-align: center;
  }


#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57b8975d-0e83-4fb4-95f8-acaa054b9e37-root {
    text-align: center;
  }


#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57b8975d-0e83-4fb4-95f8-acaa054b9e37-root {
    text-align: center;
  }


#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57b8975d-0e83-4fb4-95f8-acaa054b9e37-root {
    text-align: center;
  }


#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57b8975d-0e83-4fb4-95f8-acaa054b9e37-root {
    text-align: center;
  }


#s-57b8975d-0e83-4fb4-95f8-acaa054b9e37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf {
  margin-top: 0px;
margin-left: 300px;
margin-bottom: 80px;
margin-right: 300px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 1200px){#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf, #wrap-s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf, #wrap-s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf, #wrap-s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf { display: none !important; }}@media (max-width: 767px){#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf, #wrap-s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf { display: none !important; }}







#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f935a7e-7b0b-4f2a-b39e-c51f8bb2e6cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-888b010b-9c12-416a-bc1a-2ae43542d0c5 {
  margin-left: -52px;
margin-right: -52px;
padding-left: 1px;
padding-right: 1px;
}
}
@media (min-width: 0px) {
[id="s-888b010b-9c12-416a-bc1a-2ae43542d0c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-888b010b-9c12-416a-bc1a-2ae43542d0c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-888b010b-9c12-416a-bc1a-2ae43542d0c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-888b010b-9c12-416a-bc1a-2ae43542d0c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c3d281e-02b7-43e9-93c4-fc59b654bd49 {
  text-align: center;
}







  #s-6c3d281e-02b7-43e9-93c4-fc59b654bd49 img.shogun-image {
    

    
    
    
  }


#s-6c3d281e-02b7-43e9-93c4-fc59b654bd49 .shogun-image-content {
  
    align-items: center;
  
}

#s-b529e1fc-a31b-4c23-b2de-5a24c885eb81 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-b529e1fc-a31b-4c23-b2de-5a24c885eb81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b529e1fc-a31b-4c23-b2de-5a24c885eb81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6f39b43-652b-4971-9b8d-a0a04156bcc1 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f6f39b43-652b-4971-9b8d-a0a04156bcc1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}


#s-f6f39b43-652b-4971-9b8d-a0a04156bcc1 .shogun-heading-component h2 a {
  color: #000;
}


#s-d2773591-0941-4804-930e-136dab27a551 {
  margin-top: -26px;
margin-left: 50px;
margin-bottom: -3px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d2773591-0941-4804-930e-136dab27a551 .shogun-heading-component h5 {
  color: rgba(255, 150, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 6px;
  text-align: left;
}


#s-d2773591-0941-4804-930e-136dab27a551 .shogun-heading-component h5 a {
  color: rgba(255, 150, 0, 1);
}


#s-a4a07d53-2be9-4fb0-a597-1ec4910f9de8 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzk3OTI0ZDUtNTJmYS00OGU3LWJlNzUtYjBjZGQwNDc5ZWMzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMzNzVjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OTc5MjRkNS01MmZhLTQ4ZTctYmU3NS1iMGNkZDA0NzllYzMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7abdc50b-2160-4f41-81b0-d3cb08aa688c-root {
    text-align: center;
  }


#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7abdc50b-2160-4f41-81b0-d3cb08aa688c-root {
    text-align: center;
  }


#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7abdc50b-2160-4f41-81b0-d3cb08aa688c-root {
    text-align: center;
  }


#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7abdc50b-2160-4f41-81b0-d3cb08aa688c-root {
    text-align: center;
  }


#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7abdc50b-2160-4f41-81b0-d3cb08aa688c-root {
    text-align: center;
  }


#s-7abdc50b-2160-4f41-81b0-d3cb08aa688c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-93c3d5a7-4c7d-4b0d-ae9f-b3f18797f601 {
  text-align: center;
}







  #s-93c3d5a7-4c7d-4b0d-ae9f-b3f18797f601 img.shogun-image {
    

    
    
    
  }


#s-93c3d5a7-4c7d-4b0d-ae9f-b3f18797f601 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ab9569a-2bad-46c3-8f4c-866bb3f12c5a {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(53, 53, 53, 1);
}








#s-8ab9569a-2bad-46c3-8f4c-866bb3f12c5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ab9569a-2bad-46c3-8f4c-866bb3f12c5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72c74d0f-e455-40d5-b719-8f94d47b14ab {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72c74d0f-e455-40d5-b719-8f94d47b14ab .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}


#s-72c74d0f-e455-40d5-b719-8f94d47b14ab .shogun-heading-component h2 a {
  color: #000;
}


#s-c1c3c48b-c102-4f05-a85e-aa722f8337b6 {
  margin-top: -26px;
margin-left: 50px;
margin-bottom: -3px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c1c3c48b-c102-4f05-a85e-aa722f8337b6 .shogun-heading-component h5 {
  color: rgba(255, 150, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 6px;
  text-align: left;
}


#s-c1c3c48b-c102-4f05-a85e-aa722f8337b6 .shogun-heading-component h5 a {
  color: rgba(255, 150, 0, 1);
}


#s-a226e467-0b2a-4559-9e68-9574e1ac77f6 {
  margin-left: 50px;
margin-right: 50px;
}

#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjJkNDkwOGMtNDRiMy00YTExLTkwMmItYjkyMGQzNDQ4ZjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMzNzVjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMmQ0OTA4Yy00NGIzLTRhMTEtOTAyYi1iOTIwZDM0NDhmMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a-root {
    text-align: center;
  }


#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a-root {
    text-align: center;
  }


#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a-root {
    text-align: center;
  }


#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a-root {
    text-align: center;
  }


#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a-root {
    text-align: center;
  }


#s-c7c1f4f8-fb15-407c-b704-f054bbbd5f0a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-caf1b7f5-5b50-4dc1-a091-bf0be0429a14 {
  background-image: url(https://i.shgcdn.com/a5131aad-8090-43ea-bb97-5522eb5d48f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 24px;
padding-bottom: 24px;
background-position: center center;
}

#s-4c40d632-5b51-45d1-853e-5a979f7f6700 {
  background-image: url(https://i.shgcdn.com/a5131aad-8090-43ea-bb97-5522eb5d48f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-left: 20px;
padding-right: 20px;
background-position: center center;
}

#s-ffd08774-a610-4e92-8ca7-64f7d76cc304 {
  background-repeat: repeat;
background-size: cover;
padding-top: 35px;
padding-left: 15%;
padding-bottom: 35px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dashed;
background-position: center center;
background-attachment: scroll;
}

#s-ffd08774-a610-4e92-8ca7-64f7d76cc304 {
  background-image: url(https://i.shgcdn.com/a5131aad-8090-43ea-bb97-5522eb5d48f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ffd08774-a610-4e92-8ca7-64f7d76cc304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffd08774-a610-4e92-8ca7-64f7d76cc304.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f42ce7b-f555-41b2-8ae2-3ba7a691bf1e {
  margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-6f42ce7b-f555-41b2-8ae2-3ba7a691bf1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f42ce7b-f555-41b2-8ae2-3ba7a691bf1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6f42ce7b-f555-41b2-8ae2-3ba7a691bf1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f42ce7b-f555-41b2-8ae2-3ba7a691bf1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-a2190005-dabc-4b9a-b9a9-59254dd23d98 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(192, 192, 192, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-9f33465f-f7ed-40bb-ab1f-66e564b1e16d {
  text-align: left;
}



.shg-c#s-9f33465f-f7ed-40bb-ab1f-66e564b1e16d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f33465f-f7ed-40bb-ab1f-66e564b1e16d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f33465f-f7ed-40bb-ab1f-66e564b1e16d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f33465f-f7ed-40bb-ab1f-66e564b1e16d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f33465f-f7ed-40bb-ab1f-66e564b1e16d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f33465f-f7ed-40bb-ab1f-66e564b1e16d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f33465f-f7ed-40bb-ab1f-66e564b1e16d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f33465f-f7ed-40bb-ab1f-66e564b1e16d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f33465f-f7ed-40bb-ab1f-66e564b1e16d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f33465f-f7ed-40bb-ab1f-66e564b1e16d img.shogun-image {
  width: 100%;
}



}
#s-36ea1c00-7b99-40e8-9d42-1c2a3894472f {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(53, 53, 53, 0);
}








#s-36ea1c00-7b99-40e8-9d42-1c2a3894472f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36ea1c00-7b99-40e8-9d42-1c2a3894472f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cce3639-2dc6-4e6b-83c0-e2157ec15ce8 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
}

#s-d4659b6b-75cc-4767-adfc-8ceee51ee8f9 {
  margin-top: 0px;
margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4659b6b-75cc-4767-adfc-8ceee51ee8f9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


#s-d4659b6b-75cc-4767-adfc-8ceee51ee8f9 .shogun-heading-component h2 a {
  color: #000;
}


#s-1ceddd8f-9663-4907-aa68-3b781e96cfc4 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
text-align: center;
}

#s-1ceddd8f-9663-4907-aa68-3b781e96cfc4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1ceddd8f-9663-4907-aa68-3b781e96cfc4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 32px;
}

#s-1ceddd8f-9663-4907-aa68-3b781e96cfc4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-66c715a1-64fd-4c41-911c-79223bc01860 {
  padding-top: 8px;
padding-left: 9%;
padding-bottom: 8px;
padding-right: 9%;
text-align: left;
}

#s-b7500be5-2817-446d-a50e-bbb064b58515 {
  padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b7500be5-2817-446d-a50e-bbb064b58515"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7500be5-2817-446d-a50e-bbb064b58515"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b7500be5-2817-446d-a50e-bbb064b58515"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b7500be5-2817-446d-a50e-bbb064b58515"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

.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-e0022482-b7e0-4ac8-8a91-1bac2a2c37bb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDdmYmU1NTAtMWFhYS00ZTdiLWJiZGYtYjA0MzQxYTkxNmZkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZWM1NzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk5MDkwOTA5MDkwOTA5MSIgc3R5bGU9InN0b3AtY29sb3I6I2ZlOTYwMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzM0NjBhZTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzdlMjBjZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZlOTYwMDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZDdmYmU1NTAtMWFhYS00ZTdiLWJiZGYtYjA0MzQxYTkxNmZkKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>4, "pos"=>0.05, "color"=>"#ec5700"}, {"id"=>5, "pos"=>0.990909090909091, "color"=>"#fe9600"}, {"id"=>1, "pos"=>1, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}, {"id"=>3, "pos"=>1, "color"=>"#fe9600"}];
}
#s-e0022482-b7e0-4ac8-8a91-1bac2a2c37bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0022482-b7e0-4ac8-8a91-1bac2a2c37bb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTAwOTRlOGYtZTk5YS00OGQ2LTg5NjMtM2EzZWVmNjNjNTAxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWM1NzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmU5NjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MDA5NGU4Zi1lOTlhLTQ4ZDYtODk2My0zYTNlZWY2M2M1MDEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ec5700"}, {"id"=>2, "pos"=>1, "color"=>"#fe9600"}] !important;}


#s-e0022482-b7e0-4ac8-8a91-1bac2a2c37bb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0022482-b7e0-4ac8-8a91-1bac2a2c37bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0022482-b7e0-4ac8-8a91-1bac2a2c37bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e0022482-b7e0-4ac8-8a91-1bac2a2c37bb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-18127640-53fb-4e32-97b1-63df194a3c81 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 99, 99, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(99, 99, 99, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(99, 99, 99, 1);
}
#s-18127640-53fb-4e32-97b1-63df194a3c81:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18127640-53fb-4e32-97b1-63df194a3c81:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-18127640-53fb-4e32-97b1-63df194a3c81-root {
    text-align: center;
  }


#s-18127640-53fb-4e32-97b1-63df194a3c81.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-18127640-53fb-4e32-97b1-63df194a3c81-root {
    text-align: center;
  }


#s-18127640-53fb-4e32-97b1-63df194a3c81.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18127640-53fb-4e32-97b1-63df194a3c81-root {
    text-align: center;
  }


#s-18127640-53fb-4e32-97b1-63df194a3c81.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18127640-53fb-4e32-97b1-63df194a3c81-root {
    text-align: center;
  }


#s-18127640-53fb-4e32-97b1-63df194a3c81.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-18127640-53fb-4e32-97b1-63df194a3c81-root {
    text-align: center;
  }


#s-18127640-53fb-4e32-97b1-63df194a3c81.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6b790aaf-46b7-4ba6-b032-2f12f41d062d {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(50, 83, 168, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(50, 83, 168, 1);
}

#s-6e132815-e3c4-428a-b219-6e2ad64d01f5 {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}



.shg-c#s-6e132815-e3c4-428a-b219-6e2ad64d01f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e132815-e3c4-428a-b219-6e2ad64d01f5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e132815-e3c4-428a-b219-6e2ad64d01f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e132815-e3c4-428a-b219-6e2ad64d01f5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e132815-e3c4-428a-b219-6e2ad64d01f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e132815-e3c4-428a-b219-6e2ad64d01f5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e132815-e3c4-428a-b219-6e2ad64d01f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e132815-e3c4-428a-b219-6e2ad64d01f5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e132815-e3c4-428a-b219-6e2ad64d01f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e132815-e3c4-428a-b219-6e2ad64d01f5 img.shogun-image {
  width: 100%;
}



}
#s-bb16bd79-1b48-44cc-8f97-0f8de90fade1 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
}

#s-de04491e-e656-43ed-8ef4-c034e3445f94 {
  margin-top: 0px;
margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de04491e-e656-43ed-8ef4-c034e3445f94 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


#s-de04491e-e656-43ed-8ef4-c034e3445f94 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-b6fb9ae3-0019-4376-ba47-4767bd272f08 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
text-align: center;
}

#s-b6fb9ae3-0019-4376-ba47-4767bd272f08 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b6fb9ae3-0019-4376-ba47-4767bd272f08 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 32px;
}

#s-b6fb9ae3-0019-4376-ba47-4767bd272f08 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-4f4304fa-524b-4959-9f66-38981f9b44a4 {
  padding-top: 8px;
padding-left: 9%;
padding-bottom: 8px;
padding-right: 9%;
text-align: left;
}

#s-8163701e-6db0-4a7e-a137-349f10e03a63 {
  padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-8163701e-6db0-4a7e-a137-349f10e03a63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8163701e-6db0-4a7e-a137-349f10e03a63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8163701e-6db0-4a7e-a137-349f10e03a63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8163701e-6db0-4a7e-a137-349f10e03a63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6ebd60e6-1949-4a35-bebe-9222fb339823 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGNhMzYyNWMtMTE5OC00MDc1LTk1NjEtODNkZWYzOTU4YTFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZWM1NzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk5MDkwOTA5MDkwOTA5MSIgc3R5bGU9InN0b3AtY29sb3I6I2ZlOTYwMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2VjNTcwMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzdlMjBjZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZlOTYwMDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNGNhMzYyNWMtMTE5OC00MDc1LTk1NjEtODNkZWYzOTU4YTFhKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-gradient: [{"id"=>4, "pos"=>0.05, "color"=>"#ec5700"}, {"id"=>5, "pos"=>0.990909090909091, "color"=>"#fe9600"}, {"id"=>1, "pos"=>1, "color"=>"#ec5700"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}, {"id"=>3, "pos"=>1, "color"=>"#fe9600"}];
hover-type: gradient;
}
#s-6ebd60e6-1949-4a35-bebe-9222fb339823:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ebd60e6-1949-4a35-bebe-9222fb339823:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ebd60e6-1949-4a35-bebe-9222fb339823 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ebd60e6-1949-4a35-bebe-9222fb339823.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ebd60e6-1949-4a35-bebe-9222fb339823.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6ebd60e6-1949-4a35-bebe-9222fb339823.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-946eb965-c7b1-460d-8797-5e0ca5c77e86 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-946eb965-c7b1-460d-8797-5e0ca5c77e86:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-946eb965-c7b1-460d-8797-5e0ca5c77e86:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-946eb965-c7b1-460d-8797-5e0ca5c77e86-root {
    text-align: center;
  }


#s-946eb965-c7b1-460d-8797-5e0ca5c77e86.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-946eb965-c7b1-460d-8797-5e0ca5c77e86-root {
    text-align: center;
  }


#s-946eb965-c7b1-460d-8797-5e0ca5c77e86.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-946eb965-c7b1-460d-8797-5e0ca5c77e86-root {
    text-align: center;
  }


#s-946eb965-c7b1-460d-8797-5e0ca5c77e86.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-946eb965-c7b1-460d-8797-5e0ca5c77e86-root {
    text-align: center;
  }


#s-946eb965-c7b1-460d-8797-5e0ca5c77e86.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-946eb965-c7b1-460d-8797-5e0ca5c77e86-root {
    text-align: center;
  }


#s-946eb965-c7b1-460d-8797-5e0ca5c77e86.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-228556b9-9aab-4759-8b9f-707b1f2b96e9 {
  padding-left: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(192, 192, 192, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-4a8df463-6b8f-4b72-8e12-355f4d5c88a4 {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}



.shg-c#s-4a8df463-6b8f-4b72-8e12-355f4d5c88a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a8df463-6b8f-4b72-8e12-355f4d5c88a4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4a8df463-6b8f-4b72-8e12-355f4d5c88a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a8df463-6b8f-4b72-8e12-355f4d5c88a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a8df463-6b8f-4b72-8e12-355f4d5c88a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a8df463-6b8f-4b72-8e12-355f4d5c88a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a8df463-6b8f-4b72-8e12-355f4d5c88a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a8df463-6b8f-4b72-8e12-355f4d5c88a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a8df463-6b8f-4b72-8e12-355f4d5c88a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a8df463-6b8f-4b72-8e12-355f4d5c88a4 img.shogun-image {
  width: 100%;
}



}
#s-98d62233-ea7e-47ca-a404-4f234cdd65b7 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
}

#s-5d5a2de4-d7be-4c32-904e-ca18c871f4bd {
  margin-top: 0px;
margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d5a2de4-d7be-4c32-904e-ca18c871f4bd .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


#s-5d5a2de4-d7be-4c32-904e-ca18c871f4bd .shogun-heading-component h2 a {
  color: #000;
}


#s-4d25417c-ba93-429e-b087-3662716729f3 {
  margin-left: 4px;
margin-right: 4px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-4d25417c-ba93-429e-b087-3662716729f3 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4d25417c-ba93-429e-b087-3662716729f3 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 32px;
}

#s-4d25417c-ba93-429e-b087-3662716729f3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-f1ede5fd-a190-4769-8bde-c94c586a720f {
  padding-top: 8px;
padding-left: 9%;
padding-bottom: 8px;
padding-right: 9%;
text-align: left;
}

#s-b57e7a71-1b45-4c1f-bcdd-6cf6fc78ec16 {
  margin-left: 5px;
margin-right: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-b57e7a71-1b45-4c1f-bcdd-6cf6fc78ec16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b57e7a71-1b45-4c1f-bcdd-6cf6fc78ec16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b57e7a71-1b45-4c1f-bcdd-6cf6fc78ec16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b57e7a71-1b45-4c1f-bcdd-6cf6fc78ec16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-eae46bac-9552-446c-96f6-09c5f365a4fb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmZjMzdlOWYtMWJiNS00ZjA0LTg4NmQtOGNlMmY5ZWUyY2ZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZWM1NzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk5MDkwOTA5MDkwOTA5MSIgc3R5bGU9InN0b3AtY29sb3I6I2ZlOTYwMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2VjNTcwMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzdlMjBjZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZlOTYwMDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmZjMzdlOWYtMWJiNS00ZjA0LTg4NmQtOGNlMmY5ZWUyY2ZlKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-gradient: [{"id"=>4, "pos"=>0.05, "color"=>"#ec5700"}, {"id"=>5, "pos"=>0.990909090909091, "color"=>"#fe9600"}, {"id"=>1, "pos"=>1, "color"=>"#ec5700"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}, {"id"=>3, "pos"=>1, "color"=>"#fe9600"}];
hover-type: gradient;
}
#s-eae46bac-9552-446c-96f6-09c5f365a4fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eae46bac-9552-446c-96f6-09c5f365a4fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eae46bac-9552-446c-96f6-09c5f365a4fb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eae46bac-9552-446c-96f6-09c5f365a4fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eae46bac-9552-446c-96f6-09c5f365a4fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-eae46bac-9552-446c-96f6-09c5f365a4fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-77f101a4-94c0-422d-8e4d-02eb19213efc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(99, 99, 99, 1);
background-image: none;
hover-type: color;
}
#s-77f101a4-94c0-422d-8e4d-02eb19213efc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77f101a4-94c0-422d-8e4d-02eb19213efc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-77f101a4-94c0-422d-8e4d-02eb19213efc-root {
    text-align: center;
  }


#s-77f101a4-94c0-422d-8e4d-02eb19213efc.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-77f101a4-94c0-422d-8e4d-02eb19213efc-root {
    text-align: center;
  }


#s-77f101a4-94c0-422d-8e4d-02eb19213efc.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77f101a4-94c0-422d-8e4d-02eb19213efc-root {
    text-align: center;
  }


#s-77f101a4-94c0-422d-8e4d-02eb19213efc.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77f101a4-94c0-422d-8e4d-02eb19213efc-root {
    text-align: center;
  }


#s-77f101a4-94c0-422d-8e4d-02eb19213efc.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-77f101a4-94c0-422d-8e4d-02eb19213efc-root {
    text-align: center;
  }


#s-77f101a4-94c0-422d-8e4d-02eb19213efc.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e348a2ff-bce4-47e1-9111-7f3498733431 {
  margin-left: 150px;
margin-right: 150px;
padding-bottom: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e348a2ff-bce4-47e1-9111-7f3498733431 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 1200px){#s-e348a2ff-bce4-47e1-9111-7f3498733431, #wrap-s-e348a2ff-bce4-47e1-9111-7f3498733431 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e348a2ff-bce4-47e1-9111-7f3498733431 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e348a2ff-bce4-47e1-9111-7f3498733431, #wrap-s-e348a2ff-bce4-47e1-9111-7f3498733431 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e348a2ff-bce4-47e1-9111-7f3498733431 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e348a2ff-bce4-47e1-9111-7f3498733431, #wrap-s-e348a2ff-bce4-47e1-9111-7f3498733431 { display: none !important; }}@media (max-width: 767px){#s-e348a2ff-bce4-47e1-9111-7f3498733431 {
  margin-left: 5px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-e348a2ff-bce4-47e1-9111-7f3498733431, #wrap-s-e348a2ff-bce4-47e1-9111-7f3498733431 { display: none !important; }}







#s-e348a2ff-bce4-47e1-9111-7f3498733431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e348a2ff-bce4-47e1-9111-7f3498733431.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6b9d649-607e-4815-ab3f-5619de0c4637 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b6b9d649-607e-4815-ab3f-5619de0c4637"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6b9d649-607e-4815-ab3f-5619de0c4637"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b6b9d649-607e-4815-ab3f-5619de0c4637"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b6b9d649-607e-4815-ab3f-5619de0c4637"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d74b4c9b-27fe-4646-8096-4c5f314d519b {
  text-align: left;
}



.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74b4c9b-27fe-4646-8096-4c5f314d519b img.shogun-image {
  width: 100%;
}



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

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

#s-417b7efa-2b80-4b63-b9e0-d96f8f5dd387 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-417b7efa-2b80-4b63-b9e0-d96f8f5dd387 .shg-product-title-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-417b7efa-2b80-4b63-b9e0-d96f8f5dd387 .shg-product-title-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-417b7efa-2b80-4b63-b9e0-d96f8f5dd387 .shg-product-title-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-3bb7e0cd-73e7-460d-af44-0c78de3184ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bb7e0cd-73e7-460d-af44-0c78de3184ba .shg-product-sold-out {
  display: none;
  color: rgba(255, 150, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3bb7e0cd-73e7-460d-af44-0c78de3184ba .shg-product-price {
  color: rgba(255, 150, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-3bb7e0cd-73e7-460d-af44-0c78de3184ba .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-1f962d59-29da-4216-87fb-2b30077cf9a2 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 96, 174, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1f962d59-29da-4216-87fb-2b30077cf9a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f962d59-29da-4216-87fb-2b30077cf9a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1f962d59-29da-4216-87fb-2b30077cf9a2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f962d59-29da-4216-87fb-2b30077cf9a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d7458d09-96fb-4d80-b7dd-2a9444678e28 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d7458d09-96fb-4d80-b7dd-2a9444678e28:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7458d09-96fb-4d80-b7dd-2a9444678e28:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7458d09-96fb-4d80-b7dd-2a9444678e28-root {
    text-align: center;
  }


#s-d7458d09-96fb-4d80-b7dd-2a9444678e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7458d09-96fb-4d80-b7dd-2a9444678e28-root {
    text-align: center;
  }


#s-d7458d09-96fb-4d80-b7dd-2a9444678e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7458d09-96fb-4d80-b7dd-2a9444678e28-root {
    text-align: center;
  }


#s-d7458d09-96fb-4d80-b7dd-2a9444678e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7458d09-96fb-4d80-b7dd-2a9444678e28-root {
    text-align: center;
  }


#s-d7458d09-96fb-4d80-b7dd-2a9444678e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7458d09-96fb-4d80-b7dd-2a9444678e28-root {
    text-align: center;
  }


#s-d7458d09-96fb-4d80-b7dd-2a9444678e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 {
  text-align: left;
}



.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71172ff3-f48f-4ff4-b923-6c614d023ee3 img.shogun-image {
  width: 100%;
}



}
#s-3f69ef58-4ca4-4af7-8cf0-cdacc98bbc92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f69ef58-4ca4-4af7-8cf0-cdacc98bbc92 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
}

#s-35ad1d3c-7a3f-4778-8862-fef1b186122a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35ad1d3c-7a3f-4778-8862-fef1b186122a .shg-product-sold-out {
  display: none;
  color: rgba(255, 150, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-35ad1d3c-7a3f-4778-8862-fef1b186122a .shg-product-price {
  color: rgba(255, 150, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-35ad1d3c-7a3f-4778-8862-fef1b186122a .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-1f67a87e-cefe-4a06-97a1-937a6b3e61f0 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 96, 174, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f67a87e-cefe-4a06-97a1-937a6b3e61f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-782867ae-7490-4437-ab7b-ca5ae5ea6700 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-782867ae-7490-4437-ab7b-ca5ae5ea6700:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-782867ae-7490-4437-ab7b-ca5ae5ea6700:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-782867ae-7490-4437-ab7b-ca5ae5ea6700-root {
    text-align: center;
  }


#s-782867ae-7490-4437-ab7b-ca5ae5ea6700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-782867ae-7490-4437-ab7b-ca5ae5ea6700-root {
    text-align: center;
  }


#s-782867ae-7490-4437-ab7b-ca5ae5ea6700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-782867ae-7490-4437-ab7b-ca5ae5ea6700-root {
    text-align: center;
  }


#s-782867ae-7490-4437-ab7b-ca5ae5ea6700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-782867ae-7490-4437-ab7b-ca5ae5ea6700-root {
    text-align: center;
  }


#s-782867ae-7490-4437-ab7b-ca5ae5ea6700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-782867ae-7490-4437-ab7b-ca5ae5ea6700-root {
    text-align: center;
  }


#s-782867ae-7490-4437-ab7b-ca5ae5ea6700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-14daaf7c-4685-45d2-bb50-316f84f186d4 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-14daaf7c-4685-45d2-bb50-316f84f186d4 {
  
}
}@media (min-width: 1200px){#s-14daaf7c-4685-45d2-bb50-316f84f186d4, #wrap-s-14daaf7c-4685-45d2-bb50-316f84f186d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14daaf7c-4685-45d2-bb50-316f84f186d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14daaf7c-4685-45d2-bb50-316f84f186d4, #wrap-s-14daaf7c-4685-45d2-bb50-316f84f186d4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14daaf7c-4685-45d2-bb50-316f84f186d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-14daaf7c-4685-45d2-bb50-316f84f186d4, #wrap-s-14daaf7c-4685-45d2-bb50-316f84f186d4 { display: none !important; }}@media (max-width: 767px){#s-14daaf7c-4685-45d2-bb50-316f84f186d4 {
  
}
}@media (max-width: 767px){#s-14daaf7c-4685-45d2-bb50-316f84f186d4, #wrap-s-14daaf7c-4685-45d2-bb50-316f84f186d4 { display: none !important; }}







#s-14daaf7c-4685-45d2-bb50-316f84f186d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14daaf7c-4685-45d2-bb50-316f84f186d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdc649d6-1ff3-4896-b2ed-ebf909a00c72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdc649d6-1ff3-4896-b2ed-ebf909a00c72 .shogun-heading-component h2 {
  color: rgba(28, 55, 92, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTdmMTIwNDYtZWMzZi00Yjc1LTk3ZjMtZWRkYWI5YzJmMGM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2MGFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWMzNzVjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxN2YxMjA0Ni1lYzNmLTRiNzUtOTdmMy1lZGRhYjljMmYwYzUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3460ae"}, {"id"=>2, "pos"=>1, "color"=>"#1c375c"}];
line-height: 2em;
}
#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c66678fd-cc4c-47f5-b103-d61bb8b82f46-root {
    text-align: center;
  }


#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c66678fd-cc4c-47f5-b103-d61bb8b82f46-root {
    text-align: center;
  }


#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c66678fd-cc4c-47f5-b103-d61bb8b82f46-root {
    text-align: center;
  }


#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c66678fd-cc4c-47f5-b103-d61bb8b82f46-root {
    text-align: center;
  }


#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c66678fd-cc4c-47f5-b103-d61bb8b82f46-root {
    text-align: center;
  }


#s-c66678fd-cc4c-47f5-b103-d61bb8b82f46.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-d73bb905-1dbf-4d20-8783-8ff4fa8f4c1d {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(246, 247, 249, 1);
}








#s-d73bb905-1dbf-4d20-8783-8ff4fa8f4c1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d73bb905-1dbf-4d20-8783-8ff4fa8f4c1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6abbf841-b7a0-456a-bb0f-259ea62e0d8d {
  padding-top: 80px;
padding-bottom: 25px;
}

#s-2c5edbb4-676f-44ff-b67c-33c7d7763d79 {
  padding-left: 16%;
padding-right: 16%;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-2c5edbb4-676f-44ff-b67c-33c7d7763d79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c5edbb4-676f-44ff-b67c-33c7d7763d79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c5edbb4-676f-44ff-b67c-33c7d7763d79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c5edbb4-676f-44ff-b67c-33c7d7763d79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-9568b8bf-d299-4c29-9827-163975f0e104 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 399px;
aspect-ratio: 399/231;
text-align: center;
}





  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image,
  #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 {
    width: 100%;
    height: auto;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
    
    
  }


.s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-content {
  
    align-items: center;
  
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9568b8bf-d299-4c29-9827-163975f0e104 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
      position: relative;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image,
  #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 {
    width: 100%;
    height: auto;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
    
    
  }


.s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-content {
  
    align-items: center;
  
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9568b8bf-d299-4c29-9827-163975f0e104 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
      position: relative;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image,
  #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 {
    width: 100%;
    height: auto;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
    
    
  }


.s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-content {
  
    align-items: center;
  
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9568b8bf-d299-4c29-9827-163975f0e104 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
      position: relative;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image,
  #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 {
    width: 100%;
    height: auto;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
    
    
  }


.s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-content {
  
    align-items: center;
  
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9568b8bf-d299-4c29-9827-163975f0e104 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
      position: relative;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image,
  #s-9568b8bf-d299-4c29-9827-163975f0e104 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 {
    width: 100%;
    height: auto;
  }

  #s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
    
    
  }


.s-9568b8bf-d299-4c29-9827-163975f0e104 .shogun-image-content {
  
    align-items: center;
  
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9568b8bf-d299-4c29-9827-163975f0e104 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container {
      position: relative;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9568b8bf-d299-4c29-9827-163975f0e104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1bcb1809-f2ae-49cf-bdac-0e629c4a1b07 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1bcb1809-f2ae-49cf-bdac-0e629c4a1b07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bcb1809-f2ae-49cf-bdac-0e629c4a1b07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6859431f-1642-42d5-8a52-161cfbbea373 {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-89b99693-cf52-4156-85d5-b7e3fa634e8d {
  margin-top: 11px;
margin-left: 4%;
margin-bottom: 11px;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
max-width: 130px;
aspect-ratio: 180/58;
text-align: left;
}





  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image,
  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d {
    width: 100%;
    height: auto;
  }

  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image {
    
    
  }


.s-89b99693-cf52-4156-85d5-b7e3fa634e8d .shogun-image-content {
  
    align-items: center;
  
}

.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d {
      --shg-aspect-ratio: calc(180/58); 
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container {
      position: relative;
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image,
  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d {
    width: 100%;
    height: auto;
  }

  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image {
    
    
  }


.s-89b99693-cf52-4156-85d5-b7e3fa634e8d .shogun-image-content {
  
    align-items: center;
  
}

.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d {
      --shg-aspect-ratio: calc(180/58); 
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container {
      position: relative;
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image,
  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d {
    width: 100%;
    height: auto;
  }

  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image {
    
    
  }


.s-89b99693-cf52-4156-85d5-b7e3fa634e8d .shogun-image-content {
  
    align-items: center;
  
}

.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d {
      --shg-aspect-ratio: calc(180/58); 
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container {
      position: relative;
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image,
  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d {
    width: 100%;
    height: auto;
  }

  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image {
    
    
  }


.s-89b99693-cf52-4156-85d5-b7e3fa634e8d .shogun-image-content {
  
    align-items: center;
  
}

.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d {
      --shg-aspect-ratio: calc(180/58); 
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container {
      position: relative;
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image,
  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d {
    width: 100%;
    height: auto;
  }

  #s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image {
    
    
  }


.s-89b99693-cf52-4156-85d5-b7e3fa634e8d .shogun-image-content {
  
    align-items: center;
  
}

.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d {
      --shg-aspect-ratio: calc(180/58); 
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container {
      position: relative;
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89b99693-cf52-4156-85d5-b7e3fa634e8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 399px;
aspect-ratio: 399/231;
text-align: center;
}





  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image,
  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
    width: 100%;
    height: auto;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
    
    
  }


.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
      position: relative;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image,
  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
    width: 100%;
    height: auto;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
    
    
  }


.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
      position: relative;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image,
  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
    width: 100%;
    height: auto;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
    
    
  }


.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
      position: relative;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image,
  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
    width: 100%;
    height: auto;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
    
    
  }


.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
      position: relative;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image,
  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
    width: 100%;
    height: auto;
  }

  #s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
    
    
  }


.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container {
      position: relative;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c7cef37-26d3-4d1f-aa0f-4e72b9604b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c3bb340b-b16c-498e-9d7f-d58a586754a2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c3bb340b-b16c-498e-9d7f-d58a586754a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3bb340b-b16c-498e-9d7f-d58a586754a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de86f2a9-bbae-4d40-b889-6a9a9ba53880 {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-d4040e7d-f45b-4688-8f18-31429a8f2c6a {
  margin-top: 11px;
margin-left: 4%;
margin-bottom: 11px;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
max-width: 130px;
aspect-ratio: 195/58;
text-align: left;
}





  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image,
  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a {
    width: 100%;
    height: auto;
  }

  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image {
    
    
  }


.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a .shogun-image-content {
  
    align-items: center;
  
}

.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a {
      --shg-aspect-ratio: calc(195/58); 
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container {
      position: relative;
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image,
  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a {
    width: 100%;
    height: auto;
  }

  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image {
    
    
  }


.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a .shogun-image-content {
  
    align-items: center;
  
}

.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a {
      --shg-aspect-ratio: calc(195/58); 
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container {
      position: relative;
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image,
  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a {
    width: 100%;
    height: auto;
  }

  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image {
    
    
  }


.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a .shogun-image-content {
  
    align-items: center;
  
}

.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a {
      --shg-aspect-ratio: calc(195/58); 
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container {
      position: relative;
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image,
  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a {
    width: 100%;
    height: auto;
  }

  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image {
    
    
  }


.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a .shogun-image-content {
  
    align-items: center;
  
}

.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a {
      --shg-aspect-ratio: calc(195/58); 
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container {
      position: relative;
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image,
  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a {
    width: 100%;
    height: auto;
  }

  #s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image {
    
    
  }


.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a .shogun-image-content {
  
    align-items: center;
  
}

.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a {
      --shg-aspect-ratio: calc(195/58); 
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container {
      position: relative;
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4040e7d-f45b-4688-8f18-31429a8f2c6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-730d5415-de12-43c7-a06d-1601bbea10d1 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 399px;
aspect-ratio: 399/231;
text-align: center;
}





  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image,
  #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 {
    width: 100%;
    height: auto;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
    
    
  }


.s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-730d5415-de12-43c7-a06d-1601bbea10d1 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
      position: relative;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image,
  #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 {
    width: 100%;
    height: auto;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
    
    
  }


.s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-730d5415-de12-43c7-a06d-1601bbea10d1 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
      position: relative;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image,
  #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 {
    width: 100%;
    height: auto;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
    
    
  }


.s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-730d5415-de12-43c7-a06d-1601bbea10d1 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
      position: relative;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image,
  #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 {
    width: 100%;
    height: auto;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
    
    
  }


.s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-730d5415-de12-43c7-a06d-1601bbea10d1 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
      position: relative;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image,
  #s-730d5415-de12-43c7-a06d-1601bbea10d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 {
    width: 100%;
    height: auto;
  }

  #s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
    
    
  }


.s-730d5415-de12-43c7-a06d-1601bbea10d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-730d5415-de12-43c7-a06d-1601bbea10d1 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container {
      position: relative;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-730d5415-de12-43c7-a06d-1601bbea10d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b1688075-3e71-49b1-8faf-5c89dfbcb27c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b1688075-3e71-49b1-8faf-5c89dfbcb27c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1688075-3e71-49b1-8faf-5c89dfbcb27c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2639898-43fb-41f0-93eb-c3fcb0607f8a {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-cf309f86-49fe-4818-8a0f-dc189a880850 {
  margin-top: 11px;
margin-left: 4%;
margin-bottom: 11px;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
max-width: 140px;
aspect-ratio: 227/58;
text-align: left;
}





  #s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image,
  #s-cf309f86-49fe-4818-8a0f-dc189a880850 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf309f86-49fe-4818-8a0f-dc189a880850 {
    width: 100%;
    height: auto;
  }

  #s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-cf309f86-49fe-4818-8a0f-dc189a880850 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf309f86-49fe-4818-8a0f-dc189a880850.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf309f86-49fe-4818-8a0f-dc189a880850 {
      --shg-aspect-ratio: calc(227/58); 
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container {
      position: relative;
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image,
  #s-cf309f86-49fe-4818-8a0f-dc189a880850 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf309f86-49fe-4818-8a0f-dc189a880850 {
    width: 100%;
    height: auto;
  }

  #s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-cf309f86-49fe-4818-8a0f-dc189a880850 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf309f86-49fe-4818-8a0f-dc189a880850.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf309f86-49fe-4818-8a0f-dc189a880850 {
      --shg-aspect-ratio: calc(227/58); 
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container {
      position: relative;
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image,
  #s-cf309f86-49fe-4818-8a0f-dc189a880850 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf309f86-49fe-4818-8a0f-dc189a880850 {
    width: 100%;
    height: auto;
  }

  #s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-cf309f86-49fe-4818-8a0f-dc189a880850 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf309f86-49fe-4818-8a0f-dc189a880850.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf309f86-49fe-4818-8a0f-dc189a880850 {
      --shg-aspect-ratio: calc(227/58); 
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container {
      position: relative;
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image,
  #s-cf309f86-49fe-4818-8a0f-dc189a880850 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf309f86-49fe-4818-8a0f-dc189a880850 {
    width: 100%;
    height: auto;
  }

  #s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-cf309f86-49fe-4818-8a0f-dc189a880850 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf309f86-49fe-4818-8a0f-dc189a880850.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf309f86-49fe-4818-8a0f-dc189a880850 {
      --shg-aspect-ratio: calc(227/58); 
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container {
      position: relative;
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image,
  #s-cf309f86-49fe-4818-8a0f-dc189a880850 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf309f86-49fe-4818-8a0f-dc189a880850 {
    width: 100%;
    height: auto;
  }

  #s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-cf309f86-49fe-4818-8a0f-dc189a880850 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf309f86-49fe-4818-8a0f-dc189a880850.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf309f86-49fe-4818-8a0f-dc189a880850 {
      --shg-aspect-ratio: calc(227/58); 
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container {
      position: relative;
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf309f86-49fe-4818-8a0f-dc189a880850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ac0ba4c1-fca6-4e5e-8bfe-587bd99eaa29 {
  margin-top: 17px;
margin-bottom: 17px;
padding-left: 16%;
padding-right: 16%;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-ac0ba4c1-fca6-4e5e-8bfe-587bd99eaa29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac0ba4c1-fca6-4e5e-8bfe-587bd99eaa29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ac0ba4c1-fca6-4e5e-8bfe-587bd99eaa29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac0ba4c1-fca6-4e5e-8bfe-587bd99eaa29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 399px;
aspect-ratio: 399/231;
text-align: center;
}





  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image,
  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
    width: 100%;
    height: auto;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
    
    
  }


.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
      position: relative;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image,
  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
    width: 100%;
    height: auto;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
    
    
  }


.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
      position: relative;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image,
  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
    width: 100%;
    height: auto;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
    
    
  }


.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
      position: relative;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image,
  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
    width: 100%;
    height: auto;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
    
    
  }


.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
      position: relative;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image,
  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
    width: 100%;
    height: auto;
  }

  #s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
    
    
  }


.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container {
      position: relative;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7f2819-6f5b-4865-9100-d45e7f3676e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-95d00438-403a-47aa-a7b4-1e54f7a5c1ae {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-95d00438-403a-47aa-a7b4-1e54f7a5c1ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95d00438-403a-47aa-a7b4-1e54f7a5c1ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09365a3c-60ab-4619-bfdd-415ee6cf1256 {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 {
  margin-top: 11px;
margin-left: 4%;
margin-bottom: 11px;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
max-width: 170px;
aspect-ratio: 255/58;
text-align: left;
}





  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image,
  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 {
    width: 100%;
    height: auto;
  }

  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image {
    
    
  }


.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 {
      --shg-aspect-ratio: calc(255/58); 
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container {
      position: relative;
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image,
  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 {
    width: 100%;
    height: auto;
  }

  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image {
    
    
  }


.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 {
      --shg-aspect-ratio: calc(255/58); 
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container {
      position: relative;
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image,
  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 {
    width: 100%;
    height: auto;
  }

  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image {
    
    
  }


.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 {
      --shg-aspect-ratio: calc(255/58); 
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container {
      position: relative;
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image,
  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 {
    width: 100%;
    height: auto;
  }

  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image {
    
    
  }


.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 {
      --shg-aspect-ratio: calc(255/58); 
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container {
      position: relative;
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image,
  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 {
    width: 100%;
    height: auto;
  }

  #s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image {
    
    
  }


.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 {
      --shg-aspect-ratio: calc(255/58); 
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container {
      position: relative;
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2273e41-fa42-48f4-8f4e-74cb8f4dcb76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 399px;
aspect-ratio: 399/231;
text-align: center;
}





  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image,
  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
    width: 100%;
    height: auto;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
    
    
  }


.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-content {
  
    align-items: center;
  
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
      position: relative;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image,
  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
    width: 100%;
    height: auto;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
    
    
  }


.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-content {
  
    align-items: center;
  
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
      position: relative;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image,
  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
    width: 100%;
    height: auto;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
    
    
  }


.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-content {
  
    align-items: center;
  
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
      position: relative;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image,
  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
    width: 100%;
    height: auto;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
    
    
  }


.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-content {
  
    align-items: center;
  
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
      position: relative;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image,
  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
    width: 100%;
    height: auto;
  }

  #s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
    
    
  }


.s-882fa929-85ce-42ac-aff8-af3a8c6ac407 .shogun-image-content {
  
    align-items: center;
  
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container {
      position: relative;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882fa929-85ce-42ac-aff8-af3a8c6ac407 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c026bf85-2501-4c9e-8769-7f098f0019ab {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c026bf85-2501-4c9e-8769-7f098f0019ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c026bf85-2501-4c9e-8769-7f098f0019ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4abaf4c-cc23-4979-bc9e-1b7bfa871788 {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff {
  margin-top: 11px;
margin-left: 4%;
margin-bottom: 11px;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
max-width: 145px;
aspect-ratio: 227/58;
text-align: left;
}





  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image,
  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff {
    width: 100%;
    height: auto;
  }

  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image {
    
    
  }


.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff {
      --shg-aspect-ratio: calc(227/58); 
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container {
      position: relative;
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image,
  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff {
    width: 100%;
    height: auto;
  }

  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image {
    
    
  }


.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff {
      --shg-aspect-ratio: calc(227/58); 
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container {
      position: relative;
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image,
  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff {
    width: 100%;
    height: auto;
  }

  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image {
    
    
  }


.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff {
      --shg-aspect-ratio: calc(227/58); 
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container {
      position: relative;
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image,
  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff {
    width: 100%;
    height: auto;
  }

  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image {
    
    
  }


.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff {
      --shg-aspect-ratio: calc(227/58); 
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container {
      position: relative;
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image,
  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff {
    width: 100%;
    height: auto;
  }

  #s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image {
    
    
  }


.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff {
      --shg-aspect-ratio: calc(227/58); 
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container {
      position: relative;
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7b0c5ce-d7b3-4806-b1b9-3bd474a281ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 399px;
aspect-ratio: 399/231;
text-align: center;
}





  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image,
  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
    width: 100%;
    height: auto;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
    
    
  }


.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-content {
  
    align-items: center;
  
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
      position: relative;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image,
  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
    width: 100%;
    height: auto;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
    
    
  }


.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-content {
  
    align-items: center;
  
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
      position: relative;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image,
  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
    width: 100%;
    height: auto;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
    
    
  }


.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-content {
  
    align-items: center;
  
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
      position: relative;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image,
  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
    width: 100%;
    height: auto;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
    
    
  }


.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-content {
  
    align-items: center;
  
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
      position: relative;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image,
  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
    width: 100%;
    height: auto;
  }

  #s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
    
    
  }


.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe .shogun-image-content {
  
    align-items: center;
  
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe {
      --shg-aspect-ratio: calc(399/231); 
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container {
      position: relative;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c62312f8-b3a7-4176-b531-1f9f4fc6e0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-661a132d-63fb-4220-961c-372d34be57b2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-661a132d-63fb-4220-961c-372d34be57b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-661a132d-63fb-4220-961c-372d34be57b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1375a5d-99cb-4b4e-b959-2612c4039792 {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-3c6e7461-b27c-493d-a713-6e02aa872cf3 {
  margin-top: 11px;
margin-left: 4%;
margin-bottom: 11px;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
max-width: 145px;
aspect-ratio: 195/58;
text-align: left;
}





  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image,
  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 {
    width: 100%;
    height: auto;
  }

  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image {
    
    
  }


.s-3c6e7461-b27c-493d-a713-6e02aa872cf3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3 {
      --shg-aspect-ratio: calc(195/58); 
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container {
      position: relative;
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image,
  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 {
    width: 100%;
    height: auto;
  }

  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image {
    
    
  }


.s-3c6e7461-b27c-493d-a713-6e02aa872cf3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3 {
      --shg-aspect-ratio: calc(195/58); 
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container {
      position: relative;
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image,
  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 {
    width: 100%;
    height: auto;
  }

  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image {
    
    
  }


.s-3c6e7461-b27c-493d-a713-6e02aa872cf3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3 {
      --shg-aspect-ratio: calc(195/58); 
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container {
      position: relative;
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image,
  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 {
    width: 100%;
    height: auto;
  }

  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image {
    
    
  }


.s-3c6e7461-b27c-493d-a713-6e02aa872cf3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3 {
      --shg-aspect-ratio: calc(195/58); 
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container {
      position: relative;
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image,
  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 {
    width: 100%;
    height: auto;
  }

  #s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image {
    
    
  }


.s-3c6e7461-b27c-493d-a713-6e02aa872cf3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3 {
      --shg-aspect-ratio: calc(195/58); 
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container {
      position: relative;
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c6e7461-b27c-493d-a713-6e02aa872cf3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWUzZjIxZDMtNGE0MS00YTkwLTgwNDItYTA2Zjk0N2JmNGIyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZWM1NzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmU5NjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZTNmMjFkMy00YTQxLTRhOTAtODA0Mi1hMDZmOTQ3YmY0YjIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ec5700"}, {"id"=>2, "pos"=>1, "color"=>"#fe9600"}];
line-height: 2em;
}
#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fbfc935d-a89c-4c70-9f6e-8af68addc37b-root {
    text-align: center;
  }


#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fbfc935d-a89c-4c70-9f6e-8af68addc37b-root {
    text-align: center;
  }


#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fbfc935d-a89c-4c70-9f6e-8af68addc37b-root {
    text-align: center;
  }


#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fbfc935d-a89c-4c70-9f6e-8af68addc37b-root {
    text-align: center;
  }


#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fbfc935d-a89c-4c70-9f6e-8af68addc37b-root {
    text-align: center;
  }


#s-fbfc935d-a89c-4c70-9f6e-8af68addc37b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-4787cc11-85bb-4b6e-928b-27e4a7448566 {
  margin-top: 80px;
margin-left: 0px;
margin-bottom: 80px;
margin-right: 0px;
max-width: 100%;
}








#s-4787cc11-85bb-4b6e-928b-27e4a7448566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4787cc11-85bb-4b6e-928b-27e4a7448566.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bf447a2-39ac-414b-8656-7d2a1a1fef9a {
  margin-left: 300px;
margin-right: 300px;
}
@media (max-width: 767px){#s-7bf447a2-39ac-414b-8656-7d2a1a1fef9a {
  margin-bottom: 20px;
}
}
#s-2fe36f56-6b11-48f4-8384-8a8a1137b516 {
  margin-top: 100px;
margin-bottom: 100px;
}








#s-2fe36f56-6b11-48f4-8384-8a8a1137b516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fe36f56-6b11-48f4-8384-8a8a1137b516.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a1b7d64-1f2d-4be1-a246-e5fa0ac3f055 {
  background-image: url(https://i.shgcdn.com/c4070a2f-a467-4b48-b826-9fd700d63d66/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
padding-left: 10%;
padding-right: 10%;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-0a1b7d64-1f2d-4be1-a246-e5fa0ac3f055"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a1b7d64-1f2d-4be1-a246-e5fa0ac3f055"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a1b7d64-1f2d-4be1-a246-e5fa0ac3f055"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a1b7d64-1f2d-4be1-a246-e5fa0ac3f055"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
  max-width: 240px;
aspect-ratio: 377/457;
text-align: center;
}





  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image,
  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
    width: 100%;
    height: auto;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
    
    
  }


.s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-content {
  
    align-items: center;
  
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
      position: relative;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image,
  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
    width: 100%;
    height: auto;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
    
    
  }


.s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-content {
  
    align-items: center;
  
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
      position: relative;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image,
  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
    width: 100%;
    height: auto;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
    
    
  }


.s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-content {
  
    align-items: center;
  
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
      position: relative;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image,
  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
    width: 100%;
    height: auto;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
    
    
  }


.s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-content {
  
    align-items: center;
  
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
      position: relative;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image,
  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
    width: 100%;
    height: auto;
  }

  #s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
    
    
  }


.s-36633fe1-4008-46f2-bc80-11b75c6a1319 .shogun-image-content {
  
    align-items: center;
  
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container {
      position: relative;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36633fe1-4008-46f2-bc80-11b75c6a1319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a579c3e9-278c-4a6a-8bd9-7b3b7c6a9947 {
  padding-left: 18%;
padding-right: 18%;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
  max-width: 637px;
aspect-ratio: 637/457;
text-align: center;
}





  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image,
  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
    width: 100%;
    height: auto;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
    
    
  }


.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-content {
  
    align-items: center;
  
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
      --shg-aspect-ratio: calc(637/457); 
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
      position: relative;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image,
  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
    width: 100%;
    height: auto;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
    
    
  }


.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-content {
  
    align-items: center;
  
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
      --shg-aspect-ratio: calc(637/457); 
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
      position: relative;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image,
  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
    width: 100%;
    height: auto;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
    
    
  }


.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-content {
  
    align-items: center;
  
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
      --shg-aspect-ratio: calc(637/457); 
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
      position: relative;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image,
  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
    width: 100%;
    height: auto;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
    
    
  }


.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-content {
  
    align-items: center;
  
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
      --shg-aspect-ratio: calc(637/457); 
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
      position: relative;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image,
  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
    width: 100%;
    height: auto;
  }

  #s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
    
    
  }


.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c .shogun-image-content {
  
    align-items: center;
  
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c {
      --shg-aspect-ratio: calc(637/457); 
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container {
      position: relative;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e468ef-fcfb-4d21-8263-da10fbf8fb0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f279787a-96fa-43bd-a29f-5ed5274ec42c {
  padding-left: 18%;
padding-right: 18%;
}

#s-01248b93-603b-41f9-a259-537b4ead3255 {
  max-width: 230px;
aspect-ratio: 377/457;
text-align: center;
}





  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image,
  #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 {
    width: 100%;
    height: auto;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
    
    
  }


.s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-content {
  
    align-items: center;
  
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01248b93-603b-41f9-a259-537b4ead3255 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
      position: relative;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image,
  #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 {
    width: 100%;
    height: auto;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
    
    
  }


.s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-content {
  
    align-items: center;
  
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01248b93-603b-41f9-a259-537b4ead3255 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
      position: relative;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image,
  #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 {
    width: 100%;
    height: auto;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
    
    
  }


.s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-content {
  
    align-items: center;
  
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01248b93-603b-41f9-a259-537b4ead3255 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
      position: relative;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image,
  #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 {
    width: 100%;
    height: auto;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
    
    
  }


.s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-content {
  
    align-items: center;
  
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01248b93-603b-41f9-a259-537b4ead3255 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
      position: relative;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image,
  #s-01248b93-603b-41f9-a259-537b4ead3255 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 {
    width: 100%;
    height: auto;
  }

  #s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
    
    
  }


.s-01248b93-603b-41f9-a259-537b4ead3255 .shogun-image-content {
  
    align-items: center;
  
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01248b93-603b-41f9-a259-537b4ead3255 {
      --shg-aspect-ratio: calc(377/457); 
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container {
      position: relative;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01248b93-603b-41f9-a259-537b4ead3255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fa6d3d88-dd33-4173-a248-94afc3a67198 {
  padding-left: 18%;
padding-right: 18%;
}

#s-51b5aedd-3ae7-4813-ae54-d66440619a5c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODdjZTA5ZGUtMGMyMy00ZGY1LTk2ZGEtNDNkM2EzMWEzMzJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZWM1NzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmU5NjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4N2NlMDlkZS0wYzIzLTRkZjUtOTZkYS00M2QzYTMxYTMzMmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ec5700"}, {"id"=>2, "pos"=>1, "color"=>"#fe9600"}];
line-height: 2em;
}
#s-51b5aedd-3ae7-4813-ae54-d66440619a5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51b5aedd-3ae7-4813-ae54-d66440619a5c:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-51b5aedd-3ae7-4813-ae54-d66440619a5c-root {
    text-align: center;
  }


#s-51b5aedd-3ae7-4813-ae54-d66440619a5c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51b5aedd-3ae7-4813-ae54-d66440619a5c-root {
    text-align: center;
  }


#s-51b5aedd-3ae7-4813-ae54-d66440619a5c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51b5aedd-3ae7-4813-ae54-d66440619a5c-root {
    text-align: center;
  }


#s-51b5aedd-3ae7-4813-ae54-d66440619a5c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51b5aedd-3ae7-4813-ae54-d66440619a5c-root {
    text-align: center;
  }


#s-51b5aedd-3ae7-4813-ae54-d66440619a5c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51b5aedd-3ae7-4813-ae54-d66440619a5c-root {
    text-align: center;
  }


#s-51b5aedd-3ae7-4813-ae54-d66440619a5c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-f71397b2-a99a-4ee8-baa2-73659329b426 {
  min-height: 50px;
}








#s-f71397b2-a99a-4ee8-baa2-73659329b426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f71397b2-a99a-4ee8-baa2-73659329b426.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa3c5cd8-aecf-4507-91db-b853faf57ea7 {
  background-image: url(https://i.shgcdn.com/aabc1d17-b9b9-4b6d-ba98-cc46f27edea3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 15%;
margin-right: 15%;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-aa3c5cd8-aecf-4507-91db-b853faf57ea7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa3c5cd8-aecf-4507-91db-b853faf57ea7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa3c5cd8-aecf-4507-91db-b853faf57ea7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa3c5cd8-aecf-4507-91db-b853faf57ea7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  img.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image {
    
    
  }


.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image {
    
    
  }


.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image {
    
    
  }


.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image {
    
    
  }


.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image {
    
    
  }


.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fe13abc-2fcd-41c2-8c3d-65d980e4ed0e.shogun-image {
  box-sizing: border-box;
}



}
#s-def9ef19-c020-486f-a2d0-6507c10a317d {
  padding-top: 50px;
text-align: left;
}

#s-def9ef19-c020-486f-a2d0-6507c10a317d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-26eb5cfb-5d54-4b6e-8ec8-ad2fc977e4ce {
  margin-left: 0px;
margin-right: 60px;
}
@media (max-width: 767px){#s-26eb5cfb-5d54-4b6e-8ec8-ad2fc977e4ce {
  margin-bottom: 20px;
}
}
#s-ca494b93-2560-409e-84f8-52c3e07443b7 {
  margin-top: 80px;
margin-left: 300px;
margin-bottom: 80px;
margin-right: 300px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ca494b93-2560-409e-84f8-52c3e07443b7 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca494b93-2560-409e-84f8-52c3e07443b7 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca494b93-2560-409e-84f8-52c3e07443b7 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-ca494b93-2560-409e-84f8-52c3e07443b7 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-ca494b93-2560-409e-84f8-52c3e07443b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca494b93-2560-409e-84f8-52c3e07443b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c3dd5439-dff0-42c0-aec9-73ad9d37f0ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3dd5439-dff0-42c0-aec9-73ad9d37f0ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c3dd5439-dff0-42c0-aec9-73ad9d37f0ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3dd5439-dff0-42c0-aec9-73ad9d37f0ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c3dd5439-dff0-42c0-aec9-73ad9d37f0ce"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-153abd89-94cd-4d0f-9df8-5c142d273a55 {
  max-width: 500px;
aspect-ratio: 664/741;
text-align: center;
}





  #s-153abd89-94cd-4d0f-9df8-5c142d273a55 img.shogun-image,
  #s-153abd89-94cd-4d0f-9df8-5c142d273a55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-153abd89-94cd-4d0f-9df8-5c142d273a55 {
    width: 100%;
    height: auto;
  }



  #s-153abd89-94cd-4d0f-9df8-5c142d273a55 img.shogun-image {
    

    
    
    
  }


#s-153abd89-94cd-4d0f-9df8-5c142d273a55 .shogun-image-content {
  
    align-items: center;
  
}

#s-942d9c74-c470-4a71-87b0-7379b20d91d3 {
  margin-top: 20%;
}

#s-f2cf4e87-3fc4-4bb5-9030-8da57516db74 {
  margin-left: 0px;
margin-right: 60px;
}
@media (max-width: 767px){#s-f2cf4e87-3fc4-4bb5-9030-8da57516db74 {
  margin-bottom: 20px;
}
}
#s-674e3a1b-5f36-4ce1-be21-1e8b493c9e06 {
  margin-top: 80px;
margin-left: 300px;
margin-bottom: 80px;
margin-right: 300px;
min-height: 50px;
}
@media (min-width: 1200px){#s-674e3a1b-5f36-4ce1-be21-1e8b493c9e06 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-674e3a1b-5f36-4ce1-be21-1e8b493c9e06 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-674e3a1b-5f36-4ce1-be21-1e8b493c9e06 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-674e3a1b-5f36-4ce1-be21-1e8b493c9e06 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-674e3a1b-5f36-4ce1-be21-1e8b493c9e06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-674e3a1b-5f36-4ce1-be21-1e8b493c9e06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3a34426a-5e12-4da5-b549-bd69e6afa254"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a34426a-5e12-4da5-b549-bd69e6afa254"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a34426a-5e12-4da5-b549-bd69e6afa254"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a34426a-5e12-4da5-b549-bd69e6afa254"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3a34426a-5e12-4da5-b549-bd69e6afa254"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-13d3fb95-ab07-49e6-b52d-bc973a584aa7 {
  margin-top: 20%;
}

#s-bb2a3dce-9c67-4b47-8947-5d59e88e699a {
  margin-left: 0px;
margin-right: 60px;
}
@media (max-width: 767px){#s-bb2a3dce-9c67-4b47-8947-5d59e88e699a {
  margin-bottom: 20px;
}
}
#s-0210458a-9a33-4488-aa73-0629a43a07aa {
  max-width: 664px;
aspect-ratio: 664/742;
text-align: center;
}





  #s-0210458a-9a33-4488-aa73-0629a43a07aa img.shogun-image,
  #s-0210458a-9a33-4488-aa73-0629a43a07aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0210458a-9a33-4488-aa73-0629a43a07aa {
    width: 100%;
    height: auto;
  }



  #s-0210458a-9a33-4488-aa73-0629a43a07aa img.shogun-image {
    

    
    
    
  }


#s-0210458a-9a33-4488-aa73-0629a43a07aa .shogun-image-content {
  
    align-items: center;
  
}

#s-cb3b6a8f-e7b2-44dd-8bc7-6039fef500fd {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
min-height: 149px;
background-position: center center;
}








#s-cb3b6a8f-e7b2-44dd-8bc7-6039fef500fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb3b6a8f-e7b2-44dd-8bc7-6039fef500fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-172c65fc-fb5a-45cd-8d4e-5255e82190b1 {
  margin-left: 400px;
margin-right: 400px;
}
@media (min-width: 1200px){#s-172c65fc-fb5a-45cd-8d4e-5255e82190b1 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-172c65fc-fb5a-45cd-8d4e-5255e82190b1 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-172c65fc-fb5a-45cd-8d4e-5255e82190b1 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-172c65fc-fb5a-45cd-8d4e-5255e82190b1 {
  margin-left: 25px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-172c65fc-fb5a-45cd-8d4e-5255e82190b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-172c65fc-fb5a-45cd-8d4e-5255e82190b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-172c65fc-fb5a-45cd-8d4e-5255e82190b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-172c65fc-fb5a-45cd-8d4e-5255e82190b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-172c65fc-fb5a-45cd-8d4e-5255e82190b1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e4eac8d7-3091-4a71-b1a0-3175fb3beb7c {
  margin-top: 39px;
margin-bottom: 40px;
max-width: 400px;
aspect-ratio: 565/471;
text-align: center;
}





  #s-e4eac8d7-3091-4a71-b1a0-3175fb3beb7c img.shogun-image,
  #s-e4eac8d7-3091-4a71-b1a0-3175fb3beb7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4eac8d7-3091-4a71-b1a0-3175fb3beb7c {
    width: 100%;
    height: auto;
  }



  #s-e4eac8d7-3091-4a71-b1a0-3175fb3beb7c img.shogun-image {
    

    
    
    
  }


#s-e4eac8d7-3091-4a71-b1a0-3175fb3beb7c .shogun-image-content {
  
    align-items: center;
  
}

#s-2b55a239-4d5c-4259-9a29-cb4919d9e53b {
  margin-top: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b55a239-4d5c-4259-9a29-cb4919d9e53b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjU4Y2ZjMzMtMTZiZS00YTA0LWFkMzItNmQ2ZTc0MzBhNTc4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZWM1NzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmU5NjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNThjZmMzMy0xNmJlLTRhMDQtYWQzMi02ZDZlNzQzMGE1NzgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ec5700"}, {"id"=>2, "pos"=>1, "color"=>"#fe9600"}];
line-height: 2em;
}
#s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
line-height: 2em;
}
#s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1-root {
    text-align: left;
  }


#s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1-root {
    text-align: left;
  }


#s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1-root {
    text-align: left;
  }


#s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1-root {
    text-align: left;
  }


#s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1-root {
    text-align: center;
  }


#s-cc8718eb-01e7-48b9-85b7-d8f3f559c4e1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-9c47a4de-4965-4a39-981f-9212e8cfb72e {
  margin-bottom: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9c47a4de-4965-4a39-981f-9212e8cfb72e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c47a4de-4965-4a39-981f-9212e8cfb72e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2b42250-2e9c-40b9-ba86-2fe1ad025ac6 {
  margin-top: 20px;
margin-left: 300px;
margin-bottom: 40px;
margin-right: 300px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e2b42250-2e9c-40b9-ba86-2fe1ad025ac6 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2b42250-2e9c-40b9-ba86-2fe1ad025ac6 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2b42250-2e9c-40b9-ba86-2fe1ad025ac6 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-e2b42250-2e9c-40b9-ba86-2fe1ad025ac6 {
  margin-left: 25px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-e2b42250-2e9c-40b9-ba86-2fe1ad025ac6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2b42250-2e9c-40b9-ba86-2fe1ad025ac6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2b42250-2e9c-40b9-ba86-2fe1ad025ac6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2b42250-2e9c-40b9-ba86-2fe1ad025ac6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c30afb39-f47d-4f8c-a2a5-15aac19b573d {
  margin-bottom: 10px;
text-align: center;
}







  #s-c30afb39-f47d-4f8c-a2a5-15aac19b573d img.shogun-image {
    

    
    
    
  }


#s-c30afb39-f47d-4f8c-a2a5-15aac19b573d .shogun-image-content {
  
    align-items: center;
  
}

#s-b9bc11cb-a90c-4b68-8d30-662c281d2ba3 {
  margin-left: 0px;
padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-b9bc11cb-a90c-4b68-8d30-662c281d2ba3 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-85277f40-1893-498c-9efd-70cffae80601 {
  margin-bottom: 10px;
text-align: center;
}







  #s-85277f40-1893-498c-9efd-70cffae80601 img.shogun-image {
    

    
    
    
  }


#s-85277f40-1893-498c-9efd-70cffae80601 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa9ebc7a-3bb4-45aa-9ae3-e4c1129c242b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aa9ebc7a-3bb4-45aa-9ae3-e4c1129c242b .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-b8d0a84c-ab91-4d87-8a9d-952aed9e53c9 {
  margin-bottom: 20px;
text-align: center;
}







  #s-b8d0a84c-ab91-4d87-8a9d-952aed9e53c9 img.shogun-image {
    

    
    
    
  }


#s-b8d0a84c-ab91-4d87-8a9d-952aed9e53c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b539e719-32bf-49ad-8c5c-1e9528176e32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b539e719-32bf-49ad-8c5c-1e9528176e32 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-37a70f99-92ef-49f6-a8a7-25490f88a588 {
  margin-top: 20px;
margin-left: 300px;
margin-bottom: 80px;
margin-right: 300px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-37a70f99-92ef-49f6-a8a7-25490f88a588 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37a70f99-92ef-49f6-a8a7-25490f88a588 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-37a70f99-92ef-49f6-a8a7-25490f88a588 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-37a70f99-92ef-49f6-a8a7-25490f88a588 {
  margin-left: 25px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-37a70f99-92ef-49f6-a8a7-25490f88a588"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37a70f99-92ef-49f6-a8a7-25490f88a588"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-37a70f99-92ef-49f6-a8a7-25490f88a588"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-37a70f99-92ef-49f6-a8a7-25490f88a588"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e1674c01-6d37-4fc8-bd40-f024342ba75b {
  margin-bottom: 20px;
text-align: center;
}







  #s-e1674c01-6d37-4fc8-bd40-f024342ba75b img.shogun-image {
    

    
    
    
  }


#s-e1674c01-6d37-4fc8-bd40-f024342ba75b .shogun-image-content {
  
    align-items: center;
  
}

#s-c08208b1-ee57-4189-a8d8-5291dd1215f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c08208b1-ee57-4189-a8d8-5291dd1215f1 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-811dd899-3273-4ab5-8096-2f5221d9644c {
  margin-bottom: 20px;
text-align: center;
}







  #s-811dd899-3273-4ab5-8096-2f5221d9644c img.shogun-image {
    

    
    
    
  }


#s-811dd899-3273-4ab5-8096-2f5221d9644c .shogun-image-content {
  
    align-items: center;
  
}

#s-b2132b2d-d8e3-4ca3-9de8-c3722768c666 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2132b2d-d8e3-4ca3-9de8-c3722768c666 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-41f3bd29-0557-4781-a6b7-f6c1940add70 {
  margin-bottom: 20px;
text-align: center;
}







  #s-41f3bd29-0557-4781-a6b7-f6c1940add70 img.shogun-image {
    

    
    
    
  }


#s-41f3bd29-0557-4781-a6b7-f6c1940add70 .shogun-image-content {
  
    align-items: center;
  
}

#s-5caee5cb-92ce-4ec9-810f-cbb0b62f2ca7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5caee5cb-92ce-4ec9-810f-cbb0b62f2ca7 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-26e97af1-c3b6-41c7-ae61-0670556ff0c6 {
  margin-top: 80px;
margin-left: 300px;
margin-bottom: 80px;
margin-right: 300px;
min-height: 50px;
}
@media (min-width: 1200px){#s-26e97af1-c3b6-41c7-ae61-0670556ff0c6 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26e97af1-c3b6-41c7-ae61-0670556ff0c6 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26e97af1-c3b6-41c7-ae61-0670556ff0c6 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-26e97af1-c3b6-41c7-ae61-0670556ff0c6 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-26e97af1-c3b6-41c7-ae61-0670556ff0c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26e97af1-c3b6-41c7-ae61-0670556ff0c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-db8c5c0e-11ec-4a35-a020-d489b2159963"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db8c5c0e-11ec-4a35-a020-d489b2159963"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db8c5c0e-11ec-4a35-a020-d489b2159963"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db8c5c0e-11ec-4a35-a020-d489b2159963"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-db8c5c0e-11ec-4a35-a020-d489b2159963"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-82c0cb36-8d9a-4ee2-9472-fcab9cef66aa {
  padding-top: 80px;
}

#s-72df8107-6898-452d-a126-3af98d2b5626 {
  margin-left: 0px;
margin-right: 60px;
}
@media (max-width: 767px){#s-72df8107-6898-452d-a126-3af98d2b5626 {
  margin-bottom: 20px;
}
}
#s-0194a67f-bb53-499a-9530-618c1c686da0 {
  text-align: left;
}

#s-78265079-16bd-43c5-a90b-f88262b15ee8 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 99, 99, 1);
border-style: solid;
border-radius: 2px;
max-width: 400px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 2em;
color: rgba(99, 99, 99, 1);
}
#s-78265079-16bd-43c5-a90b-f88262b15ee8:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-78265079-16bd-43c5-a90b-f88262b15ee8:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-78265079-16bd-43c5-a90b-f88262b15ee8 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
line-height: 2em;
}
#s-78265079-16bd-43c5-a90b-f88262b15ee8:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-78265079-16bd-43c5-a90b-f88262b15ee8-root {
    text-align: left;
  }


#s-78265079-16bd-43c5-a90b-f88262b15ee8.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-78265079-16bd-43c5-a90b-f88262b15ee8-root {
    text-align: left;
  }


#s-78265079-16bd-43c5-a90b-f88262b15ee8.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78265079-16bd-43c5-a90b-f88262b15ee8-root {
    text-align: left;
  }


#s-78265079-16bd-43c5-a90b-f88262b15ee8.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78265079-16bd-43c5-a90b-f88262b15ee8-root {
    text-align: left;
  }


#s-78265079-16bd-43c5-a90b-f88262b15ee8.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-78265079-16bd-43c5-a90b-f88262b15ee8-root {
    text-align: center;
  }


#s-78265079-16bd-43c5-a90b-f88262b15ee8.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-0a622347-147b-4ce2-9b1e-923025eb7fc0 {
  max-width: 500px;
text-align: center;
}







  #s-0a622347-147b-4ce2-9b1e-923025eb7fc0 img.shogun-image {
    

    
    
    
  }


#s-0a622347-147b-4ce2-9b1e-923025eb7fc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-29060939-9320-42ce-9c39-d9f666f1b664 {
  margin-top: 0px;
margin-left: 300px;
margin-bottom: 80px;
margin-right: 300px;
min-height: 50px;
}
@media (min-width: 1200px){#s-29060939-9320-42ce-9c39-d9f666f1b664 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29060939-9320-42ce-9c39-d9f666f1b664 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-29060939-9320-42ce-9c39-d9f666f1b664 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-29060939-9320-42ce-9c39-d9f666f1b664 {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
}







#s-29060939-9320-42ce-9c39-d9f666f1b664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29060939-9320-42ce-9c39-d9f666f1b664.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-709f0f8d-b12e-4dfd-8e37-f8bc91ada9c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-709f0f8d-b12e-4dfd-8e37-f8bc91ada9c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-709f0f8d-b12e-4dfd-8e37-f8bc91ada9c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-709f0f8d-b12e-4dfd-8e37-f8bc91ada9c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-709f0f8d-b12e-4dfd-8e37-f8bc91ada9c9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e81e2c10-10c7-448c-9742-347704f6ebb8 {
  max-width: 500px;
text-align: center;
}







  #s-e81e2c10-10c7-448c-9742-347704f6ebb8 img.shogun-image {
    

    
    
    
  }


#s-e81e2c10-10c7-448c-9742-347704f6ebb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b808a49f-b7fe-448b-a4b3-d853356c23fd {
  padding-top: 20%;
}

#s-9cbf85e8-23d5-4de8-901d-2d95e249fc28 {
  margin-left: 0px;
margin-right: 60px;
}
@media (max-width: 767px){#s-9cbf85e8-23d5-4de8-901d-2d95e249fc28 {
  margin-bottom: 20px;
}
}
#s-7f965fed-0a2f-4b7f-a8cc-18aac0210862 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 99, 99, 1);
border-style: solid;
border-radius: 2px;
max-width: 400px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 2em;
color: rgba(99, 99, 99, 1);
}
#s-7f965fed-0a2f-4b7f-a8cc-18aac0210862:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-7f965fed-0a2f-4b7f-a8cc-18aac0210862:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-7f965fed-0a2f-4b7f-a8cc-18aac0210862 {
  box-shadow:1px 2px 0px 0px rgba(0, 0, 0, 0);
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
max-width: 400px;
text-align: center;
text-decoration: none;
line-height: 2em;
}
#s-7f965fed-0a2f-4b7f-a8cc-18aac0210862:active {background-color: rgba(202, 192, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-7f965fed-0a2f-4b7f-a8cc-18aac0210862-root {
    text-align: left;
  }


#s-7f965fed-0a2f-4b7f-a8cc-18aac0210862.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f965fed-0a2f-4b7f-a8cc-18aac0210862-root {
    text-align: left;
  }


#s-7f965fed-0a2f-4b7f-a8cc-18aac0210862.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f965fed-0a2f-4b7f-a8cc-18aac0210862-root {
    text-align: left;
  }


#s-7f965fed-0a2f-4b7f-a8cc-18aac0210862.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f965fed-0a2f-4b7f-a8cc-18aac0210862-root {
    text-align: left;
  }


#s-7f965fed-0a2f-4b7f-a8cc-18aac0210862.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f965fed-0a2f-4b7f-a8cc-18aac0210862-root {
    text-align: center;
  }


#s-7f965fed-0a2f-4b7f-a8cc-18aac0210862.shg-btn {
  color: rgba(99, 99, 99, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-acbb914c-0d64-4a1d-bb7a-534b8a46d0c6 {
  margin-top: 0px;
margin-left: 300px;
margin-bottom: 80px;
margin-right: 300px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-acbb914c-0d64-4a1d-bb7a-534b8a46d0c6 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-acbb914c-0d64-4a1d-bb7a-534b8a46d0c6 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-acbb914c-0d64-4a1d-bb7a-534b8a46d0c6 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-acbb914c-0d64-4a1d-bb7a-534b8a46d0c6 {
  margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}
}







#s-acbb914c-0d64-4a1d-bb7a-534b8a46d0c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acbb914c-0d64-4a1d-bb7a-534b8a46d0c6.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-7681908a-2ed9-4abe-8729-cfef40b6b87c {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-7681908a-2ed9-4abe-8729-cfef40b6b87c {
  
}
}@media (max-width: 767px){#s-7681908a-2ed9-4abe-8729-cfef40b6b87c, #wrap-s-7681908a-2ed9-4abe-8729-cfef40b6b87c { display: none !important; }}
#s-7681908a-2ed9-4abe-8729-cfef40b6b87c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7681908a-2ed9-4abe-8729-cfef40b6b87c .shg-sld-nav-button.shg-sld-left,
#s-7681908a-2ed9-4abe-8729-cfef40b6b87c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-9875925d-2b86-4611-b5d2-62d5bbb7388b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9875925d-2b86-4611-b5d2-62d5bbb7388b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9875925d-2b86-4611-b5d2-62d5bbb7388b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9875925d-2b86-4611-b5d2-62d5bbb7388b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-86596387-5933-45ff-8190-909e2c12be2f {
  text-align: center;
}







  img.s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image {
    
    
  }


.s-86596387-5933-45ff-8190-909e2c12be2f .shogun-image-content {
  
    align-items: center;
  
}

.s-86596387-5933-45ff-8190-909e2c12be2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image {
    
    
  }


.s-86596387-5933-45ff-8190-909e2c12be2f .shogun-image-content {
  
    align-items: center;
  
}

.s-86596387-5933-45ff-8190-909e2c12be2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image {
    
    
  }


.s-86596387-5933-45ff-8190-909e2c12be2f .shogun-image-content {
  
    align-items: center;
  
}

.s-86596387-5933-45ff-8190-909e2c12be2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image {
    
    
  }


.s-86596387-5933-45ff-8190-909e2c12be2f .shogun-image-content {
  
    align-items: center;
  
}

.s-86596387-5933-45ff-8190-909e2c12be2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image {
    
    
  }


.s-86596387-5933-45ff-8190-909e2c12be2f .shogun-image-content {
  
    align-items: center;
  
}

.s-86596387-5933-45ff-8190-909e2c12be2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86596387-5933-45ff-8190-909e2c12be2f.shogun-image {
  box-sizing: border-box;
}



}
#s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 50%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 70px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}







  img.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image {
    
    
  }


.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd .shogun-image-content {
  
    align-items: center;
  
}

.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image {
    
    
  }


.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd .shogun-image-content {
  
    align-items: center;
  
}

.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image {
    
    
  }


.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd .shogun-image-content {
  
    align-items: center;
  
}

.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image {
    
    
  }


.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd .shogun-image-content {
  
    align-items: center;
  
}

.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image {
    
    
  }


.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd .shogun-image-content {
  
    align-items: center;
  
}

.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daa0d107-3ff7-414c-a4f2-5ae4ed0126fd.shogun-image {
  box-sizing: border-box;
}



}
#s-d282d6e4-9cd2-40b6-8009-6542cbf08546 {
  min-height: 100px;
}

@media (min-width: 0px) {
[id="s-d282d6e4-9cd2-40b6-8009-6542cbf08546"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d282d6e4-9cd2-40b6-8009-6542cbf08546"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d282d6e4-9cd2-40b6-8009-6542cbf08546"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d282d6e4-9cd2-40b6-8009-6542cbf08546"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c6ef7784-564f-48ee-baff-40ecf21a1bf1 {
  text-align: center;
}







  img.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image {
    
    
  }


.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image {
    
    
  }


.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image {
    
    
  }


.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image {
    
    
  }


.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image {
    
    
  }


.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ef7784-564f-48ee-baff-40ecf21a1bf1.shogun-image {
  box-sizing: border-box;
}



}
#s-49bb89d9-d1e9-4c21-bbe6-6292677c1907 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 50%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 70px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}







  img.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image {
    
    
  }


.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907 .shogun-image-content {
  
    align-items: center;
  
}

.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image {
    
    
  }


.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907 .shogun-image-content {
  
    align-items: center;
  
}

.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image {
  box-sizing: border-box;
}



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





  img.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image {
    
    
  }


.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907 .shogun-image-content {
  
    align-items: center;
  
}

.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image {
  box-sizing: border-box;
}



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





  img.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image {
    
    
  }


.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907 .shogun-image-content {
  
    align-items: center;
  
}

.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image {
  box-sizing: border-box;
}



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





  img.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image {
    
    
  }


.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907 .shogun-image-content {
  
    align-items: center;
  
}

.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49bb89d9-d1e9-4c21-bbe6-6292677c1907.shogun-image {
  box-sizing: border-box;
}



}
#s-93fa204c-18cf-40c4-990b-e4633eb1123a {
  max-width: 413px;
aspect-ratio: 413/522;
text-align: center;
}





  #s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image,
  #s-93fa204c-18cf-40c4-990b-e4633eb1123a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93fa204c-18cf-40c4-990b-e4633eb1123a {
    width: 100%;
    height: auto;
  }

  #s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image {
    
    
  }


.s-93fa204c-18cf-40c4-990b-e4633eb1123a .shogun-image-content {
  
    align-items: center;
  
}

.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93fa204c-18cf-40c4-990b-e4633eb1123a {
      --shg-aspect-ratio: calc(413/522); 
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container {
      position: relative;
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image,
  #s-93fa204c-18cf-40c4-990b-e4633eb1123a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93fa204c-18cf-40c4-990b-e4633eb1123a {
    width: 100%;
    height: auto;
  }

  #s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image {
    
    
  }


.s-93fa204c-18cf-40c4-990b-e4633eb1123a .shogun-image-content {
  
    align-items: center;
  
}

.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93fa204c-18cf-40c4-990b-e4633eb1123a {
      --shg-aspect-ratio: calc(413/522); 
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container {
      position: relative;
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image,
  #s-93fa204c-18cf-40c4-990b-e4633eb1123a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93fa204c-18cf-40c4-990b-e4633eb1123a {
    width: 100%;
    height: auto;
  }

  #s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image {
    
    
  }


.s-93fa204c-18cf-40c4-990b-e4633eb1123a .shogun-image-content {
  
    align-items: center;
  
}

.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93fa204c-18cf-40c4-990b-e4633eb1123a {
      --shg-aspect-ratio: calc(413/522); 
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container {
      position: relative;
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image,
  #s-93fa204c-18cf-40c4-990b-e4633eb1123a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93fa204c-18cf-40c4-990b-e4633eb1123a {
    width: 100%;
    height: auto;
  }

  #s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image {
    
    
  }


.s-93fa204c-18cf-40c4-990b-e4633eb1123a .shogun-image-content {
  
    align-items: center;
  
}

.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93fa204c-18cf-40c4-990b-e4633eb1123a {
      --shg-aspect-ratio: calc(413/522); 
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container {
      position: relative;
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image,
  #s-93fa204c-18cf-40c4-990b-e4633eb1123a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93fa204c-18cf-40c4-990b-e4633eb1123a {
    width: 100%;
    height: auto;
  }

  #s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image {
    
    
  }


.s-93fa204c-18cf-40c4-990b-e4633eb1123a .shogun-image-content {
  
    align-items: center;
  
}

.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93fa204c-18cf-40c4-990b-e4633eb1123a {
      --shg-aspect-ratio: calc(413/522); 
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container {
      position: relative;
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93fa204c-18cf-40c4-990b-e4633eb1123a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e3341fa5-af96-47a7-86ea-d474c6cbb58d {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 40%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 70px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}







  img.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image {
    
    
  }


.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d .shogun-image-content {
  
    align-items: center;
  
}

.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image {
    
    
  }


.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d .shogun-image-content {
  
    align-items: center;
  
}

.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image {
    
    
  }


.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d .shogun-image-content {
  
    align-items: center;
  
}

.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image {
    
    
  }


.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d .shogun-image-content {
  
    align-items: center;
  
}

.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image {
    
    
  }


.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d .shogun-image-content {
  
    align-items: center;
  
}

.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3341fa5-af96-47a7-86ea-d474c6cbb58d.shogun-image {
  box-sizing: border-box;
}



}
#s-2849beb3-1f33-4922-a095-d907111ee123 {
  max-width: 413px;
aspect-ratio: 413/522;
text-align: center;
}





  #s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image,
  #s-2849beb3-1f33-4922-a095-d907111ee123 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2849beb3-1f33-4922-a095-d907111ee123 {
    width: 100%;
    height: auto;
  }

  #s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image {
    
    
  }


.s-2849beb3-1f33-4922-a095-d907111ee123 .shogun-image-content {
  
    align-items: center;
  
}

.s-2849beb3-1f33-4922-a095-d907111ee123.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2849beb3-1f33-4922-a095-d907111ee123 {
      --shg-aspect-ratio: calc(413/522); 
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container {
      position: relative;
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image,
  #s-2849beb3-1f33-4922-a095-d907111ee123 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2849beb3-1f33-4922-a095-d907111ee123 {
    width: 100%;
    height: auto;
  }

  #s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image {
    
    
  }


.s-2849beb3-1f33-4922-a095-d907111ee123 .shogun-image-content {
  
    align-items: center;
  
}

.s-2849beb3-1f33-4922-a095-d907111ee123.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2849beb3-1f33-4922-a095-d907111ee123 {
      --shg-aspect-ratio: calc(413/522); 
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container {
      position: relative;
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image,
  #s-2849beb3-1f33-4922-a095-d907111ee123 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2849beb3-1f33-4922-a095-d907111ee123 {
    width: 100%;
    height: auto;
  }

  #s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image {
    
    
  }


.s-2849beb3-1f33-4922-a095-d907111ee123 .shogun-image-content {
  
    align-items: center;
  
}

.s-2849beb3-1f33-4922-a095-d907111ee123.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2849beb3-1f33-4922-a095-d907111ee123 {
      --shg-aspect-ratio: calc(413/522); 
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container {
      position: relative;
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image,
  #s-2849beb3-1f33-4922-a095-d907111ee123 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2849beb3-1f33-4922-a095-d907111ee123 {
    width: 100%;
    height: auto;
  }

  #s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image {
    
    
  }


.s-2849beb3-1f33-4922-a095-d907111ee123 .shogun-image-content {
  
    align-items: center;
  
}

.s-2849beb3-1f33-4922-a095-d907111ee123.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2849beb3-1f33-4922-a095-d907111ee123 {
      --shg-aspect-ratio: calc(413/522); 
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container {
      position: relative;
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image,
  #s-2849beb3-1f33-4922-a095-d907111ee123 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2849beb3-1f33-4922-a095-d907111ee123 {
    width: 100%;
    height: auto;
  }

  #s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image {
    
    
  }


.s-2849beb3-1f33-4922-a095-d907111ee123 .shogun-image-content {
  
    align-items: center;
  
}

.s-2849beb3-1f33-4922-a095-d907111ee123.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2849beb3-1f33-4922-a095-d907111ee123 {
      --shg-aspect-ratio: calc(413/522); 
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container {
      position: relative;
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2849beb3-1f33-4922-a095-d907111ee123 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-00c546e4-fc1a-451c-a59a-22ff04c8be50 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 50%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 70px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}







  img.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image {
    
    
  }


.s-00c546e4-fc1a-451c-a59a-22ff04c8be50 .shogun-image-content {
  
    align-items: center;
  
}

.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image {
    
    
  }


.s-00c546e4-fc1a-451c-a59a-22ff04c8be50 .shogun-image-content {
  
    align-items: center;
  
}

.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image {
  box-sizing: border-box;
}



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





  img.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image {
    
    
  }


.s-00c546e4-fc1a-451c-a59a-22ff04c8be50 .shogun-image-content {
  
    align-items: center;
  
}

.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image {
  box-sizing: border-box;
}



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





  img.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image {
    
    
  }


.s-00c546e4-fc1a-451c-a59a-22ff04c8be50 .shogun-image-content {
  
    align-items: center;
  
}

.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image {
  box-sizing: border-box;
}



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





  img.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image {
    
    
  }


.s-00c546e4-fc1a-451c-a59a-22ff04c8be50 .shogun-image-content {
  
    align-items: center;
  
}

.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00c546e4-fc1a-451c-a59a-22ff04c8be50.shogun-image {
  box-sizing: border-box;
}



}
#s-849991b3-952a-400f-90ff-df58f26e81ce {
  margin-top: 0px;
margin-left: 300px;
margin-bottom: 0px;
margin-right: 300px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-849991b3-952a-400f-90ff-df58f26e81ce {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 1200px){#s-849991b3-952a-400f-90ff-df58f26e81ce, #wrap-s-849991b3-952a-400f-90ff-df58f26e81ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-849991b3-952a-400f-90ff-df58f26e81ce {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-849991b3-952a-400f-90ff-df58f26e81ce, #wrap-s-849991b3-952a-400f-90ff-df58f26e81ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-849991b3-952a-400f-90ff-df58f26e81ce {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-849991b3-952a-400f-90ff-df58f26e81ce, #wrap-s-849991b3-952a-400f-90ff-df58f26e81ce { display: none !important; }}@media (max-width: 767px){#s-849991b3-952a-400f-90ff-df58f26e81ce {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-849991b3-952a-400f-90ff-df58f26e81ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-849991b3-952a-400f-90ff-df58f26e81ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ba9b987-fe6f-4977-84a7-b1a40b025910 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8ba9b987-fe6f-4977-84a7-b1a40b025910 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8ba9b987-fe6f-4977-84a7-b1a40b025910 .shg-sld-nav-button.shg-sld-left,
#s-8ba9b987-fe6f-4977-84a7-b1a40b025910 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-6be60d17-5c63-4926-8db4-5202e8d965b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6be60d17-5c63-4926-8db4-5202e8d965b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6be60d17-5c63-4926-8db4-5202e8d965b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6be60d17-5c63-4926-8db4-5202e8d965b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cc687159-bf1d-4304-9873-e08e936b715e {
  text-align: center;
}







  img.s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image {
    
    
  }


.s-cc687159-bf1d-4304-9873-e08e936b715e .shogun-image-content {
  
    align-items: center;
  
}

.s-cc687159-bf1d-4304-9873-e08e936b715e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image {
    
    
  }


.s-cc687159-bf1d-4304-9873-e08e936b715e .shogun-image-content {
  
    align-items: center;
  
}

.s-cc687159-bf1d-4304-9873-e08e936b715e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image {
    
    
  }


.s-cc687159-bf1d-4304-9873-e08e936b715e .shogun-image-content {
  
    align-items: center;
  
}

.s-cc687159-bf1d-4304-9873-e08e936b715e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image {
    
    
  }


.s-cc687159-bf1d-4304-9873-e08e936b715e .shogun-image-content {
  
    align-items: center;
  
}

.s-cc687159-bf1d-4304-9873-e08e936b715e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image {
    
    
  }


.s-cc687159-bf1d-4304-9873-e08e936b715e .shogun-image-content {
  
    align-items: center;
  
}

.s-cc687159-bf1d-4304-9873-e08e936b715e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc687159-bf1d-4304-9873-e08e936b715e.shogun-image {
  box-sizing: border-box;
}



}
#s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 50%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 70px;
text-align: center;
}







  img.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image {
    
    
  }


.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image {
    
    
  }


.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image {
    
    
  }


.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image {
    
    
  }


.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image {
    
    
  }


.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa7b2eb-29a4-42d8-92b7-04f81db715a3.shogun-image {
  box-sizing: border-box;
}



}
@media (min-width: 0px) {
[id="s-c8d7ec78-2317-41a4-86f8-e5ad71b23bbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8d7ec78-2317-41a4-86f8-e5ad71b23bbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8d7ec78-2317-41a4-86f8-e5ad71b23bbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8d7ec78-2317-41a4-86f8-e5ad71b23bbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5c6f68bc-0099-40fe-b4b1-911357f2268a {
  text-align: center;
}







  img.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image {
    
    
  }


.s-5c6f68bc-0099-40fe-b4b1-911357f2268a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image {
    
    
  }


.s-5c6f68bc-0099-40fe-b4b1-911357f2268a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image {
    
    
  }


.s-5c6f68bc-0099-40fe-b4b1-911357f2268a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image {
    
    
  }


.s-5c6f68bc-0099-40fe-b4b1-911357f2268a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image {
    
    
  }


.s-5c6f68bc-0099-40fe-b4b1-911357f2268a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c6f68bc-0099-40fe-b4b1-911357f2268a.shogun-image {
  box-sizing: border-box;
}



}
#s-bd1d560e-1501-49d3-befe-5e3ba6322b8c {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 50%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 70px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}







  img.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image {
    
    
  }


.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image {
    
    
  }


.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image {
    
    
  }


.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image {
    
    
  }


.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image {
    
    
  }


.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c .shogun-image-content {
  
    align-items: center;
  
}

.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1d560e-1501-49d3-befe-5e3ba6322b8c.shogun-image {
  box-sizing: border-box;
}



}
#s-86818411-edb1-4fb5-b246-9024c298621a {
  min-height: 100px;
}

@media (min-width: 0px) {
[id="s-86818411-edb1-4fb5-b246-9024c298621a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86818411-edb1-4fb5-b246-9024c298621a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86818411-edb1-4fb5-b246-9024c298621a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86818411-edb1-4fb5-b246-9024c298621a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-86818411-edb1-4fb5-b246-9024c298621a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-801704ef-bb82-4434-83ee-f63867988374 {
  max-width: 413px;
aspect-ratio: 413/522;
text-align: center;
}





  #s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image,
  #s-801704ef-bb82-4434-83ee-f63867988374 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-801704ef-bb82-4434-83ee-f63867988374 {
    width: 100%;
    height: auto;
  }

  #s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-801704ef-bb82-4434-83ee-f63867988374.shogun-image {
    
    
  }


.s-801704ef-bb82-4434-83ee-f63867988374 .shogun-image-content {
  
    align-items: center;
  
}

.s-801704ef-bb82-4434-83ee-f63867988374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801704ef-bb82-4434-83ee-f63867988374.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-801704ef-bb82-4434-83ee-f63867988374 {
      --shg-aspect-ratio: calc(413/); 
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container {
      position: relative;
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image,
  #s-801704ef-bb82-4434-83ee-f63867988374 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-801704ef-bb82-4434-83ee-f63867988374 {
    width: 100%;
    height: auto;
  }

  #s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-801704ef-bb82-4434-83ee-f63867988374.shogun-image {
    
    
  }


.s-801704ef-bb82-4434-83ee-f63867988374 .shogun-image-content {
  
    align-items: center;
  
}

.s-801704ef-bb82-4434-83ee-f63867988374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801704ef-bb82-4434-83ee-f63867988374.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-801704ef-bb82-4434-83ee-f63867988374 {
      --shg-aspect-ratio: calc(413/); 
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container {
      position: relative;
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image,
  #s-801704ef-bb82-4434-83ee-f63867988374 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-801704ef-bb82-4434-83ee-f63867988374 {
    width: 100%;
    height: auto;
  }

  #s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-801704ef-bb82-4434-83ee-f63867988374.shogun-image {
    
    
  }


.s-801704ef-bb82-4434-83ee-f63867988374 .shogun-image-content {
  
    align-items: center;
  
}

.s-801704ef-bb82-4434-83ee-f63867988374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801704ef-bb82-4434-83ee-f63867988374.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-801704ef-bb82-4434-83ee-f63867988374 {
      --shg-aspect-ratio: calc(413/); 
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container {
      position: relative;
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image,
  #s-801704ef-bb82-4434-83ee-f63867988374 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-801704ef-bb82-4434-83ee-f63867988374 {
    width: 100%;
    height: auto;
  }

  #s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-801704ef-bb82-4434-83ee-f63867988374.shogun-image {
    
    
  }


.s-801704ef-bb82-4434-83ee-f63867988374 .shogun-image-content {
  
    align-items: center;
  
}

.s-801704ef-bb82-4434-83ee-f63867988374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801704ef-bb82-4434-83ee-f63867988374.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-801704ef-bb82-4434-83ee-f63867988374 {
      --shg-aspect-ratio: calc(413/); 
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container {
      position: relative;
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image,
  #s-801704ef-bb82-4434-83ee-f63867988374 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-801704ef-bb82-4434-83ee-f63867988374 {
    width: 100%;
    height: auto;
  }

  #s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-801704ef-bb82-4434-83ee-f63867988374.shogun-image {
    
    
  }


.s-801704ef-bb82-4434-83ee-f63867988374 .shogun-image-content {
  
    align-items: center;
  
}

.s-801704ef-bb82-4434-83ee-f63867988374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801704ef-bb82-4434-83ee-f63867988374.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-801704ef-bb82-4434-83ee-f63867988374 {
      --shg-aspect-ratio: calc(413/); 
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container {
      position: relative;
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-801704ef-bb82-4434-83ee-f63867988374.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-801704ef-bb82-4434-83ee-f63867988374 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-63cfb470-e49a-4c16-8706-eec1d3b327f9 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 40%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 70px;
text-align: center;
}







  img.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image {
    
    
  }


.s-63cfb470-e49a-4c16-8706-eec1d3b327f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image {
    
    
  }


.s-63cfb470-e49a-4c16-8706-eec1d3b327f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image {
    
    
  }


.s-63cfb470-e49a-4c16-8706-eec1d3b327f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image {
    
    
  }


.s-63cfb470-e49a-4c16-8706-eec1d3b327f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image {
    
    
  }


.s-63cfb470-e49a-4c16-8706-eec1d3b327f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63cfb470-e49a-4c16-8706-eec1d3b327f9.shogun-image {
  box-sizing: border-box;
}



}
#s-fab5276c-41f2-4bcf-becd-2d95dfdaed0c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
}








#s-fab5276c-41f2-4bcf-becd-2d95dfdaed0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fab5276c-41f2-4bcf-becd-2d95dfdaed0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d65c1836-7e7f-461a-b3f1-def72354788c {
  min-height: 50px;
}








#s-d65c1836-7e7f-461a-b3f1-def72354788c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d65c1836-7e7f-461a-b3f1-def72354788c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (min-width: 1200px){#s-f022933a-46f1-45b1-8e31-57fa215322d5 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f022933a-46f1-45b1-8e31-57fa215322d5 {
  margin-left: 250px;
margin-right: 250px;
}
}
#s-f022933a-46f1-45b1-8e31-57fa215322d5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 31, 31, 0);
}

#s-f022933a-46f1-45b1-8e31-57fa215322d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-f022933a-46f1-45b1-8e31-57fa215322d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f022933a-46f1-45b1-8e31-57fa215322d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(247, 31, 31, 0);
}

#s-f022933a-46f1-45b1-8e31-57fa215322d5 > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-f022933a-46f1-45b1-8e31-57fa215322d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f26aaa9a-be9f-4072-9de2-86aefb7614e2 {
  padding-top: 16px;
}

#s-aeee08c0-33ab-4e04-8491-51bef584c5fc {
  text-align: left;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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