#s-a19c0f2b-c413-4689-9d20-c3bb3366af00 {
  text-align: left;
}

#s-5507f864-0534-463d-b920-ba5047d197fe {
  text-align: left;
}

#s-46a491c0-303e-48fc-8744-a411a7b9160d {
  padding-top: 0%;
padding-bottom: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-46a491c0-303e-48fc-8744-a411a7b9160d {
  display: none;
}
#s-46a491c0-303e-48fc-8744-a411a7b9160d, #wrap-s-46a491c0-303e-48fc-8744-a411a7b9160d { display: none !important; }}@media (max-width: 767px){#s-46a491c0-303e-48fc-8744-a411a7b9160d {
  display: none;
}
#s-46a491c0-303e-48fc-8744-a411a7b9160d, #wrap-s-46a491c0-303e-48fc-8744-a411a7b9160d { display: none !important; }}
#s-f89b0aa3-d5e3-4e37-888c-d5d42c62c7f3 {
  padding-top: 0%;
padding-bottom: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-f89b0aa3-d5e3-4e37-888c-d5d42c62c7f3 {
  display: none;
}
#s-f89b0aa3-d5e3-4e37-888c-d5d42c62c7f3, #wrap-s-f89b0aa3-d5e3-4e37-888c-d5d42c62c7f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f89b0aa3-d5e3-4e37-888c-d5d42c62c7f3 {
  display: none;
}
#s-f89b0aa3-d5e3-4e37-888c-d5d42c62c7f3, #wrap-s-f89b0aa3-d5e3-4e37-888c-d5d42c62c7f3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f89b0aa3-d5e3-4e37-888c-d5d42c62c7f3 {
  
}
}@media (max-width: 767px){#s-f89b0aa3-d5e3-4e37-888c-d5d42c62c7f3 {
  
}
}
#s-4dc609e0-0234-402e-945f-d5791de3db18 {
  padding-top: 25px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-4dc609e0-0234-402e-945f-d5791de3db18 {
  display: none;
}
#s-4dc609e0-0234-402e-945f-d5791de3db18, #wrap-s-4dc609e0-0234-402e-945f-d5791de3db18 { display: none !important; }}@media (max-width: 767px){#s-4dc609e0-0234-402e-945f-d5791de3db18 {
  display: none;
}
#s-4dc609e0-0234-402e-945f-d5791de3db18, #wrap-s-4dc609e0-0234-402e-945f-d5791de3db18 { display: none !important; }}
.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-7628d785-b138-44de-88a5-860c75ffb1b2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
min-height: 420px;
max-width: 1128px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7628d785-b138-44de-88a5-860c75ffb1b2 {
  display: none;
}
#s-7628d785-b138-44de-88a5-860c75ffb1b2, #wrap-s-7628d785-b138-44de-88a5-860c75ffb1b2 { display: none !important; }}@media (max-width: 767px){#s-7628d785-b138-44de-88a5-860c75ffb1b2 {
  display: none;
}
#s-7628d785-b138-44de-88a5-860c75ffb1b2, #wrap-s-7628d785-b138-44de-88a5-860c75ffb1b2 { display: none !important; }}







#s-7628d785-b138-44de-88a5-860c75ffb1b2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7628d785-b138-44de-88a5-860c75ffb1b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-ca1394a0-6a0f-47bd-be74-d449bec850df {
  margin-top: 17%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ca1394a0-6a0f-47bd-be74-d449bec850df .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 38px;
  
  letter-spacing: 2px;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6c041d9f-d3b0-4ccc-9477-6891a17c6e82 {
  margin-left: 3%;
padding-top: 8px;
padding-bottom: 16px;
}

.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-3f3f39e2-f827-4f76-a1cf-519870c8adbc {
  border-style: solid;
margin-left: 3%;
padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3f3f39e2-f827-4f76-a1cf-519870c8adbc:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3f3f39e2-f827-4f76-a1cf-519870c8adbc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f3f39e2-f827-4f76-a1cf-519870c8adbc-root {
    text-align: left;
  }


#s-3f3f39e2-f827-4f76-a1cf-519870c8adbc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f3f39e2-f827-4f76-a1cf-519870c8adbc-root {
    text-align: left;
  }


#s-3f3f39e2-f827-4f76-a1cf-519870c8adbc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f3f39e2-f827-4f76-a1cf-519870c8adbc-root {
    text-align: left;
  }


#s-3f3f39e2-f827-4f76-a1cf-519870c8adbc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f3f39e2-f827-4f76-a1cf-519870c8adbc-root {
    text-align: left;
  }


#s-3f3f39e2-f827-4f76-a1cf-519870c8adbc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f3f39e2-f827-4f76-a1cf-519870c8adbc-root {
    text-align: left;
  }


#s-3f3f39e2-f827-4f76-a1cf-519870c8adbc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-f73f67c7-03e3-4280-a434-6b4be6e5ff72 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
background-position: left center;
}
@media (min-width: 1200px){#s-f73f67c7-03e3-4280-a434-6b4be6e5ff72 {
  display: none;
}
#s-f73f67c7-03e3-4280-a434-6b4be6e5ff72, #wrap-s-f73f67c7-03e3-4280-a434-6b4be6e5ff72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f73f67c7-03e3-4280-a434-6b4be6e5ff72 {
  display: none;
}
#s-f73f67c7-03e3-4280-a434-6b4be6e5ff72, #wrap-s-f73f67c7-03e3-4280-a434-6b4be6e5ff72 { display: none !important; }}
#s-f73f67c7-03e3-4280-a434-6b4be6e5ff72 {
  background-image: url(https://i.shgcdn.com/c35bf0ea-a2a6-4d77-afeb-26369ec6b8a5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f73f67c7-03e3-4280-a434-6b4be6e5ff72 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f73f67c7-03e3-4280-a434-6b4be6e5ff72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9ab1567-5709-45d3-bb0b-1b88a5881352 {
  margin-top: 48%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d9ab1567-5709-45d3-bb0b-1b88a5881352 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 38px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-c3a545d8-5ab8-4edd-a3bd-bf704d4c1a3c {
  margin-left: 3%;
padding-top: 8px;
padding-bottom: 16px;
}

#s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8 {
  border-style: solid;
margin-left: 3%;
margin-bottom: 3%;
padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8-root {
    text-align: left;
  }


#s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8-root {
    text-align: left;
  }


#s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8-root {
    text-align: left;
  }


#s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8-root {
    text-align: left;
  }


#s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8-root {
    text-align: left;
  }


#s-392d888b-ae64-4f8b-8a1e-ed9137ac88a8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-a8420617-9326-4d4c-a115-81f0c9f6c140 {
  padding-top: 50px;
text-align: left;
}

#s-a3ebf007-20f7-41d2-8e84-f0ca6bffbbe7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0%;
min-height: 292px;
max-width: 1128px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3ebf007-20f7-41d2-8e84-f0ca6bffbbe7 {
  display: none;
}
#s-a3ebf007-20f7-41d2-8e84-f0ca6bffbbe7, #wrap-s-a3ebf007-20f7-41d2-8e84-f0ca6bffbbe7 { display: none !important; }}@media (max-width: 767px){#s-a3ebf007-20f7-41d2-8e84-f0ca6bffbbe7 {
  display: none;
}
#s-a3ebf007-20f7-41d2-8e84-f0ca6bffbbe7, #wrap-s-a3ebf007-20f7-41d2-8e84-f0ca6bffbbe7 { display: none !important; }}







#s-a3ebf007-20f7-41d2-8e84-f0ca6bffbbe7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a3ebf007-20f7-41d2-8e84-f0ca6bffbbe7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-020befb7-f0c5-43ce-9591-e65dc0bf3936 {
  margin-top: 6%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-020befb7-f0c5-43ce-9591-e65dc0bf3936 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 38px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-78627859-f057-44e0-a1e8-df4562c4c096 {
  margin-left: 3%;
padding-top: 8px;
padding-bottom: 16px;
}

#s-767f2b88-e3e1-4837-a2a5-1105f33acab4 {
  border-style: solid;
margin-left: 3%;
padding-top: 1%;
padding-left: 2.5%;
padding-bottom: 1%;
padding-right: 2.5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 8px;
max-width: 300px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-767f2b88-e3e1-4837-a2a5-1105f33acab4:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-767f2b88-e3e1-4837-a2a5-1105f33acab4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-767f2b88-e3e1-4837-a2a5-1105f33acab4-root {
    text-align: left;
  }


#s-767f2b88-e3e1-4837-a2a5-1105f33acab4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-767f2b88-e3e1-4837-a2a5-1105f33acab4-root {
    text-align: left;
  }


#s-767f2b88-e3e1-4837-a2a5-1105f33acab4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-767f2b88-e3e1-4837-a2a5-1105f33acab4-root {
    text-align: left;
  }


#s-767f2b88-e3e1-4837-a2a5-1105f33acab4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-767f2b88-e3e1-4837-a2a5-1105f33acab4-root {
    text-align: left;
  }


#s-767f2b88-e3e1-4837-a2a5-1105f33acab4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-767f2b88-e3e1-4837-a2a5-1105f33acab4-root {
    text-align: left;
  }


#s-767f2b88-e3e1-4837-a2a5-1105f33acab4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-ac273e85-a621-415c-b037-02dee89d7258 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0%;
background-position: left center;
}
@media (min-width: 1200px){#s-ac273e85-a621-415c-b037-02dee89d7258 {
  display: none;
}
#s-ac273e85-a621-415c-b037-02dee89d7258, #wrap-s-ac273e85-a621-415c-b037-02dee89d7258 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac273e85-a621-415c-b037-02dee89d7258 {
  display: none;
}
#s-ac273e85-a621-415c-b037-02dee89d7258, #wrap-s-ac273e85-a621-415c-b037-02dee89d7258 { display: none !important; }}







