.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

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

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    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-440e9aa0-1de0-4923-b4f8-05d0bf154a64 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-440e9aa0-1de0-4923-b4f8-05d0bf154a64 {
  min-height: 0px;
}
}@media (max-width: 767px){#s-440e9aa0-1de0-4923-b4f8-05d0bf154a64 {
  min-height: 0px;
display: none;
}
#s-440e9aa0-1de0-4923-b4f8-05d0bf154a64, #wrap-s-440e9aa0-1de0-4923-b4f8-05d0bf154a64, #wrap-content-s-440e9aa0-1de0-4923-b4f8-05d0bf154a64 { display: none !important; }}
#s-440e9aa0-1de0-4923-b4f8-05d0bf154a64 {
  background-image: url(https://i.shgcdn.com/dd62a238-b60b-4fbd-bad2-fee3e31132d6/);
}








#s-440e9aa0-1de0-4923-b4f8-05d0bf154a64 > .shg-box-overlay {
  background-color: rgba(4, 4, 4, 1);
  opacity: 0;
  display: block;
}#s-440e9aa0-1de0-4923-b4f8-05d0bf154a64.shg-box.shg-c {
  justify-content: center;
}

#s-6ad7172a-7c41-498a-a5e8-11c48ced62a4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 200px;
padding-top: 17px;
padding-bottom: 17px;
min-height: 0px;
background-position: center center;
}

#s-6ad7172a-7c41-498a-a5e8-11c48ced62a4 {
  background-image: url(https://i.shgcdn.com/3bed5972-e7ee-4928-97e8-b0f8bf03f0e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6ad7172a-7c41-498a-a5e8-11c48ced62a4 > .shg-box-overlay {
  background-color: rgba(66, 65, 65, 1);
  opacity: 0.2;
  display: block;
}#s-6ad7172a-7c41-498a-a5e8-11c48ced62a4.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-93fe764b-9d6b-4e6b-bd00-b1735dfff5b3 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-fdcd90df-b299-447e-8cec-234d7ebb3cdb {
  margin-top: -10px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-782806e4-b9e4-47b0-b85c-92b45b7402cd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-782806e4-b9e4-47b0-b85c-92b45b7402cd {
  display: none;
}
#s-782806e4-b9e4-47b0-b85c-92b45b7402cd, #wrap-s-782806e4-b9e4-47b0-b85c-92b45b7402cd, #wrap-content-s-782806e4-b9e4-47b0-b85c-92b45b7402cd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-782806e4-b9e4-47b0-b85c-92b45b7402cd {
  display: none;
}
#s-782806e4-b9e4-47b0-b85c-92b45b7402cd, #wrap-s-782806e4-b9e4-47b0-b85c-92b45b7402cd, #wrap-content-s-782806e4-b9e4-47b0-b85c-92b45b7402cd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-782806e4-b9e4-47b0-b85c-92b45b7402cd {
  min-height: 0px;
display: none;
}
#s-782806e4-b9e4-47b0-b85c-92b45b7402cd, #wrap-s-782806e4-b9e4-47b0-b85c-92b45b7402cd, #wrap-content-s-782806e4-b9e4-47b0-b85c-92b45b7402cd { display: none !important; }}@media (max-width: 767px){#s-782806e4-b9e4-47b0-b85c-92b45b7402cd {
  min-height: 0px;
}
}
#s-782806e4-b9e4-47b0-b85c-92b45b7402cd {
  background-image: url(https://i.shgcdn.com/082ab54d-392f-4cf8-96ad-acd6f585bb72/);
}








#s-782806e4-b9e4-47b0-b85c-92b45b7402cd > .shg-box-overlay {
  background-color: rgba(4, 4, 4, 1);
  opacity: 0;
  display: block;
}#s-782806e4-b9e4-47b0-b85c-92b45b7402cd.shg-box.shg-c {
  justify-content: center;
}

#s-1b0fb1f8-a651-4be8-96f0-411129477832 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 200px;
padding-top: 17px;
padding-bottom: 17px;
min-height: 0px;
background-position: center center;
}

#s-1b0fb1f8-a651-4be8-96f0-411129477832 {
  background-image: url(https://i.shgcdn.com/3bed5972-e7ee-4928-97e8-b0f8bf03f0e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1b0fb1f8-a651-4be8-96f0-411129477832 > .shg-box-overlay {
  background-color: rgba(66, 65, 65, 1);
  opacity: 0.2;
  display: block;
}#s-1b0fb1f8-a651-4be8-96f0-411129477832.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a1895297-4b77-4439-a2bd-a88a7dfe160d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-c490beea-f49a-4556-8e58-2cf8e784f3c2 {
  margin-top: -10px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-1b1e6266-ad56-42b5-affe-2b66e000e6c8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1b1e6266-ad56-42b5-affe-2b66e000e6c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b1e6266-ad56-42b5-affe-2b66e000e6c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b1e6266-ad56-42b5-affe-2b66e000e6c8 {
  
}
}@media (max-width: 767px){#s-1b1e6266-ad56-42b5-affe-2b66e000e6c8 {
  
}
}







#s-1b1e6266-ad56-42b5-affe-2b66e000e6c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b1e6266-ad56-42b5-affe-2b66e000e6c8.shg-box.shg-c {
  justify-content: center;
}

#s-d89bc890-e02f-40ef-9361-4249b18e2d45 {
  margin-top: 0px;
margin-bottom: 16px;
padding-top: 11px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d89bc890-e02f-40ef-9361-4249b18e2d45 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-d89bc890-e02f-40ef-9361-4249b18e2d45 {
  
}
}







#s-d89bc890-e02f-40ef-9361-4249b18e2d45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d89bc890-e02f-40ef-9361-4249b18e2d45.shg-box.shg-c {
  justify-content: center;
}

#s-a1d8784b-198c-4955-ac28-361d297e51e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-a1d8784b-198c-4955-ac28-361d297e51e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1d8784b-198c-4955-ac28-361d297e51e1.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-98355d81-26aa-4ec8-8c88-f4a761e128ca {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: -10px;
margin-right: 5%;
padding-top: 9px;
padding-bottom: 0px;
text-align: center;
}

#s-98355d81-26aa-4ec8-8c88-f4a761e128ca .shogun-heading-component h2 {
  color: rgba(230, 83, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 59px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-98355d81-26aa-4ec8-8c88-f4a761e128ca .shogun-heading-component h2 {
  color: rgba(230, 83, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 59px;
  line-height: 1em;
  
  
}


}
#s-a06e5b52-2629-46e6-8f3e-7e59d7157e3f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 50px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-a06e5b52-2629-46e6-8f3e-7e59d7157e3f {
  margin-top: 12px;
margin-bottom: 12px;
}
}







#s-a06e5b52-2629-46e6-8f3e-7e59d7157e3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a06e5b52-2629-46e6-8f3e-7e59d7157e3f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-9b767109-006a-4765-af4f-bd11480351a3 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 880px;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-987e6915-b1a1-493f-b914-1162cffcadab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-987e6915-b1a1-493f-b914-1162cffcadab {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-987e6915-b1a1-493f-b914-1162cffcadab {
  display: none;
}
#s-987e6915-b1a1-493f-b914-1162cffcadab, #wrap-s-987e6915-b1a1-493f-b914-1162cffcadab, #wrap-content-s-987e6915-b1a1-493f-b914-1162cffcadab { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev,
#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next {
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev svg,
#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev,
#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next {
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev svg,
#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 992px) and (max-width: 1199px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev,
#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next {
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev svg,
#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 768px) and (max-width: 991px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 40px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev,
#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next {
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev svg,
#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev,
#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next {
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev svg,
#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-987e6915-b1a1-493f-b914-1162cffcadab .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-83f277ea-885b-419d-8de5-6130ca8932aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-83f277ea-885b-419d-8de5-6130ca8932aa {
  padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-83f277ea-885b-419d-8de5-6130ca8932aa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-83f277ea-885b-419d-8de5-6130ca8932aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-83f277ea-885b-419d-8de5-6130ca8932aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-83f277ea-885b-419d-8de5-6130ca8932aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-3c9d9a23-bcb0-49f1-b163-50b0c28bdb95 {
  box-shadow:1px 1px 7px 1px rgba(41, 41, 41, 0.5);
margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 800px;
}
@media (min-width: 1200px){#s-3c9d9a23-bcb0-49f1-b163-50b0c28bdb95 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c9d9a23-bcb0-49f1-b163-50b0c28bdb95 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c9d9a23-bcb0-49f1-b163-50b0c28bdb95 {
  
}
}@media (max-width: 767px){#s-3c9d9a23-bcb0-49f1-b163-50b0c28bdb95 {
  margin-bottom: 25px;
}
}







#s-3c9d9a23-bcb0-49f1-b163-50b0c28bdb95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c9d9a23-bcb0-49f1-b163-50b0c28bdb95.shg-box.shg-c {
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 991px){






#s-3c9d9a23-bcb0-49f1-b163-50b0c28bdb95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c9d9a23-bcb0-49f1-b163-50b0c28bdb95.shg-box.shg-c {
  justify-content: flex-start;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 1200px){#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  margin-top: 5px;
margin-bottom: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  
}
}
#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  margin: 0 !important;
  overflow: visible;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  /* Add background color handling */
  
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shogun-image {
  box-sizing: border-box;
}



.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  
}


@media (min-width: 1200px){#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  margin: 0 !important;
  overflow: visible;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  /* Add background color handling */
  
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shogun-image {
  box-sizing: border-box;
}



.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  margin: 0 !important;
  overflow: visible;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  /* Add background color handling */
  
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shogun-image {
  box-sizing: border-box;
}



.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  margin: 0 !important;
  overflow: visible;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  /* Add background color handling */
  
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shogun-image {
  box-sizing: border-box;
}



.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  
}


}@media (max-width: 767px){#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  margin: 0 !important;
  overflow: visible;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  /* Add background color handling */
  
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d.shogun-image {
  box-sizing: border-box;
}



.s-c8e4a4d1-9dfe-483e-bb20-e57032c4922d img.shogun-image {
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-9df9069c-77f3-4348-9815-f0ce6a85d974 {
  margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-9df9069c-77f3-4348-9815-f0ce6a85d974 .shg-proportional-font-size,
#s-9df9069c-77f3-4348-9815-f0ce6a85d974 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-75c2d4c5-33d2-4b59-a24e-89650c09acf0 {
  margin-top: -2em;
margin-left: auto;
margin-bottom: -2em;
margin-right: auto;
}

#s-75c2d4c5-33d2-4b59-a24e-89650c09acf0 .shg-proportional-font-size,
#s-75c2d4c5-33d2-4b59-a24e-89650c09acf0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-75c2d4c5-33d2-4b59-a24e-89650c09acf0 .shg-proportional-font-size,
#s-75c2d4c5-33d2-4b59-a24e-89650c09acf0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-4f4b9ed2-0f53-478c-86dc-cee7865aee92 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa {
  margin-left: auto;
margin-right: auto;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 8px;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 768px) and (max-width: 991px){#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (max-width: 767px){#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-69feee16-1c5c-4e3e-a01e-936a646794fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}
#s-6e33b058-7d82-43fe-88f7-4118304d8637 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e33b058-7d82-43fe-88f7-4118304d8637 {
  
}
}@media (max-width: 767px){#s-6e33b058-7d82-43fe-88f7-4118304d8637 {
  
}
}
#s-6e33b058-7d82-43fe-88f7-4118304d8637 .shg-proportional-font-size,
#s-6e33b058-7d82-43fe-88f7-4118304d8637 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6e2d8c05-dabf-47f4-af4a-558c30d720a8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-6e2d8c05-dabf-47f4-af4a-558c30d720a8 .shg-proportional-font-size,
#s-6e2d8c05-dabf-47f4-af4a-558c30d720a8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

.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-2e705aef-ac7d-4e33-bb1f-0f6dcad87752 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzA2OTQ5MDMtZjRkMS00Y2Q3LWE5YjEtMzlkYTljYjc1MzM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MDY5NDkwMy1mNGQxLTRjZDctYTliMS0zOWRhOWNiNzUzMzYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDk1M2Q3YWYtZTI2YS00ODkwLTk0MjYtOTBiNDM1YzMyNDQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwOTUzZDdhZi1lMjZhLTQ4OTAtOTQyNi05MGI0MzVjMzI0NDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2E0YzJmNTgtNGFlZS00MTRlLWEzMmUtMzllM2ZlNWRjMDc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYTRjMmY1OC00YWVlLTQxNGUtYTMyZS0zOWUzZmU1ZGMwNzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (max-width: 767px){#s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752-root {
    text-align: center;
  }


#s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752-root {
    text-align: center;
  }


#s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752-root {
    text-align: center;
  }


#s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752-root {
    text-align: center;
  }


#s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752-root {
    text-align: center;
  }


#s-2e705aef-ac7d-4e33-bb1f-0f6dcad87752.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-de7025fe-1813-44d7-a67d-a571ac6778cd {
  box-shadow:1px 1px 7px 1px rgba(41, 41, 41, 0.5);
margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 800px;
}
@media (min-width: 1200px){#s-de7025fe-1813-44d7-a67d-a571ac6778cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de7025fe-1813-44d7-a67d-a571ac6778cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de7025fe-1813-44d7-a67d-a571ac6778cd {
  
}
}@media (max-width: 767px){#s-de7025fe-1813-44d7-a67d-a571ac6778cd {
  margin-bottom: 25px;
display: none;
}
#s-de7025fe-1813-44d7-a67d-a571ac6778cd, #wrap-s-de7025fe-1813-44d7-a67d-a571ac6778cd, #wrap-content-s-de7025fe-1813-44d7-a67d-a571ac6778cd { display: none !important; }}







#s-de7025fe-1813-44d7-a67d-a571ac6778cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de7025fe-1813-44d7-a67d-a571ac6778cd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 1200px){#s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a5843a9-d343-4b76-b333-8b1043d56639 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a5843a9-d343-4b76-b333-8b1043d56639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a5843a9-d343-4b76-b333-8b1043d56639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639.shogun-image {
  box-sizing: border-box;
}



