.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-a3ec322c-014f-415c-b6a1-7104105c81ed {
  margin-left: 0%;
margin-right: 0%;
padding-left: 8%;
padding-right: 8%;
}
@media (max-width: 767px){#s-a3ec322c-014f-415c-b6a1-7104105c81ed {
  display: none;
}
#s-a3ec322c-014f-415c-b6a1-7104105c81ed, #wrap-s-a3ec322c-014f-415c-b6a1-7104105c81ed, #wrap-content-s-a3ec322c-014f-415c-b6a1-7104105c81ed { display: none !important; }}
@media (min-width: 0px) {
[id="s-a3ec322c-014f-415c-b6a1-7104105c81ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a3ec322c-014f-415c-b6a1-7104105c81ed"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3ec322c-014f-415c-b6a1-7104105c81ed"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3ec322c-014f-415c-b6a1-7104105c81ed"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 125px;
text-align: center;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

  /* 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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-100ff466-da4f-4bb9-9d52-14398026a3c1 {
  margin-top: 20px;
margin-left: 21%;
margin-right: 21%;
}

#s-100ff466-da4f-4bb9-9d52-14398026a3c1 .shg-proportional-font-size,
#s-100ff466-da4f-4bb9-9d52-14398026a3c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-46170944-8b75-4dfb-a22f-73c8d7ebf18a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-46170944-8b75-4dfb-a22f-73c8d7ebf18a .shg-proportional-font-size,
#s-46170944-8b75-4dfb-a22f-73c8d7ebf18a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-743b79e9-2571-451e-bedb-1cf60f1d4b26 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-743b79e9-2571-451e-bedb-1cf60f1d4b26 .shg-proportional-font-size,
#s-743b79e9-2571-451e-bedb-1cf60f1d4b26 .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-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-9bfad98f-d066-436b-9193-a98f6ce2bf88 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}
@media (min-width: 1200px){#s-9bfad98f-d066-436b-9193-a98f6ce2bf88 {
  display: none;
}
#s-9bfad98f-d066-436b-9193-a98f6ce2bf88, #wrap-s-9bfad98f-d066-436b-9193-a98f6ce2bf88, #wrap-content-s-9bfad98f-d066-436b-9193-a98f6ce2bf88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9bfad98f-d066-436b-9193-a98f6ce2bf88 {
  display: none;
}
#s-9bfad98f-d066-436b-9193-a98f6ce2bf88, #wrap-s-9bfad98f-d066-436b-9193-a98f6ce2bf88, #wrap-content-s-9bfad98f-d066-436b-9193-a98f6ce2bf88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9bfad98f-d066-436b-9193-a98f6ce2bf88 {
  display: none;
}
#s-9bfad98f-d066-436b-9193-a98f6ce2bf88, #wrap-s-9bfad98f-d066-436b-9193-a98f6ce2bf88, #wrap-content-s-9bfad98f-d066-436b-9193-a98f6ce2bf88 { display: none !important; }}
.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-50080a5e-db2b-4f78-a629-c03339514b62 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(27, 67, 118, 1);
}








#s-50080a5e-db2b-4f78-a629-c03339514b62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50080a5e-db2b-4f78-a629-c03339514b62.shg-box.shg-c {
  justify-content: center;
}

#s-41ff45f5-0dc5-4c25-bc47-c694c41c19b8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c05b7cc3-145e-4530-a28b-e114dd37a616 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6a4386a1-97fc-4fd2-acce-ba689f601ec9 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-6a4386a1-97fc-4fd2-acce-ba689f601ec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a4386a1-97fc-4fd2-acce-ba689f601ec9.shg-box.shg-c {
  justify-content: center;
}

#s-d37d7099-2f29-4165-b4a3-25852221762f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-91f18062-bc0e-49d7-a8fc-05876f990697 {
  box-shadow:0px 0px 0px 0px rgb(255, 255, 255);
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(175, 175, 175, 1);
border-style: none;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-91f18062-bc0e-49d7-a8fc-05876f990697 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-91f18062-bc0e-49d7-a8fc-05876f990697"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91f18062-bc0e-49d7-a8fc-05876f990697"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91f18062-bc0e-49d7-a8fc-05876f990697"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91f18062-bc0e-49d7-a8fc-05876f990697"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-82ba448f-f52a-4d1e-986b-2890c577e08d {
  margin-left: auto;
margin-right: auto;
}

#s-0d5e0f8a-ecf8-4bba-a2f5-d00d12236ead {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f6542dd6-c28d-4cb9-8360-108642de7bf0 {
  margin-top: 25px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-f6542dd6-c28d-4cb9-8360-108642de7bf0 {
  margin-left: 7%;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6542dd6-c28d-4cb9-8360-108642de7bf0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e-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-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e .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-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e img.shogun-image {
  width: 100%;
  
  
  max-width: 25px;

  /* 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-de54f14f-26d5-4bbb-b41c-a25319688b2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e-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-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e .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-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e 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-de54f14f-26d5-4bbb-b41c-a25319688b2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e-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-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e .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-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e 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-de54f14f-26d5-4bbb-b41c-a25319688b2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e-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-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e .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-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e 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-de54f14f-26d5-4bbb-b41c-a25319688b2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e-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-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e .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-de54f14f-26d5-4bbb-b41c-a25319688b2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e 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-de54f14f-26d5-4bbb-b41c-a25319688b2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de54f14f-26d5-4bbb-b41c-a25319688b2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9e24075c-fdb6-47d2-a73b-3ec2c34e363b {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-9e24075c-fdb6-47d2-a73b-3ec2c34e363b {
  margin-left: 0%;
margin-right: 18%;
}
}
#s-9e24075c-fdb6-47d2-a73b-3ec2c34e363b .shg-proportional-font-size,
#s-9e24075c-fdb6-47d2-a73b-3ec2c34e363b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f-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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f .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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f img.shogun-image {
  width: 100%;
  
  
  max-width: 25px;

  /* 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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f-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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f .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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f 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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f-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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f .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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f 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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f-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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f .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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f 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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f-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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f .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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f 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-6c2a96d5-7dcc-428f-91b2-e953b6faab2f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2a96d5-7dcc-428f-91b2-e953b6faab2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-941df115-440d-44b7-96f9-790f5b661400 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-941df115-440d-44b7-96f9-790f5b661400 .shg-proportional-font-size,
#s-941df115-440d-44b7-96f9-790f5b661400 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-494396a5-7348-4411-8d08-4da12f1d524b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b-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-494396a5-7348-4411-8d08-4da12f1d524b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-494396a5-7348-4411-8d08-4da12f1d524b .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-494396a5-7348-4411-8d08-4da12f1d524b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b img.shogun-image {
  width: 100%;
  
  
  max-width: 25px;

  /* 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-494396a5-7348-4411-8d08-4da12f1d524b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-494396a5-7348-4411-8d08-4da12f1d524b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-494396a5-7348-4411-8d08-4da12f1d524b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-494396a5-7348-4411-8d08-4da12f1d524b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b-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-494396a5-7348-4411-8d08-4da12f1d524b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-494396a5-7348-4411-8d08-4da12f1d524b .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-494396a5-7348-4411-8d08-4da12f1d524b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b 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-494396a5-7348-4411-8d08-4da12f1d524b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-494396a5-7348-4411-8d08-4da12f1d524b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-494396a5-7348-4411-8d08-4da12f1d524b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-494396a5-7348-4411-8d08-4da12f1d524b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b-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-494396a5-7348-4411-8d08-4da12f1d524b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-494396a5-7348-4411-8d08-4da12f1d524b .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-494396a5-7348-4411-8d08-4da12f1d524b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b 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-494396a5-7348-4411-8d08-4da12f1d524b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-494396a5-7348-4411-8d08-4da12f1d524b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-494396a5-7348-4411-8d08-4da12f1d524b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-494396a5-7348-4411-8d08-4da12f1d524b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b-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-494396a5-7348-4411-8d08-4da12f1d524b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-494396a5-7348-4411-8d08-4da12f1d524b .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-494396a5-7348-4411-8d08-4da12f1d524b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b 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-494396a5-7348-4411-8d08-4da12f1d524b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-494396a5-7348-4411-8d08-4da12f1d524b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-494396a5-7348-4411-8d08-4da12f1d524b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-494396a5-7348-4411-8d08-4da12f1d524b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b-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-494396a5-7348-4411-8d08-4da12f1d524b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-494396a5-7348-4411-8d08-4da12f1d524b .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-494396a5-7348-4411-8d08-4da12f1d524b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b 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-494396a5-7348-4411-8d08-4da12f1d524b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-494396a5-7348-4411-8d08-4da12f1d524b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-494396a5-7348-4411-8d08-4da12f1d524b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-494396a5-7348-4411-8d08-4da12f1d524b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fd058a12-50e7-4387-b091-fdbbd0f023ed {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-fd058a12-50e7-4387-b091-fdbbd0f023ed .shg-proportional-font-size,
#s-fd058a12-50e7-4387-b091-fdbbd0f023ed .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-77c1725b-4be9-4bb2-946a-1ae2ed50ab43 {
  margin-left: 4%;
margin-right: 5%;
padding-left: 1%;
}

#s-77c1725b-4be9-4bb2-946a-1ae2ed50ab43 .shg-proportional-font-size,
#s-77c1725b-4be9-4bb2-946a-1ae2ed50ab43 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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-be76dd86-6244-4243-8b5a-75d9be8b3340 {
  margin-left: 5%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be76dd86-6244-4243-8b5a-75d9be8b3340 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-07292920-00ad-4018-a305-46631bfbcca0 {
  margin-top: -16px;
margin-left: 5%;
margin-right: auto;
text-align: left;
}

#s-07292920-00ad-4018-a305-46631bfbcca0 .shogun-heading-component h1 {
  color: rgb(0, 172, 78);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-f7db0871-4a9f-408d-a591-d6abf38711f0 {
  margin-top: 25px;
margin-left: 5%;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-4a14bac5-221b-453e-8c27-d2041dde5651 {
  margin-top: -20px;
margin-left: 1%;
margin-right: auto;
}

#s-70206344-daeb-451c-98f1-741f3c80b25b {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-70206344-daeb-451c-98f1-741f3c80b25b .shg-proportional-font-size,
#s-70206344-daeb-451c-98f1-741f3c80b25b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0a05e5e6-fb1f-4c40-893f-083a13e36a42 {
  margin-left: auto;
margin-right: auto;
}

#s-ad662f25-d944-48d5-a5f7-cc56de874cbe {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-ad662f25-d944-48d5-a5f7-cc56de874cbe {
  display: none;
}
#s-ad662f25-d944-48d5-a5f7-cc56de874cbe, #wrap-s-ad662f25-d944-48d5-a5f7-cc56de874cbe, #wrap-content-s-ad662f25-d944-48d5-a5f7-cc56de874cbe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad662f25-d944-48d5-a5f7-cc56de874cbe {
  display: none;
}
#s-ad662f25-d944-48d5-a5f7-cc56de874cbe, #wrap-s-ad662f25-d944-48d5-a5f7-cc56de874cbe, #wrap-content-s-ad662f25-d944-48d5-a5f7-cc56de874cbe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad662f25-d944-48d5-a5f7-cc56de874cbe {
  display: none;
}
#s-ad662f25-d944-48d5-a5f7-cc56de874cbe, #wrap-s-ad662f25-d944-48d5-a5f7-cc56de874cbe, #wrap-content-s-ad662f25-d944-48d5-a5f7-cc56de874cbe { display: none !important; }}
@media (min-width: 0px) {
[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f3237fec-ca73-4d2b-8ea8-64edc6edf261 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-f3237fec-ca73-4d2b-8ea8-64edc6edf261 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f3237fec-ca73-4d2b-8ea8-64edc6edf261 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-fe438015-f31f-4d5d-8c99-7268807994ac {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgb(0, 88, 142);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fe438015-f31f-4d5d-8c99-7268807994ac:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fe438015-f31f-4d5d-8c99-7268807994ac:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2I0NTIzZjItOWExNC00ZGU0LWJlOTMtOWE1MDc2OTdjNjAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYjQ1MjNmMi05YTE0LTRkZTQtYmU5My05YTUwNzY5N2M2MDMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-fe438015-f31f-4d5d-8c99-7268807994ac-atc-btn-wrapper {
    text-align: center;
  }


#s-fe438015-f31f-4d5d-8c99-7268807994ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fe438015-f31f-4d5d-8c99-7268807994ac-atc-btn-wrapper {
    text-align: center;
  }


#s-fe438015-f31f-4d5d-8c99-7268807994ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe438015-f31f-4d5d-8c99-7268807994ac-atc-btn-wrapper {
    text-align: center;
  }


#s-fe438015-f31f-4d5d-8c99-7268807994ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fe438015-f31f-4d5d-8c99-7268807994ac-atc-btn-wrapper {
    text-align: center;
  }


#s-fe438015-f31f-4d5d-8c99-7268807994ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fe438015-f31f-4d5d-8c99-7268807994ac-atc-btn-wrapper {
    text-align: center;
  }


#s-fe438015-f31f-4d5d-8c99-7268807994ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9b64100d-b938-4fc7-a546-9068a0fb25a9 {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-9b64100d-b938-4fc7-a546-9068a0fb25a9 {
  display: none;
}
#s-9b64100d-b938-4fc7-a546-9068a0fb25a9, #wrap-s-9b64100d-b938-4fc7-a546-9068a0fb25a9, #wrap-content-s-9b64100d-b938-4fc7-a546-9068a0fb25a9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-144b8e03-7d8e-411b-bde3-e80b6277d9a3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-144b8e03-7d8e-411b-bde3-e80b6277d9a3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-144b8e03-7d8e-411b-bde3-e80b6277d9a3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgb(0, 88, 142);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGRjNWVlMjQtMDliMS00NWU2LWIxMjEtM2U4N2MxZTUyOTQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZGM1ZWUyNC0wOWIxLTQ1ZTYtYjEyMS0zZTg3YzFlNTI5NDEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-5c61e01e-45eb-4b2a-a75e-11916244e0b0-atc-btn-wrapper {
    text-align: left;
  }


#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5c61e01e-45eb-4b2a-a75e-11916244e0b0-atc-btn-wrapper {
    text-align: left;
  }


#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c61e01e-45eb-4b2a-a75e-11916244e0b0-atc-btn-wrapper {
    text-align: left;
  }


#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5c61e01e-45eb-4b2a-a75e-11916244e0b0-atc-btn-wrapper {
    text-align: left;
  }


#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5c61e01e-45eb-4b2a-a75e-11916244e0b0-atc-btn-wrapper {
    text-align: left;
  }


#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f826087b-8df3-4219-b0ec-6c5558ba3c88 {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(233, 249, 239, 1);
}








#s-f826087b-8df3-4219-b0ec-6c5558ba3c88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f826087b-8df3-4219-b0ec-6c5558ba3c88.shg-box.shg-c {
  justify-content: center;
}

#s-4e92abf0-c8f0-4389-aca1-e59614973858 {
  margin-left: 7%;
margin-right: 4%;
padding-left: 1%;
}

#s-4e92abf0-c8f0-4389-aca1-e59614973858 .shg-proportional-font-size,
#s-4e92abf0-c8f0-4389-aca1-e59614973858 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2790065f-1f06-46a4-b4d7-f3351381bb2a {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-2790065f-1f06-46a4-b4d7-f3351381bb2a .shg-proportional-font-size,
#s-2790065f-1f06-46a4-b4d7-f3351381bb2a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9df356a8-2d1f-4b22-8dbd-e7ac495c9d16 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-9df356a8-2d1f-4b22-8dbd-e7ac495c9d16 .shg-proportional-font-size,
#s-9df356a8-2d1f-4b22-8dbd-e7ac495c9d16 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1422759d-eaf6-4875-a06a-30dae4e89b9f {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-1422759d-eaf6-4875-a06a-30dae4e89b9f .shg-proportional-font-size,
#s-1422759d-eaf6-4875-a06a-30dae4e89b9f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d4b51d63-d434-4d52-a7ac-f5e8af333a2f {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 50px;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-d4b51d63-d434-4d52-a7ac-f5e8af333a2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4b51d63-d434-4d52-a7ac-f5e8af333a2f.shg-box.shg-c {
  justify-content: center;
}

#s-5f4c897b-a607-4b25-8c7a-b1e723c5449b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-5a489118-04da-428d-bd44-e3b9451687cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a489118-04da-428d-bd44-e3b9451687cb .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-5a489118-04da-428d-bd44-e3b9451687cb .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-a7f074b7-745f-4a8d-8b49-ffb025a61a95 {
  margin-top: 30px;
margin-left: 16%;
margin-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
border-style: none;
border-radius: 15px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-a7f074b7-745f-4a8d-8b49-ffb025a61a95 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-a7f074b7-745f-4a8d-8b49-ffb025a61a95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7f074b7-745f-4a8d-8b49-ffb025a61a95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a7f074b7-745f-4a8d-8b49-ffb025a61a95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7f074b7-745f-4a8d-8b49-ffb025a61a95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fe211a48-b52b-42fa-8a81-56e6ac7dfc7b {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 229, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-fe211a48-b52b-42fa-8a81-56e6ac7dfc7b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-fe211a48-b52b-42fa-8a81-56e6ac7dfc7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe211a48-b52b-42fa-8a81-56e6ac7dfc7b.shg-box.shg-c {
  justify-content: center;
}

#s-4716af1d-4b13-4619-a0fe-679572e146d1 {
  margin-left: 2%;
margin-right: 2%;
}

#s-4716af1d-4b13-4619-a0fe-679572e146d1 .shg-proportional-font-size,
#s-4716af1d-4b13-4619-a0fe-679572e146d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cfaa7d52-32a4-4037-89ce-e2bcf85bfc82 {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-cfaa7d52-32a4-4037-89ce-e2bcf85bfc82 {
  margin-top: 5px;
}
}







#s-cfaa7d52-32a4-4037-89ce-e2bcf85bfc82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfaa7d52-32a4-4037-89ce-e2bcf85bfc82.shg-box.shg-c {
  justify-content: center;
}

#s-ac8b8172-d985-42d3-b35c-ae9ad9e0e23d {
  margin-left: 3%;
margin-right: 3%;
}

#s-ac8b8172-d985-42d3-b35c-ae9ad9e0e23d .shg-proportional-font-size,
#s-ac8b8172-d985-42d3-b35c-ae9ad9e0e23d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-105233ae-e2c5-4dc0-bb96-70af8f65ab66 {
  margin-top: 10px;
margin-left: 16%;
margin-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
border-style: none;
border-radius: 15px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-105233ae-e2c5-4dc0-bb96-70af8f65ab66 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-105233ae-e2c5-4dc0-bb96-70af8f65ab66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-105233ae-e2c5-4dc0-bb96-70af8f65ab66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-105233ae-e2c5-4dc0-bb96-70af8f65ab66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-105233ae-e2c5-4dc0-bb96-70af8f65ab66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-44f8183c-f2f9-4d11-8146-caff7d9292dd {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 229, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-44f8183c-f2f9-4d11-8146-caff7d9292dd {
  margin-bottom: 5px;
}
}







#s-44f8183c-f2f9-4d11-8146-caff7d9292dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44f8183c-f2f9-4d11-8146-caff7d9292dd.shg-box.shg-c {
  justify-content: center;
}

#s-cd5f2b93-bea8-4a05-8bce-8fb24dc3649d {
  margin-left: 3%;
margin-right: 0%;
}

#s-cd5f2b93-bea8-4a05-8bce-8fb24dc3649d .shg-proportional-font-size,
#s-cd5f2b93-bea8-4a05-8bce-8fb24dc3649d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cb02e979-50ec-4160-a1d1-94974237ae64 {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-cb02e979-50ec-4160-a1d1-94974237ae64 {
  margin-top: 5px;
}
}







#s-cb02e979-50ec-4160-a1d1-94974237ae64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb02e979-50ec-4160-a1d1-94974237ae64.shg-box.shg-c {
  justify-content: center;
}

#s-a4750227-7847-4bc9-aa74-b070ea054ea7 {
  margin-left: 3%;
margin-right: 3%;
}

#s-a4750227-7847-4bc9-aa74-b070ea054ea7 .shg-proportional-font-size,
#s-a4750227-7847-4bc9-aa74-b070ea054ea7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-220f00d4-7378-44d0-9293-e6ea89168239 {
  margin-top: 10px;
margin-left: 16%;
margin-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
border-style: none;
border-radius: 15px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-220f00d4-7378-44d0-9293-e6ea89168239 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-220f00d4-7378-44d0-9293-e6ea89168239"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-220f00d4-7378-44d0-9293-e6ea89168239"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-220f00d4-7378-44d0-9293-e6ea89168239"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-220f00d4-7378-44d0-9293-e6ea89168239"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7ffe3c71-babe-4d97-90da-4093dd075608 {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 229, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-7ffe3c71-babe-4d97-90da-4093dd075608 {
  margin-bottom: 5px;
}
}







#s-7ffe3c71-babe-4d97-90da-4093dd075608 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ffe3c71-babe-4d97-90da-4093dd075608.shg-box.shg-c {
  justify-content: center;
}

#s-33f57a8a-881a-4a14-ad34-dcee8e95edd1 {
  margin-left: 3%;
margin-right: 0%;
}

#s-33f57a8a-881a-4a14-ad34-dcee8e95edd1 .shg-proportional-font-size,
#s-33f57a8a-881a-4a14-ad34-dcee8e95edd1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2719b808-435b-4b46-8c2d-fba7010045f0 {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-2719b808-435b-4b46-8c2d-fba7010045f0 {
  margin-top: 5px;
}
}







#s-2719b808-435b-4b46-8c2d-fba7010045f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2719b808-435b-4b46-8c2d-fba7010045f0.shg-box.shg-c {
  justify-content: center;
}

#s-107f8994-a1e9-43dc-ba34-89211709d32a {
  margin-left: 3%;
margin-right: 3%;
}

#s-107f8994-a1e9-43dc-ba34-89211709d32a .shg-proportional-font-size,
#s-107f8994-a1e9-43dc-ba34-89211709d32a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b1b1fa1b-3530-4b7f-b004-a54f98994169 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 16%;
margin-bottom: 30px;
margin-right: 16%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
}
@media (max-width: 767px){#s-b1b1fa1b-3530-4b7f-b004-a54f98994169 {
  margin-left: 6%;
margin-right: 5%;
}
}
#s-b1b1fa1b-3530-4b7f-b004-a54f98994169 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTljNTJlMDItODM3Ny00OWM4LWI3OTUtMjEwZTg1ZmRlMzAxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA1ODhlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWI0Mzc2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhOWM1MmUwMi04Mzc3LTQ5YzgtYjc5NS0yMTBlODVmZGUzMDEpIi8+PC9zdmc+);
}








#s-b1b1fa1b-3530-4b7f-b004-a54f98994169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1b1fa1b-3530-4b7f-b004-a54f98994169.shg-box.shg-c {
  justify-content: center;
}

#s-fd2dd476-9e5d-4203-b500-82b42b6d86dd {
  margin-left: 8%;
margin-right: 8%;
}

#s-fd2dd476-9e5d-4203-b500-82b42b6d86dd .shg-proportional-font-size,
#s-fd2dd476-9e5d-4203-b500-82b42b6d86dd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f7238f54-3d50-4b27-94e0-7432bc2ed5f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-f7238f54-3d50-4b27-94e0-7432bc2ed5f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7238f54-3d50-4b27-94e0-7432bc2ed5f9.shg-box.shg-c {
  justify-content: center;
}

#s-67d8052c-60a5-42d6-974a-17e5a7b6d0f4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-5d4cc5dd-7e0d-42ba-9757-adb3fe3e8d89 {
  margin-left: auto;
margin-right: auto;
padding-left: 1%;
}

#s-5d4cc5dd-7e0d-42ba-9757-adb3fe3e8d89 .shg-proportional-font-size,
#s-5d4cc5dd-7e0d-42ba-9757-adb3fe3e8d89 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-355e0290-b28a-49e6-b450-8a23fcc35579 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-355e0290-b28a-49e6-b450-8a23fcc35579 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-355e0290-b28a-49e6-b450-8a23fcc35579 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-15e8e20a-6801-468e-bffa-8f5d83d33341 {
  margin-top: 30px;
margin-left: 16%;
margin-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
border-style: none;
border-radius: 15px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-15e8e20a-6801-468e-bffa-8f5d83d33341 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-15e8e20a-6801-468e-bffa-8f5d83d33341"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15e8e20a-6801-468e-bffa-8f5d83d33341"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-15e8e20a-6801-468e-bffa-8f5d83d33341"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-15e8e20a-6801-468e-bffa-8f5d83d33341"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-668efa0f-1068-4d99-9bd8-34682977bc02 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-668efa0f-1068-4d99-9bd8-34682977bc02 {
  margin-top: 25px;
margin-bottom: 0px;
}
}







#s-668efa0f-1068-4d99-9bd8-34682977bc02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-668efa0f-1068-4d99-9bd8-34682977bc02.shg-box.shg-c {
  justify-content: center;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae {
  margin-top: 5px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
max-width: 50px;
text-align: left;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae-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-46df5241-fed7-466f-916c-6a151ed694ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 5px;
  margin-bottom: 0px;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(229, 229, 229, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(249, 250, 252, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-46df5241-fed7-466f-916c-6a151ed694ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* 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-46df5241-fed7-466f-916c-6a151ed694ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46df5241-fed7-466f-916c-6a151ed694ae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46df5241-fed7-466f-916c-6a151ed694ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-46df5241-fed7-466f-916c-6a151ed694ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae-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-46df5241-fed7-466f-916c-6a151ed694ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46df5241-fed7-466f-916c-6a151ed694ae .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-46df5241-fed7-466f-916c-6a151ed694ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae 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-46df5241-fed7-466f-916c-6a151ed694ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46df5241-fed7-466f-916c-6a151ed694ae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46df5241-fed7-466f-916c-6a151ed694ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-46df5241-fed7-466f-916c-6a151ed694ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae-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-46df5241-fed7-466f-916c-6a151ed694ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46df5241-fed7-466f-916c-6a151ed694ae .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-46df5241-fed7-466f-916c-6a151ed694ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae 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-46df5241-fed7-466f-916c-6a151ed694ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46df5241-fed7-466f-916c-6a151ed694ae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46df5241-fed7-466f-916c-6a151ed694ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-46df5241-fed7-466f-916c-6a151ed694ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae-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-46df5241-fed7-466f-916c-6a151ed694ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46df5241-fed7-466f-916c-6a151ed694ae .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-46df5241-fed7-466f-916c-6a151ed694ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae 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-46df5241-fed7-466f-916c-6a151ed694ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46df5241-fed7-466f-916c-6a151ed694ae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46df5241-fed7-466f-916c-6a151ed694ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-46df5241-fed7-466f-916c-6a151ed694ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae-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-46df5241-fed7-466f-916c-6a151ed694ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46df5241-fed7-466f-916c-6a151ed694ae .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-46df5241-fed7-466f-916c-6a151ed694ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae 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-46df5241-fed7-466f-916c-6a151ed694ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46df5241-fed7-466f-916c-6a151ed694ae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46df5241-fed7-466f-916c-6a151ed694ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46df5241-fed7-466f-916c-6a151ed694ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-047860fe-ad57-4277-a073-056dd6bf8e61 {
  margin-left: 8%;
margin-right: 8%;
}

#s-047860fe-ad57-4277-a073-056dd6bf8e61 .shg-proportional-font-size,
#s-047860fe-ad57-4277-a073-056dd6bf8e61 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-86489bf7-0732-4b3e-9a11-58e2a5333cbe {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-86489bf7-0732-4b3e-9a11-58e2a5333cbe {
  margin-top: 25px;
}
}







#s-86489bf7-0732-4b3e-9a11-58e2a5333cbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86489bf7-0732-4b3e-9a11-58e2a5333cbe.shg-box.shg-c {
  justify-content: center;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a {
  margin-top: 5px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
max-width: 50px;
text-align: left;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a-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-7f56e624-7708-4320-8d18-4ab624e43f7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 5px;
  margin-bottom: 0px;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(249, 250, 252, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7f56e624-7708-4320-8d18-4ab624e43f7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* 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-7f56e624-7708-4320-8d18-4ab624e43f7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f56e624-7708-4320-8d18-4ab624e43f7a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7f56e624-7708-4320-8d18-4ab624e43f7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7f56e624-7708-4320-8d18-4ab624e43f7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a-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-7f56e624-7708-4320-8d18-4ab624e43f7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a .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-7f56e624-7708-4320-8d18-4ab624e43f7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a 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-7f56e624-7708-4320-8d18-4ab624e43f7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f56e624-7708-4320-8d18-4ab624e43f7a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7f56e624-7708-4320-8d18-4ab624e43f7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7f56e624-7708-4320-8d18-4ab624e43f7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a-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-7f56e624-7708-4320-8d18-4ab624e43f7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a .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-7f56e624-7708-4320-8d18-4ab624e43f7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a 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-7f56e624-7708-4320-8d18-4ab624e43f7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f56e624-7708-4320-8d18-4ab624e43f7a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7f56e624-7708-4320-8d18-4ab624e43f7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7f56e624-7708-4320-8d18-4ab624e43f7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a-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-7f56e624-7708-4320-8d18-4ab624e43f7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a .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-7f56e624-7708-4320-8d18-4ab624e43f7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a 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-7f56e624-7708-4320-8d18-4ab624e43f7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f56e624-7708-4320-8d18-4ab624e43f7a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7f56e624-7708-4320-8d18-4ab624e43f7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7f56e624-7708-4320-8d18-4ab624e43f7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a-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-7f56e624-7708-4320-8d18-4ab624e43f7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a .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-7f56e624-7708-4320-8d18-4ab624e43f7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a 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-7f56e624-7708-4320-8d18-4ab624e43f7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f56e624-7708-4320-8d18-4ab624e43f7a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7f56e624-7708-4320-8d18-4ab624e43f7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f56e624-7708-4320-8d18-4ab624e43f7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a7e226ae-d1ef-48a9-8d1e-21b50223313b {
  margin-left: 8%;
margin-right: 4%;
}

#s-a7e226ae-d1ef-48a9-8d1e-21b50223313b .shg-proportional-font-size,
#s-a7e226ae-d1ef-48a9-8d1e-21b50223313b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-aed6b916-19cd-4fda-ad11-dce505092bfe {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-aed6b916-19cd-4fda-ad11-dce505092bfe {
  margin-top: 25px;
margin-bottom: 0px;
}
}







#s-aed6b916-19cd-4fda-ad11-dce505092bfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aed6b916-19cd-4fda-ad11-dce505092bfe.shg-box.shg-c {
  justify-content: center;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  margin-top: 5px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
max-width: 50px;
text-align: left;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d-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-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 5px;
  margin-bottom: 0px;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(249, 250, 252, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* 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-a81b878e-4ce9-46c7-a67a-c11eeab2120d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d-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-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d .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-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d 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-a81b878e-4ce9-46c7-a67a-c11eeab2120d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d-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-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d .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-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d 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-a81b878e-4ce9-46c7-a67a-c11eeab2120d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d-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-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d .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-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d 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-a81b878e-4ce9-46c7-a67a-c11eeab2120d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d-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-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d .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-a81b878e-4ce9-46c7-a67a-c11eeab2120d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d 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-a81b878e-4ce9-46c7-a67a-c11eeab2120d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81b878e-4ce9-46c7-a67a-c11eeab2120d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-503792c4-b2a0-4fc4-9cb7-89946f76ea4e {
  margin-left: 8%;
margin-right: 8%;
}

#s-503792c4-b2a0-4fc4-9cb7-89946f76ea4e .shg-proportional-font-size,
#s-503792c4-b2a0-4fc4-9cb7-89946f76ea4e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7492e887-548f-486d-bcd0-19927128dd26 {
  margin-top: 30px;
margin-left: 16%;
margin-bottom: 30px;
margin-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
border-style: none;
border-radius: 15px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-7492e887-548f-486d-bcd0-19927128dd26 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-7492e887-548f-486d-bcd0-19927128dd26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7492e887-548f-486d-bcd0-19927128dd26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7492e887-548f-486d-bcd0-19927128dd26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7492e887-548f-486d-bcd0-19927128dd26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-496e7381-d9dc-4ccb-8260-d71dbb2f6968 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-496e7381-d9dc-4ccb-8260-d71dbb2f6968 {
  margin-top: 25px;
margin-bottom: 0px;
}
}







#s-496e7381-d9dc-4ccb-8260-d71dbb2f6968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-496e7381-d9dc-4ccb-8260-d71dbb2f6968.shg-box.shg-c {
  justify-content: center;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea {
  margin-top: 5px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
max-width: 50px;
text-align: left;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea-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-698eebe4-09f2-48a7-9edd-b88f18131cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 5px;
  margin-bottom: 0px;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(249, 250, 252, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-698eebe4-09f2-48a7-9edd-b88f18131cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* 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-698eebe4-09f2-48a7-9edd-b88f18131cea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-698eebe4-09f2-48a7-9edd-b88f18131cea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-698eebe4-09f2-48a7-9edd-b88f18131cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-698eebe4-09f2-48a7-9edd-b88f18131cea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea-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-698eebe4-09f2-48a7-9edd-b88f18131cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea .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-698eebe4-09f2-48a7-9edd-b88f18131cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea 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-698eebe4-09f2-48a7-9edd-b88f18131cea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-698eebe4-09f2-48a7-9edd-b88f18131cea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-698eebe4-09f2-48a7-9edd-b88f18131cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-698eebe4-09f2-48a7-9edd-b88f18131cea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea-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-698eebe4-09f2-48a7-9edd-b88f18131cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea .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-698eebe4-09f2-48a7-9edd-b88f18131cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea 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-698eebe4-09f2-48a7-9edd-b88f18131cea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-698eebe4-09f2-48a7-9edd-b88f18131cea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-698eebe4-09f2-48a7-9edd-b88f18131cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-698eebe4-09f2-48a7-9edd-b88f18131cea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea-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-698eebe4-09f2-48a7-9edd-b88f18131cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea .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-698eebe4-09f2-48a7-9edd-b88f18131cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea 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-698eebe4-09f2-48a7-9edd-b88f18131cea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-698eebe4-09f2-48a7-9edd-b88f18131cea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-698eebe4-09f2-48a7-9edd-b88f18131cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-698eebe4-09f2-48a7-9edd-b88f18131cea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea-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-698eebe4-09f2-48a7-9edd-b88f18131cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea .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-698eebe4-09f2-48a7-9edd-b88f18131cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea 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-698eebe4-09f2-48a7-9edd-b88f18131cea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-698eebe4-09f2-48a7-9edd-b88f18131cea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-698eebe4-09f2-48a7-9edd-b88f18131cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-698eebe4-09f2-48a7-9edd-b88f18131cea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4c540952-7546-475d-9e6d-26ce4c253379 {
  margin-left: 8%;
margin-right: 8%;
}

#s-4c540952-7546-475d-9e6d-26ce4c253379 .shg-proportional-font-size,
#s-4c540952-7546-475d-9e6d-26ce4c253379 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ce5d6bbb-7e31-4ce1-89c1-da58ea1dbfb6 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-ce5d6bbb-7e31-4ce1-89c1-da58ea1dbfb6 {
  margin-top: 25px;
margin-bottom: 0px;
}
}







#s-ce5d6bbb-7e31-4ce1-89c1-da58ea1dbfb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce5d6bbb-7e31-4ce1-89c1-da58ea1dbfb6.shg-box.shg-c {
  justify-content: center;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  margin-top: 5px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 50px;
text-align: left;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1-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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 0%;
  margin-top: 5px;
  margin-bottom: 0px;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(249, 250, 252, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* 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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1-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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 .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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1-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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 .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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1-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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 .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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1-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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 .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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 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-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91ff1fbd-c5c5-4826-bbe3-6c502c3a9ff1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4ed85101-7ebf-419c-a93a-3aecb822d346 {
  margin-left: 8%;
margin-right: 8%;
}

#s-4ed85101-7ebf-419c-a93a-3aecb822d346 .shg-proportional-font-size,
#s-4ed85101-7ebf-419c-a93a-3aecb822d346 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1d31484f-d786-415f-9287-a18b7681e501 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-1d31484f-d786-415f-9287-a18b7681e501 {
  margin-top: 25px;
}
}







#s-1d31484f-d786-415f-9287-a18b7681e501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d31484f-d786-415f-9287-a18b7681e501.shg-box.shg-c {
  justify-content: center;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6 {
  margin-top: 5px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
max-width: 50px;
text-align: left;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6-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-02c56cde-7ff9-416a-aab8-0473997125d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 5px;
  margin-bottom: 0px;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(249, 250, 252, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-02c56cde-7ff9-416a-aab8-0473997125d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* 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-02c56cde-7ff9-416a-aab8-0473997125d6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02c56cde-7ff9-416a-aab8-0473997125d6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-02c56cde-7ff9-416a-aab8-0473997125d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-02c56cde-7ff9-416a-aab8-0473997125d6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6-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-02c56cde-7ff9-416a-aab8-0473997125d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6 .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-02c56cde-7ff9-416a-aab8-0473997125d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6 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-02c56cde-7ff9-416a-aab8-0473997125d6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02c56cde-7ff9-416a-aab8-0473997125d6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-02c56cde-7ff9-416a-aab8-0473997125d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-02c56cde-7ff9-416a-aab8-0473997125d6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6-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-02c56cde-7ff9-416a-aab8-0473997125d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6 .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-02c56cde-7ff9-416a-aab8-0473997125d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6 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-02c56cde-7ff9-416a-aab8-0473997125d6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02c56cde-7ff9-416a-aab8-0473997125d6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-02c56cde-7ff9-416a-aab8-0473997125d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-02c56cde-7ff9-416a-aab8-0473997125d6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6-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-02c56cde-7ff9-416a-aab8-0473997125d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6 .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-02c56cde-7ff9-416a-aab8-0473997125d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6 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-02c56cde-7ff9-416a-aab8-0473997125d6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02c56cde-7ff9-416a-aab8-0473997125d6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-02c56cde-7ff9-416a-aab8-0473997125d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-02c56cde-7ff9-416a-aab8-0473997125d6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6-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-02c56cde-7ff9-416a-aab8-0473997125d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6 .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-02c56cde-7ff9-416a-aab8-0473997125d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6 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-02c56cde-7ff9-416a-aab8-0473997125d6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02c56cde-7ff9-416a-aab8-0473997125d6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-02c56cde-7ff9-416a-aab8-0473997125d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c56cde-7ff9-416a-aab8-0473997125d6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2d915518-eb6d-4425-bdec-668550dc3ef5 {
  margin-left: 8%;
margin-right: 4%;
}

#s-2d915518-eb6d-4425-bdec-668550dc3ef5 .shg-proportional-font-size,
#s-2d915518-eb6d-4425-bdec-668550dc3ef5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5f3fd894-8db2-4c21-8ac8-5668c01c17a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(249, 250, 252, 1);
}








#s-5f3fd894-8db2-4c21-8ac8-5668c01c17a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f3fd894-8db2-4c21-8ac8-5668c01c17a5.shg-box.shg-c {
  justify-content: center;
}

#s-2ad0f38f-90c4-4af0-85a5-f02decd4a80d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-2d83cf7c-b24c-4bfe-9abe-e6c61f488c73 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d83cf7c-b24c-4bfe-9abe-e6c61f488c73 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-2d83cf7c-b24c-4bfe-9abe-e6c61f488c73 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-6d050837-eec4-49a4-8e4e-466a1bd57b74 {
  margin-left: 20%;
margin-right: 20%;
}
@media (max-width: 767px){#s-6d050837-eec4-49a4-8e4e-466a1bd57b74 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-6d050837-eec4-49a4-8e4e-466a1bd57b74 .shg-proportional-font-size,
#s-6d050837-eec4-49a4-8e4e-466a1bd57b74 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5 {
  margin-left: 16%;
margin-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
}
@media (min-width: 1200px){#s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5 {
  display: none;
}
#s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5, #wrap-s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5, #wrap-content-s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5 {
  display: none;
}
#s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5, #wrap-s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5, #wrap-content-s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5 {
  display: none;
}
#s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5, #wrap-s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5, #wrap-content-s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a14382c7-4393-4ef5-9d7f-1dd78b1b0ea5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0c42c629-9246-4450-9948-661b32ffd239 {
  margin-left: auto;
margin-right: auto;
max-width: 929px;
text-align: center;
}
@media (max-width: 767px){#s-0c42c629-9246-4450-9948-661b32ffd239 {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-0c42c629-9246-4450-9948-661b32ffd239 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c42c629-9246-4450-9948-661b32ffd239-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-0c42c629-9246-4450-9948-661b32ffd239 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c42c629-9246-4450-9948-661b32ffd239 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0c42c629-9246-4450-9948-661b32ffd239 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c42c629-9246-4450-9948-661b32ffd239 img.shogun-image {
  width: 100%;
  
  
  max-width: 929px;

  /* 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-0c42c629-9246-4450-9948-661b32ffd239 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c42c629-9246-4450-9948-661b32ffd239.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c42c629-9246-4450-9948-661b32ffd239.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c42c629-9246-4450-9948-661b32ffd239.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0c42c629-9246-4450-9948-661b32ffd239 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c42c629-9246-4450-9948-661b32ffd239-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-0c42c629-9246-4450-9948-661b32ffd239 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c42c629-9246-4450-9948-661b32ffd239 .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-0c42c629-9246-4450-9948-661b32ffd239 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c42c629-9246-4450-9948-661b32ffd239 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-0c42c629-9246-4450-9948-661b32ffd239 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c42c629-9246-4450-9948-661b32ffd239.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c42c629-9246-4450-9948-661b32ffd239.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c42c629-9246-4450-9948-661b32ffd239.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0c42c629-9246-4450-9948-661b32ffd239 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c42c629-9246-4450-9948-661b32ffd239-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-0c42c629-9246-4450-9948-661b32ffd239 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c42c629-9246-4450-9948-661b32ffd239 .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-0c42c629-9246-4450-9948-661b32ffd239 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c42c629-9246-4450-9948-661b32ffd239 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-0c42c629-9246-4450-9948-661b32ffd239 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c42c629-9246-4450-9948-661b32ffd239.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c42c629-9246-4450-9948-661b32ffd239.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c42c629-9246-4450-9948-661b32ffd239.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0c42c629-9246-4450-9948-661b32ffd239 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c42c629-9246-4450-9948-661b32ffd239-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-0c42c629-9246-4450-9948-661b32ffd239 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c42c629-9246-4450-9948-661b32ffd239 .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-0c42c629-9246-4450-9948-661b32ffd239 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c42c629-9246-4450-9948-661b32ffd239 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-0c42c629-9246-4450-9948-661b32ffd239 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c42c629-9246-4450-9948-661b32ffd239.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c42c629-9246-4450-9948-661b32ffd239.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c42c629-9246-4450-9948-661b32ffd239.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0c42c629-9246-4450-9948-661b32ffd239 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c42c629-9246-4450-9948-661b32ffd239-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-0c42c629-9246-4450-9948-661b32ffd239 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-0c42c629-9246-4450-9948-661b32ffd239 .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-0c42c629-9246-4450-9948-661b32ffd239 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c42c629-9246-4450-9948-661b32ffd239 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-0c42c629-9246-4450-9948-661b32ffd239 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c42c629-9246-4450-9948-661b32ffd239.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c42c629-9246-4450-9948-661b32ffd239.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c42c629-9246-4450-9948-661b32ffd239.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 929px;
text-align: center;
}
@media (max-width: 767px){#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  margin-bottom: 0px;
}
}
#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f-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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f img.shogun-image {
  width: 100%;
  
  
  max-width: 929px;

  /* 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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f-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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f .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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f 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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f-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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f .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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f 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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f-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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f .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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f 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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f-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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f .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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f 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-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ba0cdc4-55ea-4b98-8bfe-0518b50f454f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 929px;
text-align: center;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8-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-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 img.shogun-image {
  width: 100%;
  
  
  max-width: 929px;

  /* 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-a91d8d04-959f-4eea-a3aa-20753cc058b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8-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-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 .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-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 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-a91d8d04-959f-4eea-a3aa-20753cc058b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8-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-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 .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-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 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-a91d8d04-959f-4eea-a3aa-20753cc058b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8-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-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 .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-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 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-a91d8d04-959f-4eea-a3aa-20753cc058b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8-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-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 .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-a91d8d04-959f-4eea-a3aa-20753cc058b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8 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-a91d8d04-959f-4eea-a3aa-20753cc058b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a91d8d04-959f-4eea-a3aa-20753cc058b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a5be56f2-3e6e-449b-ac7e-9ed9071da707 {
  margin-left: 16%;
margin-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
}
@media (max-width: 767px){#s-a5be56f2-3e6e-449b-ac7e-9ed9071da707 {
  display: none;
}
#s-a5be56f2-3e6e-449b-ac7e-9ed9071da707, #wrap-s-a5be56f2-3e6e-449b-ac7e-9ed9071da707, #wrap-content-s-a5be56f2-3e6e-449b-ac7e-9ed9071da707 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a5be56f2-3e6e-449b-ac7e-9ed9071da707"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5be56f2-3e6e-449b-ac7e-9ed9071da707"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5be56f2-3e6e-449b-ac7e-9ed9071da707"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5be56f2-3e6e-449b-ac7e-9ed9071da707"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  margin-left: auto;
margin-right: auto;
max-width: 929px;
text-align: center;
}
@media (max-width: 767px){#s-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65-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-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 929px;

  /* 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-2532e476-5b4e-4596-bb22-4657f64c3c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2532e476-5b4e-4596-bb22-4657f64c3c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2532e476-5b4e-4596-bb22-4657f64c3c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65-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-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65 .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-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65 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-2532e476-5b4e-4596-bb22-4657f64c3c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2532e476-5b4e-4596-bb22-4657f64c3c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2532e476-5b4e-4596-bb22-4657f64c3c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65-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-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65 .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-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65 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-2532e476-5b4e-4596-bb22-4657f64c3c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2532e476-5b4e-4596-bb22-4657f64c3c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2532e476-5b4e-4596-bb22-4657f64c3c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65-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-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65 .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-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65 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-2532e476-5b4e-4596-bb22-4657f64c3c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2532e476-5b4e-4596-bb22-4657f64c3c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2532e476-5b4e-4596-bb22-4657f64c3c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65-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-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-2532e476-5b4e-4596-bb22-4657f64c3c65 .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-2532e476-5b4e-4596-bb22-4657f64c3c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65 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-2532e476-5b4e-4596-bb22-4657f64c3c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2532e476-5b4e-4596-bb22-4657f64c3c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2532e476-5b4e-4596-bb22-4657f64c3c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2532e476-5b4e-4596-bb22-4657f64c3c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  margin-left: auto;
margin-right: auto;
max-width: 929px;
text-align: center;
}
@media (max-width: 767px){#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  margin-top: 25px;
margin-bottom: 0px;
}
}
#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad-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-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad img.shogun-image {
  width: 100%;
  
  
  max-width: 929px;

  /* 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-b905bdd7-f5ff-492e-8671-8526bf13c4ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad-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-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad .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-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad 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-b905bdd7-f5ff-492e-8671-8526bf13c4ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad-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-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad .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-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad 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-b905bdd7-f5ff-492e-8671-8526bf13c4ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad-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-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad .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-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad 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-b905bdd7-f5ff-492e-8671-8526bf13c4ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad-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-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad .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-b905bdd7-f5ff-492e-8671-8526bf13c4ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad 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-b905bdd7-f5ff-492e-8671-8526bf13c4ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b905bdd7-f5ff-492e-8671-8526bf13c4ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  margin-left: auto;
margin-right: auto;
max-width: 929px;
text-align: center;
}
@media (max-width: 767px){#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  margin-top: 25px;
margin-bottom: 0px;
}
}
#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b-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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b img.shogun-image {
  width: 100%;
  
  
  max-width: 929px;

  /* 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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b-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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b .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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b 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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b-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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b .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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b 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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b-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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b .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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b 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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b-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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b .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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b 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-128bad1e-6d2d-4f60-b7c2-50adce0fb06b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128bad1e-6d2d-4f60-b7c2-50adce0fb06b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a2678f04-e5e4-46f9-b7c8-e6bd3602b48e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-a2678f04-e5e4-46f9-b7c8-e6bd3602b48e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2678f04-e5e4-46f9-b7c8-e6bd3602b48e.shg-box.shg-c {
  justify-content: center;
}

#s-9f0c46f0-ec83-4e05-9920-7de4c5b09ca0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6e76d259-6635-4f62-a5e8-82a705bece6e {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 1%;
}

#s-6e76d259-6635-4f62-a5e8-82a705bece6e .shg-proportional-font-size,
#s-6e76d259-6635-4f62-a5e8-82a705bece6e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-66535b9c-ed1d-4b4c-866d-9386cbc263dc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-36ec599d-6815-4bf1-9865-f9d9e1563faf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36ec599d-6815-4bf1-9865-f9d9e1563faf .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-36ec599d-6815-4bf1-9865-f9d9e1563faf .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-727cc7da-cf48-4d37-bcb5-f749bea89184 {
  margin-top: 30px;
margin-left: 10%;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
border-style: none;
border-radius: 15px;
background-color: rgb(255, 255, 255);
}
@media (min-width: 1200px){#s-727cc7da-cf48-4d37-bcb5-f749bea89184 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-727cc7da-cf48-4d37-bcb5-f749bea89184 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (max-width: 767px){#s-727cc7da-cf48-4d37-bcb5-f749bea89184 {
  margin-top: 30px;
margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-727cc7da-cf48-4d37-bcb5-f749bea89184"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-727cc7da-cf48-4d37-bcb5-f749bea89184"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-727cc7da-cf48-4d37-bcb5-f749bea89184"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-727cc7da-cf48-4d37-bcb5-f749bea89184"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cc00e2fb-0f05-44cf-b1ab-8076d5ad12fd {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}








#s-cc00e2fb-0f05-44cf-b1ab-8076d5ad12fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc00e2fb-0f05-44cf-b1ab-8076d5ad12fd.shg-box.shg-c {
  justify-content: center;
}

.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-eacf3795-7467-43a2-8c99-e725b8f60384 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384 {
  margin: 0 !important;
  overflow: visible;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384-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-eacf3795-7467-43a2-8c99-e725b8f60384 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-eacf3795-7467-43a2-8c99-e725b8f60384 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  /* Add background color handling */
  
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;

}






.s-eacf3795-7467-43a2-8c99-e725b8f60384 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eacf3795-7467-43a2-8c99-e725b8f60384.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eacf3795-7467-43a2-8c99-e725b8f60384.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384.shogun-image {
  box-sizing: border-box;
}



.s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  
}