#s-ac273e85-a621-415c-b037-02dee89d7258 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ac273e85-a621-415c-b037-02dee89d7258.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d2b2819-553b-4abe-a5cd-652dd78f12e2 {
  margin-top: 45%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6d2b2819-553b-4abe-a5cd-652dd78f12e2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 38px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-c9fdc2e6-b69a-476d-9e93-811346e8c403 {
  margin-left: 3%;
padding-top: 8px;
padding-bottom: 16px;
}

#s-1335fc23-43a0-4eab-b492-bbaf4538a0d2 {
  border-style: solid;
margin-left: 3%;
margin-bottom: 3%;
padding-top: 1%;
padding-left: 2.5%;
padding-bottom: 1%;
padding-right: 2.5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 8px;
max-width: 300px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1335fc23-43a0-4eab-b492-bbaf4538a0d2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1335fc23-43a0-4eab-b492-bbaf4538a0d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1335fc23-43a0-4eab-b492-bbaf4538a0d2-root {
    text-align: left;
  }


#s-1335fc23-43a0-4eab-b492-bbaf4538a0d2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1335fc23-43a0-4eab-b492-bbaf4538a0d2-root {
    text-align: left;
  }


#s-1335fc23-43a0-4eab-b492-bbaf4538a0d2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1335fc23-43a0-4eab-b492-bbaf4538a0d2-root {
    text-align: left;
  }


#s-1335fc23-43a0-4eab-b492-bbaf4538a0d2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1335fc23-43a0-4eab-b492-bbaf4538a0d2-root {
    text-align: left;
  }


#s-1335fc23-43a0-4eab-b492-bbaf4538a0d2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1335fc23-43a0-4eab-b492-bbaf4538a0d2-root {
    text-align: left;
  }


#s-1335fc23-43a0-4eab-b492-bbaf4538a0d2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-8f624bf4-2bdd-4a49-a404-6155710debc2 {
  padding-top: 50px;
text-align: left;
}

#s-3214a859-67eb-4ec0-bc68-6aaf11bceda7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0%;
min-height: 292px;
max-width: 1128px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3214a859-67eb-4ec0-bc68-6aaf11bceda7 {
  display: none;
}
#s-3214a859-67eb-4ec0-bc68-6aaf11bceda7, #wrap-s-3214a859-67eb-4ec0-bc68-6aaf11bceda7 { display: none !important; }}@media (max-width: 767px){#s-3214a859-67eb-4ec0-bc68-6aaf11bceda7 {
  display: none;
}
#s-3214a859-67eb-4ec0-bc68-6aaf11bceda7, #wrap-s-3214a859-67eb-4ec0-bc68-6aaf11bceda7 { display: none !important; }}







#s-3214a859-67eb-4ec0-bc68-6aaf11bceda7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3214a859-67eb-4ec0-bc68-6aaf11bceda7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e21567d3-61d4-4d83-9170-5b91432a03e9 {
  margin-top: 6%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e21567d3-61d4-4d83-9170-5b91432a03e9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 38px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-d6c5f3c5-a02d-4198-a1d9-d856657b2be2 {
  margin-left: 3%;
padding-top: 8px;
padding-bottom: 16px;
}

#s-d3a2fd79-421d-4c05-83d2-9213d4860db6 {
  border-style: solid;
margin-left: 3%;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 8px;
max-width: 300px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d3a2fd79-421d-4c05-83d2-9213d4860db6:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d3a2fd79-421d-4c05-83d2-9213d4860db6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3a2fd79-421d-4c05-83d2-9213d4860db6-root {
    text-align: left;
  }


#s-d3a2fd79-421d-4c05-83d2-9213d4860db6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3a2fd79-421d-4c05-83d2-9213d4860db6-root {
    text-align: left;
  }


#s-d3a2fd79-421d-4c05-83d2-9213d4860db6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3a2fd79-421d-4c05-83d2-9213d4860db6-root {
    text-align: left;
  }


#s-d3a2fd79-421d-4c05-83d2-9213d4860db6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3a2fd79-421d-4c05-83d2-9213d4860db6-root {
    text-align: left;
  }


#s-d3a2fd79-421d-4c05-83d2-9213d4860db6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3a2fd79-421d-4c05-83d2-9213d4860db6-root {
    text-align: left;
  }


#s-d3a2fd79-421d-4c05-83d2-9213d4860db6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-73937ab7-ffec-454b-a5dc-97cf19e38b51 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0%;
min-height: 292px;
max-width: 1128px;
background-position: left center;
}
@media (min-width: 1200px){#s-73937ab7-ffec-454b-a5dc-97cf19e38b51 {
  display: none;
}
#s-73937ab7-ffec-454b-a5dc-97cf19e38b51, #wrap-s-73937ab7-ffec-454b-a5dc-97cf19e38b51 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73937ab7-ffec-454b-a5dc-97cf19e38b51 {
  display: none;
}
#s-73937ab7-ffec-454b-a5dc-97cf19e38b51, #wrap-s-73937ab7-ffec-454b-a5dc-97cf19e38b51 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73937ab7-ffec-454b-a5dc-97cf19e38b51 {
  
}
}@media (max-width: 767px){#s-73937ab7-ffec-454b-a5dc-97cf19e38b51 {
  
}
}







#s-73937ab7-ffec-454b-a5dc-97cf19e38b51 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-73937ab7-ffec-454b-a5dc-97cf19e38b51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f30a12d-74cd-4133-8812-d071225d830b {
  margin-top: 48%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f30a12d-74cd-4133-8812-d071225d830b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 38px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-f5ac35aa-c61c-4d13-a254-9a2c97709947 {
  margin-left: 3%;
padding-top: 8px;
padding-bottom: 16px;
}

#s-95e5fde5-c75d-4b76-abb8-0157b378e1f0 {
  border-style: solid;
margin-left: 3%;
margin-bottom: 3%;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 8px;
max-width: 300px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-95e5fde5-c75d-4b76-abb8-0157b378e1f0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-95e5fde5-c75d-4b76-abb8-0157b378e1f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-95e5fde5-c75d-4b76-abb8-0157b378e1f0-root {
    text-align: left;
  }


#s-95e5fde5-c75d-4b76-abb8-0157b378e1f0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-95e5fde5-c75d-4b76-abb8-0157b378e1f0-root {
    text-align: left;
  }


#s-95e5fde5-c75d-4b76-abb8-0157b378e1f0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95e5fde5-c75d-4b76-abb8-0157b378e1f0-root {
    text-align: left;
  }


#s-95e5fde5-c75d-4b76-abb8-0157b378e1f0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95e5fde5-c75d-4b76-abb8-0157b378e1f0-root {
    text-align: left;
  }


#s-95e5fde5-c75d-4b76-abb8-0157b378e1f0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-95e5fde5-c75d-4b76-abb8-0157b378e1f0-root {
    text-align: left;
  }


#s-95e5fde5-c75d-4b76-abb8-0157b378e1f0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-d2aabe05-a998-4c02-bd61-c8b7541ca91f {
  padding-top: 50px;
text-align: left;
}

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

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

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

#s-bff201c0-774e-40a3-bfa8-b4b7457efd87 {
  margin-left: auto;
margin-right: auto;
max-width: 1128px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bff201c0-774e-40a3-bfa8-b4b7457efd87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bff201c0-774e-40a3-bfa8-b4b7457efd87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bff201c0-774e-40a3-bfa8-b4b7457efd87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bff201c0-774e-40a3-bfa8-b4b7457efd87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9b6e14af-6897-46a9-94ca-be9b3353a0bf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0%;
min-height: 490px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b6e14af-6897-46a9-94ca-be9b3353a0bf {
  display: none;
}
#s-9b6e14af-6897-46a9-94ca-be9b3353a0bf, #wrap-s-9b6e14af-6897-46a9-94ca-be9b3353a0bf { display: none !important; }}@media (max-width: 767px){#s-9b6e14af-6897-46a9-94ca-be9b3353a0bf {
  display: none;
}
#s-9b6e14af-6897-46a9-94ca-be9b3353a0bf, #wrap-s-9b6e14af-6897-46a9-94ca-be9b3353a0bf { display: none !important; }}







#s-9b6e14af-6897-46a9-94ca-be9b3353a0bf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9b6e14af-6897-46a9-94ca-be9b3353a0bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-b8de0c06-41be-47e1-9105-4b2914e96537 {
  margin-top: 5%;
margin-left: 5%;
margin-right: 5%;
max-width: 100px;
aspect-ratio: 500/50;
text-align: left;
}





  #s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image,
  #s-b8de0c06-41be-47e1-9105-4b2914e96537 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8de0c06-41be-47e1-9105-4b2914e96537 {
    width: 100%;
    height: auto;
  }

  #s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image {
    
    
  }


.s-b8de0c06-41be-47e1-9105-4b2914e96537 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8de0c06-41be-47e1-9105-4b2914e96537.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8de0c06-41be-47e1-9105-4b2914e96537 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container {
      position: relative;
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image,
  #s-b8de0c06-41be-47e1-9105-4b2914e96537 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8de0c06-41be-47e1-9105-4b2914e96537 {
    width: 100%;
    height: auto;
  }

  #s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image {
    
    
  }


.s-b8de0c06-41be-47e1-9105-4b2914e96537 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8de0c06-41be-47e1-9105-4b2914e96537.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8de0c06-41be-47e1-9105-4b2914e96537 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container {
      position: relative;
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image,
  #s-b8de0c06-41be-47e1-9105-4b2914e96537 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8de0c06-41be-47e1-9105-4b2914e96537 {
    width: 100%;
    height: auto;
  }

  #s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image {
    
    
  }


.s-b8de0c06-41be-47e1-9105-4b2914e96537 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8de0c06-41be-47e1-9105-4b2914e96537.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8de0c06-41be-47e1-9105-4b2914e96537 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container {
      position: relative;
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image,
  #s-b8de0c06-41be-47e1-9105-4b2914e96537 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8de0c06-41be-47e1-9105-4b2914e96537 {
    width: 100%;
    height: auto;
  }

  #s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image {
    
    
  }