.s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a5843a9-d343-4b76-b333-8b1043d56639 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a5843a9-d343-4b76-b333-8b1043d56639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a5843a9-d343-4b76-b333-8b1043d56639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639.shogun-image {
  box-sizing: border-box;
}



.s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a5843a9-d343-4b76-b333-8b1043d56639 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a5843a9-d343-4b76-b333-8b1043d56639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a5843a9-d343-4b76-b333-8b1043d56639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639.shogun-image {
  box-sizing: border-box;
}



.s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a5843a9-d343-4b76-b333-8b1043d56639 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a5843a9-d343-4b76-b333-8b1043d56639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a5843a9-d343-4b76-b333-8b1043d56639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639.shogun-image {
  box-sizing: border-box;
}



.s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a5843a9-d343-4b76-b333-8b1043d56639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a5843a9-d343-4b76-b333-8b1043d56639 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a5843a9-d343-4b76-b333-8b1043d56639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a5843a9-d343-4b76-b333-8b1043d56639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a5843a9-d343-4b76-b333-8b1043d56639.shogun-image {
  box-sizing: border-box;
}



.s-1a5843a9-d343-4b76-b333-8b1043d56639 img.shogun-image {
  
}


}
#s-f878bea0-a4fd-41cf-8143-51c63dbeb7b1 {
  margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-f878bea0-a4fd-41cf-8143-51c63dbeb7b1 .shg-proportional-font-size,
#s-f878bea0-a4fd-41cf-8143-51c63dbeb7b1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-406f4a30-8676-4895-b136-95c16496b015 {
  margin-top: -2em;
margin-left: auto;
margin-bottom: -2em;
margin-right: auto;
}

#s-406f4a30-8676-4895-b136-95c16496b015 .shg-proportional-font-size,
#s-406f4a30-8676-4895-b136-95c16496b015 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-406f4a30-8676-4895-b136-95c16496b015 .shg-proportional-font-size,
#s-406f4a30-8676-4895-b136-95c16496b015 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-9ce1f98a-ff5e-4f09-9f0b-90fe24315689 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc {
  margin-left: auto;
margin-right: auto;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 8px;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 768px) and (max-width: 991px){#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (max-width: 767px){#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-11075dcf-4f36-414b-bf6b-948909d6fdfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}
#s-8045e1ea-7902-4e70-9b57-838ac9a88d63 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8045e1ea-7902-4e70-9b57-838ac9a88d63 {
  
}
}@media (max-width: 767px){#s-8045e1ea-7902-4e70-9b57-838ac9a88d63 {
  
}
}
#s-8045e1ea-7902-4e70-9b57-838ac9a88d63 .shg-proportional-font-size,
#s-8045e1ea-7902-4e70-9b57-838ac9a88d63 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2430c50f-4fbe-465e-bfa2-f921ec581bce {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-2430c50f-4fbe-465e-bfa2-f921ec581bce .shg-proportional-font-size,
#s-2430c50f-4fbe-465e-bfa2-f921ec581bce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7b1b1421-a34b-48eb-9c07-93616a06f623 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzY2YWRiZmMtZDQwNy00MTg2LTg5NjAtMzg4MDVmNjk4YjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNjZhZGJmYy1kNDA3LTQxODYtODk2MC0zODgwNWY2OThiMWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-7b1b1421-a34b-48eb-9c07-93616a06f623:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b1b1421-a34b-48eb-9c07-93616a06f623:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7b1b1421-a34b-48eb-9c07-93616a06f623 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDk1M2Q3YWYtZTI2YS00ODkwLTk0MjYtOTBiNDM1YzMyNDQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwOTUzZDdhZi1lMjZhLTQ4OTAtOTQyNi05MGI0MzVjMzI0NDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b1b1421-a34b-48eb-9c07-93616a06f623 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzcyN2ZiNDAtOWM0Ny00NmRlLTk3ODItODFkODJiN2JjZGQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NzI3ZmI0MC05YzQ3LTQ2ZGUtOTc4Mi04MWQ4MmI3YmNkZDkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (max-width: 767px){#s-7b1b1421-a34b-48eb-9c07-93616a06f623 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-7b1b1421-a34b-48eb-9c07-93616a06f623-root {
    text-align: center;
  }


#s-7b1b1421-a34b-48eb-9c07-93616a06f623.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b1b1421-a34b-48eb-9c07-93616a06f623-root {
    text-align: center;
  }


#s-7b1b1421-a34b-48eb-9c07-93616a06f623.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b1b1421-a34b-48eb-9c07-93616a06f623-root {
    text-align: center;
  }


#s-7b1b1421-a34b-48eb-9c07-93616a06f623.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b1b1421-a34b-48eb-9c07-93616a06f623-root {
    text-align: center;
  }


#s-7b1b1421-a34b-48eb-9c07-93616a06f623.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b1b1421-a34b-48eb-9c07-93616a06f623-root {
    text-align: center;
  }


#s-7b1b1421-a34b-48eb-9c07-93616a06f623.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-b803f563-9edd-4c5f-bb45-0d4130393c10 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b803f563-9edd-4c5f-bb45-0d4130393c10 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b803f563-9edd-4c5f-bb45-0d4130393c10 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b803f563-9edd-4c5f-bb45-0d4130393c10 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-b803f563-9edd-4c5f-bb45-0d4130393c10 {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-b803f563-9edd-4c5f-bb45-0d4130393c10"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-b803f563-9edd-4c5f-bb45-0d4130393c10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b803f563-9edd-4c5f-bb45-0d4130393c10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b803f563-9edd-4c5f-bb45-0d4130393c10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-5488aea0-3579-4883-b2b6-c38061f09d80 {
  box-shadow:1px 1px 7px 1px rgba(41, 41, 41, 0.5);
margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 800px;
}
@media (min-width: 1200px){#s-5488aea0-3579-4883-b2b6-c38061f09d80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5488aea0-3579-4883-b2b6-c38061f09d80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5488aea0-3579-4883-b2b6-c38061f09d80 {
  
}
}@media (max-width: 767px){#s-5488aea0-3579-4883-b2b6-c38061f09d80 {
  margin-bottom: 25px;
}
}







#s-5488aea0-3579-4883-b2b6-c38061f09d80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5488aea0-3579-4883-b2b6-c38061f09d80.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 1200px){#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  margin: 0 !important;
  overflow: visible;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  /* Add background color handling */
  
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shogun-image {
  box-sizing: border-box;
}



.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  
}


@media (min-width: 1200px){#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  margin: 0 !important;
  overflow: visible;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  /* Add background color handling */
  
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shogun-image {
  box-sizing: border-box;
}



.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  margin: 0 !important;
  overflow: visible;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  /* Add background color handling */
  
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shogun-image {
  box-sizing: border-box;
}



.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  margin: 0 !important;
  overflow: visible;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  /* Add background color handling */
  
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shogun-image {
  box-sizing: border-box;
}



.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  
}


}@media (max-width: 767px){#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  margin: 0 !important;
  overflow: visible;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ac7dd10-38d9-416d-95ac-42e19211fb2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  /* Add background color handling */
  
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac7dd10-38d9-416d-95ac-42e19211fb2a.shogun-image {
  box-sizing: border-box;
}



.s-0ac7dd10-38d9-416d-95ac-42e19211fb2a img.shogun-image {
  
}


}
#s-8f499bee-a2a8-403e-b839-3f261f2f0f7a {
  margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-8f499bee-a2a8-403e-b839-3f261f2f0f7a .shg-proportional-font-size,
#s-8f499bee-a2a8-403e-b839-3f261f2f0f7a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-8f499bee-a2a8-403e-b839-3f261f2f0f7a .shg-proportional-font-size,
#s-8f499bee-a2a8-403e-b839-3f261f2f0f7a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-c8c0b0d3-5a23-458d-a745-4f0bbd585884 {
  margin-top: -2em;
margin-left: auto;
margin-bottom: -2em;
margin-right: auto;
}

#s-c8c0b0d3-5a23-458d-a745-4f0bbd585884 .shg-proportional-font-size,
#s-c8c0b0d3-5a23-458d-a745-4f0bbd585884 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-c8c0b0d3-5a23-458d-a745-4f0bbd585884 .shg-proportional-font-size,
#s-c8c0b0d3-5a23-458d-a745-4f0bbd585884 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}@media (max-width: 767px){#s-c8c0b0d3-5a23-458d-a745-4f0bbd585884 .shg-proportional-font-size,
#s-c8c0b0d3-5a23-458d-a745-4f0bbd585884 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 60;
    
    
    font-size: 0.6em;
  
}
}
#s-cb9a421d-7e9f-41e5-b3b0-df59c2596429 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 {
  margin-left: auto;
margin-right: auto;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 8px;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 768px) and (max-width: 991px){#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (max-width: 767px){#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-a6459f8c-f9e9-4f6f-bd42-091545163c47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}
#s-2548fcdf-c251-41bc-af5a-09ac7b416073 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2548fcdf-c251-41bc-af5a-09ac7b416073 {
  
}
}@media (max-width: 767px){#s-2548fcdf-c251-41bc-af5a-09ac7b416073 {
  
}
}
#s-2548fcdf-c251-41bc-af5a-09ac7b416073 .shg-proportional-font-size,
#s-2548fcdf-c251-41bc-af5a-09ac7b416073 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-998877d9-c78b-49ff-8bc9-567fb25429b2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-998877d9-c78b-49ff-8bc9-567fb25429b2 .shg-proportional-font-size,
#s-998877d9-c78b-49ff-8bc9-567fb25429b2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmFiMzFjYjQtOWEzZC00YTRjLWI4MTctZDJiMWRhODIzZGU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYWIzMWNiNC05YTNkLTRhNGMtYjgxNy1kMmIxZGE4MjNkZTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d-root {
    text-align: center;
  }


#s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d-root {
    text-align: center;
  }


#s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d-root {
    text-align: center;
  }


#s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d-root {
    text-align: center;
  }


#s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d-root {
    text-align: center;
  }


#s-461c86a9-ed1e-4ae5-bb34-b6fa4b9a610d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-0bb86f3f-a179-4094-b645-8a1c096c94a5 {
  box-shadow:1px 1px 7px 1px rgba(41, 41, 41, 0.5);
margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 800px;
}
@media (min-width: 1200px){#s-0bb86f3f-a179-4094-b645-8a1c096c94a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bb86f3f-a179-4094-b645-8a1c096c94a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0bb86f3f-a179-4094-b645-8a1c096c94a5 {
  
}
}@media (max-width: 767px){#s-0bb86f3f-a179-4094-b645-8a1c096c94a5 {
  margin-bottom: 25px;
}
}







#s-0bb86f3f-a179-4094-b645-8a1c096c94a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0bb86f3f-a179-4094-b645-8a1c096c94a5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a8363998-2648-40db-940f-b59498685998 {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 1200px){#s-a8363998-2648-40db-940f-b59498685998 {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-a8363998-2648-40db-940f-b59498685998 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8363998-2648-40db-940f-b59498685998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8363998-2648-40db-940f-b59498685998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-a8363998-2648-40db-940f-b59498685998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8363998-2648-40db-940f-b59498685998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8363998-2648-40db-940f-b59498685998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8363998-2648-40db-940f-b59498685998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8363998-2648-40db-940f-b59498685998.shogun-image {
  box-sizing: border-box;
}



.s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a8363998-2648-40db-940f-b59498685998 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8363998-2648-40db-940f-b59498685998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8363998-2648-40db-940f-b59498685998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-a8363998-2648-40db-940f-b59498685998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8363998-2648-40db-940f-b59498685998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8363998-2648-40db-940f-b59498685998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8363998-2648-40db-940f-b59498685998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8363998-2648-40db-940f-b59498685998.shogun-image {
  box-sizing: border-box;
}



.s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a8363998-2648-40db-940f-b59498685998 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8363998-2648-40db-940f-b59498685998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8363998-2648-40db-940f-b59498685998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8363998-2648-40db-940f-b59498685998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8363998-2648-40db-940f-b59498685998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8363998-2648-40db-940f-b59498685998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8363998-2648-40db-940f-b59498685998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8363998-2648-40db-940f-b59498685998.shogun-image {
  box-sizing: border-box;
}



.s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a8363998-2648-40db-940f-b59498685998 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8363998-2648-40db-940f-b59498685998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8363998-2648-40db-940f-b59498685998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8363998-2648-40db-940f-b59498685998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8363998-2648-40db-940f-b59498685998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8363998-2648-40db-940f-b59498685998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8363998-2648-40db-940f-b59498685998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8363998-2648-40db-940f-b59498685998.shogun-image {
  box-sizing: border-box;
}



.s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a8363998-2648-40db-940f-b59498685998 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8363998-2648-40db-940f-b59498685998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8363998-2648-40db-940f-b59498685998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8363998-2648-40db-940f-b59498685998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8363998-2648-40db-940f-b59498685998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8363998-2648-40db-940f-b59498685998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8363998-2648-40db-940f-b59498685998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8363998-2648-40db-940f-b59498685998.shogun-image {
  box-sizing: border-box;
}



.s-a8363998-2648-40db-940f-b59498685998 img.shogun-image {
  
}


}
#s-a2b3c2a1-1564-47e2-ab6b-379d21996c56 {
  margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-a2b3c2a1-1564-47e2-ab6b-379d21996c56 .shg-proportional-font-size,
#s-a2b3c2a1-1564-47e2-ab6b-379d21996c56 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-a2b3c2a1-1564-47e2-ab6b-379d21996c56 .shg-proportional-font-size,
#s-a2b3c2a1-1564-47e2-ab6b-379d21996c56 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-88105d4b-69dd-447f-8bb0-41f600a08b38 {
  margin-top: -2em;
margin-left: auto;
margin-bottom: -2em;
margin-right: auto;
}