@media (min-width: 1200px){#s-eacf3795-7467-43a2-8c99-e725b8f60384 {
  margin: 0 !important;
  overflow: visible;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384-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-eacf3795-7467-43a2-8c99-e725b8f60384 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eacf3795-7467-43a2-8c99-e725b8f60384 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  /* Add background color handling */
  
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eacf3795-7467-43a2-8c99-e725b8f60384 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eacf3795-7467-43a2-8c99-e725b8f60384.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eacf3795-7467-43a2-8c99-e725b8f60384.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384.shogun-image {
  box-sizing: border-box;
}



.s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eacf3795-7467-43a2-8c99-e725b8f60384 {
  margin: 0 !important;
  overflow: visible;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384-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-eacf3795-7467-43a2-8c99-e725b8f60384 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eacf3795-7467-43a2-8c99-e725b8f60384 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  /* Add background color handling */
  
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eacf3795-7467-43a2-8c99-e725b8f60384 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eacf3795-7467-43a2-8c99-e725b8f60384.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eacf3795-7467-43a2-8c99-e725b8f60384.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384.shogun-image {
  box-sizing: border-box;
}



.s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eacf3795-7467-43a2-8c99-e725b8f60384 {
  margin: 0 !important;
  overflow: visible;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384-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-eacf3795-7467-43a2-8c99-e725b8f60384 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eacf3795-7467-43a2-8c99-e725b8f60384 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  /* Add background color handling */
  
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eacf3795-7467-43a2-8c99-e725b8f60384 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eacf3795-7467-43a2-8c99-e725b8f60384.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eacf3795-7467-43a2-8c99-e725b8f60384.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384.shogun-image {
  box-sizing: border-box;
}



.s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  
}


}@media (max-width: 767px){#s-eacf3795-7467-43a2-8c99-e725b8f60384 {
  margin: 0 !important;
  overflow: visible;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384-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-eacf3795-7467-43a2-8c99-e725b8f60384 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eacf3795-7467-43a2-8c99-e725b8f60384 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  /* Add background color handling */
  
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eacf3795-7467-43a2-8c99-e725b8f60384 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eacf3795-7467-43a2-8c99-e725b8f60384.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eacf3795-7467-43a2-8c99-e725b8f60384.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eacf3795-7467-43a2-8c99-e725b8f60384.shogun-image {
  box-sizing: border-box;
}



.s-eacf3795-7467-43a2-8c99-e725b8f60384 img.shogun-image {
  
}


}
#s-8892866e-c639-44e2-ba7b-43eb466723d0 {
  margin-left: 8%;
margin-right: 8%;
}