.s-b8de0c06-41be-47e1-9105-4b2914e96537 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8de0c06-41be-47e1-9105-4b2914e96537.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8de0c06-41be-47e1-9105-4b2914e96537 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container {
      position: relative;
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image,
  #s-b8de0c06-41be-47e1-9105-4b2914e96537 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8de0c06-41be-47e1-9105-4b2914e96537 {
    width: 100%;
    height: auto;
  }

  #s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image {
    
    
  }


.s-b8de0c06-41be-47e1-9105-4b2914e96537 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8de0c06-41be-47e1-9105-4b2914e96537.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8de0c06-41be-47e1-9105-4b2914e96537 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container {
      position: relative;
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8de0c06-41be-47e1-9105-4b2914e96537 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e36dd5f7-2993-4a09-a233-363d5b5c4f6f {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 12%;
margin-right: 33%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e36dd5f7-2993-4a09-a233-363d5b5c4f6f {
  display: none;
}
#s-e36dd5f7-2993-4a09-a233-363d5b5c4f6f, #wrap-s-e36dd5f7-2993-4a09-a233-363d5b5c4f6f { display: none !important; }}@media (max-width: 767px){#s-e36dd5f7-2993-4a09-a233-363d5b5c4f6f {
  display: none;
}
#s-e36dd5f7-2993-4a09-a233-363d5b5c4f6f, #wrap-s-e36dd5f7-2993-4a09-a233-363d5b5c4f6f { display: none !important; }}
#s-e36dd5f7-2993-4a09-a233-363d5b5c4f6f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-28d219ab-d294-43eb-a928-9d26767da9b7 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 12%;
margin-right: 27%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-28d219ab-d294-43eb-a928-9d26767da9b7 {
  display: none;
}
#s-28d219ab-d294-43eb-a928-9d26767da9b7, #wrap-s-28d219ab-d294-43eb-a928-9d26767da9b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28d219ab-d294-43eb-a928-9d26767da9b7 {
  display: none;
}
#s-28d219ab-d294-43eb-a928-9d26767da9b7, #wrap-s-28d219ab-d294-43eb-a928-9d26767da9b7 { display: none !important; }}@media (max-width: 767px){#s-28d219ab-d294-43eb-a928-9d26767da9b7 {
  margin-right: 40%;
}
}
#s-28d219ab-d294-43eb-a928-9d26767da9b7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (max-width: 767px){#s-28d219ab-d294-43eb-a928-9d26767da9b7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-1aeacee4-b9fc-492a-a45d-970726de254b {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 125px;
aspect-ratio: 340/100;
text-align: left;
}





  #s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image,
  #s-1aeacee4-b9fc-492a-a45d-970726de254b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1aeacee4-b9fc-492a-a45d-970726de254b {
    width: 100%;
    height: auto;
  }

  #s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image {
    
    
  }


.s-1aeacee4-b9fc-492a-a45d-970726de254b .shogun-image-content {
  
    align-items: center;
  
}

.s-1aeacee4-b9fc-492a-a45d-970726de254b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1aeacee4-b9fc-492a-a45d-970726de254b {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container {
      position: relative;
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image,
  #s-1aeacee4-b9fc-492a-a45d-970726de254b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1aeacee4-b9fc-492a-a45d-970726de254b {
    width: 100%;
    height: auto;
  }

  #s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image {
    
    
  }


.s-1aeacee4-b9fc-492a-a45d-970726de254b .shogun-image-content {
  
    align-items: center;
  
}

.s-1aeacee4-b9fc-492a-a45d-970726de254b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1aeacee4-b9fc-492a-a45d-970726de254b {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container {
      position: relative;
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image,
  #s-1aeacee4-b9fc-492a-a45d-970726de254b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1aeacee4-b9fc-492a-a45d-970726de254b {
    width: 100%;
    height: auto;
  }

  #s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image {
    
    
  }


.s-1aeacee4-b9fc-492a-a45d-970726de254b .shogun-image-content {
  
    align-items: center;
  
}

.s-1aeacee4-b9fc-492a-a45d-970726de254b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1aeacee4-b9fc-492a-a45d-970726de254b {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container {
      position: relative;
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image,
  #s-1aeacee4-b9fc-492a-a45d-970726de254b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1aeacee4-b9fc-492a-a45d-970726de254b {
    width: 100%;
    height: auto;
  }

  #s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image {
    
    
  }


.s-1aeacee4-b9fc-492a-a45d-970726de254b .shogun-image-content {
  
    align-items: center;
  
}

.s-1aeacee4-b9fc-492a-a45d-970726de254b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1aeacee4-b9fc-492a-a45d-970726de254b {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container {
      position: relative;
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image,
  #s-1aeacee4-b9fc-492a-a45d-970726de254b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1aeacee4-b9fc-492a-a45d-970726de254b {
    width: 100%;
    height: auto;
  }

  #s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image {
    
    
  }


.s-1aeacee4-b9fc-492a-a45d-970726de254b .shogun-image-content {
  
    align-items: center;
  
}

.s-1aeacee4-b9fc-492a-a45d-970726de254b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1aeacee4-b9fc-492a-a45d-970726de254b {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container {
      position: relative;
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aeacee4-b9fc-492a-a45d-970726de254b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
max-width: 125px;
aspect-ratio: 340/100;
text-align: left;
}





  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image,
  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e {
    width: 100%;
    height: auto;
  }

  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image {
    
    
  }


.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e .shogun-image-content {
  
    align-items: center;
  
}

.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container {
      position: relative;
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image,
  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e {
    width: 100%;
    height: auto;
  }

  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image {
    
    
  }


.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e .shogun-image-content {
  
    align-items: center;
  
}

.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container {
      position: relative;
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image,
  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e {
    width: 100%;
    height: auto;
  }

  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image {
    
    
  }


.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e .shogun-image-content {
  
    align-items: center;
  
}

.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container {
      position: relative;
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image,
  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e {
    width: 100%;
    height: auto;
  }

  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image {
    
    
  }


.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e .shogun-image-content {
  
    align-items: center;
  
}

.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container {
      position: relative;
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image,
  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e {
    width: 100%;
    height: auto;
  }

  #s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image {
    
    
  }


.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e .shogun-image-content {
  
    align-items: center;
  
}

.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container {
      position: relative;
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-077ccd34-bfb4-44e6-95d4-06a8409a7b9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-561f5cac-d393-45d7-8d7f-d4e5429d5251 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0%;
min-height: 490px;
background-position: center center;
}
@media (min-width: 1200px){#s-561f5cac-d393-45d7-8d7f-d4e5429d5251 {
  display: none;
}
#s-561f5cac-d393-45d7-8d7f-d4e5429d5251, #wrap-s-561f5cac-d393-45d7-8d7f-d4e5429d5251 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-561f5cac-d393-45d7-8d7f-d4e5429d5251 {
  display: none;
}
#s-561f5cac-d393-45d7-8d7f-d4e5429d5251, #wrap-s-561f5cac-d393-45d7-8d7f-d4e5429d5251 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-561f5cac-d393-45d7-8d7f-d4e5429d5251 {
  
}
}@media (max-width: 767px){#s-561f5cac-d393-45d7-8d7f-d4e5429d5251 {
  
}
}







#s-561f5cac-d393-45d7-8d7f-d4e5429d5251 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-561f5cac-d393-45d7-8d7f-d4e5429d5251.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73eac606-8041-487a-bf9f-cd52404a4347 {
  margin-top: 5%;
margin-left: 5%;
margin-right: 5%;
max-width: 100px;
aspect-ratio: 500/50;
text-align: left;
}





  #s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image,
  #s-73eac606-8041-487a-bf9f-cd52404a4347 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73eac606-8041-487a-bf9f-cd52404a4347 {
    width: 100%;
    height: auto;
  }

  #s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image {
    
    
  }


.s-73eac606-8041-487a-bf9f-cd52404a4347 .shogun-image-content {
  
    align-items: center;
  
}

.s-73eac606-8041-487a-bf9f-cd52404a4347.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73eac606-8041-487a-bf9f-cd52404a4347 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container {
      position: relative;
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image,
  #s-73eac606-8041-487a-bf9f-cd52404a4347 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73eac606-8041-487a-bf9f-cd52404a4347 {
    width: 100%;
    height: auto;
  }

  #s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image {
    
    
  }


.s-73eac606-8041-487a-bf9f-cd52404a4347 .shogun-image-content {
  
    align-items: center;
  
}

.s-73eac606-8041-487a-bf9f-cd52404a4347.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73eac606-8041-487a-bf9f-cd52404a4347 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container {
      position: relative;
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image,
  #s-73eac606-8041-487a-bf9f-cd52404a4347 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73eac606-8041-487a-bf9f-cd52404a4347 {
    width: 100%;
    height: auto;
  }

  #s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image {
    
    
  }


.s-73eac606-8041-487a-bf9f-cd52404a4347 .shogun-image-content {
  
    align-items: center;
  
}

.s-73eac606-8041-487a-bf9f-cd52404a4347.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73eac606-8041-487a-bf9f-cd52404a4347 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container {
      position: relative;
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image,
  #s-73eac606-8041-487a-bf9f-cd52404a4347 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73eac606-8041-487a-bf9f-cd52404a4347 {
    width: 100%;
    height: auto;
  }

  #s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image {
    
    
  }


.s-73eac606-8041-487a-bf9f-cd52404a4347 .shogun-image-content {
  
    align-items: center;
  
}

.s-73eac606-8041-487a-bf9f-cd52404a4347.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73eac606-8041-487a-bf9f-cd52404a4347 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container {
      position: relative;
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image,
  #s-73eac606-8041-487a-bf9f-cd52404a4347 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73eac606-8041-487a-bf9f-cd52404a4347 {
    width: 100%;
    height: auto;
  }

  #s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image {
    
    
  }


.s-73eac606-8041-487a-bf9f-cd52404a4347 .shogun-image-content {
  
    align-items: center;
  
}