#s-88105d4b-69dd-447f-8bb0-41f600a08b38 .shg-proportional-font-size,
#s-88105d4b-69dd-447f-8bb0-41f600a08b38 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-88105d4b-69dd-447f-8bb0-41f600a08b38 .shg-proportional-font-size,
#s-88105d4b-69dd-447f-8bb0-41f600a08b38 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}@media (max-width: 767px){#s-88105d4b-69dd-447f-8bb0-41f600a08b38 .shg-proportional-font-size,
#s-88105d4b-69dd-447f-8bb0-41f600a08b38 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 60;
    
    
    font-size: 0.6em;
  
}
}
#s-e9faa884-1026-457b-8e5f-c3fa6893ac00 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 {
  margin-left: auto;
margin-right: auto;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 8px;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 768px) and (max-width: 991px){#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (max-width: 767px){#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-9725ea2c-56e4-479e-81ee-e3b08adeb7e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}
#s-4e4b1f14-f963-4522-a9ee-beadb935fbc2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e4b1f14-f963-4522-a9ee-beadb935fbc2 {
  
}
}@media (max-width: 767px){#s-4e4b1f14-f963-4522-a9ee-beadb935fbc2 {
  
}
}
#s-4e4b1f14-f963-4522-a9ee-beadb935fbc2 .shg-proportional-font-size,
#s-4e4b1f14-f963-4522-a9ee-beadb935fbc2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f6fdb766-f11a-490a-b348-5ddb07f83b2d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-f6fdb766-f11a-490a-b348-5ddb07f83b2d .shg-proportional-font-size,
#s-f6fdb766-f11a-490a-b348-5ddb07f83b2d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTJkNzMyNWQtZTRkMy00YjhiLTk0ODQtZjRkZWNiYTMyMTZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMmQ3MzI1ZC1lNGQzLTRiOGItOTQ4NC1mNGRlY2JhMzIxNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RhNWM4OTEtZjgyYi00MDgyLTk5YTktZjk5NDUyZDk3Zjg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGE1Yzg5MS1mODJiLTQwODItOTlhOS1mOTk0NTJkOTdmODUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzcyN2ZiNDAtOWM0Ny00NmRlLTk3ODItODFkODJiN2JjZGQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NzI3ZmI0MC05YzQ3LTQ2ZGUtOTc4Mi04MWQ4MmI3YmNkZDkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (max-width: 767px){#s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjM5MDNjYmMtNjkxZi00ODRmLWE0OWEtYjYyZjBiOWNkMTdiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MzkwM2NiYy02OTFmLTQ4NGYtYTQ5YS1iNjJmMGI5Y2QxN2IpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}

  #s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1-root {
    text-align: center;
  }


#s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1-root {
    text-align: center;
  }


#s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1-root {
    text-align: center;
  }


#s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1-root {
    text-align: center;
  }


#s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1-root {
    text-align: center;
  }


#s-0b900d10-2d09-419e-a55d-6e5e81c3a5d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-110b7bc7-7a65-47a3-97bb-56e69777d744 {
  box-shadow:1px 1px 7px 1px rgba(41, 41, 41, 0.5);
margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 800px;
}
@media (min-width: 1200px){#s-110b7bc7-7a65-47a3-97bb-56e69777d744 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-110b7bc7-7a65-47a3-97bb-56e69777d744 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-110b7bc7-7a65-47a3-97bb-56e69777d744 {
  
}
}@media (max-width: 767px){#s-110b7bc7-7a65-47a3-97bb-56e69777d744 {
  margin-bottom: 25px;
}
}







#s-110b7bc7-7a65-47a3-97bb-56e69777d744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-110b7bc7-7a65-47a3-97bb-56e69777d744.shg-box.shg-c {
  justify-content: flex-start;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 1200px){#s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  margin: 0 !important;
  overflow: visible;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  /* Add background color handling */
  
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54f43b0a-d14d-4af4-af35-398d41d8be8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shogun-image {
  box-sizing: border-box;
}



.s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  
}


@media (min-width: 1200px){#s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  margin: 0 !important;
  overflow: visible;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  /* Add background color handling */
  
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54f43b0a-d14d-4af4-af35-398d41d8be8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shogun-image {
  box-sizing: border-box;
}



.s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  margin: 0 !important;
  overflow: visible;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  /* Add background color handling */
  
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54f43b0a-d14d-4af4-af35-398d41d8be8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shogun-image {
  box-sizing: border-box;
}



.s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  margin: 0 !important;
  overflow: visible;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  /* Add background color handling */
  
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54f43b0a-d14d-4af4-af35-398d41d8be8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shogun-image {
  box-sizing: border-box;
}



.s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  
}


}@media (max-width: 767px){#s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  margin: 0 !important;
  overflow: visible;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54f43b0a-d14d-4af4-af35-398d41d8be8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  /* Add background color handling */
  
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54f43b0a-d14d-4af4-af35-398d41d8be8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54f43b0a-d14d-4af4-af35-398d41d8be8f.shogun-image {
  box-sizing: border-box;
}



.s-54f43b0a-d14d-4af4-af35-398d41d8be8f img.shogun-image {
  
}


}
#s-6d328540-5034-419f-9adc-5d5369f34694 {
  margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-6d328540-5034-419f-9adc-5d5369f34694 .shg-proportional-font-size,
#s-6d328540-5034-419f-9adc-5d5369f34694 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-6d328540-5034-419f-9adc-5d5369f34694 .shg-proportional-font-size,
#s-6d328540-5034-419f-9adc-5d5369f34694 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-9e7e0c8d-1c1f-45d2-a709-2b06106350db {
  margin-top: -2em;
margin-left: auto;
margin-bottom: -2em;
margin-right: auto;
}

#s-9e7e0c8d-1c1f-45d2-a709-2b06106350db .shg-proportional-font-size,
#s-9e7e0c8d-1c1f-45d2-a709-2b06106350db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-9e7e0c8d-1c1f-45d2-a709-2b06106350db .shg-proportional-font-size,
#s-9e7e0c8d-1c1f-45d2-a709-2b06106350db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}@media (max-width: 767px){#s-9e7e0c8d-1c1f-45d2-a709-2b06106350db .shg-proportional-font-size,
#s-9e7e0c8d-1c1f-45d2-a709-2b06106350db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 60;
    
    
    font-size: 0.6em;
  
}
}
#s-5cdea7c6-21d9-412e-83bf-6fa08cab55a1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-4808c534-2714-4552-bc89-08ce498b039e {
  margin-left: auto;
margin-right: auto;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 8px;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 768px) and (max-width: 991px){#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (max-width: 767px){#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-4808c534-2714-4552-bc89-08ce498b039e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}
#s-b5745c7b-e3a9-476b-a8a6-d191222dfdac {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5745c7b-e3a9-476b-a8a6-d191222dfdac {
  
}
}@media (max-width: 767px){#s-b5745c7b-e3a9-476b-a8a6-d191222dfdac {
  
}
}
#s-b5745c7b-e3a9-476b-a8a6-d191222dfdac .shg-proportional-font-size,
#s-b5745c7b-e3a9-476b-a8a6-d191222dfdac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-00092351-8e83-4404-b02f-7808890877b0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-00092351-8e83-4404-b02f-7808890877b0 .shg-proportional-font-size,
#s-00092351-8e83-4404-b02f-7808890877b0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ad2a5349-cca7-4045-8fd2-9700adf19e2c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIwMWJhZjYtNWQxNy00NTRhLWI5MmMtYmU3ZWFkZmY5YWYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjAxYmFmNi01ZDE3LTQ1NGEtYjkyYy1iZTdlYWRmZjlhZjMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-ad2a5349-cca7-4045-8fd2-9700adf19e2c:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ad2a5349-cca7-4045-8fd2-9700adf19e2c:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ad2a5349-cca7-4045-8fd2-9700adf19e2c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RhNWM4OTEtZjgyYi00MDgyLTk5YTktZjk5NDUyZDk3Zjg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGE1Yzg5MS1mODJiLTQwODItOTlhOS1mOTk0NTJkOTdmODUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad2a5349-cca7-4045-8fd2-9700adf19e2c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGFjYjc0ODItMmRjNC00ZWYwLTg1YTktMGRiMDE1YWMzMzBhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YWNiNzQ4Mi0yZGM0LTRlZjAtODVhOS0wZGIwMTVhYzMzMGEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (max-width: 767px){#s-ad2a5349-cca7-4045-8fd2-9700adf19e2c {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-ad2a5349-cca7-4045-8fd2-9700adf19e2c-root {
    text-align: center;
  }


#s-ad2a5349-cca7-4045-8fd2-9700adf19e2c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ad2a5349-cca7-4045-8fd2-9700adf19e2c-root {
    text-align: center;
  }


#s-ad2a5349-cca7-4045-8fd2-9700adf19e2c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad2a5349-cca7-4045-8fd2-9700adf19e2c-root {
    text-align: center;
  }


#s-ad2a5349-cca7-4045-8fd2-9700adf19e2c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad2a5349-cca7-4045-8fd2-9700adf19e2c-root {
    text-align: center;
  }


#s-ad2a5349-cca7-4045-8fd2-9700adf19e2c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ad2a5349-cca7-4045-8fd2-9700adf19e2c-root {
    text-align: center;
  }


#s-ad2a5349-cca7-4045-8fd2-9700adf19e2c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-6917ce01-06fe-4357-ad13-a397f3e3254d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-6917ce01-06fe-4357-ad13-a397f3e3254d {
  display: none;
}
#s-6917ce01-06fe-4357-ad13-a397f3e3254d, #wrap-s-6917ce01-06fe-4357-ad13-a397f3e3254d, #wrap-content-s-6917ce01-06fe-4357-ad13-a397f3e3254d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6917ce01-06fe-4357-ad13-a397f3e3254d {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-6917ce01-06fe-4357-ad13-a397f3e3254d, #wrap-s-6917ce01-06fe-4357-ad13-a397f3e3254d, #wrap-content-s-6917ce01-06fe-4357-ad13-a397f3e3254d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6917ce01-06fe-4357-ad13-a397f3e3254d {
  display: none;
}
#s-6917ce01-06fe-4357-ad13-a397f3e3254d, #wrap-s-6917ce01-06fe-4357-ad13-a397f3e3254d, #wrap-content-s-6917ce01-06fe-4357-ad13-a397f3e3254d { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev,
#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next {
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev svg,
#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev,
#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next {
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev svg,
#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 992px) and (max-width: 1199px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev,
#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next {
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev svg,
#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 768px) and (max-width: 991px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 40px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev,
#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next {
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev svg,
#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev,
#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next {
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev svg,
#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-prev {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-next {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6917ce01-06fe-4357-ad13-a397f3e3254d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-e56e9767-e119-42e4-9413-ba6820276567 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-e56e9767-e119-42e4-9413-ba6820276567 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e56e9767-e119-42e4-9413-ba6820276567 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e56e9767-e119-42e4-9413-ba6820276567 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-e56e9767-e119-42e4-9413-ba6820276567 {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-e56e9767-e119-42e4-9413-ba6820276567"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e56e9767-e119-42e4-9413-ba6820276567"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e56e9767-e119-42e4-9413-ba6820276567"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e56e9767-e119-42e4-9413-ba6820276567"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-6b8c2eed-9b8c-4c6e-a9bf-0564a4e837d5 {
  box-shadow:1px 1px 7px 1px rgba(41, 41, 41, 0.5);
margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 800px;
}
@media (min-width: 1200px){#s-6b8c2eed-9b8c-4c6e-a9bf-0564a4e837d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b8c2eed-9b8c-4c6e-a9bf-0564a4e837d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b8c2eed-9b8c-4c6e-a9bf-0564a4e837d5 {
  
}
}@media (max-width: 767px){#s-6b8c2eed-9b8c-4c6e-a9bf-0564a4e837d5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}







#s-6b8c2eed-9b8c-4c6e-a9bf-0564a4e837d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b8c2eed-9b8c-4c6e-a9bf-0564a4e837d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 1200px){#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  margin-top: 5px;
margin-bottom: 5px;
}
}@media (max-width: 767px){#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  margin: 0 !important;
  overflow: visible;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  /* Add background color handling */
  
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f .shogun-image-content {
  
    justify-content: center;
  
}

.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shogun-image {
  box-sizing: border-box;
}



.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  
}


@media (min-width: 1200px){#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  margin: 0 !important;
  overflow: visible;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  /* Add background color handling */
  
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f .shogun-image-content {
  
    justify-content: center;
  
}

.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shogun-image {
  box-sizing: border-box;
}



.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  margin: 0 !important;
  overflow: visible;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  /* Add background color handling */
  
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f .shogun-image-content {
  
    justify-content: center;
  
}

.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shogun-image {
  box-sizing: border-box;
}



.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  margin: 0 !important;
  overflow: visible;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  /* Add background color handling */
  
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f .shogun-image-content {
  
    justify-content: center;
  
}

.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shogun-image {
  box-sizing: border-box;
}



.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  
}


}@media (max-width: 767px){#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  margin: 0 !important;
  overflow: visible;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  /* Add background color handling */
  
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f .shogun-image-content {
  
    justify-content: center;
  
}

.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f.shogun-image {
  box-sizing: border-box;
}



.s-474a79ad-7e5a-4b5e-b1cb-6ff944e0f50f img.shogun-image {
  
}


}
#s-3a6a7f5b-60f7-4995-a95c-48210d223469 {
  margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-3a6a7f5b-60f7-4995-a95c-48210d223469 .shg-proportional-font-size,