#s-8892866e-c639-44e2-ba7b-43eb466723d0 .shg-proportional-font-size,
#s-8892866e-c639-44e2-ba7b-43eb466723d0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5556d9d8-c37f-4355-91d9-a3c878b259fb {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 25px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (min-width: 1200px){#s-5556d9d8-c37f-4355-91d9-a3c878b259fb {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5556d9d8-c37f-4355-91d9-a3c878b259fb {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5556d9d8-c37f-4355-91d9-a3c878b259fb {
  margin-top: 0px;
}
}







#s-5556d9d8-c37f-4355-91d9-a3c878b259fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5556d9d8-c37f-4355-91d9-a3c878b259fb.shg-box.shg-c {
  justify-content: center;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  margin: 0 !important;
  overflow: visible;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f-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-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  /* Add background color handling */
  
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;

}






.s-b2015128-ff34-4e58-ae4b-71a4df567f5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shogun-image {
  box-sizing: border-box;
}



.s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  
}


@media (min-width: 1200px){#s-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  margin: 0 !important;
  overflow: visible;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f-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-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  /* Add background color handling */
  
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b2015128-ff34-4e58-ae4b-71a4df567f5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shogun-image {
  box-sizing: border-box;
}



.s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  margin: 0 !important;
  overflow: visible;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f-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-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  /* Add background color handling */
  
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b2015128-ff34-4e58-ae4b-71a4df567f5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shogun-image {
  box-sizing: border-box;
}



.s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  margin: 0 !important;
  overflow: visible;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f-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-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  /* Add background color handling */
  
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b2015128-ff34-4e58-ae4b-71a4df567f5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shogun-image {
  box-sizing: border-box;
}



.s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  
}


}@media (max-width: 767px){#s-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  margin: 0 !important;
  overflow: visible;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f-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-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2015128-ff34-4e58-ae4b-71a4df567f5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  /* Add background color handling */
  
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b2015128-ff34-4e58-ae4b-71a4df567f5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2015128-ff34-4e58-ae4b-71a4df567f5f.shogun-image {
  box-sizing: border-box;
}



.s-b2015128-ff34-4e58-ae4b-71a4df567f5f img.shogun-image {
  
}


}
#s-cf3356a7-f919-40ae-90cc-d694f084f434 {
  margin-left: 8%;