.s-73eac606-8041-487a-bf9f-cd52404a4347.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73eac606-8041-487a-bf9f-cd52404a4347 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container {
      position: relative;
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73eac606-8041-487a-bf9f-cd52404a4347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f75be8a0-0f70-438e-af37-d061f10f55a1 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 12%;
margin-right: 33%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f75be8a0-0f70-438e-af37-d061f10f55a1 {
  display: none;
}
#s-f75be8a0-0f70-438e-af37-d061f10f55a1, #wrap-s-f75be8a0-0f70-438e-af37-d061f10f55a1 { display: none !important; }}@media (max-width: 767px){#s-f75be8a0-0f70-438e-af37-d061f10f55a1 {
  display: none;
}
#s-f75be8a0-0f70-438e-af37-d061f10f55a1, #wrap-s-f75be8a0-0f70-438e-af37-d061f10f55a1 { display: none !important; }}
#s-f75be8a0-0f70-438e-af37-d061f10f55a1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 37px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-2ad23cf7-03d7-44cd-a62f-5d490c62c9a9 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 12%;
margin-right: 47%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-2ad23cf7-03d7-44cd-a62f-5d490c62c9a9 {
  display: none;
}
#s-2ad23cf7-03d7-44cd-a62f-5d490c62c9a9, #wrap-s-2ad23cf7-03d7-44cd-a62f-5d490c62c9a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ad23cf7-03d7-44cd-a62f-5d490c62c9a9 {
  display: none;
}
#s-2ad23cf7-03d7-44cd-a62f-5d490c62c9a9, #wrap-s-2ad23cf7-03d7-44cd-a62f-5d490c62c9a9 { display: none !important; }}
#s-2ad23cf7-03d7-44cd-a62f-5d490c62c9a9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-60be058c-d11c-4518-9164-22c5a343847a {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 125px;
aspect-ratio: 340/100;
text-align: left;
}





  #s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image,
  #s-60be058c-d11c-4518-9164-22c5a343847a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60be058c-d11c-4518-9164-22c5a343847a {
    width: 100%;
    height: auto;
  }

  #s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image {
    
    
  }


.s-60be058c-d11c-4518-9164-22c5a343847a .shogun-image-content {
  
    align-items: center;
  
}

.s-60be058c-d11c-4518-9164-22c5a343847a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60be058c-d11c-4518-9164-22c5a343847a {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container {
      position: relative;
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image,
  #s-60be058c-d11c-4518-9164-22c5a343847a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60be058c-d11c-4518-9164-22c5a343847a {
    width: 100%;
    height: auto;
  }

  #s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image {
    
    
  }


.s-60be058c-d11c-4518-9164-22c5a343847a .shogun-image-content {
  
    align-items: center;
  
}

.s-60be058c-d11c-4518-9164-22c5a343847a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60be058c-d11c-4518-9164-22c5a343847a {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container {
      position: relative;
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image,
  #s-60be058c-d11c-4518-9164-22c5a343847a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60be058c-d11c-4518-9164-22c5a343847a {
    width: 100%;
    height: auto;
  }

  #s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image {
    
    
  }


.s-60be058c-d11c-4518-9164-22c5a343847a .shogun-image-content {
  
    align-items: center;
  
}

.s-60be058c-d11c-4518-9164-22c5a343847a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60be058c-d11c-4518-9164-22c5a343847a {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container {
      position: relative;
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image,
  #s-60be058c-d11c-4518-9164-22c5a343847a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60be058c-d11c-4518-9164-22c5a343847a {
    width: 100%;
    height: auto;
  }

  #s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image {
    
    
  }


.s-60be058c-d11c-4518-9164-22c5a343847a .shogun-image-content {
  
    align-items: center;
  
}

.s-60be058c-d11c-4518-9164-22c5a343847a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60be058c-d11c-4518-9164-22c5a343847a {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container {
      position: relative;
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image,
  #s-60be058c-d11c-4518-9164-22c5a343847a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60be058c-d11c-4518-9164-22c5a343847a {
    width: 100%;
    height: auto;
  }

  #s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image {
    
    
  }


.s-60be058c-d11c-4518-9164-22c5a343847a .shogun-image-content {
  
    align-items: center;
  
}

.s-60be058c-d11c-4518-9164-22c5a343847a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60be058c-d11c-4518-9164-22c5a343847a {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container {
      position: relative;
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60be058c-d11c-4518-9164-22c5a343847a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
max-width: 125px;
aspect-ratio: 340/100;
text-align: left;
}





  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image,
  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 {
    width: 100%;
    height: auto;
  }

  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image {
    
    
  }


.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container {
      position: relative;
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image,
  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 {
    width: 100%;
    height: auto;
  }

  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image {
    
    
  }


.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container {
      position: relative;
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image,
  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 {
    width: 100%;
    height: auto;
  }

  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image {
    
    
  }


.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container {
      position: relative;
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image,
  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 {
    width: 100%;
    height: auto;
  }

  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image {
    
    
  }


.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container {
      position: relative;
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image,
  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 {
    width: 100%;
    height: auto;
  }

  #s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image {
    
    
  }


.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 {
      --shg-aspect-ratio: calc(340/100); 
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container {
      position: relative;
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-886cfa6a-4f9d-45b2-a236-e562df1e3a07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0c2b1b5d-6f9e-4c0b-ac73-97d4428557bb {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0%;
min-height: 490px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c2b1b5d-6f9e-4c0b-ac73-97d4428557bb {
  display: none;
}
#s-0c2b1b5d-6f9e-4c0b-ac73-97d4428557bb, #wrap-s-0c2b1b5d-6f9e-4c0b-ac73-97d4428557bb { display: none !important; }}@media (max-width: 767px){#s-0c2b1b5d-6f9e-4c0b-ac73-97d4428557bb {
  display: none;
}
#s-0c2b1b5d-6f9e-4c0b-ac73-97d4428557bb, #wrap-s-0c2b1b5d-6f9e-4c0b-ac73-97d4428557bb { display: none !important; }}







#s-0c2b1b5d-6f9e-4c0b-ac73-97d4428557bb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0c2b1b5d-6f9e-4c0b-ac73-97d4428557bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bfc1ec6-9cf3-4f5e-8be2-c44b05081b72 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2bfc1ec6-9cf3-4f5e-8be2-c44b05081b72 {
  display: none;
}
#s-2bfc1ec6-9cf3-4f5e-8be2-c44b05081b72, #wrap-s-2bfc1ec6-9cf3-4f5e-8be2-c44b05081b72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bfc1ec6-9cf3-4f5e-8be2-c44b05081b72 {
  display: none;
}
#s-2bfc1ec6-9cf3-4f5e-8be2-c44b05081b72, #wrap-s-2bfc1ec6-9cf3-4f5e-8be2-c44b05081b72 { display: none !important; }}
#s-592a1321-752d-48d4-bab8-a6f295b716ee {
  margin-top: 5%;
margin-left: 5%;
margin-right: 5%;
max-width: 100px;
aspect-ratio: 500/50;
text-align: left;
}





  #s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image,
  #s-592a1321-752d-48d4-bab8-a6f295b716ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-592a1321-752d-48d4-bab8-a6f295b716ee {
    width: 100%;
    height: auto;
  }

  #s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image {
    
    
  }


.s-592a1321-752d-48d4-bab8-a6f295b716ee .shogun-image-content {
  
    align-items: center;
  
}

.s-592a1321-752d-48d4-bab8-a6f295b716ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592a1321-752d-48d4-bab8-a6f295b716ee {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container {
      position: relative;
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image,
  #s-592a1321-752d-48d4-bab8-a6f295b716ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-592a1321-752d-48d4-bab8-a6f295b716ee {
    width: 100%;
    height: auto;
  }

  #s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image {
    
    
  }


.s-592a1321-752d-48d4-bab8-a6f295b716ee .shogun-image-content {
  
    align-items: center;
  
}

.s-592a1321-752d-48d4-bab8-a6f295b716ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592a1321-752d-48d4-bab8-a6f295b716ee {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container {
      position: relative;
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image,
  #s-592a1321-752d-48d4-bab8-a6f295b716ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-592a1321-752d-48d4-bab8-a6f295b716ee {
    width: 100%;
    height: auto;
  }

  #s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image {
    
    
  }


.s-592a1321-752d-48d4-bab8-a6f295b716ee .shogun-image-content {
  
    align-items: center;
  
}

.s-592a1321-752d-48d4-bab8-a6f295b716ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592a1321-752d-48d4-bab8-a6f295b716ee {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container {
      position: relative;
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image,
  #s-592a1321-752d-48d4-bab8-a6f295b716ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-592a1321-752d-48d4-bab8-a6f295b716ee {
    width: 100%;
    height: auto;
  }

  #s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image {
    
    
  }


.s-592a1321-752d-48d4-bab8-a6f295b716ee .shogun-image-content {
  
    align-items: center;
  
}

.s-592a1321-752d-48d4-bab8-a6f295b716ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592a1321-752d-48d4-bab8-a6f295b716ee {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container {
      position: relative;
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image,
  #s-592a1321-752d-48d4-bab8-a6f295b716ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-592a1321-752d-48d4-bab8-a6f295b716ee {
    width: 100%;
    height: auto;
  }

  #s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image {
    
    
  }


.s-592a1321-752d-48d4-bab8-a6f295b716ee .shogun-image-content {
  
    align-items: center;
  
}

.s-592a1321-752d-48d4-bab8-a6f295b716ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592a1321-752d-48d4-bab8-a6f295b716ee {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container {
      position: relative;
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592a1321-752d-48d4-bab8-a6f295b716ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e71f9c21-ab69-4574-bb9a-934d045cb5c8 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e71f9c21-ab69-4574-bb9a-934d045cb5c8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-132c6670-d4f5-456a-a473-68cab1758455 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-6a90480f-61ab-4d0b-a576-d9184e2960ec {
  margin-top: 31%;
margin-left: 5%;
margin-right: 33%;
padding-top: 0px;
padding-bottom: 8px;
}

#s-328e259a-ec98-42d4-b5b7-64125514e9c0 {
  margin-left: 5%;
margin-right: 25%;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
}

#s-47510aeb-3414-4424-89f0-f8a3d104cfbc {
  margin-left: 5%;
margin-right: 33%;
padding-top: 0px;
padding-bottom: 8px;
}

#s-b202e957-8ac2-40db-b7f1-0d38c24c7969 {
  border-style: solid;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 8px;
max-width: 300px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b202e957-8ac2-40db-b7f1-0d38c24c7969:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b202e957-8ac2-40db-b7f1-0d38c24c7969:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b202e957-8ac2-40db-b7f1-0d38c24c7969-root {
    text-align: left;
  }


#s-b202e957-8ac2-40db-b7f1-0d38c24c7969.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b202e957-8ac2-40db-b7f1-0d38c24c7969-root {
    text-align: left;
  }