#s-3a6a7f5b-60f7-4995-a95c-48210d223469 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-3a6a7f5b-60f7-4995-a95c-48210d223469 .shg-proportional-font-size,
#s-3a6a7f5b-60f7-4995-a95c-48210d223469 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}@media (max-width: 767px){#s-3a6a7f5b-60f7-4995-a95c-48210d223469 .shg-proportional-font-size,
#s-3a6a7f5b-60f7-4995-a95c-48210d223469 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-66b2f077-75d5-47bb-ba3e-8644af33389d {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-66b2f077-75d5-47bb-ba3e-8644af33389d {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-10e04312-d1aa-43e9-a126-d40ca3d8202b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-10e04312-d1aa-43e9-a126-d40ca3d8202b {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 8px;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 768px) and (max-width: 991px){#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (max-width: 767px){#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-10e04312-d1aa-43e9-a126-d40ca3d8202b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}
#s-54f74f09-96cb-4b60-ab9c-ee593764f19e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-54f74f09-96cb-4b60-ab9c-ee593764f19e {
  
}
}@media (max-width: 767px){#s-54f74f09-96cb-4b60-ab9c-ee593764f19e {
  
}
}
#s-54f74f09-96cb-4b60-ab9c-ee593764f19e .shg-proportional-font-size,
#s-54f74f09-96cb-4b60-ab9c-ee593764f19e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmFiMzFjYjQtOWEzZC00YTRjLWI4MTctZDJiMWRhODIzZGU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYWIzMWNiNC05YTNkLTRhNGMtYjgxNy1kMmIxZGE4MjNkZTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTJiZGM3ZTgtNjgwNi00YzdjLWE0NjAtOWNmNGE3Y2Y2Y2U3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MmJkYzdlOC02ODA2LTRjN2MtYTQ2MC05Y2Y0YTdjZjZjZTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}

  #s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0-root {
    text-align: center;
  }


#s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0-root {
    text-align: center;
  }


#s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0-root {
    text-align: center;
  }


#s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0-root {
    text-align: center;
  }


#s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0-root {
    text-align: center;
  }


#s-57656e88-9b03-43b1-9a1e-30a7d1a25ba0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-26f45eff-b19a-4c27-ae00-096923ab2557 {
  box-shadow:1px 1px 7px 1px rgba(41, 41, 41, 0.5);
margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 800px;
}
@media (min-width: 1200px){#s-26f45eff-b19a-4c27-ae00-096923ab2557 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26f45eff-b19a-4c27-ae00-096923ab2557 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26f45eff-b19a-4c27-ae00-096923ab2557 {
  
}
}@media (max-width: 767px){#s-26f45eff-b19a-4c27-ae00-096923ab2557 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}







#s-26f45eff-b19a-4c27-ae00-096923ab2557 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26f45eff-b19a-4c27-ae00-096923ab2557.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 1200px){#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  margin-top: 5px;
margin-bottom: 5px;
}
}@media (max-width: 767px){#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  margin: 0 !important;
  overflow: visible;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  /* Add background color handling */
  
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shogun-image {
  box-sizing: border-box;
}



.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  margin: 0 !important;
  overflow: visible;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  /* Add background color handling */
  
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shogun-image {
  box-sizing: border-box;
}



.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  margin: 0 !important;
  overflow: visible;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  /* Add background color handling */
  
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shogun-image {
  box-sizing: border-box;
}



.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  margin: 0 !important;
  overflow: visible;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  /* Add background color handling */
  
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shogun-image {
  box-sizing: border-box;
}



.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  margin: 0 !important;
  overflow: visible;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  /* Add background color handling */
  
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30f670b-06e8-41b3-92d2-6f99ecb85b87.shogun-image {
  box-sizing: border-box;
}



.s-e30f670b-06e8-41b3-92d2-6f99ecb85b87 img.shogun-image {
  
}


}
#s-58dca948-3709-43ab-92bc-283eac6b701d {
  margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-58dca948-3709-43ab-92bc-283eac6b701d .shg-proportional-font-size,
#s-58dca948-3709-43ab-92bc-283eac6b701d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-58dca948-3709-43ab-92bc-283eac6b701d .shg-proportional-font-size,
#s-58dca948-3709-43ab-92bc-283eac6b701d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}@media (max-width: 767px){#s-58dca948-3709-43ab-92bc-283eac6b701d .shg-proportional-font-size,
#s-58dca948-3709-43ab-92bc-283eac6b701d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-1a2c7e5a-8dd9-41cb-965c-ce375e1bd9a5 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-1a2c7e5a-8dd9-41cb-965c-ce375e1bd9a5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-9087a40c-cd56-43ca-970a-167f5731811d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9087a40c-cd56-43ca-970a-167f5731811d {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 8px;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 768px) and (max-width: 991px){#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (max-width: 767px){#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-9087a40c-cd56-43ca-970a-167f5731811d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}
#s-59e0a000-c1c1-45e2-b8a0-009308468a66 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-59e0a000-c1c1-45e2-b8a0-009308468a66 {
  
}
}@media (max-width: 767px){#s-59e0a000-c1c1-45e2-b8a0-009308468a66 {
  
}
}
#s-59e0a000-c1c1-45e2-b8a0-009308468a66 .shg-proportional-font-size,
#s-59e0a000-c1c1-45e2-b8a0-009308468a66 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTJkNzMyNWQtZTRkMy00YjhiLTk0ODQtZjRkZWNiYTMyMTZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMmQ3MzI1ZC1lNGQzLTRiOGItOTQ4NC1mNGRlY2JhMzIxNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RhNWM4OTEtZjgyYi00MDgyLTk5YTktZjk5NDUyZDk3Zjg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGE1Yzg5MS1mODJiLTQwODItOTlhOS1mOTk0NTJkOTdmODUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (min-width: 768px) and (max-width: 991px){#s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzcyN2ZiNDAtOWM0Ny00NmRlLTk3ODItODFkODJiN2JjZGQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NzI3ZmI0MC05YzQ3LTQ2ZGUtOTc4Mi04MWQ4MmI3YmNkZDkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (max-width: 767px){#s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDY5ZmIzNDUtZmE5My00MGQ0LTliYTktYTg5NDk1YjM2OGM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNjlmYjM0NS1mYTkzLTQwZDQtOWJhOS1hODk0OTViMzY4YzcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}

  #s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d-root {
    text-align: center;
  }


#s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d-root {
    text-align: center;
  }


#s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d-root {
    text-align: center;
  }


#s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d-root {
    text-align: center;
  }


#s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d-root {
    text-align: center;
  }


#s-75d7f8f1-ae0c-4509-8ec1-d14c91ef523d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-1e296596-5a39-49f7-9374-554ee9b1e34b {
  box-shadow:1px 1px 7px 1px rgba(41, 41, 41, 0.5);
margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 800px;
}
@media (min-width: 1200px){#s-1e296596-5a39-49f7-9374-554ee9b1e34b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e296596-5a39-49f7-9374-554ee9b1e34b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e296596-5a39-49f7-9374-554ee9b1e34b {
  
}
}@media (max-width: 767px){#s-1e296596-5a39-49f7-9374-554ee9b1e34b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}







#s-1e296596-5a39-49f7-9374-554ee9b1e34b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e296596-5a39-49f7-9374-554ee9b1e34b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 1200px){#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  margin-top: 5px;
margin-bottom: 5px;
}
}@media (max-width: 767px){#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shogun-image {
  box-sizing: border-box;
}



.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shogun-image {
  box-sizing: border-box;
}



.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shogun-image {
  box-sizing: border-box;
}



.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shogun-image {
  box-sizing: border-box;
}



.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3.shogun-image {
  box-sizing: border-box;
}



.s-56c34e23-a7e7-4ca4-b47e-c2858796c1f3 img.shogun-image {
  
}


}
#s-56aeedc9-ce53-43d1-b80f-d15e5367877b {
  margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-56aeedc9-ce53-43d1-b80f-d15e5367877b .shg-proportional-font-size,
#s-56aeedc9-ce53-43d1-b80f-d15e5367877b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-56aeedc9-ce53-43d1-b80f-d15e5367877b .shg-proportional-font-size,
#s-56aeedc9-ce53-43d1-b80f-d15e5367877b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}@media (max-width: 767px){#s-56aeedc9-ce53-43d1-b80f-d15e5367877b .shg-proportional-font-size,
#s-56aeedc9-ce53-43d1-b80f-d15e5367877b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-62cc26a5-77c5-4047-ace8-04647f950dd9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-62cc26a5-77c5-4047-ace8-04647f950dd9 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 8px;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 768px) and (max-width: 991px){#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (max-width: 767px){#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-6bf1d32d-c6ce-49e7-b937-6fca7f4e48c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}
#s-30d9891f-0342-4f86-ae93-8c2826bd88a4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-30d9891f-0342-4f86-ae93-8c2826bd88a4 {
  
}
}@media (max-width: 767px){#s-30d9891f-0342-4f86-ae93-8c2826bd88a4 {
  
}
}
#s-30d9891f-0342-4f86-ae93-8c2826bd88a4 .shg-proportional-font-size,
#s-30d9891f-0342-4f86-ae93-8c2826bd88a4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-da55ecee-e73e-4bf2-b903-78ad8bb45009 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIwMWJhZjYtNWQxNy00NTRhLWI5MmMtYmU3ZWFkZmY5YWYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjAxYmFmNi01ZDE3LTQ1NGEtYjkyYy1iZTdlYWRmZjlhZjMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-da55ecee-e73e-4bf2-b903-78ad8bb45009:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-da55ecee-e73e-4bf2-b903-78ad8bb45009:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-da55ecee-e73e-4bf2-b903-78ad8bb45009 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RhNWM4OTEtZjgyYi00MDgyLTk5YTktZjk5NDUyZDk3Zjg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGE1Yzg5MS1mODJiLTQwODItOTlhOS1mOTk0NTJkOTdmODUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (min-width: 768px) and (max-width: 991px){#s-da55ecee-e73e-4bf2-b903-78ad8bb45009 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGFjYjc0ODItMmRjNC00ZWYwLTg1YTktMGRiMDE1YWMzMzBhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YWNiNzQ4Mi0yZGM0LTRlZjAtODVhOS0wZGIwMTVhYzMzMGEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (max-width: 767px){#s-da55ecee-e73e-4bf2-b903-78ad8bb45009 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDAwOTVhYzAtOTMwMC00ZDQwLWFjM2UtYmMwMjUzMmIyZGU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMDA5NWFjMC05MzAwLTRkNDAtYWMzZS1iYzAyNTMyYjJkZTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}

  #s-da55ecee-e73e-4bf2-b903-78ad8bb45009-root {
    text-align: center;
  }


#s-da55ecee-e73e-4bf2-b903-78ad8bb45009.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da55ecee-e73e-4bf2-b903-78ad8bb45009-root {
    text-align: center;
  }


#s-da55ecee-e73e-4bf2-b903-78ad8bb45009.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da55ecee-e73e-4bf2-b903-78ad8bb45009-root {
    text-align: center;
  }


#s-da55ecee-e73e-4bf2-b903-78ad8bb45009.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da55ecee-e73e-4bf2-b903-78ad8bb45009-root {
    text-align: center;
  }


#s-da55ecee-e73e-4bf2-b903-78ad8bb45009.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da55ecee-e73e-4bf2-b903-78ad8bb45009-root {
    text-align: center;
  }


#s-da55ecee-e73e-4bf2-b903-78ad8bb45009.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-58bf5550-1a96-4dfd-ab24-87cb75a38165 {
  box-shadow:1px 1px 7px 1px rgba(41, 41, 41, 0.5);
margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 800px;
}
@media (min-width: 1200px){#s-58bf5550-1a96-4dfd-ab24-87cb75a38165 {
  display: none;
}
#s-58bf5550-1a96-4dfd-ab24-87cb75a38165, #wrap-s-58bf5550-1a96-4dfd-ab24-87cb75a38165, #wrap-content-s-58bf5550-1a96-4dfd-ab24-87cb75a38165 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58bf5550-1a96-4dfd-ab24-87cb75a38165 {
  display: none;
}
#s-58bf5550-1a96-4dfd-ab24-87cb75a38165, #wrap-s-58bf5550-1a96-4dfd-ab24-87cb75a38165, #wrap-content-s-58bf5550-1a96-4dfd-ab24-87cb75a38165 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58bf5550-1a96-4dfd-ab24-87cb75a38165 {
  display: none;
}
#s-58bf5550-1a96-4dfd-ab24-87cb75a38165, #wrap-s-58bf5550-1a96-4dfd-ab24-87cb75a38165, #wrap-content-s-58bf5550-1a96-4dfd-ab24-87cb75a38165 { display: none !important; }}@media (max-width: 767px){#s-58bf5550-1a96-4dfd-ab24-87cb75a38165 {
  margin-bottom: 25px;
}
}







#s-58bf5550-1a96-4dfd-ab24-87cb75a38165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58bf5550-1a96-4dfd-ab24-87cb75a38165.shg-box.shg-c {
  justify-content: flex-start;
}

#s-31af0665-1196-4412-bb68-007db9016088 {
  box-shadow:1px 1px 7px 1px rgba(41, 41, 41, 0.5);
margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 800px;
}
@media (min-width: 1200px){#s-31af0665-1196-4412-bb68-007db9016088 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31af0665-1196-4412-bb68-007db9016088 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31af0665-1196-4412-bb68-007db9016088 {
  
}
}@media (max-width: 767px){#s-31af0665-1196-4412-bb68-007db9016088 {
  margin-bottom: 25px;
}
}







#s-31af0665-1196-4412-bb68-007db9016088 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31af0665-1196-4412-bb68-007db9016088.shg-box.shg-c {
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 991px){






#s-31af0665-1196-4412-bb68-007db9016088 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31af0665-1196-4412-bb68-007db9016088.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 1200px){#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa10a737-cf3b-4400-b039-cd36b70dfa40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shogun-image {
  box-sizing: border-box;
}



.s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa10a737-cf3b-4400-b039-cd36b70dfa40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shogun-image {
  box-sizing: border-box;
}



.s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa10a737-cf3b-4400-b039-cd36b70dfa40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shogun-image {
  box-sizing: border-box;
}



.s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa10a737-cf3b-4400-b039-cd36b70dfa40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shogun-image {
  box-sizing: border-box;
}



.s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa10a737-cf3b-4400-b039-cd36b70dfa40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa10a737-cf3b-4400-b039-cd36b70dfa40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa10a737-cf3b-4400-b039-cd36b70dfa40.shogun-image {
  box-sizing: border-box;
}



.s-fa10a737-cf3b-4400-b039-cd36b70dfa40 img.shogun-image {
  
}


}
#s-d88d9082-b317-471e-80b7-63effcfd2001 {
  margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-d88d9082-b317-471e-80b7-63effcfd2001 .shg-proportional-font-size,