margin-right: 8%;
}

#s-cf3356a7-f919-40ae-90cc-d694f084f434 .shg-proportional-font-size,
#s-cf3356a7-f919-40ae-90cc-d694f084f434 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e1796a90-4db3-4f0b-ad3a-fe7b5a6ed55f {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-e1796a90-4db3-4f0b-ad3a-fe7b5a6ed55f {
  margin-top: 25px;
}
}







#s-e1796a90-4db3-4f0b-ad3a-fe7b5a6ed55f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1796a90-4db3-4f0b-ad3a-fe7b5a6ed55f.shg-box.shg-c {
  justify-content: center;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  margin: 0 !important;
  overflow: visible;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349-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-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  /* Add background color handling */
  
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;

}






.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shogun-image {
  box-sizing: border-box;
}



.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  
}


@media (min-width: 1200px){#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  margin: 0 !important;
  overflow: visible;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349-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-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  /* Add background color handling */
  
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shogun-image {
  box-sizing: border-box;
}



.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  margin: 0 !important;
  overflow: visible;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349-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-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  /* Add background color handling */
  
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shogun-image {
  box-sizing: border-box;
}



.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  margin: 0 !important;
  overflow: visible;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349-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-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  /* Add background color handling */
  
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shogun-image {
  box-sizing: border-box;
}



.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  
}


}@media (max-width: 767px){#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  margin: 0 !important;
  overflow: visible;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349-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-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  /* Add background color handling */
  
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97093b7f-9e7a-42f0-88a5-f2a350ca7349.shogun-image {
  box-sizing: border-box;
}



.s-97093b7f-9e7a-42f0-88a5-f2a350ca7349 img.shogun-image {
  
}


}
#s-5c0a92ae-278e-4fb8-ad0a-3e1519dae235 {
  margin-left: 8%;