#s-b202e957-8ac2-40db-b7f1-0d38c24c7969.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b202e957-8ac2-40db-b7f1-0d38c24c7969-root {
    text-align: left;
  }


#s-b202e957-8ac2-40db-b7f1-0d38c24c7969.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b202e957-8ac2-40db-b7f1-0d38c24c7969-root {
    text-align: left;
  }


#s-b202e957-8ac2-40db-b7f1-0d38c24c7969.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b202e957-8ac2-40db-b7f1-0d38c24c7969-root {
    text-align: left;
  }


#s-b202e957-8ac2-40db-b7f1-0d38c24c7969.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-5b9841aa-6d09-4917-964d-a6762a4208c7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0%;
min-height: 490px;
background-position: center center;
}
@media (min-width: 1200px){#s-5b9841aa-6d09-4917-964d-a6762a4208c7 {
  display: none;
}
#s-5b9841aa-6d09-4917-964d-a6762a4208c7, #wrap-s-5b9841aa-6d09-4917-964d-a6762a4208c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b9841aa-6d09-4917-964d-a6762a4208c7 {
  display: none;
}
#s-5b9841aa-6d09-4917-964d-a6762a4208c7, #wrap-s-5b9841aa-6d09-4917-964d-a6762a4208c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b9841aa-6d09-4917-964d-a6762a4208c7 {
  
}
}@media (max-width: 767px){#s-5b9841aa-6d09-4917-964d-a6762a4208c7 {
  
}
}







#s-5b9841aa-6d09-4917-964d-a6762a4208c7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-5b9841aa-6d09-4917-964d-a6762a4208c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ed349aa-8e90-4df9-bafb-912fb360461d {
  padding-top: 25px;
padding-bottom: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7ed349aa-8e90-4df9-bafb-912fb360461d {
  display: none;
}
#s-7ed349aa-8e90-4df9-bafb-912fb360461d, #wrap-s-7ed349aa-8e90-4df9-bafb-912fb360461d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ed349aa-8e90-4df9-bafb-912fb360461d {
  display: none;
}
#s-7ed349aa-8e90-4df9-bafb-912fb360461d, #wrap-s-7ed349aa-8e90-4df9-bafb-912fb360461d { display: none !important; }}
#s-67e1f986-0065-4a5a-81e5-4ebcce303a73 {
  margin-top: 5%;
margin-left: 5%;
margin-right: 5%;
max-width: 100px;
aspect-ratio: 500/50;
text-align: left;
}





  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image,
  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 {
    width: 100%;
    height: auto;
  }

  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image {
    
    
  }


.s-67e1f986-0065-4a5a-81e5-4ebcce303a73 .shogun-image-content {
  
    align-items: center;
  
}

.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container {
      position: relative;
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image,
  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 {
    width: 100%;
    height: auto;
  }

  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image {
    
    
  }


.s-67e1f986-0065-4a5a-81e5-4ebcce303a73 .shogun-image-content {
  
    align-items: center;
  
}

.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container {
      position: relative;
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image,
  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 {
    width: 100%;
    height: auto;
  }

  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image {
    
    
  }


.s-67e1f986-0065-4a5a-81e5-4ebcce303a73 .shogun-image-content {
  
    align-items: center;
  
}

.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container {
      position: relative;
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image,
  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 {
    width: 100%;
    height: auto;
  }

  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image {
    
    
  }


.s-67e1f986-0065-4a5a-81e5-4ebcce303a73 .shogun-image-content {
  
    align-items: center;
  
}

.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container {
      position: relative;
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image,
  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 {
    width: 100%;
    height: auto;
  }

  #s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image {
    
    
  }


.s-67e1f986-0065-4a5a-81e5-4ebcce303a73 .shogun-image-content {
  
    align-items: center;
  
}

.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73 {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container {
      position: relative;
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67e1f986-0065-4a5a-81e5-4ebcce303a73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-03aca630-576c-4176-84c5-5b236e317158 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-03aca630-576c-4176-84c5-5b236e317158 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-dd27cf5c-8974-4a45-b300-b61a7244518f {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-059d16cc-f05b-47c5-a1ef-c3c46e17ca81 {
  margin-top: 31%;
margin-left: 5%;
margin-right: 33%;
padding-top: 0px;
padding-bottom: 8px;
}

#s-f33eb4ae-f54d-4130-9a53-8796750bb157 {
  margin-left: 5%;
margin-right: 25%;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
}

#s-8c456a1b-b6dd-4de0-bd80-c9991a00bcbe {
  margin-left: 5%;
margin-right: 33%;
padding-top: 0px;
padding-bottom: 8px;
}

#s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d {
  border-style: solid;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 8px;
max-width: 300px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d-root {
    text-align: left;
  }


#s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d-root {
    text-align: left;
  }


#s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d-root {
    text-align: left;
  }


#s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d-root {
    text-align: left;
  }


#s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d-root {
    text-align: left;
  }


#s-832bdeb2-a2c8-43d2-93d8-3cca8e9b438d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-b2ae1590-6756-42cd-929f-9992672a91bf {
  text-align: left;
}

#s-0b953751-248f-47c6-9814-85644c7ea1cf {
  text-align: left;
}

#s-ecb0a8d4-73d6-427b-85e4-bdfddf4897ec {
  text-align: left;
background-color: rgba(243, 243, 243, 1);
}

#s-423b07f7-d00a-4f79-b405-dbf701645be0 {
  margin-top: -50px;
padding-top: 0em;
padding-bottom: 5em;
text-align: left;
background-color: rgba(243, 243, 243, 1);
}

#s-d684157b-9b02-4f4d-927b-0e4a14bfd008 {
  margin-top: 0px;
padding-top: 0em;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-2b2bc110-8cdf-472f-bcda-95901ea50dd2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2b2bc110-8cdf-472f-bcda-95901ea50dd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b2bc110-8cdf-472f-bcda-95901ea50dd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbf887b4-9b88-457c-87c2-d32e18a59c6f {
  margin-left: auto;
margin-right: auto;
max-width: 1128px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cbf887b4-9b88-457c-87c2-d32e18a59c6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbf887b4-9b88-457c-87c2-d32e18a59c6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbf887b4-9b88-457c-87c2-d32e18a59c6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbf887b4-9b88-457c-87c2-d32e18a59c6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-93ca1279-b750-4f11-ba88-bd8a84f97d4d {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-93ca1279-b750-4f11-ba88-bd8a84f97d4d {
  
}
}@media (max-width: 767px){#s-93ca1279-b750-4f11-ba88-bd8a84f97d4d {
  
}
}







#s-93ca1279-b750-4f11-ba88-bd8a84f97d4d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-93ca1279-b750-4f11-ba88-bd8a84f97d4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
  margin-top: 5%;
margin-left: 5%;
margin-right: 5%;
max-width: 100px;
aspect-ratio: 500/50;
text-align: left;
}
@media (min-width: 1200px){#s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
  display: none;
}
#s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b, #wrap-s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
  display: none;
}
#s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b, #wrap-s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b { display: none !important; }}




  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image,
  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
    width: 100%;
    height: auto;
  }

  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image {
    
    
  }


.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b .shogun-image-content {
  
    align-items: center;
  
}

.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container {
      position: relative;
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image,
  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
    width: 100%;
    height: auto;
  }

  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image {
    
    
  }


.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b .shogun-image-content {
  
    align-items: center;
  
}

.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container {
      position: relative;
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image,
  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
    width: 100%;
    height: auto;
  }

  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image {
    
    
  }


.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b .shogun-image-content {
  
    align-items: center;
  
}

.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container {
      position: relative;
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image,
  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
    width: 100%;
    height: auto;
  }

  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image {
    
    
  }


.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b .shogun-image-content {
  
    align-items: center;
  
}

.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container {
      position: relative;
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image,
  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
    width: 100%;
    height: auto;
  }

  #s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image {
    
    
  }


.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b .shogun-image-content {
  
    align-items: center;
  
}

.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container {
      position: relative;
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f90a829a-0a7c-4d3b-a39d-8414bfbd030b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
  margin-top: 15%;
margin-left: 5%;
margin-right: 5%;
max-width: 100px;
aspect-ratio: 500/50;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
  display: none;
}
#s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca, #wrap-s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca { display: none !important; }}@media (max-width: 767px){#s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
  display: none;
}
#s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca, #wrap-s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca { display: none !important; }}




  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image,
  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
    width: 100%;
    height: auto;
  }

  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image {
    
    
  }


.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container {
      position: relative;
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image,
  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
    width: 100%;
    height: auto;
  }

  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image {
    
    
  }


.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container {
      position: relative;
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image,
  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
    width: 100%;
    height: auto;
  }

  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image {
    
    
  }


.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container {
      position: relative;
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image,
  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
    width: 100%;
    height: auto;
  }

  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image {
    
    
  }


.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container {
      position: relative;
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image,
  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
    width: 100%;
    height: auto;
  }

  #s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image {
    
    
  }