#s-d88d9082-b317-471e-80b7-63effcfd2001 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-d88d9082-b317-471e-80b7-63effcfd2001 .shg-proportional-font-size,
#s-d88d9082-b317-471e-80b7-63effcfd2001 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-572fd682-2a9a-4b83-b953-9ae7bc28f0ea {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-572fd682-2a9a-4b83-b953-9ae7bc28f0ea {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-607ecad6-f990-46da-bd6f-16a816d2f072 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-607ecad6-f990-46da-bd6f-16a816d2f072 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 8px;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 768px) and (max-width: 991px){#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (max-width: 767px){#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-607ecad6-f990-46da-bd6f-16a816d2f072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}
#s-8377d2c2-875e-42dd-9f6e-32bf67f4833d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8377d2c2-875e-42dd-9f6e-32bf67f4833d {
  
}
}@media (max-width: 767px){#s-8377d2c2-875e-42dd-9f6e-32bf67f4833d {
  
}
}
#s-8377d2c2-875e-42dd-9f6e-32bf67f4833d .shg-proportional-font-size,
#s-8377d2c2-875e-42dd-9f6e-32bf67f4833d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a873bd63-99c4-459b-9878-6859b981afe6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjAwMDlhYTAtMGQyYS00NDNkLWFhYmItMTQzNTE0NGRlMmRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiMDAwOWFhMC0wZDJhLTQ0M2QtYWFiYi0xNDM1MTQ0ZGUyZGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-a873bd63-99c4-459b-9878-6859b981afe6:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a873bd63-99c4-459b-9878-6859b981afe6:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a873bd63-99c4-459b-9878-6859b981afe6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDk1M2Q3YWYtZTI2YS00ODkwLTk0MjYtOTBiNDM1YzMyNDQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwOTUzZDdhZi1lMjZhLTQ4OTAtOTQyNi05MGI0MzVjMzI0NDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (min-width: 768px) and (max-width: 991px){#s-a873bd63-99c4-459b-9878-6859b981afe6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2E0YzJmNTgtNGFlZS00MTRlLWEzMmUtMzllM2ZlNWRjMDc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYTRjMmY1OC00YWVlLTQxNGUtYTMyZS0zOWUzZmU1ZGMwNzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (max-width: 767px){#s-a873bd63-99c4-459b-9878-6859b981afe6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzI1N2JkM2YtZTBkMC00OTEwLTgxOWYtZmUxNGRmM2JmOGUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMjU3YmQzZi1lMGQwLTQ5MTAtODE5Zi1mZTE0ZGYzYmY4ZTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}

  #s-a873bd63-99c4-459b-9878-6859b981afe6-root {
    text-align: center;
  }


#s-a873bd63-99c4-459b-9878-6859b981afe6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a873bd63-99c4-459b-9878-6859b981afe6-root {
    text-align: center;
  }


#s-a873bd63-99c4-459b-9878-6859b981afe6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a873bd63-99c4-459b-9878-6859b981afe6-root {
    text-align: center;
  }


#s-a873bd63-99c4-459b-9878-6859b981afe6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a873bd63-99c4-459b-9878-6859b981afe6-root {
    text-align: center;
  }


#s-a873bd63-99c4-459b-9878-6859b981afe6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a873bd63-99c4-459b-9878-6859b981afe6-root {
    text-align: center;
  }


#s-a873bd63-99c4-459b-9878-6859b981afe6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 1200px){#s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  margin: 0 !important;
  overflow: visible;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  /* Add background color handling */
  
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-affcecf6-1836-4714-b2d7-db48c4166f55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-affcecf6-1836-4714-b2d7-db48c4166f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-affcecf6-1836-4714-b2d7-db48c4166f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55.shogun-image {
  box-sizing: border-box;
}



.s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  
}


@media (min-width: 1200px){#s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  margin: 0 !important;
  overflow: visible;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  /* Add background color handling */
  
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-affcecf6-1836-4714-b2d7-db48c4166f55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-affcecf6-1836-4714-b2d7-db48c4166f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-affcecf6-1836-4714-b2d7-db48c4166f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55.shogun-image {
  box-sizing: border-box;
}



.s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  margin: 0 !important;
  overflow: visible;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  /* Add background color handling */
  
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-affcecf6-1836-4714-b2d7-db48c4166f55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-affcecf6-1836-4714-b2d7-db48c4166f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-affcecf6-1836-4714-b2d7-db48c4166f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55.shogun-image {
  box-sizing: border-box;
}



.s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  margin: 0 !important;
  overflow: visible;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  /* Add background color handling */
  
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-affcecf6-1836-4714-b2d7-db48c4166f55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-affcecf6-1836-4714-b2d7-db48c4166f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-affcecf6-1836-4714-b2d7-db48c4166f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55.shogun-image {
  box-sizing: border-box;
}



.s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  
}


}@media (max-width: 767px){#s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  margin: 0 !important;
  overflow: visible;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-affcecf6-1836-4714-b2d7-db48c4166f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  /* Add background color handling */
  
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-affcecf6-1836-4714-b2d7-db48c4166f55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-affcecf6-1836-4714-b2d7-db48c4166f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-affcecf6-1836-4714-b2d7-db48c4166f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-affcecf6-1836-4714-b2d7-db48c4166f55.shogun-image {
  box-sizing: border-box;
}



.s-affcecf6-1836-4714-b2d7-db48c4166f55 img.shogun-image {
  
}


}
#s-1994e09f-3c43-4333-8012-6bbbdf0c667b {
  margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-1994e09f-3c43-4333-8012-6bbbdf0c667b .shg-proportional-font-size,
#s-1994e09f-3c43-4333-8012-6bbbdf0c667b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-1994e09f-3c43-4333-8012-6bbbdf0c667b .shg-proportional-font-size,
#s-1994e09f-3c43-4333-8012-6bbbdf0c667b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-6c1779b5-6845-40b4-8fb2-938da7a63e90 {
  margin-top: -2em;
margin-left: auto;
margin-bottom: -2em;
margin-right: auto;
}
@media (max-width: 767px){#s-6c1779b5-6845-40b4-8fb2-938da7a63e90 {
  display: none;
}
#s-6c1779b5-6845-40b4-8fb2-938da7a63e90, #wrap-s-6c1779b5-6845-40b4-8fb2-938da7a63e90, #wrap-content-s-6c1779b5-6845-40b4-8fb2-938da7a63e90 { display: none !important; }}
#s-6c1779b5-6845-40b4-8fb2-938da7a63e90 .shg-proportional-font-size,
#s-6c1779b5-6845-40b4-8fb2-938da7a63e90 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-6c1779b5-6845-40b4-8fb2-938da7a63e90 .shg-proportional-font-size,
#s-6c1779b5-6845-40b4-8fb2-938da7a63e90 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-803c29a0-c92e-4f6c-95a0-81366f5f27e6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-803c29a0-c92e-4f6c-95a0-81366f5f27e6 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 {
  margin-left: auto;
margin-right: auto;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 8px;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (min-width: 768px) and (max-width: 991px){#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}@media (max-width: 767px){#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 83, 0, 1);
  padding: 10px;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Bebas Neue;
  
  
  font-size: 22px;
}

#s-b7eecd03-d2e9-4d6d-aa4c-1098ffdadff4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}}
#s-01404f1c-f185-4aec-a05b-6425476071d2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-01404f1c-f185-4aec-a05b-6425476071d2 {
  
}
}@media (max-width: 767px){#s-01404f1c-f185-4aec-a05b-6425476071d2 {
  
}
}
#s-01404f1c-f185-4aec-a05b-6425476071d2 .shg-proportional-font-size,
#s-01404f1c-f185-4aec-a05b-6425476071d2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2994f5c7-fc8e-49fb-b4b1-75e012fca2b2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-2994f5c7-fc8e-49fb-b4b1-75e012fca2b2 .shg-proportional-font-size,
#s-2994f5c7-fc8e-49fb-b4b1-75e012fca2b2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f0758fec-2c0a-4998-97d7-0911fd8657a3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzY2YWRiZmMtZDQwNy00MTg2LTg5NjAtMzg4MDVmNjk4YjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNjZhZGJmYy1kNDA3LTQxODYtODk2MC0zODgwNWY2OThiMWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-f0758fec-2c0a-4998-97d7-0911fd8657a3:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f0758fec-2c0a-4998-97d7-0911fd8657a3:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f0758fec-2c0a-4998-97d7-0911fd8657a3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDk1M2Q3YWYtZTI2YS00ODkwLTk0MjYtOTBiNDM1YzMyNDQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwOTUzZDdhZi1lMjZhLTQ4OTAtOTQyNi05MGI0MzVjMzI0NDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0758fec-2c0a-4998-97d7-0911fd8657a3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzcyN2ZiNDAtOWM0Ny00NmRlLTk3ODItODFkODJiN2JjZGQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NzI3ZmI0MC05YzQ3LTQ2ZGUtOTc4Mi04MWQ4MmI3YmNkZDkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}@media (max-width: 767px){#s-f0758fec-2c0a-4998-97d7-0911fd8657a3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGM3NDNmYzctYWI2ZC00YzM2LThlMTQtYjk3NTBlYzM5NWQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTY1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYzc0M2ZjNy1hYjZkLTRjMzYtOGUxNC1iOTc1MGVjMzk1ZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e65300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
}

  #s-f0758fec-2c0a-4998-97d7-0911fd8657a3-root {
    text-align: center;
  }


#s-f0758fec-2c0a-4998-97d7-0911fd8657a3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0758fec-2c0a-4998-97d7-0911fd8657a3-root {
    text-align: center;
  }


#s-f0758fec-2c0a-4998-97d7-0911fd8657a3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0758fec-2c0a-4998-97d7-0911fd8657a3-root {
    text-align: center;
  }


#s-f0758fec-2c0a-4998-97d7-0911fd8657a3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0758fec-2c0a-4998-97d7-0911fd8657a3-root {
    text-align: center;
  }


#s-f0758fec-2c0a-4998-97d7-0911fd8657a3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0758fec-2c0a-4998-97d7-0911fd8657a3-root {
    text-align: center;
  }


#s-f0758fec-2c0a-4998-97d7-0911fd8657a3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Bebas Neue;
  display:  inline-block ;
}
}
#s-70c6c4be-cfba-4d3f-b955-bd938a26ca50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-70c6c4be-cfba-4d3f-b955-bd938a26ca50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70c6c4be-cfba-4d3f-b955-bd938a26ca50.shg-box.shg-c {
  justify-content: center;
}

#s-62058dc8-bd47-4bdf-9c3e-e70a37a5efa9 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: -20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-62058dc8-bd47-4bdf-9c3e-e70a37a5efa9 .shogun-heading-component h2 {
  color: rgba(230, 83, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 59px;
  line-height: 1.5em;
  
  
}



#s-59bf33c0-07b2-4099-89a6-3520173e818a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
max-width: 880px;
}

#s-107f204a-4fb6-45c4-b544-b882f8af68ff {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-107f204a-4fb6-45c4-b544-b882f8af68ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-107f204a-4fb6-45c4-b544-b882f8af68ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-107f204a-4fb6-45c4-b544-b882f8af68ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-107f204a-4fb6-45c4-b544-b882f8af68ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6180ae4d-1ca5-4408-9f1b-1f0bfe6b75d3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6180ae4d-1ca5-4408-9f1b-1f0bfe6b75d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6180ae4d-1ca5-4408-9f1b-1f0bfe6b75d3.shg-box.shg-c {
  justify-content: center;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 400px;
max-width: 880px;
aspect-ratio: 4/3;
text-align: center;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.shg-image-content-margin-container-s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 400px;
    max-height: 880px;
  }



  img.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image {
    
    
    min-height: 400px;
    max-height: 880px;
  }


.s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image {
  box-sizing: border-box;
}



.s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  min-height: 400px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
      position: relative;
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 400px;
      max-width: 880px;
    }
  }

@media (min-width: 1200px){#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 400px;
    max-height: 880px;
  }



  img.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image {
    
    
    min-height: 400px;
    max-height: 880px;
  }


.s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image {
  box-sizing: border-box;
}



.s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  min-height: 400px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
      position: relative;
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 400px;
      max-width: 880px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 400px;
    max-height: 880px;
  }



  img.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image {
    
    
    min-height: 400px;
    max-height: 880px;
  }


.s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image {
  box-sizing: border-box;
}



.s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  min-height: 400px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
      position: relative;
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 400px;
      max-width: 880px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 400px;
    max-height: 880px;
  }



  img.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image {
    
    
    min-height: 400px;
    max-height: 880px;
  }


.s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image {
  box-sizing: border-box;
}



.s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  min-height: 400px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
      position: relative;
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 400px;
      max-width: 880px;
    }
  }

}@media (max-width: 767px){#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 400px;
    max-height: 880px;
  }



  img.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image {
    
    
    min-height: 400px;
    max-height: 880px;
  }


.s-2b4da8ad-b2b2-4f87-be71-4264d047e720 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image {
  box-sizing: border-box;
}



.s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image {
  min-height: 400px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container {
      position: relative;
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b4da8ad-b2b2-4f87-be71-4264d047e720 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 400px;
      max-width: 880px;
    }
  }

}
#s-b6047144-b279-4f98-86bb-c45258ecda66 {
  margin-top: 0px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9fe69cd0-e484-40ff-a15c-3606c1913f7a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 880px;
}

#s-e9f90ddb-4ff1-437d-af03-aac69270359e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e9f90ddb-4ff1-437d-af03-aac69270359e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9f90ddb-4ff1-437d-af03-aac69270359e.shg-box.shg-c {
  justify-content: center;
}

#s-3d2af329-920c-4abd-8c9f-2bee1fbc7f6a {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
max-width: 880px;
}








#s-3d2af329-920c-4abd-8c9f-2bee1fbc7f6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d2af329-920c-4abd-8c9f-2bee1fbc7f6a.shg-box.shg-c {
  justify-content: center;
}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-9a4fe7f6-7b50-49c1-b69c-41124852f473 {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 400px;
max-width: 800px;
}

#s-67f84f4a-ef50-4fe4-ad31-1078d3cff1d5 {
  margin-top: -13px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 880px;
}

#s-00d12d0f-0a3b-40ef-bd0e-37f2e002de1e {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
min-height: 50px;
max-width: 880px;
}