margin-right: 8%;
}

#s-5c0a92ae-278e-4fb8-ad0a-3e1519dae235 .shg-proportional-font-size,
#s-5c0a92ae-278e-4fb8-ad0a-3e1519dae235 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-42c675de-8bc7-4068-aa64-919746573b8c {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-42c675de-8bc7-4068-aa64-919746573b8c {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42c675de-8bc7-4068-aa64-919746573b8c {
  margin-left: 12%;
margin-right: 12%;
}
}
@media (min-width: 0px) {
[id="s-42c675de-8bc7-4068-aa64-919746573b8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42c675de-8bc7-4068-aa64-919746573b8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42c675de-8bc7-4068-aa64-919746573b8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42c675de-8bc7-4068-aa64-919746573b8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-061782d1-ae89-4096-9636-26ec04763501 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 30px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (min-width: 1200px){#s-061782d1-ae89-4096-9636-26ec04763501 {
  display: none;
}
#s-061782d1-ae89-4096-9636-26ec04763501, #wrap-s-061782d1-ae89-4096-9636-26ec04763501, #wrap-content-s-061782d1-ae89-4096-9636-26ec04763501 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-061782d1-ae89-4096-9636-26ec04763501 {
  display: none;
}
#s-061782d1-ae89-4096-9636-26ec04763501, #wrap-s-061782d1-ae89-4096-9636-26ec04763501, #wrap-content-s-061782d1-ae89-4096-9636-26ec04763501 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-061782d1-ae89-4096-9636-26ec04763501 {
  display: none;
}
#s-061782d1-ae89-4096-9636-26ec04763501, #wrap-s-061782d1-ae89-4096-9636-26ec04763501, #wrap-content-s-061782d1-ae89-4096-9636-26ec04763501 { display: none !important; }}







#s-061782d1-ae89-4096-9636-26ec04763501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-061782d1-ae89-4096-9636-26ec04763501.shg-box.shg-c {
  justify-content: center;
}

#s-0fd1543e-fdea-4eb9-b469-29a8e16f203b {
  margin-left: 6%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-0fd1543e-fdea-4eb9-b469-29a8e16f203b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fd1543e-fdea-4eb9-b469-29a8e16f203b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0fd1543e-fdea-4eb9-b469-29a8e16f203b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0fd1543e-fdea-4eb9-b469-29a8e16f203b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0fd1543e-fdea-4eb9-b469-29a8e16f203b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fd1543e-fdea-4eb9-b469-29a8e16f203b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0fd1543e-fdea-4eb9-b469-29a8e16f203b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  text-align: center;
}
}
#s-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272-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-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 0px;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-de951fbf-fcb6-48de-a155-3c930d5dc272 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de951fbf-fcb6-48de-a155-3c930d5dc272.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de951fbf-fcb6-48de-a155-3c930d5dc272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272-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-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272 .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-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272 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-de951fbf-fcb6-48de-a155-3c930d5dc272 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de951fbf-fcb6-48de-a155-3c930d5dc272.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de951fbf-fcb6-48de-a155-3c930d5dc272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272-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-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272 .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-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272 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-de951fbf-fcb6-48de-a155-3c930d5dc272 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de951fbf-fcb6-48de-a155-3c930d5dc272.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de951fbf-fcb6-48de-a155-3c930d5dc272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272-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-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272 .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-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272 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-de951fbf-fcb6-48de-a155-3c930d5dc272 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de951fbf-fcb6-48de-a155-3c930d5dc272.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de951fbf-fcb6-48de-a155-3c930d5dc272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272-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-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272 .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-de951fbf-fcb6-48de-a155-3c930d5dc272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272 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-de951fbf-fcb6-48de-a155-3c930d5dc272 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de951fbf-fcb6-48de-a155-3c930d5dc272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de951fbf-fcb6-48de-a155-3c930d5dc272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de951fbf-fcb6-48de-a155-3c930d5dc272.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a38c18ec-5e13-400c-8023-48703418165d {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-a38c18ec-5e13-400c-8023-48703418165d .shg-proportional-font-size,
#s-a38c18ec-5e13-400c-8023-48703418165d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b55d20dd-6097-4bdb-9708-9ab296d1913e {
  margin-left: 3%;