.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca {
      --shg-aspect-ratio: calc(500/50); 
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container {
      position: relative;
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66aa17c1-2ffd-46a5-a45e-6ea21455b8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3c0a7c6f-06ed-4030-b9b2-95d6b068a552 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1px;
margin-right: 17%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c0a7c6f-06ed-4030-b9b2-95d6b068a552 {
  display: none;
}
#s-3c0a7c6f-06ed-4030-b9b2-95d6b068a552, #wrap-s-3c0a7c6f-06ed-4030-b9b2-95d6b068a552 { display: none !important; }}@media (max-width: 767px){#s-3c0a7c6f-06ed-4030-b9b2-95d6b068a552 {
  display: none;
}
#s-3c0a7c6f-06ed-4030-b9b2-95d6b068a552, #wrap-s-3c0a7c6f-06ed-4030-b9b2-95d6b068a552 { display: none !important; }}
#s-3c0a7c6f-06ed-4030-b9b2-95d6b068a552 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 38px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-226d70cc-e04c-4553-98cb-29afbd14bec0 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-226d70cc-e04c-4553-98cb-29afbd14bec0 {
  display: none;
}
#s-226d70cc-e04c-4553-98cb-29afbd14bec0, #wrap-s-226d70cc-e04c-4553-98cb-29afbd14bec0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-226d70cc-e04c-4553-98cb-29afbd14bec0 {
  display: none;
}
#s-226d70cc-e04c-4553-98cb-29afbd14bec0, #wrap-s-226d70cc-e04c-4553-98cb-29afbd14bec0 { display: none !important; }}
#s-226d70cc-e04c-4553-98cb-29afbd14bec0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 33px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-27b7cc60-e845-4945-b7e6-364595b57d9c {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 11%;
padding-top: 0px;
padding-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-27b7cc60-e845-4945-b7e6-364595b57d9c {
  display: none;
}
#s-27b7cc60-e845-4945-b7e6-364595b57d9c, #wrap-s-27b7cc60-e845-4945-b7e6-364595b57d9c { display: none !important; }}@media (max-width: 767px){#s-27b7cc60-e845-4945-b7e6-364595b57d9c {
  display: none;
}
#s-27b7cc60-e845-4945-b7e6-364595b57d9c, #wrap-s-27b7cc60-e845-4945-b7e6-364595b57d9c { display: none !important; }}
#s-0218ab8e-2d1c-46ef-b052-1e58a3560fa7 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 8px;
}
@media (min-width: 1200px){#s-0218ab8e-2d1c-46ef-b052-1e58a3560fa7 {
  display: none;
}
#s-0218ab8e-2d1c-46ef-b052-1e58a3560fa7, #wrap-s-0218ab8e-2d1c-46ef-b052-1e58a3560fa7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0218ab8e-2d1c-46ef-b052-1e58a3560fa7 {
  display: none;
}
#s-0218ab8e-2d1c-46ef-b052-1e58a3560fa7, #wrap-s-0218ab8e-2d1c-46ef-b052-1e58a3560fa7 { display: none !important; }}
#s-5123ead0-f8db-4e02-9cf2-56b6702c4728 {
  padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5123ead0-f8db-4e02-9cf2-56b6702c4728 {
  display: none;
}
#s-5123ead0-f8db-4e02-9cf2-56b6702c4728, #wrap-s-5123ead0-f8db-4e02-9cf2-56b6702c4728 { display: none !important; }}@media (max-width: 767px){#s-5123ead0-f8db-4e02-9cf2-56b6702c4728 {
  display: none;
}
#s-5123ead0-f8db-4e02-9cf2-56b6702c4728, #wrap-s-5123ead0-f8db-4e02-9cf2-56b6702c4728 { display: none !important; }}







#s-5123ead0-f8db-4e02-9cf2-56b6702c4728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5123ead0-f8db-4e02-9cf2-56b6702c4728.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdd19b6e-2857-4046-9132-6e20da9576d4 {
  margin-left: 5%;
max-width: 375px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bdd19b6e-2857-4046-9132-6e20da9576d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bdd19b6e-2857-4046-9132-6e20da9576d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bdd19b6e-2857-4046-9132-6e20da9576d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdd19b6e-2857-4046-9132-6e20da9576d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d128b19f-8bf9-4961-bb6b-79a8348c8294 {
  padding-top: 10px;
padding-left: 31px;
padding-bottom: 10px;
padding-right: 31px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-d128b19f-8bf9-4961-bb6b-79a8348c8294:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d128b19f-8bf9-4961-bb6b-79a8348c8294:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d128b19f-8bf9-4961-bb6b-79a8348c8294-root {
    text-align: center;
  }


#s-d128b19f-8bf9-4961-bb6b-79a8348c8294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d128b19f-8bf9-4961-bb6b-79a8348c8294-root {
    text-align: center;
  }


#s-d128b19f-8bf9-4961-bb6b-79a8348c8294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d128b19f-8bf9-4961-bb6b-79a8348c8294-root {
    text-align: center;
  }


#s-d128b19f-8bf9-4961-bb6b-79a8348c8294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d128b19f-8bf9-4961-bb6b-79a8348c8294-root {
    text-align: center;
  }


#s-d128b19f-8bf9-4961-bb6b-79a8348c8294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d128b19f-8bf9-4961-bb6b-79a8348c8294-root {
    text-align: center;
  }


#s-d128b19f-8bf9-4961-bb6b-79a8348c8294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-071f52ba-9bb5-41fe-8934-af65d31f0f11 {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(232, 232, 232, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-071f52ba-9bb5-41fe-8934-af65d31f0f11:hover {background-color: rgba(113, 204, 152, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-071f52ba-9bb5-41fe-8934-af65d31f0f11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-071f52ba-9bb5-41fe-8934-af65d31f0f11-root {
    text-align: center;
  }


#s-071f52ba-9bb5-41fe-8934-af65d31f0f11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-071f52ba-9bb5-41fe-8934-af65d31f0f11-root {
    text-align: center;
  }


#s-071f52ba-9bb5-41fe-8934-af65d31f0f11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-071f52ba-9bb5-41fe-8934-af65d31f0f11-root {
    text-align: center;
  }


#s-071f52ba-9bb5-41fe-8934-af65d31f0f11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-071f52ba-9bb5-41fe-8934-af65d31f0f11-root {
    text-align: center;
  }


#s-071f52ba-9bb5-41fe-8934-af65d31f0f11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-071f52ba-9bb5-41fe-8934-af65d31f0f11-root {
    text-align: center;
  }


#s-071f52ba-9bb5-41fe-8934-af65d31f0f11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-81066df7-7031-4bbf-81da-d6fe2daa1aaa {
  padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-81066df7-7031-4bbf-81da-d6fe2daa1aaa {
  display: none;
}
#s-81066df7-7031-4bbf-81da-d6fe2daa1aaa, #wrap-s-81066df7-7031-4bbf-81da-d6fe2daa1aaa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81066df7-7031-4bbf-81da-d6fe2daa1aaa {
  display: none;
}
#s-81066df7-7031-4bbf-81da-d6fe2daa1aaa, #wrap-s-81066df7-7031-4bbf-81da-d6fe2daa1aaa { display: none !important; }}







#s-81066df7-7031-4bbf-81da-d6fe2daa1aaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81066df7-7031-4bbf-81da-d6fe2daa1aaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f54c8a51-337a-41ac-9ee9-b2886ef54489 {
  margin-left: 5%;
margin-right: 5%;
max-width: 375px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f54c8a51-337a-41ac-9ee9-b2886ef54489 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-f54c8a51-337a-41ac-9ee9-b2886ef54489 {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-f54c8a51-337a-41ac-9ee9-b2886ef54489"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f54c8a51-337a-41ac-9ee9-b2886ef54489"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f54c8a51-337a-41ac-9ee9-b2886ef54489"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f54c8a51-337a-41ac-9ee9-b2886ef54489"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8 {
  padding-top: 10px;
padding-left: 31px;
padding-bottom: 10px;
padding-right: 31px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8-root {
    text-align: center;
  }


#s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8-root {
    text-align: center;
  }


#s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8-root {
    text-align: center;
  }


#s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8-root {
    text-align: center;
  }


#s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8-root {
    text-align: center;
  }


#s-9370d8b9-cb6f-4ebf-9a50-e3f4a3eed8d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-de569593-8fc0-40f0-b2aa-16b12fc51a4c {
  margin-left: 5%;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(232, 232, 232, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-de569593-8fc0-40f0-b2aa-16b12fc51a4c:hover {background-color: rgba(232, 232, 232, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-de569593-8fc0-40f0-b2aa-16b12fc51a4c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de569593-8fc0-40f0-b2aa-16b12fc51a4c-root {
    text-align: center;
  }


#s-de569593-8fc0-40f0-b2aa-16b12fc51a4c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-de569593-8fc0-40f0-b2aa-16b12fc51a4c-root {
    text-align: center;
  }


#s-de569593-8fc0-40f0-b2aa-16b12fc51a4c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de569593-8fc0-40f0-b2aa-16b12fc51a4c-root {
    text-align: center;
  }


#s-de569593-8fc0-40f0-b2aa-16b12fc51a4c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de569593-8fc0-40f0-b2aa-16b12fc51a4c-root {
    text-align: center;
  }


#s-de569593-8fc0-40f0-b2aa-16b12fc51a4c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-de569593-8fc0-40f0-b2aa-16b12fc51a4c-root {
    text-align: center;
  }


#s-de569593-8fc0-40f0-b2aa-16b12fc51a4c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-6ccaa539-1cc5-4252-b75f-23e081089bc4 {
  text-align: left;
}

#s-86ce86c0-da4c-4d65-b3fe-cbee6171fb8d {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-86ce86c0-da4c-4d65-b3fe-cbee6171fb8d {
  
}
}