#s-00d12d0f-0a3b-40ef-bd0e-37f2e002de1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00d12d0f-0a3b-40ef-bd0e-37f2e002de1e.shg-box.shg-c {
  justify-content: center;
}

#s-c5572d9a-6a51-47a3-a6da-5ce825440bce {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c5572d9a-6a51-47a3-a6da-5ce825440bce .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-c5572d9a-6a51-47a3-a6da-5ce825440bce .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


}
#s-c50a624c-628e-4c49-8036-49a86b46eacd {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 25px;
text-align: center;
}

#s-c50a624c-628e-4c49-8036-49a86b46eacd .shogun-heading-component h2 {
  
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}



#s-9ed769aa-5fcd-4fa9-b146-750b6b30522a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-9ed769aa-5fcd-4fa9-b146-750b6b30522a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ed769aa-5fcd-4fa9-b146-750b6b30522a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ad29fc02-993f-492b-a9ef-8f0c408d8592 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 18px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-ad29fc02-993f-492b-a9ef-8f0c408d8592"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad29fc02-993f-492b-a9ef-8f0c408d8592"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad29fc02-993f-492b-a9ef-8f0c408d8592"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad29fc02-993f-492b-a9ef-8f0c408d8592"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-06430b2c-75b4-4c53-9163-95adcedac111 {
  min-height: 50px;
}








#s-06430b2c-75b4-4c53-9163-95adcedac111 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06430b2c-75b4-4c53-9163-95adcedac111 {
  cursor: pointer;
}#s-06430b2c-75b4-4c53-9163-95adcedac111.shg-box.shg-c {
  justify-content: center;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  max-width: 500px;
aspect-ratio: 500/340;
text-align: right;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image {
  box-sizing: border-box;
}



.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
      position: relative;
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image {
  box-sizing: border-box;
}



.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
      position: relative;
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image {
  box-sizing: border-box;
}



.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
      position: relative;
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image {
  box-sizing: border-box;
}



.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
      position: relative;
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image {
  box-sizing: border-box;
}



.s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container {
      position: relative;
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f3f62fc-712c-4bc9-aa64-57d551f482e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-cdb00c7b-c2d2-45c6-8be9-b57537c19a48 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdb00c7b-c2d2-45c6-8be9-b57537c19a48 .shogun-heading-component h3 {
  color: rgba(43, 43, 43, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-cdb00c7b-c2d2-45c6-8be9-b57537c19a48 .shogun-heading-component h3 a {
  color: rgba(43, 43, 43, 1);
}


#s-a882ba32-31d9-4f1d-85c1-a9d016181568 {
  min-height: 50px;
}








#s-a882ba32-31d9-4f1d-85c1-a9d016181568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a882ba32-31d9-4f1d-85c1-a9d016181568 {
  cursor: pointer;
}#s-a882ba32-31d9-4f1d-85c1-a9d016181568.shg-box.shg-c {
  justify-content: center;
}

#s-37174a97-3591-4574-b50a-5e752577c007 {
  max-width: 500px;
aspect-ratio: 500/340;
text-align: right;
}

#s-37174a97-3591-4574-b50a-5e752577c007 {
  margin: 0 !important;
  overflow: visible;
}

#s-37174a97-3591-4574-b50a-5e752577c007-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37174a97-3591-4574-b50a-5e752577c007 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37174a97-3591-4574-b50a-5e752577c007 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  /* Add background color handling */
  
}

#s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37174a97-3591-4574-b50a-5e752577c007 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-37174a97-3591-4574-b50a-5e752577c007 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37174a97-3591-4574-b50a-5e752577c007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-37174a97-3591-4574-b50a-5e752577c007.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-37174a97-3591-4574-b50a-5e752577c007 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37174a97-3591-4574-b50a-5e752577c007.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37174a97-3591-4574-b50a-5e752577c007.shogun-image {
  box-sizing: border-box;
}



.s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37174a97-3591-4574-b50a-5e752577c007 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
      position: relative;
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-37174a97-3591-4574-b50a-5e752577c007 {
  margin: 0 !important;
  overflow: visible;
}

#s-37174a97-3591-4574-b50a-5e752577c007-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37174a97-3591-4574-b50a-5e752577c007 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37174a97-3591-4574-b50a-5e752577c007 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  /* Add background color handling */
  
}

#s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37174a97-3591-4574-b50a-5e752577c007 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-37174a97-3591-4574-b50a-5e752577c007 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37174a97-3591-4574-b50a-5e752577c007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-37174a97-3591-4574-b50a-5e752577c007.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-37174a97-3591-4574-b50a-5e752577c007 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37174a97-3591-4574-b50a-5e752577c007.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37174a97-3591-4574-b50a-5e752577c007.shogun-image {
  box-sizing: border-box;
}



.s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37174a97-3591-4574-b50a-5e752577c007 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
      position: relative;
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-37174a97-3591-4574-b50a-5e752577c007 {
  margin: 0 !important;
  overflow: visible;
}

#s-37174a97-3591-4574-b50a-5e752577c007-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37174a97-3591-4574-b50a-5e752577c007 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37174a97-3591-4574-b50a-5e752577c007 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  /* Add background color handling */
  
}

#s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37174a97-3591-4574-b50a-5e752577c007 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-37174a97-3591-4574-b50a-5e752577c007 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37174a97-3591-4574-b50a-5e752577c007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-37174a97-3591-4574-b50a-5e752577c007.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-37174a97-3591-4574-b50a-5e752577c007 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37174a97-3591-4574-b50a-5e752577c007.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37174a97-3591-4574-b50a-5e752577c007.shogun-image {
  box-sizing: border-box;
}



.s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37174a97-3591-4574-b50a-5e752577c007 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
      position: relative;
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-37174a97-3591-4574-b50a-5e752577c007 {
  margin: 0 !important;
  overflow: visible;
}

#s-37174a97-3591-4574-b50a-5e752577c007-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37174a97-3591-4574-b50a-5e752577c007 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37174a97-3591-4574-b50a-5e752577c007 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  /* Add background color handling */
  
}

#s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37174a97-3591-4574-b50a-5e752577c007 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-37174a97-3591-4574-b50a-5e752577c007 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37174a97-3591-4574-b50a-5e752577c007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-37174a97-3591-4574-b50a-5e752577c007.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-37174a97-3591-4574-b50a-5e752577c007 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37174a97-3591-4574-b50a-5e752577c007.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37174a97-3591-4574-b50a-5e752577c007.shogun-image {
  box-sizing: border-box;
}



.s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37174a97-3591-4574-b50a-5e752577c007 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
      position: relative;
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-37174a97-3591-4574-b50a-5e752577c007 {
  margin: 0 !important;
  overflow: visible;
}

#s-37174a97-3591-4574-b50a-5e752577c007-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37174a97-3591-4574-b50a-5e752577c007 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37174a97-3591-4574-b50a-5e752577c007 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  /* Add background color handling */
  
}

#s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37174a97-3591-4574-b50a-5e752577c007 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-37174a97-3591-4574-b50a-5e752577c007 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37174a97-3591-4574-b50a-5e752577c007 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-37174a97-3591-4574-b50a-5e752577c007.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-37174a97-3591-4574-b50a-5e752577c007 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37174a97-3591-4574-b50a-5e752577c007.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37174a97-3591-4574-b50a-5e752577c007.shogun-image {
  box-sizing: border-box;
}



.s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37174a97-3591-4574-b50a-5e752577c007 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container {
      position: relative;
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37174a97-3591-4574-b50a-5e752577c007.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37174a97-3591-4574-b50a-5e752577c007 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-152b4370-0f1f-4b7b-ad44-30534332d8e5 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-152b4370-0f1f-4b7b-ad44-30534332d8e5 .shogun-heading-component h3 {
  color: rgba(43, 43, 43, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-152b4370-0f1f-4b7b-ad44-30534332d8e5 .shogun-heading-component h3 a {
  color: rgba(43, 43, 43, 1);
}


#s-34e5cdc0-d2f2-4290-b112-4101ca783ce0 {
  min-height: 50px;
}








#s-34e5cdc0-d2f2-4290-b112-4101ca783ce0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34e5cdc0-d2f2-4290-b112-4101ca783ce0 {
  cursor: pointer;
}#s-34e5cdc0-d2f2-4290-b112-4101ca783ce0.shg-box.shg-c {
  justify-content: center;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  max-width: 500px;
aspect-ratio: 500/340;
text-align: right;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-a1be29fe-746a-444a-ab43-bb528839ee38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1be29fe-746a-444a-ab43-bb528839ee38.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image {
  box-sizing: border-box;
}



.s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1be29fe-746a-444a-ab43-bb528839ee38 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
      position: relative;
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-a1be29fe-746a-444a-ab43-bb528839ee38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1be29fe-746a-444a-ab43-bb528839ee38.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image {
  box-sizing: border-box;
}



.s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1be29fe-746a-444a-ab43-bb528839ee38 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
      position: relative;
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-a1be29fe-746a-444a-ab43-bb528839ee38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1be29fe-746a-444a-ab43-bb528839ee38.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image {
  box-sizing: border-box;
}



.s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1be29fe-746a-444a-ab43-bb528839ee38 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
      position: relative;
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-a1be29fe-746a-444a-ab43-bb528839ee38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1be29fe-746a-444a-ab43-bb528839ee38.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image {
  box-sizing: border-box;
}



.s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1be29fe-746a-444a-ab43-bb528839ee38 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
      position: relative;
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1be29fe-746a-444a-ab43-bb528839ee38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shg-image-content-wrapper {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }

    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shogun-image-link {
      aspect-ratio: 500/340;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1be29fe-746a-444a-ab43-bb528839ee38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-a1be29fe-746a-444a-ab43-bb528839ee38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1be29fe-746a-444a-ab43-bb528839ee38.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image {
  box-sizing: border-box;
}



.s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1be29fe-746a-444a-ab43-bb528839ee38 {
      --shg-aspect-ratio: calc(500/340); 
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container {
      position: relative;
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1be29fe-746a-444a-ab43-bb528839ee38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-78893da7-9e85-4bb6-804c-a7d2ec008209 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78893da7-9e85-4bb6-804c-a7d2ec008209 .shogun-heading-component h3 {
  color: rgba(43, 43, 43, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-78893da7-9e85-4bb6-804c-a7d2ec008209 .shogun-heading-component h3 a {
  color: rgba(43, 43, 43, 1);
}


#s-c51106bb-a6d8-4ac4-b421-3bc18a1b1c66 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
max-width: 1280px;
}








#s-c51106bb-a6d8-4ac4-b421-3bc18a1b1c66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c51106bb-a6d8-4ac4-b421-3bc18a1b1c66.shg-box.shg-c {
  justify-content: center;
}

#s-e0fe639e-c524-4807-8b3c-4a6ac7de2ab9 {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 3px;
min-height: 50px;
}
@media (max-width: 767px){#s-e0fe639e-c524-4807-8b3c-4a6ac7de2ab9 {
  display: none;
}
#s-e0fe639e-c524-4807-8b3c-4a6ac7de2ab9, #wrap-s-e0fe639e-c524-4807-8b3c-4a6ac7de2ab9, #wrap-content-s-e0fe639e-c524-4807-8b3c-4a6ac7de2ab9 { display: none !important; }}







#s-e0fe639e-c524-4807-8b3c-4a6ac7de2ab9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0fe639e-c524-4807-8b3c-4a6ac7de2ab9.shg-box.shg-c {
  justify-content: center;
}

#s-e1d83cf4-12af-4ec0-b010-6d0c93151f9c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e1d83cf4-12af-4ec0-b010-6d0c93151f9c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e1d83cf4-12af-4ec0-b010-6d0c93151f9c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e1d83cf4-12af-4ec0-b010-6d0c93151f9c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e1d83cf4-12af-4ec0-b010-6d0c93151f9c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e1d83cf4-12af-4ec0-b010-6d0c93151f9c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1d83cf4-12af-4ec0-b010-6d0c93151f9c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e1d83cf4-12af-4ec0-b010-6d0c93151f9c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  max-width: 100px;
}
}
#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  margin: 0 !important;
  overflow: visible;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  /* Add background color handling */
  
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image {
    
    
    
    
  }


.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image {
  box-sizing: border-box;
}



.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  
}


@media (min-width: 1200px){#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  margin: 0 !important;
  overflow: visible;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  /* Add background color handling */
  
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image {
    
    
    
    
  }


.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image {
  box-sizing: border-box;
}



.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  margin: 0 !important;
  overflow: visible;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  /* Add background color handling */
  
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image {
    
    
    
    
  }


.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image {
  box-sizing: border-box;
}



.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  margin: 0 !important;
  overflow: visible;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  /* Add background color handling */
  
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image {
    
    
    
    
  }


.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image {
  box-sizing: border-box;
}



.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  
}


}@media (max-width: 767px){#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  margin: 0 !important;
  overflow: visible;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  /* Add background color handling */
  
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image {
    
    
    
    
  }


.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb.shogun-image {
  box-sizing: border-box;
}



.s-91c41141-4caf-48e0-ad5e-9c4dae26d9fb img.shogun-image {
  
}


}
#s-82e6d932-6596-43bc-9f09-c5bc5138072f {
  margin-left: 5%;
margin-right: 5%;
padding-top: 9px;
padding-bottom: 9px;
text-align: center;
}
@media (min-width: 1200px){#s-82e6d932-6596-43bc-9f09-c5bc5138072f {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-82e6d932-6596-43bc-9f09-c5bc5138072f .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-82e6d932-6596-43bc-9f09-c5bc5138072f .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-82e6d932-6596-43bc-9f09-c5bc5138072f .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


}
#s-4c4a9e3f-3f37-4420-a428-71a966a83dd2 {
  margin-top: -20px;
margin-left: 10%;
margin-bottom: -20px;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-4c4a9e3f-3f37-4420-a428-71a966a83dd2 {
  margin-top: -31px;
margin-bottom: 0px;
}
}
#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  max-width: 100px;
}
}
#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image {
  box-sizing: border-box;
}



.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
      position: relative;
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image {
  box-sizing: border-box;
}