margin-right: 4%;
}

#s-b55d20dd-6097-4bdb-9708-9ab296d1913e .shg-proportional-font-size,
#s-b55d20dd-6097-4bdb-9708-9ab296d1913e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e1d27430-a0a1-4d62-bbc3-5a39cc29f0fa {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 30px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-e1d27430-a0a1-4d62-bbc3-5a39cc29f0fa {
  display: none;
}
#s-e1d27430-a0a1-4d62-bbc3-5a39cc29f0fa, #wrap-s-e1d27430-a0a1-4d62-bbc3-5a39cc29f0fa, #wrap-content-s-e1d27430-a0a1-4d62-bbc3-5a39cc29f0fa { display: none !important; }}







#s-e1d27430-a0a1-4d62-bbc3-5a39cc29f0fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1d27430-a0a1-4d62-bbc3-5a39cc29f0fa.shg-box.shg-c {
  justify-content: center;
}

#s-6c2f5782-89a7-4e1e-92db-8efc2c697778 {
  margin-left: 6%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6c2f5782-89a7-4e1e-92db-8efc2c697778"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c2f5782-89a7-4e1e-92db-8efc2c697778"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c2f5782-89a7-4e1e-92db-8efc2c697778"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c2f5782-89a7-4e1e-92db-8efc2c697778"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c2f5782-89a7-4e1e-92db-8efc2c697778"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c2f5782-89a7-4e1e-92db-8efc2c697778"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c2f5782-89a7-4e1e-92db-8efc2c697778"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 70px;