#s-86ce86c0-da4c-4d65-b3fe-cbee6171fb8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86ce86c0-da4c-4d65-b3fe-cbee6171fb8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c786fa4-329a-4555-bb72-2647fb3a8606 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6c786fa4-329a-4555-bb72-2647fb3a8606 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c786fa4-329a-4555-bb72-2647fb3a8606.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b341584b-096c-4cac-a7fe-2d1516ed3292 {
  margin-bottom: -150px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b341584b-096c-4cac-a7fe-2d1516ed3292 {
  
}
}@media (max-width: 767px){#s-b341584b-096c-4cac-a7fe-2d1516ed3292 {
  margin-bottom: -145px;
}
}
#s-c7f819a7-701a-44e4-ada2-c3cc06bea118 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c7f819a7-701a-44e4-ada2-c3cc06bea118 {
  display: none;
}
#s-c7f819a7-701a-44e4-ada2-c3cc06bea118, #wrap-s-c7f819a7-701a-44e4-ada2-c3cc06bea118 { display: none !important; }}@media (max-width: 767px){#s-c7f819a7-701a-44e4-ada2-c3cc06bea118 {
  display: none;
}
#s-c7f819a7-701a-44e4-ada2-c3cc06bea118, #wrap-s-c7f819a7-701a-44e4-ada2-c3cc06bea118 { display: none !important; }}
#s-a30a2a11-110c-4a11-b2cf-bc02a8dd9714 {
  margin-top: 0px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a30a2a11-110c-4a11-b2cf-bc02a8dd9714 {
  
}
}
#s-a350224a-e978-4ca6-98ee-fb2d264d9fdc {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a350224a-e978-4ca6-98ee-fb2d264d9fdc {
  
}
}
#s-5a3db050-6588-49ae-a2c7-5e7b839671be {
  text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5a3db050-6588-49ae-a2c7-5e7b839671be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a3db050-6588-49ae-a2c7-5e7b839671be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a3db050-6588-49ae-a2c7-5e7b839671be {
  
}
}@media (max-width: 767px){#s-5a3db050-6588-49ae-a2c7-5e7b839671be {
  
}
}
#s-51dd4aa9-606c-4669-9747-88a356f46833 {
  padding-bottom: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-51dd4aa9-606c-4669-9747-88a356f46833 {
  display: none;
}
#s-51dd4aa9-606c-4669-9747-88a356f46833, #wrap-s-51dd4aa9-606c-4669-9747-88a356f46833 { display: none !important; }}@media (max-width: 767px){#s-51dd4aa9-606c-4669-9747-88a356f46833 {
  display: none;
}
#s-51dd4aa9-606c-4669-9747-88a356f46833, #wrap-s-51dd4aa9-606c-4669-9747-88a356f46833 { display: none !important; }}
@media (min-width: 0px) {
[id="s-51dd4aa9-606c-4669-9747-88a356f46833"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-51dd4aa9-606c-4669-9747-88a356f46833"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-51dd4aa9-606c-4669-9747-88a356f46833"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-51dd4aa9-606c-4669-9747-88a356f46833"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-25ec942c-e524-4ac7-aa91-f540f9168db2 {
  max-width: 252px;
aspect-ratio: 252/248;
text-align: center;
}





  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image,
  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 {
    width: 100%;
    height: auto;
  }

  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image {
    
    
  }


.s-25ec942c-e524-4ac7-aa91-f540f9168db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ec942c-e524-4ac7-aa91-f540f9168db2 {
      --shg-aspect-ratio: calc(252/248); 
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container {
      position: relative;
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image,
  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 {
    width: 100%;
    height: auto;
  }

  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image {
    
    
  }


.s-25ec942c-e524-4ac7-aa91-f540f9168db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ec942c-e524-4ac7-aa91-f540f9168db2 {
      --shg-aspect-ratio: calc(252/248); 
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container {
      position: relative;
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image,
  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 {
    width: 100%;
    height: auto;
  }

  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image {
    
    
  }


.s-25ec942c-e524-4ac7-aa91-f540f9168db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ec942c-e524-4ac7-aa91-f540f9168db2 {
      --shg-aspect-ratio: calc(252/248); 
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container {
      position: relative;
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image,
  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 {
    width: 100%;
    height: auto;
  }

  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image {
    
    
  }


.s-25ec942c-e524-4ac7-aa91-f540f9168db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ec942c-e524-4ac7-aa91-f540f9168db2 {
      --shg-aspect-ratio: calc(252/248); 
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container {
      position: relative;
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image,
  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 {
    width: 100%;
    height: auto;
  }

  #s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image {
    
    
  }


.s-25ec942c-e524-4ac7-aa91-f540f9168db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ec942c-e524-4ac7-aa91-f540f9168db2 {
      --shg-aspect-ratio: calc(252/248); 
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container {
      position: relative;
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ec942c-e524-4ac7-aa91-f540f9168db2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee {
  max-width: 252px;
aspect-ratio: 252/249;
text-align: center;
}





  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image,
  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee {
    width: 100%;
    height: auto;
  }

  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image {
    
    
  }


.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee {
      --shg-aspect-ratio: calc(252/249); 
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container {
      position: relative;
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image,
  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee {
    width: 100%;
    height: auto;
  }

  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image {
    
    
  }


.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee {
      --shg-aspect-ratio: calc(252/249); 
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container {
      position: relative;
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image,
  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee {
    width: 100%;
    height: auto;
  }

  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image {
    
    
  }


.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee {
      --shg-aspect-ratio: calc(252/249); 
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container {
      position: relative;
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image,
  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee {
    width: 100%;
    height: auto;
  }

  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image {
    
    
  }


.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee {
      --shg-aspect-ratio: calc(252/249); 
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container {
      position: relative;
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image,
  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee {
    width: 100%;
    height: auto;
  }

  #s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image {
    
    
  }


.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee {
      --shg-aspect-ratio: calc(252/249); 
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container {
      position: relative;
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbacf4db-8caf-44bd-ba7f-3f67ac3741ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 {
  max-width: 249px;
aspect-ratio: 249/252;
text-align: center;
}





  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image,
  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 {
    width: 100%;
    height: auto;
  }

  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image {
    
    
  }


.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container {
      position: relative;
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image,
  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 {
    width: 100%;
    height: auto;
  }

  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image {
    
    
  }


.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container {
      position: relative;
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image,
  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 {
    width: 100%;
    height: auto;
  }

  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image {
    
    
  }


.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container {
      position: relative;
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image,
  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 {
    width: 100%;
    height: auto;
  }

  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image {
    
    
  }


.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container {
      position: relative;
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image,
  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 {
    width: 100%;
    height: auto;
  }

  #s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image {
    
    
  }


.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container {
      position: relative;
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf151c8-7053-4fef-8dc5-22fec6136cd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e09c342a-7138-498b-8487-14e99fdc204c {
  max-width: 249px;
aspect-ratio: 249/252;
text-align: center;
}





  #s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image,
  #s-e09c342a-7138-498b-8487-14e99fdc204c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e09c342a-7138-498b-8487-14e99fdc204c {
    width: 100%;
    height: auto;
  }

  #s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image {
    
    
  }


.s-e09c342a-7138-498b-8487-14e99fdc204c .shogun-image-content {
  
    align-items: center;
  
}

.s-e09c342a-7138-498b-8487-14e99fdc204c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09c342a-7138-498b-8487-14e99fdc204c {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container {
      position: relative;
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image,
  #s-e09c342a-7138-498b-8487-14e99fdc204c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e09c342a-7138-498b-8487-14e99fdc204c {
    width: 100%;
    height: auto;
  }

  #s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image {
    
    
  }


.s-e09c342a-7138-498b-8487-14e99fdc204c .shogun-image-content {
  
    align-items: center;
  
}

.s-e09c342a-7138-498b-8487-14e99fdc204c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09c342a-7138-498b-8487-14e99fdc204c {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container {
      position: relative;
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image,
  #s-e09c342a-7138-498b-8487-14e99fdc204c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e09c342a-7138-498b-8487-14e99fdc204c {
    width: 100%;
    height: auto;
  }

  #s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image {
    
    
  }


.s-e09c342a-7138-498b-8487-14e99fdc204c .shogun-image-content {
  
    align-items: center;
  
}

.s-e09c342a-7138-498b-8487-14e99fdc204c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09c342a-7138-498b-8487-14e99fdc204c {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container {
      position: relative;
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image,
  #s-e09c342a-7138-498b-8487-14e99fdc204c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e09c342a-7138-498b-8487-14e99fdc204c {
    width: 100%;
    height: auto;
  }

  #s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image {
    
    
  }


.s-e09c342a-7138-498b-8487-14e99fdc204c .shogun-image-content {
  
    align-items: center;
  
}

.s-e09c342a-7138-498b-8487-14e99fdc204c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09c342a-7138-498b-8487-14e99fdc204c {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container {
      position: relative;
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image,
  #s-e09c342a-7138-498b-8487-14e99fdc204c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e09c342a-7138-498b-8487-14e99fdc204c {
    width: 100%;
    height: auto;
  }

  #s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image {
    
    
  }


.s-e09c342a-7138-498b-8487-14e99fdc204c .shogun-image-content {
  
    align-items: center;
  
}

.s-e09c342a-7138-498b-8487-14e99fdc204c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09c342a-7138-498b-8487-14e99fdc204c {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container {
      position: relative;
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09c342a-7138-498b-8487-14e99fdc204c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c2714dc2-4cb5-4f40-899b-06d224a311bc {
  max-width: 249px;
aspect-ratio: 249/252;
text-align: center;
}





  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image,
  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc {
    width: 100%;
    height: auto;
  }

  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image {
    
    
  }


.s-c2714dc2-4cb5-4f40-899b-06d224a311bc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container {
      position: relative;
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image,
  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc {
    width: 100%;
    height: auto;
  }

  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image {
    
    
  }


.s-c2714dc2-4cb5-4f40-899b-06d224a311bc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container {
      position: relative;
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image,
  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc {
    width: 100%;
    height: auto;
  }

  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image {
    
    
  }


.s-c2714dc2-4cb5-4f40-899b-06d224a311bc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container {
      position: relative;
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image,
  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc {
    width: 100%;
    height: auto;
  }

  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image {
    
    
  }


.s-c2714dc2-4cb5-4f40-899b-06d224a311bc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container {
      position: relative;
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image,
  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc {
    width: 100%;
    height: auto;
  }

  #s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image {
    
    
  }


.s-c2714dc2-4cb5-4f40-899b-06d224a311bc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container {
      position: relative;
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2714dc2-4cb5-4f40-899b-06d224a311bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a4cf1fe5-270b-4a23-adac-790523298769 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a4cf1fe5-270b-4a23-adac-790523298769 {
  display: none;
}
#s-a4cf1fe5-270b-4a23-adac-790523298769, #wrap-s-a4cf1fe5-270b-4a23-adac-790523298769 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4cf1fe5-270b-4a23-adac-790523298769 {
  display: none;
}
#s-a4cf1fe5-270b-4a23-adac-790523298769, #wrap-s-a4cf1fe5-270b-4a23-adac-790523298769 { display: none !important; }}







#s-a4cf1fe5-270b-4a23-adac-790523298769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4cf1fe5-270b-4a23-adac-790523298769.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-24ef3c98-8693-49b8-b192-0d797e9c3ee4 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-24ef3c98-8693-49b8-b192-0d797e9c3ee4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24ef3c98-8693-49b8-b192-0d797e9c3ee4 {
  
}
}
#s-24ef3c98-8693-49b8-b192-0d797e9c3ee4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-24ef3c98-8693-49b8-b192-0d797e9c3ee4 .shg-sld-nav-button.shg-sld-left,
#s-24ef3c98-8693-49b8-b192-0d797e9c3ee4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3f37b469-dd2f-4975-aae6-17535c11183d {
  max-width: 249px;
aspect-ratio: 249/252;
text-align: center;
}
@media (min-width: 1200px){#s-3f37b469-dd2f-4975-aae6-17535c11183d {
  display: none;
}
#s-3f37b469-dd2f-4975-aae6-17535c11183d, #wrap-s-3f37b469-dd2f-4975-aae6-17535c11183d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f37b469-dd2f-4975-aae6-17535c11183d {
  display: none;
}
#s-3f37b469-dd2f-4975-aae6-17535c11183d, #wrap-s-3f37b469-dd2f-4975-aae6-17535c11183d { display: none !important; }}




  #s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image,
  #s-3f37b469-dd2f-4975-aae6-17535c11183d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f37b469-dd2f-4975-aae6-17535c11183d {
    width: 100%;
    height: auto;
  }

  #s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image {
    
    
  }


.s-3f37b469-dd2f-4975-aae6-17535c11183d .shogun-image-content {
  
    align-items: center;
  
}

.s-3f37b469-dd2f-4975-aae6-17535c11183d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f37b469-dd2f-4975-aae6-17535c11183d {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container {
      position: relative;
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image,
  #s-3f37b469-dd2f-4975-aae6-17535c11183d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f37b469-dd2f-4975-aae6-17535c11183d {
    width: 100%;
    height: auto;
  }

  #s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image {
    
    
  }


.s-3f37b469-dd2f-4975-aae6-17535c11183d .shogun-image-content {
  
    align-items: center;
  
}

.s-3f37b469-dd2f-4975-aae6-17535c11183d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f37b469-dd2f-4975-aae6-17535c11183d {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container {
      position: relative;
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image,
  #s-3f37b469-dd2f-4975-aae6-17535c11183d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f37b469-dd2f-4975-aae6-17535c11183d {
    width: 100%;
    height: auto;
  }

  #s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image {
    
    
  }


.s-3f37b469-dd2f-4975-aae6-17535c11183d .shogun-image-content {
  
    align-items: center;
  
}

.s-3f37b469-dd2f-4975-aae6-17535c11183d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f37b469-dd2f-4975-aae6-17535c11183d {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container {
      position: relative;
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image,
  #s-3f37b469-dd2f-4975-aae6-17535c11183d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f37b469-dd2f-4975-aae6-17535c11183d {
    width: 100%;
    height: auto;
  }

  #s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image {
    
    
  }


.s-3f37b469-dd2f-4975-aae6-17535c11183d .shogun-image-content {
  
    align-items: center;
  
}

.s-3f37b469-dd2f-4975-aae6-17535c11183d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f37b469-dd2f-4975-aae6-17535c11183d {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container {
      position: relative;
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image,
  #s-3f37b469-dd2f-4975-aae6-17535c11183d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f37b469-dd2f-4975-aae6-17535c11183d {
    width: 100%;
    height: auto;
  }

  #s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image {
    
    
  }


.s-3f37b469-dd2f-4975-aae6-17535c11183d .shogun-image-content {
  
    align-items: center;
  
}

.s-3f37b469-dd2f-4975-aae6-17535c11183d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f37b469-dd2f-4975-aae6-17535c11183d {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container {
      position: relative;
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f37b469-dd2f-4975-aae6-17535c11183d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb {
  max-width: 249px;
aspect-ratio: 249/252;
text-align: center;
}





  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image,
  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb {
    width: 100%;
    height: auto;
  }

  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image {
    
    
  }


.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb .shogun-image-content {
  
    align-items: center;
  
}

.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container {
      position: relative;
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image,
  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb {
    width: 100%;
    height: auto;
  }

  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image {
    
    
  }


.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb .shogun-image-content {
  
    align-items: center;
  
}

.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container {
      position: relative;
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image,
  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb {
    width: 100%;
    height: auto;
  }

  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image {
    
    
  }


.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb .shogun-image-content {
  
    align-items: center;
  
}

.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container {
      position: relative;
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image,
  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb {
    width: 100%;
    height: auto;
  }

  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image {
    
    
  }


.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb .shogun-image-content {
  
    align-items: center;
  
}

.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container {
      position: relative;
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image,
  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb {
    width: 100%;
    height: auto;
  }

  #s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image {
    
    
  }


.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb .shogun-image-content {
  
    align-items: center;
  
}

.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container {
      position: relative;
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc0cb7bc-f9ae-4c9a-83f8-fdbab3f615fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 {
  max-width: 249px;
aspect-ratio: 249/252;
text-align: center;
}





  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image,
  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 {
    width: 100%;
    height: auto;
  }

  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image {
    
    
  }


.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container {
      position: relative;
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image,
  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 {
    width: 100%;
    height: auto;
  }

  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image {
    
    
  }


.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container {
      position: relative;
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image,
  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 {
    width: 100%;
    height: auto;
  }

  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image {
    
    
  }


.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container {
      position: relative;
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image,
  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 {
    width: 100%;
    height: auto;
  }

  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image {
    
    
  }


.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container {
      position: relative;
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image,
  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 {
    width: 100%;
    height: auto;
  }

  #s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image {
    
    
  }


.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 {
      --shg-aspect-ratio: calc(249/252); 
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container {
      position: relative;
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bedc3ad-60a4-41a4-a0ee-1ad6d721e1c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 {
  max-width: 252px;
aspect-ratio: 252/249;
text-align: center;
}





  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image,
  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 {
    width: 100%;
    height: auto;
  }

  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image {
    
    
  }


.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 {
      --shg-aspect-ratio: calc(252/249); 
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container {
      position: relative;
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image,
  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 {
    width: 100%;
    height: auto;
  }

  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image {
    
    
  }


.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 {
      --shg-aspect-ratio: calc(252/249); 
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container {
      position: relative;
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image,
  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 {
    width: 100%;
    height: auto;
  }

  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image {
    
    
  }


.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 {
      --shg-aspect-ratio: calc(252/249); 
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container {
      position: relative;
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image,
  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 {
    width: 100%;
    height: auto;
  }

  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image {
    
    
  }


.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 {
      --shg-aspect-ratio: calc(252/249); 
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container {
      position: relative;
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image,
  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 {
    width: 100%;
    height: auto;
  }

  #s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image {
    
    
  }


.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 {
      --shg-aspect-ratio: calc(252/249); 
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container {
      position: relative;
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a83a853-5c0f-4340-bdbd-0e1872ab6743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
  max-width: 252px;
aspect-ratio: 252/248;
text-align: center;
}
@media (min-width: 1200px){#s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
  display: none;
}
#s-a230d9da-9c07-4431-ab34-f0174cdb3bfe, #wrap-s-a230d9da-9c07-4431-ab34-f0174cdb3bfe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
  display: none;
}
#s-a230d9da-9c07-4431-ab34-f0174cdb3bfe, #wrap-s-a230d9da-9c07-4431-ab34-f0174cdb3bfe { display: none !important; }}




  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image,
  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
    width: 100%;
    height: auto;
  }

  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image {
    
    
  }


.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe .shogun-image-content {
  
    align-items: center;
  
}

.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
      --shg-aspect-ratio: calc(252/248); 
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container {
      position: relative;
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image,
  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
    width: 100%;
    height: auto;
  }

  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image {
    
    
  }


.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe .shogun-image-content {
  
    align-items: center;
  
}

.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
      --shg-aspect-ratio: calc(252/248); 
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container {
      position: relative;
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image,
  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
    width: 100%;
    height: auto;
  }

  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image {
    
    
  }


.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe .shogun-image-content {
  
    align-items: center;
  
}

.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
      --shg-aspect-ratio: calc(252/248); 
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container {
      position: relative;
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image,
  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
    width: 100%;
    height: auto;
  }

  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image {
    
    
  }


.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe .shogun-image-content {
  
    align-items: center;
  
}

.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
      --shg-aspect-ratio: calc(252/248); 
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container {
      position: relative;
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image,
  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
    width: 100%;
    height: auto;
  }

  #s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image {
    
    
  }


.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe .shogun-image-content {
  
    align-items: center;
  
}

.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe {
      --shg-aspect-ratio: calc(252/248); 
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container {
      position: relative;
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a230d9da-9c07-4431-ab34-f0174cdb3bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
/*
  $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}