.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
      position: relative;
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image {
  box-sizing: border-box;
}



.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
      position: relative;
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image {
  box-sizing: border-box;
}



.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
      position: relative;
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image {
  box-sizing: border-box;
}



.s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container {
      position: relative;
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46cd2638-d1c9-49f6-ad4b-8a4c22c303a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-5280d045-aad9-4b84-b0e7-352fa5298398 {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 3px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5280d045-aad9-4b84-b0e7-352fa5298398 {
  display: none;
}
#s-5280d045-aad9-4b84-b0e7-352fa5298398, #wrap-s-5280d045-aad9-4b84-b0e7-352fa5298398, #wrap-content-s-5280d045-aad9-4b84-b0e7-352fa5298398 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5280d045-aad9-4b84-b0e7-352fa5298398 {
  display: none;
}
#s-5280d045-aad9-4b84-b0e7-352fa5298398, #wrap-s-5280d045-aad9-4b84-b0e7-352fa5298398, #wrap-content-s-5280d045-aad9-4b84-b0e7-352fa5298398 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5280d045-aad9-4b84-b0e7-352fa5298398 {
  display: none;
}
#s-5280d045-aad9-4b84-b0e7-352fa5298398, #wrap-s-5280d045-aad9-4b84-b0e7-352fa5298398, #wrap-content-s-5280d045-aad9-4b84-b0e7-352fa5298398 { display: none !important; }}@media (max-width: 767px){#s-5280d045-aad9-4b84-b0e7-352fa5298398 {
  display: none;
}
#s-5280d045-aad9-4b84-b0e7-352fa5298398, #wrap-s-5280d045-aad9-4b84-b0e7-352fa5298398, #wrap-content-s-5280d045-aad9-4b84-b0e7-352fa5298398 { display: none !important; }}







#s-5280d045-aad9-4b84-b0e7-352fa5298398 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5280d045-aad9-4b84-b0e7-352fa5298398.shg-box.shg-c {
  justify-content: center;
}

#s-c023408a-7233-4862-97a1-8d0a8c8fcf27 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 9px;
padding-bottom: 9px;
text-align: center;
}
@media (min-width: 1200px){#s-c023408a-7233-4862-97a1-8d0a8c8fcf27 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-c023408a-7233-4862-97a1-8d0a8c8fcf27 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-c023408a-7233-4862-97a1-8d0a8c8fcf27 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-c023408a-7233-4862-97a1-8d0a8c8fcf27 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


}
#s-05607c43-0de8-4c9d-b07a-a58d4ff18b26 {
  margin-top: -20px;
margin-left: 10%;
margin-bottom: -20px;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-05607c43-0de8-4c9d-b07a-a58d4ff18b26 {
  margin-top: -31px;
margin-bottom: 0px;
}
}
#s-8949f1c8-6b8b-48b3-a47c-3df90cad8c6e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8949f1c8-6b8b-48b3-a47c-3df90cad8c6e {
  padding-left: 4%;
padding-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-8949f1c8-6b8b-48b3-a47c-3df90cad8c6e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8949f1c8-6b8b-48b3-a47c-3df90cad8c6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8949f1c8-6b8b-48b3-a47c-3df90cad8c6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8949f1c8-6b8b-48b3-a47c-3df90cad8c6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  max-width: 100px;
}
}
#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image {
    
    
    
    
  }


.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image {
  box-sizing: border-box;
}



.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image {
    
    
    
    
  }


.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image {
  box-sizing: border-box;
}



.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image {
    
    
    
    
  }


.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image {
  box-sizing: border-box;
}



.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image {
    
    
    
    
  }


.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image {
  box-sizing: border-box;
}



.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image {
    
    
    
    
  }


.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5.shogun-image {
  box-sizing: border-box;
}



.s-f28c9174-cc5b-4aa9-aa23-54d26fd8c6d5 img.shogun-image {
  
}


}
#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  max-width: 100px;
}
}
#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image {
  box-sizing: border-box;
}



.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
      position: relative;
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image {
  box-sizing: border-box;
}



.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
      position: relative;
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image {
  box-sizing: border-box;
}



.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
      position: relative;
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image {
  box-sizing: border-box;
}



.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
      position: relative;
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image {
  box-sizing: border-box;
}



.s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container {
      position: relative;
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5bad3d6-dc77-4e58-91c6-204a06e38ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-b9bf742c-e3ff-4386-96a8-4fc93de49f90 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-b9bf742c-e3ff-4386-96a8-4fc93de49f90"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-b9bf742c-e3ff-4386-96a8-4fc93de49f90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b9bf742c-e3ff-4386-96a8-4fc93de49f90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b9bf742c-e3ff-4386-96a8-4fc93de49f90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-daa0a347-0c45-4f31-953f-39f5ae869aa9 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-daa0a347-0c45-4f31-953f-39f5ae869aa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-daa0a347-0c45-4f31-953f-39f5ae869aa9.shg-box.shg-c {
  justify-content: center;
}

#s-6d4d3126-f15d-4aeb-b073-2aee86587578 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6d4d3126-f15d-4aeb-b073-2aee86587578"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d4d3126-f15d-4aeb-b073-2aee86587578"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d4d3126-f15d-4aeb-b073-2aee86587578"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d4d3126-f15d-4aeb-b073-2aee86587578"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d4d3126-f15d-4aeb-b073-2aee86587578"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d4d3126-f15d-4aeb-b073-2aee86587578"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d4d3126-f15d-4aeb-b073-2aee86587578"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  max-width: 100px;
aspect-ratio: 1/1;
}
}
#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image {
    
    
    
    
  }


.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image {
  box-sizing: border-box;
}



.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image {
    
    
    
    
  }


.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image {
  box-sizing: border-box;
}



.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image {
    
    
    
    
  }


.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image {
  box-sizing: border-box;
}



.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image {
    
    
    
    
  }


.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image {
  box-sizing: border-box;
}



.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image {
    
    
    
    
  }


.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2.shogun-image {
  box-sizing: border-box;
}



.s-f0a48ae0-8ead-4ca2-aef7-e1e8a16163a2 img.shogun-image {
  
}


}
#s-7b19f4eb-6130-43f0-ba63-d573de02f62a {
  margin-left: 5%;
margin-right: 5%;
padding-top: 9px;
padding-bottom: 9px;
text-align: center;
}
@media (min-width: 1200px){#s-7b19f4eb-6130-43f0-ba63-d573de02f62a {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-7b19f4eb-6130-43f0-ba63-d573de02f62a .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-7b19f4eb-6130-43f0-ba63-d573de02f62a .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-7b19f4eb-6130-43f0-ba63-d573de02f62a .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


}
#s-4d499fe2-22d9-4717-8cc4-a3fdeb47d431 {
  margin-top: -20px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-4d499fe2-22d9-4717-8cc4-a3fdeb47d431 {
  margin-top: -31px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d499fe2-22d9-4717-8cc4-a3fdeb47d431 {
  margin-bottom: -210px;
}
}
#s-35f67734-7c72-4c10-8d60-9d6f600e0f69 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-35f67734-7c72-4c10-8d60-9d6f600e0f69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35f67734-7c72-4c10-8d60-9d6f600e0f69.shg-box.shg-c {
  justify-content: center;
}

#s-db48e249-a55b-4d2b-ae2b-9892683ad043 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-db48e249-a55b-4d2b-ae2b-9892683ad043"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db48e249-a55b-4d2b-ae2b-9892683ad043"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db48e249-a55b-4d2b-ae2b-9892683ad043"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db48e249-a55b-4d2b-ae2b-9892683ad043"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db48e249-a55b-4d2b-ae2b-9892683ad043"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db48e249-a55b-4d2b-ae2b-9892683ad043"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db48e249-a55b-4d2b-ae2b-9892683ad043"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4706b183-3a19-4842-bd28-2025d1cba74a {
  margin-left: 5%;
margin-right: 5%;
padding-top: 9px;
padding-bottom: 9px;
text-align: center;
}
@media (min-width: 1200px){#s-4706b183-3a19-4842-bd28-2025d1cba74a {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-4706b183-3a19-4842-bd28-2025d1cba74a .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-4706b183-3a19-4842-bd28-2025d1cba74a .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-4706b183-3a19-4842-bd28-2025d1cba74a .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


}
#s-40cb7a59-a77d-4380-9bd5-62d8c88f12cf {
  margin-top: -20px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-40cb7a59-a77d-4380-9bd5-62d8c88f12cf {
  margin-top: -31px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40cb7a59-a77d-4380-9bd5-62d8c88f12cf {
  margin-top: -10px;
margin-left: 7%;
margin-bottom: -10px;
margin-right: 7%;
}
}
#s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  max-width: 100px;
aspect-ratio: 1/1;
}
}
#s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  margin: 0 !important;
  overflow: visible;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  /* Add background color handling */
  
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image {
    
    
    
    
  }


.s-8f855fc0-dba0-41a9-85a3-d16055358f6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image {
  box-sizing: border-box;
}



.s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  
}


@media (min-width: 1200px){#s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  margin: 0 !important;
  overflow: visible;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  /* Add background color handling */
  
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image {
    
    
    
    
  }


.s-8f855fc0-dba0-41a9-85a3-d16055358f6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image {
  box-sizing: border-box;
}



.s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  margin: 0 !important;
  overflow: visible;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  /* Add background color handling */
  
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image {
    
    
    
    
  }


.s-8f855fc0-dba0-41a9-85a3-d16055358f6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image {
  box-sizing: border-box;
}



.s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  margin: 0 !important;
  overflow: visible;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  /* Add background color handling */
  
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image {
    
    
    
    
  }


.s-8f855fc0-dba0-41a9-85a3-d16055358f6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image {
  box-sizing: border-box;
}



.s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  
}


}@media (max-width: 767px){#s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  margin: 0 !important;
  overflow: visible;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f855fc0-dba0-41a9-85a3-d16055358f6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  /* Add background color handling */
  
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image {
    
    
    
    
  }


.s-8f855fc0-dba0-41a9-85a3-d16055358f6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f855fc0-dba0-41a9-85a3-d16055358f6a.shogun-image {
  box-sizing: border-box;
}



.s-8f855fc0-dba0-41a9-85a3-d16055358f6a img.shogun-image {
  
}


}
#s-089ac52d-82d1-4746-8991-f248d8912517 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}








#s-089ac52d-82d1-4746-8991-f248d8912517 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-089ac52d-82d1-4746-8991-f248d8912517.shg-box.shg-c {
  justify-content: center;
}

#s-28374cd9-da68-4961-93c7-076863beb9dc {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28374cd9-da68-4961-93c7-076863beb9dc .shogun-heading-component h3 {
  color: rgba(230, 83, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 41px;
  
  letter-spacing: 2px;
  
}



#s-1339fd0a-8f93-4684-b8c1-d9771e63a4e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1339fd0a-8f93-4684-b8c1-d9771e63a4e9 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b156958b-bd4c-4b75-a8ee-3896b73d4f0e {
  margin-left: 0%;
margin-right: 0%;
}

#s-b156958b-bd4c-4b75-a8ee-3896b73d4f0e .shg-proportional-font-size,
#s-b156958b-bd4c-4b75-a8ee-3896b73d4f0e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-30efe6f3-f73b-4017-a60f-da8b1f4434ed {
  box-shadow:1px 1px 2px 1px rgba(35, 31, 32, 1);
margin-top: 3em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 0em;
padding-bottom: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}

@media (min-width: 0px) {
[id="s-30efe6f3-f73b-4017-a60f-da8b1f4434ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30efe6f3-f73b-4017-a60f-da8b1f4434ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30efe6f3-f73b-4017-a60f-da8b1f4434ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30efe6f3-f73b-4017-a60f-da8b1f4434ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9cff7cff-ce5d-44aa-a452-a2106392ad12 {
  margin-left: auto;
margin-right: auto;
}

#s-9cff7cff-ce5d-44aa-a452-a2106392ad12 .shg-proportional-font-size,
#s-9cff7cff-ce5d-44aa-a452-a2106392ad12 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2f6bcb52-bdf5-496e-8204-4dee9a8557e5 {
  margin-top: -2em;
margin-left: auto;
margin-bottom: -2em;
margin-right: auto;
}

#s-2f6bcb52-bdf5-496e-8204-4dee9a8557e5 .shg-proportional-font-size,
#s-2f6bcb52-bdf5-496e-8204-4dee9a8557e5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f99eb6da-4381-4f6b-a936-8de6a8a1d249 {
  margin-left: auto;
margin-right: auto;
}

#s-f99eb6da-4381-4f6b-a936-8de6a8a1d249 .shg-proportional-font-size,
#s-f99eb6da-4381-4f6b-a936-8de6a8a1d249 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5dfd6073-ceb4-4244-a202-89b70dc48613 {
  margin-top: -2em;
margin-left: auto;
margin-bottom: -2em;
margin-right: auto;
}