text-align: left;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c-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-2725e6b9-b565-4197-995e-7d65fd13be0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-2725e6b9-b565-4197-995e-7d65fd13be0c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-2725e6b9-b565-4197-995e-7d65fd13be0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

  /* 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-2725e6b9-b565-4197-995e-7d65fd13be0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2725e6b9-b565-4197-995e-7d65fd13be0c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2725e6b9-b565-4197-995e-7d65fd13be0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2725e6b9-b565-4197-995e-7d65fd13be0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c-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-2725e6b9-b565-4197-995e-7d65fd13be0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c .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-2725e6b9-b565-4197-995e-7d65fd13be0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c 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-2725e6b9-b565-4197-995e-7d65fd13be0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2725e6b9-b565-4197-995e-7d65fd13be0c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2725e6b9-b565-4197-995e-7d65fd13be0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2725e6b9-b565-4197-995e-7d65fd13be0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c-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-2725e6b9-b565-4197-995e-7d65fd13be0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c .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-2725e6b9-b565-4197-995e-7d65fd13be0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c 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-2725e6b9-b565-4197-995e-7d65fd13be0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2725e6b9-b565-4197-995e-7d65fd13be0c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2725e6b9-b565-4197-995e-7d65fd13be0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2725e6b9-b565-4197-995e-7d65fd13be0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c-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-2725e6b9-b565-4197-995e-7d65fd13be0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c .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-2725e6b9-b565-4197-995e-7d65fd13be0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c 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-2725e6b9-b565-4197-995e-7d65fd13be0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2725e6b9-b565-4197-995e-7d65fd13be0c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2725e6b9-b565-4197-995e-7d65fd13be0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2725e6b9-b565-4197-995e-7d65fd13be0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c-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-2725e6b9-b565-4197-995e-7d65fd13be0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c .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-2725e6b9-b565-4197-995e-7d65fd13be0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c 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-2725e6b9-b565-4197-995e-7d65fd13be0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2725e6b9-b565-4197-995e-7d65fd13be0c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2725e6b9-b565-4197-995e-7d65fd13be0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2725e6b9-b565-4197-995e-7d65fd13be0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6419ed3c-38d9-4200-abcd-631c2cb9d1a9 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-6419ed3c-38d9-4200-abcd-631c2cb9d1a9 .shg-proportional-font-size,
#s-6419ed3c-38d9-4200-abcd-631c2cb9d1a9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f87939d2-4967-48fd-bca1-d47ef075a0b6 {
  margin-left: 3%;
margin-right: 4%;
}

#s-f87939d2-4967-48fd-bca1-d47ef075a0b6 .shg-proportional-font-size,
#s-f87939d2-4967-48fd-bca1-d47ef075a0b6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bfa9edfc-99fb-493b-b1c9-855d9844de1e {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 30px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (min-width: 1200px){#s-bfa9edfc-99fb-493b-b1c9-855d9844de1e {
  display: none;
}
#s-bfa9edfc-99fb-493b-b1c9-855d9844de1e, #wrap-s-bfa9edfc-99fb-493b-b1c9-855d9844de1e, #wrap-content-s-bfa9edfc-99fb-493b-b1c9-855d9844de1e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfa9edfc-99fb-493b-b1c9-855d9844de1e {
  display: none;
}
#s-bfa9edfc-99fb-493b-b1c9-855d9844de1e, #wrap-s-bfa9edfc-99fb-493b-b1c9-855d9844de1e, #wrap-content-s-bfa9edfc-99fb-493b-b1c9-855d9844de1e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfa9edfc-99fb-493b-b1c9-855d9844de1e {
  display: none;
}
#s-bfa9edfc-99fb-493b-b1c9-855d9844de1e, #wrap-s-bfa9edfc-99fb-493b-b1c9-855d9844de1e, #wrap-content-s-bfa9edfc-99fb-493b-b1c9-855d9844de1e { display: none !important; }}







#s-bfa9edfc-99fb-493b-b1c9-855d9844de1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfa9edfc-99fb-493b-b1c9-855d9844de1e.shg-box.shg-c {
  justify-content: center;
}

#s-5b8e43a4-db18-40be-9b4e-59c12ac1682d {
  margin-top: 0px;
margin-left: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-5b8e43a4-db18-40be-9b4e-59c12ac1682d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b8e43a4-db18-40be-9b4e-59c12ac1682d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b8e43a4-db18-40be-9b4e-59c12ac1682d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b8e43a4-db18-40be-9b4e-59c12ac1682d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b8e43a4-db18-40be-9b4e-59c12ac1682d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b8e43a4-db18-40be-9b4e-59c12ac1682d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b8e43a4-db18-40be-9b4e-59c12ac1682d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb-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-9f049ec6-e334-424f-ac7a-82957a788cfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9f049ec6-e334-424f-ac7a-82957a788cfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-9f049ec6-e334-424f-ac7a-82957a788cfb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f049ec6-e334-424f-ac7a-82957a788cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f049ec6-e334-424f-ac7a-82957a788cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9f049ec6-e334-424f-ac7a-82957a788cfb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb-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-9f049ec6-e334-424f-ac7a-82957a788cfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb .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-9f049ec6-e334-424f-ac7a-82957a788cfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb 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-9f049ec6-e334-424f-ac7a-82957a788cfb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f049ec6-e334-424f-ac7a-82957a788cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f049ec6-e334-424f-ac7a-82957a788cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9f049ec6-e334-424f-ac7a-82957a788cfb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb-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-9f049ec6-e334-424f-ac7a-82957a788cfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb .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-9f049ec6-e334-424f-ac7a-82957a788cfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb 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-9f049ec6-e334-424f-ac7a-82957a788cfb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f049ec6-e334-424f-ac7a-82957a788cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f049ec6-e334-424f-ac7a-82957a788cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9f049ec6-e334-424f-ac7a-82957a788cfb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb-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-9f049ec6-e334-424f-ac7a-82957a788cfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb .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-9f049ec6-e334-424f-ac7a-82957a788cfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb 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-9f049ec6-e334-424f-ac7a-82957a788cfb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f049ec6-e334-424f-ac7a-82957a788cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f049ec6-e334-424f-ac7a-82957a788cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9f049ec6-e334-424f-ac7a-82957a788cfb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb-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-9f049ec6-e334-424f-ac7a-82957a788cfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb .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-9f049ec6-e334-424f-ac7a-82957a788cfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb 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-9f049ec6-e334-424f-ac7a-82957a788cfb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f049ec6-e334-424f-ac7a-82957a788cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f049ec6-e334-424f-ac7a-82957a788cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f049ec6-e334-424f-ac7a-82957a788cfb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6d854159-f138-4fa4-b454-aef1187c084d {
  margin-left: 0%;
margin-right: 4%;
}

#s-6d854159-f138-4fa4-b454-aef1187c084d .shg-proportional-font-size,
#s-6d854159-f138-4fa4-b454-aef1187c084d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-80be2e29-96bf-402a-b442-ec707cc850b0 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-80be2e29-96bf-402a-b442-ec707cc850b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80be2e29-96bf-402a-b442-ec707cc850b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80be2e29-96bf-402a-b442-ec707cc850b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80be2e29-96bf-402a-b442-ec707cc850b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80be2e29-96bf-402a-b442-ec707cc850b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80be2e29-96bf-402a-b442-ec707cc850b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80be2e29-96bf-402a-b442-ec707cc850b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36-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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36-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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 .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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36-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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 .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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36-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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 .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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36-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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 .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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 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-bedee6fc-8ba0-41e6-aabd-3d60104e4b36 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bedee6fc-8ba0-41e6-aabd-3d60104e4b36.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9c8ac6b0-c828-4a6e-93d1-6048a616fbdb {
  margin-left: 0%;
margin-right: 4%;
}

#s-9c8ac6b0-c828-4a6e-93d1-6048a616fbdb .shg-proportional-font-size,
#s-9c8ac6b0-c828-4a6e-93d1-6048a616fbdb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-38593948-aaa4-4f1a-a66f-b8b7481ab9ce {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a97bc350-bcb0-44a3-a4ff-1eabdf523278 {
  margin-top: 25px;
margin-left: 3%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a97bc350-bcb0-44a3-a4ff-1eabdf523278"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a97bc350-bcb0-44a3-a4ff-1eabdf523278"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a97bc350-bcb0-44a3-a4ff-1eabdf523278"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a97bc350-bcb0-44a3-a4ff-1eabdf523278"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a97bc350-bcb0-44a3-a4ff-1eabdf523278"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a97bc350-bcb0-44a3-a4ff-1eabdf523278"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a97bc350-bcb0-44a3-a4ff-1eabdf523278"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9-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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9-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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 .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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9-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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 .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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9-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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 .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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9-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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 .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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9 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-e9fe018b-f446-43dc-b2df-5902d9c49bf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9fe018b-f446-43dc-b2df-5902d9c49bf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2a6f77d1-f754-4af0-b132-b6d982fd43ba {
  margin-left: 0%;
margin-right: 4%;
}

#s-2a6f77d1-f754-4af0-b132-b6d982fd43ba .shg-proportional-font-size,
#s-2a6f77d1-f754-4af0-b132-b6d982fd43ba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a56b4de9-33d7-4fb2-8f81-5ba65f2594e3 {
  margin-top: 25px;
margin-left: 3%;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a56b4de9-33d7-4fb2-8f81-5ba65f2594e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a56b4de9-33d7-4fb2-8f81-5ba65f2594e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a56b4de9-33d7-4fb2-8f81-5ba65f2594e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a56b4de9-33d7-4fb2-8f81-5ba65f2594e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a56b4de9-33d7-4fb2-8f81-5ba65f2594e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a56b4de9-33d7-4fb2-8f81-5ba65f2594e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a56b4de9-33d7-4fb2-8f81-5ba65f2594e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19-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-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-d09df963-8a22-48e6-ac6a-6f77b559aa19 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19-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-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 .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-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 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-d09df963-8a22-48e6-ac6a-6f77b559aa19 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19-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-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 .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-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 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-d09df963-8a22-48e6-ac6a-6f77b559aa19 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19-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-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 .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-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 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-d09df963-8a22-48e6-ac6a-6f77b559aa19 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19-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-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 .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-d09df963-8a22-48e6-ac6a-6f77b559aa19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19 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-d09df963-8a22-48e6-ac6a-6f77b559aa19 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d09df963-8a22-48e6-ac6a-6f77b559aa19.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-62edc956-9b2b-4794-8ccb-c429ee3360cd {
  margin-left: 0%;
margin-right: 4%;
}

#s-62edc956-9b2b-4794-8ccb-c429ee3360cd .shg-proportional-font-size,
#s-62edc956-9b2b-4794-8ccb-c429ee3360cd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-702fd186-d7f4-41e5-81e7-4b9e08b7bcd0 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 30px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-702fd186-d7f4-41e5-81e7-4b9e08b7bcd0 {
  display: none;
}
#s-702fd186-d7f4-41e5-81e7-4b9e08b7bcd0, #wrap-s-702fd186-d7f4-41e5-81e7-4b9e08b7bcd0, #wrap-content-s-702fd186-d7f4-41e5-81e7-4b9e08b7bcd0 { display: none !important; }}







#s-702fd186-d7f4-41e5-81e7-4b9e08b7bcd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-702fd186-d7f4-41e5-81e7-4b9e08b7bcd0.shg-box.shg-c {
  justify-content: center;
}

#s-8640561a-d9de-4c80-980b-364cfff3e6ca {
  margin-top: 0px;
margin-left: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8640561a-d9de-4c80-980b-364cfff3e6ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8640561a-d9de-4c80-980b-364cfff3e6ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8640561a-d9de-4c80-980b-364cfff3e6ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8640561a-d9de-4c80-980b-364cfff3e6ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8640561a-d9de-4c80-980b-364cfff3e6ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8640561a-d9de-4c80-980b-364cfff3e6ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8640561a-d9de-4c80-980b-364cfff3e6ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded-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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded-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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded .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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded 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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded-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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded .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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded 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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded-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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded .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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded 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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded-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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded .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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded 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-ea9487eb-90eb-45f6-88cd-5a79b5f23ded .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea9487eb-90eb-45f6-88cd-5a79b5f23ded.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f91335bb-5801-49d0-b70d-648405ce952d {
  margin-left: 0%;
margin-right: 4%;
}

#s-f91335bb-5801-49d0-b70d-648405ce952d .shg-proportional-font-size,
#s-f91335bb-5801-49d0-b70d-648405ce952d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-163c78a6-b3a5-4358-9e14-8bccf9879880 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-163c78a6-b3a5-4358-9e14-8bccf9879880"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-163c78a6-b3a5-4358-9e14-8bccf9879880"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-163c78a6-b3a5-4358-9e14-8bccf9879880"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-163c78a6-b3a5-4358-9e14-8bccf9879880"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-163c78a6-b3a5-4358-9e14-8bccf9879880"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-163c78a6-b3a5-4358-9e14-8bccf9879880"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-163c78a6-b3a5-4358-9e14-8bccf9879880"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666-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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666-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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 .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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666-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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 .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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666-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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 .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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666-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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 .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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 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-ea9fbda3-bfe9-40a3-aaf1-0352742e4666 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea9fbda3-bfe9-40a3-aaf1-0352742e4666.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cced1748-76aa-44e8-a66e-79f35eed1102 {
  margin-left: 0%;
margin-right: 4%;
}

#s-cced1748-76aa-44e8-a66e-79f35eed1102 .shg-proportional-font-size,
#s-cced1748-76aa-44e8-a66e-79f35eed1102 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4af7a3be-f245-4599-9cd8-ea4e1acfee47 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e6cbe3e4-faaf-4a0c-9780-ebac330386e1 {
  margin-top: 25px;
margin-left: 3%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e6cbe3e4-faaf-4a0c-9780-ebac330386e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6cbe3e4-faaf-4a0c-9780-ebac330386e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6cbe3e4-faaf-4a0c-9780-ebac330386e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6cbe3e4-faaf-4a0c-9780-ebac330386e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6cbe3e4-faaf-4a0c-9780-ebac330386e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6cbe3e4-faaf-4a0c-9780-ebac330386e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6cbe3e4-faaf-4a0c-9780-ebac330386e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3650e760-5664-461e-b161-f34e102811eb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-3650e760-5664-461e-b161-f34e102811eb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3650e760-5664-461e-b161-f34e102811eb-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-3650e760-5664-461e-b161-f34e102811eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-3650e760-5664-461e-b161-f34e102811eb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3650e760-5664-461e-b161-f34e102811eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3650e760-5664-461e-b161-f34e102811eb img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-3650e760-5664-461e-b161-f34e102811eb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3650e760-5664-461e-b161-f34e102811eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3650e760-5664-461e-b161-f34e102811eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3650e760-5664-461e-b161-f34e102811eb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3650e760-5664-461e-b161-f34e102811eb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3650e760-5664-461e-b161-f34e102811eb-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-3650e760-5664-461e-b161-f34e102811eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3650e760-5664-461e-b161-f34e102811eb .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-3650e760-5664-461e-b161-f34e102811eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3650e760-5664-461e-b161-f34e102811eb 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-3650e760-5664-461e-b161-f34e102811eb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3650e760-5664-461e-b161-f34e102811eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3650e760-5664-461e-b161-f34e102811eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3650e760-5664-461e-b161-f34e102811eb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3650e760-5664-461e-b161-f34e102811eb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3650e760-5664-461e-b161-f34e102811eb-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-3650e760-5664-461e-b161-f34e102811eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3650e760-5664-461e-b161-f34e102811eb .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-3650e760-5664-461e-b161-f34e102811eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3650e760-5664-461e-b161-f34e102811eb 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-3650e760-5664-461e-b161-f34e102811eb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3650e760-5664-461e-b161-f34e102811eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3650e760-5664-461e-b161-f34e102811eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3650e760-5664-461e-b161-f34e102811eb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3650e760-5664-461e-b161-f34e102811eb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3650e760-5664-461e-b161-f34e102811eb-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-3650e760-5664-461e-b161-f34e102811eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3650e760-5664-461e-b161-f34e102811eb .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-3650e760-5664-461e-b161-f34e102811eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3650e760-5664-461e-b161-f34e102811eb 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-3650e760-5664-461e-b161-f34e102811eb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3650e760-5664-461e-b161-f34e102811eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3650e760-5664-461e-b161-f34e102811eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3650e760-5664-461e-b161-f34e102811eb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3650e760-5664-461e-b161-f34e102811eb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3650e760-5664-461e-b161-f34e102811eb-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-3650e760-5664-461e-b161-f34e102811eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3650e760-5664-461e-b161-f34e102811eb .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-3650e760-5664-461e-b161-f34e102811eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3650e760-5664-461e-b161-f34e102811eb 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-3650e760-5664-461e-b161-f34e102811eb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3650e760-5664-461e-b161-f34e102811eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3650e760-5664-461e-b161-f34e102811eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3650e760-5664-461e-b161-f34e102811eb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e5dd53eb-d690-41e7-a272-9e2ad8057e87 {
  margin-left: 0%;
margin-right: 4%;
}

#s-e5dd53eb-d690-41e7-a272-9e2ad8057e87 .shg-proportional-font-size,
#s-e5dd53eb-d690-41e7-a272-9e2ad8057e87 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9d263a44-148f-48cc-832b-d2578f5da9a0 {
  margin-top: 25px;
margin-left: 3%;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9d263a44-148f-48cc-832b-d2578f5da9a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d263a44-148f-48cc-832b-d2578f5da9a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d263a44-148f-48cc-832b-d2578f5da9a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d263a44-148f-48cc-832b-d2578f5da9a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d263a44-148f-48cc-832b-d2578f5da9a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d263a44-148f-48cc-832b-d2578f5da9a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d263a44-148f-48cc-832b-d2578f5da9a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab-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-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-c3583e7b-db50-4734-bd53-5a9b10be59ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab-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-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab .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-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab 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-c3583e7b-db50-4734-bd53-5a9b10be59ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab-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-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab .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-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab 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-c3583e7b-db50-4734-bd53-5a9b10be59ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab-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-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab .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-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab 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-c3583e7b-db50-4734-bd53-5a9b10be59ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab-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-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab .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-c3583e7b-db50-4734-bd53-5a9b10be59ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab 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-c3583e7b-db50-4734-bd53-5a9b10be59ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3583e7b-db50-4734-bd53-5a9b10be59ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d0c9d7d9-a6f4-4bb3-9165-4552f53dad15 {
  margin-left: 0%;
margin-right: 4%;
}

#s-d0c9d7d9-a6f4-4bb3-9165-4552f53dad15 .shg-proportional-font-size,
#s-d0c9d7d9-a6f4-4bb3-9165-4552f53dad15 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bc3bbb9c-3f64-431f-bfee-e6f9d0e5487a {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (min-width: 1200px){#s-bc3bbb9c-3f64-431f-bfee-e6f9d0e5487a {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc3bbb9c-3f64-431f-bfee-e6f9d0e5487a {
  margin-left: 16%;
margin-right: 16%;
}
}@media (max-width: 767px){#s-bc3bbb9c-3f64-431f-bfee-e6f9d0e5487a {
  display: none;
}
#s-bc3bbb9c-3f64-431f-bfee-e6f9d0e5487a, #wrap-s-bc3bbb9c-3f64-431f-bfee-e6f9d0e5487a, #wrap-content-s-bc3bbb9c-3f64-431f-bfee-e6f9d0e5487a { display: none !important; }}







#s-bc3bbb9c-3f64-431f-bfee-e6f9d0e5487a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc3bbb9c-3f64-431f-bfee-e6f9d0e5487a.shg-box.shg-c {
  justify-content: center;
}

#s-b3811c10-3dfc-4482-a414-2090a0864c70 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-b3811c10-3dfc-4482-a414-2090a0864c70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3811c10-3dfc-4482-a414-2090a0864c70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b3811c10-3dfc-4482-a414-2090a0864c70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b3811c10-3dfc-4482-a414-2090a0864c70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b3811c10-3dfc-4482-a414-2090a0864c70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3811c10-3dfc-4482-a414-2090a0864c70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b3811c10-3dfc-4482-a414-2090a0864c70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  margin-left: 0%;
margin-right: 0%;
max-width: 60px;
text-align: left;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0-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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0-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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 .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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0-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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 .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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0-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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 .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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0-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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 .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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 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-7b222cf8-4520-43a3-8fcf-d034f6ab36e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b222cf8-4520-43a3-8fcf-d034f6ab36e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f0675e7a-7df4-40a0-a9b1-a6031efb17c2 {
  margin-top: 5px;
margin-left: -1%;
margin-bottom: 5px;
margin-right: -1%;
padding-left: 1%;
}
@media (min-width: 1200px){#s-f0675e7a-7df4-40a0-a9b1-a6031efb17c2 {
  margin-left: -3%;
margin-right: -2%;
}
}
#s-f0675e7a-7df4-40a0-a9b1-a6031efb17c2 .shg-proportional-font-size,
#s-f0675e7a-7df4-40a0-a9b1-a6031efb17c2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a6cedcc8-20ed-47ce-be19-7219633a5c58 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-a6cedcc8-20ed-47ce-be19-7219633a5c58 .shg-proportional-font-size,
#s-a6cedcc8-20ed-47ce-be19-7219633a5c58 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ea241061-5028-47b1-90f3-7153ecfc89f0 {
  margin-left: 3%;
margin-right: 3%;
}

#s-ea241061-5028-47b1-90f3-7153ecfc89f0 .shg-proportional-font-size,
#s-ea241061-5028-47b1-90f3-7153ecfc89f0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d7643dba-510e-4dc1-99d9-2c5ac8371664 {
  margin-top: 30px;
margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 10px;
background-color: rgba(0, 172, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d7643dba-510e-4dc1-99d9-2c5ac8371664:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d7643dba-510e-4dc1-99d9-2c5ac8371664:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d7643dba-510e-4dc1-99d9-2c5ac8371664 {
  text-align: center;
}
}

  #s-d7643dba-510e-4dc1-99d9-2c5ac8371664-root {
    text-align: left;
  }


#s-d7643dba-510e-4dc1-99d9-2c5ac8371664.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7643dba-510e-4dc1-99d9-2c5ac8371664-root {
    text-align: left;
  }


#s-d7643dba-510e-4dc1-99d9-2c5ac8371664.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7643dba-510e-4dc1-99d9-2c5ac8371664-root {
    text-align: left;
  }


#s-d7643dba-510e-4dc1-99d9-2c5ac8371664.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7643dba-510e-4dc1-99d9-2c5ac8371664-root {
    text-align: left;
  }


#s-d7643dba-510e-4dc1-99d9-2c5ac8371664.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7643dba-510e-4dc1-99d9-2c5ac8371664-root {
    text-align: center;
  }


#s-d7643dba-510e-4dc1-99d9-2c5ac8371664.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-5a251ba3-b7e9-4f9b-8085-6ae3b2a8dedf {
  margin-left: 5%;
margin-right: 5%;
}

#s-5a251ba3-b7e9-4f9b-8085-6ae3b2a8dedf hr {
  border-top: 2px solid #ddd;
}

#s-f2c23182-dd18-4c02-bbec-18be6215286f {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-f2c23182-dd18-4c02-bbec-18be6215286f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2c23182-dd18-4c02-bbec-18be6215286f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f2c23182-dd18-4c02-bbec-18be6215286f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f2c23182-dd18-4c02-bbec-18be6215286f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f2c23182-dd18-4c02-bbec-18be6215286f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2c23182-dd18-4c02-bbec-18be6215286f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f2c23182-dd18-4c02-bbec-18be6215286f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  margin-left: 0%;
margin-right: auto;
max-width: 60px;
text-align: left;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4-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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  
  
  
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4-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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 .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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4-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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 .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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4-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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 .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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4-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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 .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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 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-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea42909d-b5f3-4a43-94f0-8f24d8bcfde4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-252ed202-48d9-4c0e-bde5-1a555e8e59dc {
  margin-top: 5px;
margin-left: -1%;
margin-bottom: 5px;
margin-right: -1%;
padding-left: 1%;
}
@media (min-width: 1200px){#s-252ed202-48d9-4c0e-bde5-1a555e8e59dc {
  margin-left: -3%;
margin-right: 0%;
}
}
#s-252ed202-48d9-4c0e-bde5-1a555e8e59dc .shg-proportional-font-size,
#s-252ed202-48d9-4c0e-bde5-1a555e8e59dc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a392d83e-79dd-475d-8ffb-12dd9148df38 {
  margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}

#s-a392d83e-79dd-475d-8ffb-12dd9148df38 .shg-proportional-font-size,
#s-a392d83e-79dd-475d-8ffb-12dd9148df38 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-79727c10-5772-4ee9-bd45-e8856e02b31c {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 30px;
margin-left: 6%;
margin-bottom: 30px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (min-width: 1200px){#s-79727c10-5772-4ee9-bd45-e8856e02b31c {
  display: none;
}
#s-79727c10-5772-4ee9-bd45-e8856e02b31c, #wrap-s-79727c10-5772-4ee9-bd45-e8856e02b31c, #wrap-content-s-79727c10-5772-4ee9-bd45-e8856e02b31c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79727c10-5772-4ee9-bd45-e8856e02b31c {
  display: none;
}
#s-79727c10-5772-4ee9-bd45-e8856e02b31c, #wrap-s-79727c10-5772-4ee9-bd45-e8856e02b31c, #wrap-content-s-79727c10-5772-4ee9-bd45-e8856e02b31c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79727c10-5772-4ee9-bd45-e8856e02b31c {
  display: none;
}
#s-79727c10-5772-4ee9-bd45-e8856e02b31c, #wrap-s-79727c10-5772-4ee9-bd45-e8856e02b31c, #wrap-content-s-79727c10-5772-4ee9-bd45-e8856e02b31c { display: none !important; }}







#s-79727c10-5772-4ee9-bd45-e8856e02b31c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79727c10-5772-4ee9-bd45-e8856e02b31c.shg-box.shg-c {
  justify-content: center;
}

#s-09792799-5bb2-4d93-952d-52f15103eb24 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-09792799-5bb2-4d93-952d-52f15103eb24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09792799-5bb2-4d93-952d-52f15103eb24"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09792799-5bb2-4d93-952d-52f15103eb24"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09792799-5bb2-4d93-952d-52f15103eb24"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09792799-5bb2-4d93-952d-52f15103eb24"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09792799-5bb2-4d93-952d-52f15103eb24"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09792799-5bb2-4d93-952d-52f15103eb24"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d-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-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-04189214-f7d5-4818-b9c9-7a6d3a92318d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d-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-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d .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-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d 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-04189214-f7d5-4818-b9c9-7a6d3a92318d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d-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-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d .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-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d 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-04189214-f7d5-4818-b9c9-7a6d3a92318d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d-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-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d .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-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d 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-04189214-f7d5-4818-b9c9-7a6d3a92318d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d-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-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d .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-04189214-f7d5-4818-b9c9-7a6d3a92318d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d 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-04189214-f7d5-4818-b9c9-7a6d3a92318d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04189214-f7d5-4818-b9c9-7a6d3a92318d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0646e3c7-2ee1-446a-a5b1-830387d62dc5 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-left: 1%;
}

#s-0646e3c7-2ee1-446a-a5b1-830387d62dc5 .shg-proportional-font-size,
#s-0646e3c7-2ee1-446a-a5b1-830387d62dc5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ed158c0c-6bce-47ca-96e6-99e8e50edfda {
  margin-left: 3%;
margin-right: 3%;
}

#s-ed158c0c-6bce-47ca-96e6-99e8e50edfda .shg-proportional-font-size,
#s-ed158c0c-6bce-47ca-96e6-99e8e50edfda .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1 {
  margin-top: 30px;
margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 10px;
background-color: rgba(0, 172, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1 {
  text-align: center;
}
}

  #s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1-root {
    text-align: left;
  }


#s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1-root {
    text-align: left;
  }


#s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1-root {
    text-align: left;
  }


#s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1-root {
    text-align: left;
  }


#s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1-root {
    text-align: center;
  }


#s-a52e4ab5-40e3-4923-95b3-cb2922ad7aa1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-20c161a2-9407-44fb-8084-d0858a1fbd35 {
  margin-left: 5%;
margin-right: 5%;
}

#s-20c161a2-9407-44fb-8084-d0858a1fbd35 hr {
  border-top: 2px solid #ddd;
}

#s-c18aa2cc-f417-4e4c-87d7-8c39130f2b63 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c18aa2cc-f417-4e4c-87d7-8c39130f2b63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c18aa2cc-f417-4e4c-87d7-8c39130f2b63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c18aa2cc-f417-4e4c-87d7-8c39130f2b63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c18aa2cc-f417-4e4c-87d7-8c39130f2b63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c18aa2cc-f417-4e4c-87d7-8c39130f2b63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c18aa2cc-f417-4e4c-87d7-8c39130f2b63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c18aa2cc-f417-4e4c-87d7-8c39130f2b63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4-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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4-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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 .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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4-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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 .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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4-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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 .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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4-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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 .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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 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-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cdec3d7-2f83-4d9e-85ff-1d3db101d0a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ae43772b-5d96-4002-a100-579f807006d6 {
  margin-top: 0px;
margin-left: -1%;
margin-bottom: 0px;
margin-right: -1%;
padding-left: 1%;
}
@media (max-width: 767px){#s-ae43772b-5d96-4002-a100-579f807006d6 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-ae43772b-5d96-4002-a100-579f807006d6 .shg-proportional-font-size,
#s-ae43772b-5d96-4002-a100-579f807006d6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-04ad6ab0-b1c4-48f4-b0e1-e1b0528af448 {
  margin-left: 0%;
margin-right: 3%;
}
@media (max-width: 767px){#s-04ad6ab0-b1c4-48f4-b0e1-e1b0528af448 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-04ad6ab0-b1c4-48f4-b0e1-e1b0528af448 .shg-proportional-font-size,
#s-04ad6ab0-b1c4-48f4-b0e1-e1b0528af448 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e69188a3-5212-48de-88fe-9cafd93afb1d {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-e69188a3-5212-48de-88fe-9cafd93afb1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e69188a3-5212-48de-88fe-9cafd93afb1d.shg-box.shg-c {
  justify-content: center;
}

#s-dd1de726-14d6-47fa-a895-ae59387431d9 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd1de726-14d6-47fa-a895-ae59387431d9 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.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-a6eaa287-9fcb-430f-af14-35486b1e93e9 {
  margin-left: 17%;
margin-bottom: 50px;
margin-right: 17%;
}
@media (max-width: 767px){#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgb(255, 255, 255);
  padding: 10px;
}

#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgb(57, 57, 57);
}

#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgb(57, 57, 57);
  text-align: left;
  font-family: Open Sans;
  
  
  font-size: 16px;
}

#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9c988b04-27ba-4a99-8557-276e11370346 {
  margin-left: 4%;
margin-right: 4%;
}

#s-9c988b04-27ba-4a99-8557-276e11370346 .shg-proportional-font-size,
#s-9c988b04-27ba-4a99-8557-276e11370346 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-46fa74b1-5e8f-40ab-a41d-7b728070975b {
  margin-left: 4%;
margin-right: 4%;
}

#s-46fa74b1-5e8f-40ab-a41d-7b728070975b .shg-proportional-font-size,
#s-46fa74b1-5e8f-40ab-a41d-7b728070975b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-86d08ad0-1d34-4b6e-99a7-36f3c5ee9c70 {
  margin-left: 4%;
margin-right: 4%;
}

#s-86d08ad0-1d34-4b6e-99a7-36f3c5ee9c70 .shg-proportional-font-size,
#s-86d08ad0-1d34-4b6e-99a7-36f3c5ee9c70 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-58b91493-3fcb-4a8f-98d1-6c013b226b06 {
  margin-left: 4%;
margin-right: 4%;
}

#s-58b91493-3fcb-4a8f-98d1-6c013b226b06 .shg-proportional-font-size,
#s-58b91493-3fcb-4a8f-98d1-6c013b226b06 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-29b8095c-7a8e-453f-afb6-b0d6ca27f6d6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-854159ae-3f45-4ae2-82ff-2ddcb9e5df2d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-458cc291-0b88-48aa-ac7c-885f2f774438 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-22f1813e-7fd7-40a3-a429-5c1dcb9c5377 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 200px;
min-height: 50px;
}

#s-22f1813e-7fd7-40a3-a429-5c1dcb9c5377 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE1ZjU4NjQtZmRhYS00MTIxLTlkYTQtOGYwZmMzOGUyMjRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMWI0Mzc2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA1ODhlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTVmNTg2NC1mZGFhLTQxMjEtOWRhNC04ZjBmYzM4ZTIyNGQpIi8+PC9zdmc+);
}








#s-22f1813e-7fd7-40a3-a429-5c1dcb9c5377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22f1813e-7fd7-40a3-a429-5c1dcb9c5377.shg-box.shg-c {
  justify-content: center;
}

#s-08b7ebef-da39-4dcb-a2b4-2564cb040cd2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-08b7ebef-da39-4dcb-a2b4-2564cb040cd2 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-08b7ebef-da39-4dcb-a2b4-2564cb040cd2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-08b7ebef-da39-4dcb-a2b4-2564cb040cd2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-5d6c7a47-8eea-43f1-b068-d8ee570b6367 {
  margin-left: 24%;
margin-right: 24%;
}
@media (max-width: 767px){#s-5d6c7a47-8eea-43f1-b068-d8ee570b6367 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5d6c7a47-8eea-43f1-b068-d8ee570b6367 .shg-proportional-font-size,
#s-5d6c7a47-8eea-43f1-b068-d8ee570b6367 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-301fbb52-fc03-40dd-86cc-21d2f71d594e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-301fbb52-fc03-40dd-86cc-21d2f71d594e:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-301fbb52-fc03-40dd-86cc-21d2f71d594e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-301fbb52-fc03-40dd-86cc-21d2f71d594e-root {
    text-align: center;
  }


#s-301fbb52-fc03-40dd-86cc-21d2f71d594e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-301fbb52-fc03-40dd-86cc-21d2f71d594e-root {
    text-align: center;
  }


#s-301fbb52-fc03-40dd-86cc-21d2f71d594e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-301fbb52-fc03-40dd-86cc-21d2f71d594e-root {
    text-align: center;
  }


#s-301fbb52-fc03-40dd-86cc-21d2f71d594e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-301fbb52-fc03-40dd-86cc-21d2f71d594e-root {
    text-align: center;
  }


#s-301fbb52-fc03-40dd-86cc-21d2f71d594e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-301fbb52-fc03-40dd-86cc-21d2f71d594e-root {
    text-align: center;
  }


#s-301fbb52-fc03-40dd-86cc-21d2f71d594e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
/*
  $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}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