#s-5dfd6073-ceb4-4244-a202-89b70dc48613 .shg-proportional-font-size,
#s-5dfd6073-ceb4-4244-a202-89b70dc48613 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f1bb4a16-4fce-4cad-8c14-787646baa505 {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f1bb4a16-4fce-4cad-8c14-787646baa505 {
  display: none;
}
#s-f1bb4a16-4fce-4cad-8c14-787646baa505, #wrap-s-f1bb4a16-4fce-4cad-8c14-787646baa505, #wrap-content-s-f1bb4a16-4fce-4cad-8c14-787646baa505 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1bb4a16-4fce-4cad-8c14-787646baa505 {
  display: none;
}
#s-f1bb4a16-4fce-4cad-8c14-787646baa505, #wrap-s-f1bb4a16-4fce-4cad-8c14-787646baa505, #wrap-content-s-f1bb4a16-4fce-4cad-8c14-787646baa505 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1bb4a16-4fce-4cad-8c14-787646baa505 {
  display: none;
}
#s-f1bb4a16-4fce-4cad-8c14-787646baa505, #wrap-s-f1bb4a16-4fce-4cad-8c14-787646baa505, #wrap-content-s-f1bb4a16-4fce-4cad-8c14-787646baa505 { display: none !important; }}@media (max-width: 767px){#s-f1bb4a16-4fce-4cad-8c14-787646baa505 {
  display: none;
}
#s-f1bb4a16-4fce-4cad-8c14-787646baa505, #wrap-s-f1bb4a16-4fce-4cad-8c14-787646baa505, #wrap-content-s-f1bb4a16-4fce-4cad-8c14-787646baa505 { display: none !important; }}
#s-f1bb4a16-4fce-4cad-8c14-787646baa505 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e {
  display: none;
}
#s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e, #wrap-s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e, #wrap-content-s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e {
  display: none;
}
#s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e, #wrap-s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e, #wrap-content-s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e {
  display: none;
}
#s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e, #wrap-s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e, #wrap-content-s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e { display: none !important; }}@media (max-width: 767px){#s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e {
  display: none;
}
#s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e, #wrap-s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e, #wrap-content-s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e { display: none !important; }}
@media (min-width: 0px) {
[id="s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-475f9a12-c7ec-40a3-b487-f0fbf5ccce8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 406px;
text-align: center;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40 img.shogun-image {
  width: 100%;
  
  
  max-width: 406px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1589b05e-ce35-4c01-87f3-56077353ab40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1589b05e-ce35-4c01-87f3-56077353ab40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1589b05e-ce35-4c01-87f3-56077353ab40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1589b05e-ce35-4c01-87f3-56077353ab40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1589b05e-ce35-4c01-87f3-56077353ab40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1589b05e-ce35-4c01-87f3-56077353ab40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1589b05e-ce35-4c01-87f3-56077353ab40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1589b05e-ce35-4c01-87f3-56077353ab40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1589b05e-ce35-4c01-87f3-56077353ab40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1589b05e-ce35-4c01-87f3-56077353ab40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1589b05e-ce35-4c01-87f3-56077353ab40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1589b05e-ce35-4c01-87f3-56077353ab40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1589b05e-ce35-4c01-87f3-56077353ab40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1589b05e-ce35-4c01-87f3-56077353ab40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1589b05e-ce35-4c01-87f3-56077353ab40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1589b05e-ce35-4c01-87f3-56077353ab40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1589b05e-ce35-4c01-87f3-56077353ab40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-34147f85-05a3-40dc-9c25-cf29b7150169 {
  box-shadow:1px 1px 2px 1px rgba(35, 31, 32, 1);
margin-top: 0em;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}
@media (min-width: 1200px){#s-34147f85-05a3-40dc-9c25-cf29b7150169 {
  display: none;
}
#s-34147f85-05a3-40dc-9c25-cf29b7150169, #wrap-s-34147f85-05a3-40dc-9c25-cf29b7150169, #wrap-content-s-34147f85-05a3-40dc-9c25-cf29b7150169 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34147f85-05a3-40dc-9c25-cf29b7150169 {
  display: none;
}
#s-34147f85-05a3-40dc-9c25-cf29b7150169, #wrap-s-34147f85-05a3-40dc-9c25-cf29b7150169, #wrap-content-s-34147f85-05a3-40dc-9c25-cf29b7150169 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34147f85-05a3-40dc-9c25-cf29b7150169 {
  display: none;
}
#s-34147f85-05a3-40dc-9c25-cf29b7150169, #wrap-s-34147f85-05a3-40dc-9c25-cf29b7150169, #wrap-content-s-34147f85-05a3-40dc-9c25-cf29b7150169 { display: none !important; }}
#s-34147f85-05a3-40dc-9c25-cf29b7150169 .shg-proportional-font-size,
#s-34147f85-05a3-40dc-9c25-cf29b7150169 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-00a0824f-f918-4de7-ab42-0c8972cfb116 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-00a0824f-f918-4de7-ab42-0c8972cfb116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00a0824f-f918-4de7-ab42-0c8972cfb116.shg-box.shg-c {
  justify-content: center;
}

#s-b1970c40-929a-464a-89a4-bd8303dafa49 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1970c40-929a-464a-89a4-bd8303dafa49 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-d4126355-04e9-4fd6-b641-52cfa1ad9607 {
  margin-left: auto;
margin-right: auto;
}

#s-d4126355-04e9-4fd6-b641-52cfa1ad9607 .shg-proportional-font-size,
#s-d4126355-04e9-4fd6-b641-52cfa1ad9607 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-af037cf1-3f39-48d2-b749-d7f53f798ae5 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-af037cf1-3f39-48d2-b749-d7f53f798ae5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-af037cf1-3f39-48d2-b749-d7f53f798ae5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-af037cf1-3f39-48d2-b749-d7f53f798ae5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-af037cf1-3f39-48d2-b749-d7f53f798ae5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-01eeb037-45c3-471d-bd63-917433dca96d {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
text-align: center;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01eeb037-45c3-471d-bd63-917433dca96d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01eeb037-45c3-471d-bd63-917433dca96d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01eeb037-45c3-471d-bd63-917433dca96d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d img.shogun-image {
  width: 100%;
  
  
  max-width: 406px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01eeb037-45c3-471d-bd63-917433dca96d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01eeb037-45c3-471d-bd63-917433dca96d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01eeb037-45c3-471d-bd63-917433dca96d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-01eeb037-45c3-471d-bd63-917433dca96d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01eeb037-45c3-471d-bd63-917433dca96d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01eeb037-45c3-471d-bd63-917433dca96d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01eeb037-45c3-471d-bd63-917433dca96d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01eeb037-45c3-471d-bd63-917433dca96d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01eeb037-45c3-471d-bd63-917433dca96d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01eeb037-45c3-471d-bd63-917433dca96d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-01eeb037-45c3-471d-bd63-917433dca96d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01eeb037-45c3-471d-bd63-917433dca96d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01eeb037-45c3-471d-bd63-917433dca96d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01eeb037-45c3-471d-bd63-917433dca96d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01eeb037-45c3-471d-bd63-917433dca96d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01eeb037-45c3-471d-bd63-917433dca96d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01eeb037-45c3-471d-bd63-917433dca96d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-01eeb037-45c3-471d-bd63-917433dca96d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01eeb037-45c3-471d-bd63-917433dca96d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01eeb037-45c3-471d-bd63-917433dca96d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01eeb037-45c3-471d-bd63-917433dca96d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01eeb037-45c3-471d-bd63-917433dca96d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01eeb037-45c3-471d-bd63-917433dca96d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01eeb037-45c3-471d-bd63-917433dca96d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-01eeb037-45c3-471d-bd63-917433dca96d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01eeb037-45c3-471d-bd63-917433dca96d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01eeb037-45c3-471d-bd63-917433dca96d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01eeb037-45c3-471d-bd63-917433dca96d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01eeb037-45c3-471d-bd63-917433dca96d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01eeb037-45c3-471d-bd63-917433dca96d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01eeb037-45c3-471d-bd63-917433dca96d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01eeb037-45c3-471d-bd63-917433dca96d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-99604846-d80b-4ee8-96f5-d788482588dd {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
text-align: center;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99604846-d80b-4ee8-96f5-d788482588dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99604846-d80b-4ee8-96f5-d788482588dd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-99604846-d80b-4ee8-96f5-d788482588dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd img.shogun-image {
  width: 100%;
  
  
  max-width: 406px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-99604846-d80b-4ee8-96f5-d788482588dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99604846-d80b-4ee8-96f5-d788482588dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99604846-d80b-4ee8-96f5-d788482588dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-99604846-d80b-4ee8-96f5-d788482588dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99604846-d80b-4ee8-96f5-d788482588dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99604846-d80b-4ee8-96f5-d788482588dd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-99604846-d80b-4ee8-96f5-d788482588dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-99604846-d80b-4ee8-96f5-d788482588dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99604846-d80b-4ee8-96f5-d788482588dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99604846-d80b-4ee8-96f5-d788482588dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-99604846-d80b-4ee8-96f5-d788482588dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99604846-d80b-4ee8-96f5-d788482588dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99604846-d80b-4ee8-96f5-d788482588dd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-99604846-d80b-4ee8-96f5-d788482588dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-99604846-d80b-4ee8-96f5-d788482588dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99604846-d80b-4ee8-96f5-d788482588dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99604846-d80b-4ee8-96f5-d788482588dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-99604846-d80b-4ee8-96f5-d788482588dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99604846-d80b-4ee8-96f5-d788482588dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99604846-d80b-4ee8-96f5-d788482588dd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-99604846-d80b-4ee8-96f5-d788482588dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-99604846-d80b-4ee8-96f5-d788482588dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99604846-d80b-4ee8-96f5-d788482588dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99604846-d80b-4ee8-96f5-d788482588dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-99604846-d80b-4ee8-96f5-d788482588dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99604846-d80b-4ee8-96f5-d788482588dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99604846-d80b-4ee8-96f5-d788482588dd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-99604846-d80b-4ee8-96f5-d788482588dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-99604846-d80b-4ee8-96f5-d788482588dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99604846-d80b-4ee8-96f5-d788482588dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99604846-d80b-4ee8-96f5-d788482588dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99604846-d80b-4ee8-96f5-d788482588dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
text-align: center;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 img.shogun-image {
  width: 100%;
  
  
  max-width: 406px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b97e6bb1-2b60-4050-a78c-c800e5880c84 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b97e6bb1-2b60-4050-a78c-c800e5880c84 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b97e6bb1-2b60-4050-a78c-c800e5880c84 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b97e6bb1-2b60-4050-a78c-c800e5880c84 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b97e6bb1-2b60-4050-a78c-c800e5880c84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b97e6bb1-2b60-4050-a78c-c800e5880c84 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b97e6bb1-2b60-4050-a78c-c800e5880c84.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
text-align: center;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 img.shogun-image {
  width: 100%;
  
  
  max-width: 406px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba9fd02d-4ed3-4bfe-92e4-4881f6ff47e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e2e06c79-9ea1-4898-abc2-1d5a4a24d71a {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-e2e06c79-9ea1-4898-abc2-1d5a4a24d71a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2e06c79-9ea1-4898-abc2-1d5a4a24d71a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2e06c79-9ea1-4898-abc2-1d5a4a24d71a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2e06c79-9ea1-4898-abc2-1d5a4a24d71a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
text-align: center;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe img.shogun-image {
  width: 100%;
  
  
  max-width: 406px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8698db2f-51d4-4ae1-8c29-e6df8590fcbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdda1f1f-f29d-4bab-84ff-5a6b5f23dd15.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
text-align: center;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627 img.shogun-image {
  width: 100%;
  
  
  max-width: 406px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4c45e6f2-37bd-418b-ae6f-163563605627 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c45e6f2-37bd-418b-ae6f-163563605627.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c45e6f2-37bd-418b-ae6f-163563605627.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4c45e6f2-37bd-418b-ae6f-163563605627 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c45e6f2-37bd-418b-ae6f-163563605627.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c45e6f2-37bd-418b-ae6f-163563605627.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4c45e6f2-37bd-418b-ae6f-163563605627 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c45e6f2-37bd-418b-ae6f-163563605627.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c45e6f2-37bd-418b-ae6f-163563605627.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4c45e6f2-37bd-418b-ae6f-163563605627 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c45e6f2-37bd-418b-ae6f-163563605627.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c45e6f2-37bd-418b-ae6f-163563605627.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4c45e6f2-37bd-418b-ae6f-163563605627 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4c45e6f2-37bd-418b-ae6f-163563605627 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c45e6f2-37bd-418b-ae6f-163563605627.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c45e6f2-37bd-418b-ae6f-163563605627.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c45e6f2-37bd-418b-ae6f-163563605627.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c82c992b-a0a1-458a-a934-6a4032ec7de2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c82c992b-a0a1-458a-a934-6a4032ec7de2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c82c992b-a0a1-458a-a934-6a4032ec7de2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c82c992b-a0a1-458a-a934-6a4032ec7de2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c82c992b-a0a1-458a-a934-6a4032ec7de2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-81d59db6-4667-4dec-83cb-e1937086207e {
  margin-left: auto;
margin-right: auto;
height: 98px;
max-width: 864px;
text-align: center;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81d59db6-4667-4dec-83cb-e1937086207e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81d59db6-4667-4dec-83cb-e1937086207e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81d59db6-4667-4dec-83cb-e1937086207e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e img.shogun-image {
  width: 100%;
  height: 98px;
  
  max-width: 864px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-81d59db6-4667-4dec-83cb-e1937086207e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81d59db6-4667-4dec-83cb-e1937086207e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d59db6-4667-4dec-83cb-e1937086207e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-81d59db6-4667-4dec-83cb-e1937086207e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81d59db6-4667-4dec-83cb-e1937086207e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81d59db6-4667-4dec-83cb-e1937086207e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81d59db6-4667-4dec-83cb-e1937086207e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-81d59db6-4667-4dec-83cb-e1937086207e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81d59db6-4667-4dec-83cb-e1937086207e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d59db6-4667-4dec-83cb-e1937086207e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-81d59db6-4667-4dec-83cb-e1937086207e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81d59db6-4667-4dec-83cb-e1937086207e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81d59db6-4667-4dec-83cb-e1937086207e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81d59db6-4667-4dec-83cb-e1937086207e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-81d59db6-4667-4dec-83cb-e1937086207e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81d59db6-4667-4dec-83cb-e1937086207e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d59db6-4667-4dec-83cb-e1937086207e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-81d59db6-4667-4dec-83cb-e1937086207e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81d59db6-4667-4dec-83cb-e1937086207e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81d59db6-4667-4dec-83cb-e1937086207e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81d59db6-4667-4dec-83cb-e1937086207e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-81d59db6-4667-4dec-83cb-e1937086207e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81d59db6-4667-4dec-83cb-e1937086207e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d59db6-4667-4dec-83cb-e1937086207e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-81d59db6-4667-4dec-83cb-e1937086207e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81d59db6-4667-4dec-83cb-e1937086207e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81d59db6-4667-4dec-83cb-e1937086207e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81d59db6-4667-4dec-83cb-e1937086207e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-81d59db6-4667-4dec-83cb-e1937086207e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81d59db6-4667-4dec-83cb-e1937086207e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d59db6-4667-4dec-83cb-e1937086207e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d59db6-4667-4dec-83cb-e1937086207e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
/*
  $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;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}