.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-cebfe847-2ad9-4147-9ce1-8a6eca580f18 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 500px;
background-position: center bottom;
background-attachment: scroll;
}

#s-cebfe847-2ad9-4147-9ce1-8a6eca580f18 {
  background-image: url(https://i.shgcdn.com/6c007966-3a8a-4840-ba67-556477ebc17f/);
}








#s-cebfe847-2ad9-4147-9ce1-8a6eca580f18 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-cebfe847-2ad9-4147-9ce1-8a6eca580f18.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b92c168f-b649-4732-a378-3a46870cf881 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-b92c168f-b649-4732-a378-3a46870cf881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b92c168f-b649-4732-a378-3a46870cf881.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-52407e0d-e575-4dc0-86d4-cd43ffc8c2a2 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52407e0d-e575-4dc0-86d4-cd43ffc8c2a2 .shogun-heading-component h2 {
  color: rgba(92, 95, 98, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}



.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-a22cf106-dfa0-41d2-927d-f529dff8c6cc {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
background-color: rgba(242, 240, 237, 1);
}

@media (min-width: 0px) {
[id="s-a22cf106-dfa0-41d2-927d-f529dff8c6cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a22cf106-dfa0-41d2-927d-f529dff8c6cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a22cf106-dfa0-41d2-927d-f529dff8c6cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a22cf106-dfa0-41d2-927d-f529dff8c6cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1516px;
text-align: center;
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa-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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa .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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa img.shogun-image {
  width: 100%;
  
  
  max-width: 1516px;

  /* 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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa-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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa .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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa 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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa-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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa .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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa 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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa-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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa .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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa 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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa-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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa .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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa 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-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec7820f5-7fc5-4794-bf44-17dd8c60c8aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c6ba9371-2a0c-420c-bc95-d21bd5855a20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6ba9371-2a0c-420c-bc95-d21bd5855a20 .shogun-heading-component h3 {
  color: rgba(92, 95, 98, 1);
  font-weight:  500 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}



.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-8bafd88c-eb49-4f84-b41d-e03c7b8b89d1 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-8bafd88c-eb49-4f84-b41d-e03c7b8b89d1 .shg-proportional-font-size,
#s-8bafd88c-eb49-4f84-b41d-e03c7b8b89d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 585px;
text-align: center;
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68-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-e2485efd-39f2-4b32-936c-57cf11289b68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e2485efd-39f2-4b32-936c-57cf11289b68 .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-e2485efd-39f2-4b32-936c-57cf11289b68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2485efd-39f2-4b32-936c-57cf11289b68 img.shogun-image {
  width: 100%;
  
  
  max-width: 585px;

  /* 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-e2485efd-39f2-4b32-936c-57cf11289b68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2485efd-39f2-4b32-936c-57cf11289b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2485efd-39f2-4b32-936c-57cf11289b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e2485efd-39f2-4b32-936c-57cf11289b68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68-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-e2485efd-39f2-4b32-936c-57cf11289b68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68 .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-e2485efd-39f2-4b32-936c-57cf11289b68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2485efd-39f2-4b32-936c-57cf11289b68 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-e2485efd-39f2-4b32-936c-57cf11289b68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2485efd-39f2-4b32-936c-57cf11289b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2485efd-39f2-4b32-936c-57cf11289b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e2485efd-39f2-4b32-936c-57cf11289b68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68-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-e2485efd-39f2-4b32-936c-57cf11289b68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68 .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-e2485efd-39f2-4b32-936c-57cf11289b68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2485efd-39f2-4b32-936c-57cf11289b68 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-e2485efd-39f2-4b32-936c-57cf11289b68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2485efd-39f2-4b32-936c-57cf11289b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2485efd-39f2-4b32-936c-57cf11289b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e2485efd-39f2-4b32-936c-57cf11289b68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68-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-e2485efd-39f2-4b32-936c-57cf11289b68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68 .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-e2485efd-39f2-4b32-936c-57cf11289b68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2485efd-39f2-4b32-936c-57cf11289b68 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-e2485efd-39f2-4b32-936c-57cf11289b68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2485efd-39f2-4b32-936c-57cf11289b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2485efd-39f2-4b32-936c-57cf11289b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e2485efd-39f2-4b32-936c-57cf11289b68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68-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-e2485efd-39f2-4b32-936c-57cf11289b68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68 .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-e2485efd-39f2-4b32-936c-57cf11289b68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2485efd-39f2-4b32-936c-57cf11289b68 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-e2485efd-39f2-4b32-936c-57cf11289b68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2485efd-39f2-4b32-936c-57cf11289b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2485efd-39f2-4b32-936c-57cf11289b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2485efd-39f2-4b32-936c-57cf11289b68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0a4daf2f-092b-4fcc-a741-d3421f6b5c9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a4daf2f-092b-4fcc-a741-d3421f6b5c9c .shogun-heading-component h3 {
  color: rgba(92, 95, 98, 1);
  font-weight:  500 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}



#s-4fb6a976-66e7-4f9e-885f-e363b49e7a2b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-4fb6a976-66e7-4f9e-885f-e363b49e7a2b .shg-proportional-font-size,
#s-4fb6a976-66e7-4f9e-885f-e363b49e7a2b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 5472px;
text-align: center;
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31-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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 .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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 img.shogun-image {
  width: 100%;
  
  
  max-width: 5472px;

  /* 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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31-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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 .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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31-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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 .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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31-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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 .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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31-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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 .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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31 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-9de79888-6df6-4d69-a0e7-4e170c3f1f31 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9de79888-6df6-4d69-a0e7-4e170c3f1f31.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8729cbb2-c939-485f-bd58-5bfcbdd4a5a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8729cbb2-c939-485f-bd58-5bfcbdd4a5a4 .shogun-heading-component h3 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}



#s-c3c27749-7686-4c33-bf02-157ec1821b9f {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-c3c27749-7686-4c33-bf02-157ec1821b9f .shg-proportional-font-size,
#s-c3c27749-7686-4c33-bf02-157ec1821b9f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-5acffe25-f405-4828-82f3-efd8794ab561 {
  margin-left: auto;
margin-right: auto;
}

#s-5acffe25-f405-4828-82f3-efd8794ab561 hr {
  border-top: 1px solid rgba(242, 240, 237, 1);
}

#s-5e670741-2e32-4dbd-8ed7-d22b9774e40d {
  padding-left: 10%;
}

@media (min-width: 0px) {
[id="s-5e670741-2e32-4dbd-8ed7-d22b9774e40d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e670741-2e32-4dbd-8ed7-d22b9774e40d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e670741-2e32-4dbd-8ed7-d22b9774e40d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e670741-2e32-4dbd-8ed7-d22b9774e40d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e622e9b9-1ea3-478e-9c0e-08f87096c66c {
  margin-right: auto;
}

.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-1aba90af-2b1b-4ce0-8a1b-8aea09146fb3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-1aba90af-2b1b-4ce0-8a1b-8aea09146fb3 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-1aba90af-2b1b-4ce0-8a1b-8aea09146fb3 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-1aba90af-2b1b-4ce0-8a1b-8aea09146fb3 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-1aba90af-2b1b-4ce0-8a1b-8aea09146fb3 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-1aba90af-2b1b-4ce0-8a1b-8aea09146fb3 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-1aba90af-2b1b-4ce0-8a1b-8aea09146fb3 .shg-gallery-dot {
  background-color: #FFF;
}

#s-2987429a-a2ac-45a5-aedd-710a7d489163 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 25%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
background-color: rgba(242, 240, 237, 1);
}

#s-2987429a-a2ac-45a5-aedd-710a7d489163 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  600; 
  color: rgba(92, 95, 98, 1);
  font-family: DM Sans;
  font-size: 14px;
  
  
  
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-2987429a-a2ac-45a5-aedd-710a7d489163 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  color: rgba(92, 95, 98, 1);
  font-family: DM Sans;
  font-weight: normal;
  
  
  justify-content: center;
}

#s-2987429a-a2ac-45a5-aedd-710a7d489163 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(92, 95, 98, 1);
}

#s-2987429a-a2ac-45a5-aedd-710a7d489163 .shogun-form-error-msg-container, #s-2987429a-a2ac-45a5-aedd-710a7d489163 .shogun-form-field-error-msg-container {
  display: none;
}

#s-2987429a-a2ac-45a5-aedd-710a7d489163 .shogun-form-error-msg {
  font-size: 14px;
  font-style: normal;
  color: rgba(239, 68, 68, 1);
  font-family: DM Sans;
  font-weight: normal;
  
  
  
}

#s-2987429a-a2ac-45a5-aedd-710a7d489163 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(239, 68, 68, 1);
}

#s-7fb7a496-ea0a-4e84-b67d-7eb9ffc33108 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-7fb7a496-ea0a-4e84-b67d-7eb9ffc33108 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-fe852e99-b9bb-4cae-85de-536ce862101d {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-fe852e99-b9bb-4cae-85de-536ce862101d  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-fe852e99-b9bb-4cae-85de-536ce862101d  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 14px;
  font-style: normal;
  color: rgba(92, 95, 98, 1);
  font-family: DM Sans;
  font-weight: normal;
  
  
}

#s-fe852e99-b9bb-4cae-85de-536ce862101d  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: normal;
  color: rgba(92, 95, 98, 1);
  font-family: DM Sans;
  font-weight: normal;
  
  
}


#s-fe852e99-b9bb-4cae-85de-536ce862101d .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(92, 95, 98, 1);
  
  
  color: rgba(92, 95, 98, 1);
}



#s-fe852e99-b9bb-4cae-85de-536ce862101d .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-90a7315f-092b-4176-a22b-64101f5b3a5f {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-90a7315f-092b-4176-a22b-64101f5b3a5f  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-90a7315f-092b-4176-a22b-64101f5b3a5f  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 14px;
  font-style: normal;
  color: rgba(92, 95, 98, 1);
  font-family: DM Sans;
  font-weight: normal;
  
  
}

#s-90a7315f-092b-4176-a22b-64101f5b3a5f  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: normal;
  color: rgba(92, 95, 98, 1);
  font-family: DM Sans;
  font-weight: normal;
  
  
}


#s-90a7315f-092b-4176-a22b-64101f5b3a5f .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(92, 95, 98, 1);
  
  
  color: rgba(92, 95, 98, 1);
}



#s-90a7315f-092b-4176-a22b-64101f5b3a5f .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-842fe334-5385-41e3-b6bc-9a3097702a8b {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-842fe334-5385-41e3-b6bc-9a3097702a8b  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-family: DM Sans;
  font-weight: normal;
  
  
}

#s-842fe334-5385-41e3-b6bc-9a3097702a8b  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-842fe334-5385-41e3-b6bc-9a3097702a8b  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-842fe334-5385-41e3-b6bc-9a3097702a8b .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-842fe334-5385-41e3-b6bc-9a3097702a8b .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-check-box {
}

#s-38ae58ab-cb6c-4498-92a2-3608bdd8960d {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-38ae58ab-cb6c-4498-92a2-3608bdd8960d .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-38ae58ab-cb6c-4498-92a2-3608bdd8960d input {
  opacity: 0;
  position: absolute;
}

#s-38ae58ab-cb6c-4498-92a2-3608bdd8960d .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-38ae58ab-cb6c-4498-92a2-3608bdd8960d .shogun-form-checkbox-input-value {
  color: rgba(92, 95, 98, 1);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  
  
}

#s-38ae58ab-cb6c-4498-92a2-3608bdd8960d .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(92, 95, 98, 1);
  
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  box-shadow: 1px 1px 1px 1px rgba(245, 245, 246, 1);
}

#s-38ae58ab-cb6c-4498-92a2-3608bdd8960d .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  
}

#s-38ae58ab-cb6c-4498-92a2-3608bdd8960d input:checked + label .shogun-form-checkbox-inner {
  background-color: rgba(204, 195, 181, 1);
}





#s-a8b94b34-ea15-41f2-afcd-3bc0b69b3876 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-a8b94b34-ea15-41f2-afcd-3bc0b69b3876 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-a8b94b34-ea15-41f2-afcd-3bc0b69b3876 input {
  opacity: 0;
  position: absolute;
}

#s-a8b94b34-ea15-41f2-afcd-3bc0b69b3876 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-a8b94b34-ea15-41f2-afcd-3bc0b69b3876 .shogun-form-checkbox-input-value {
  color: rgba(92, 95, 98, 1);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  
  
}

#s-a8b94b34-ea15-41f2-afcd-3bc0b69b3876 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-a8b94b34-ea15-41f2-afcd-3bc0b69b3876 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  
}

#s-a8b94b34-ea15-41f2-afcd-3bc0b69b3876 input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-b6c40f50-7b4c-4eac-9678-b3654d954227 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-b6c40f50-7b4c-4eac-9678-b3654d954227  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-b6c40f50-7b4c-4eac-9678-b3654d954227  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-b6c40f50-7b4c-4eac-9678-b3654d954227  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-b6c40f50-7b4c-4eac-9678-b3654d954227 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-b6c40f50-7b4c-4eac-9678-b3654d954227 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-5f37fe63-75e2-4ea7-aace-3781749222e8 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-5f37fe63-75e2-4ea7-aace-3781749222e8  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-family: DM Sans;
  font-weight: normal;
  
  
}

#s-5f37fe63-75e2-4ea7-aace-3781749222e8  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-5f37fe63-75e2-4ea7-aace-3781749222e8  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-5f37fe63-75e2-4ea7-aace-3781749222e8 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-5f37fe63-75e2-4ea7-aace-3781749222e8 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-50a2fb5f-60ff-456c-a46a-cef302084b3f {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-50a2fb5f-60ff-456c-a46a-cef302084b3f .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-50a2fb5f-60ff-456c-a46a-cef302084b3f input {
  opacity: 0;
  position: absolute;
}

#s-50a2fb5f-60ff-456c-a46a-cef302084b3f .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-50a2fb5f-60ff-456c-a46a-cef302084b3f .shogun-form-radio-input-value {
  color: rgba(92, 95, 98, 1);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  
  
}

#s-50a2fb5f-60ff-456c-a46a-cef302084b3f .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-50a2fb5f-60ff-456c-a46a-cef302084b3f .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-50a2fb5f-60ff-456c-a46a-cef302084b3f input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-1eca087e-e7c2-490e-8b5b-5d5886f949a3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-1eca087e-e7c2-490e-8b5b-5d5886f949a3 .shg-proportional-font-size,
#s-1eca087e-e7c2-490e-8b5b-5d5886f949a3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-b964f828-91ed-44d3-91bf-d814f0c8739e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
color: rgba(92, 95, 98, 1);
background-color: rgba(204, 195, 181, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b964f828-91ed-44d3-91bf-d814f0c8739e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b964f828-91ed-44d3-91bf-d814f0c8739e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTA1Y2I0MjgtMGQ5Mi00ZmNkLWE3OTUtY2FmZjgwMTBlOTMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MDVjYjQyOC0wZDkyLTRmY2QtYTc5NS1jYWZmODAxMGU5MzApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(245, 245, 246, 1) !important;}
#s-b964f828-91ed-44d3-91bf-d814f0c8739e[disabled],
#s-b964f828-91ed-44d3-91bf-d814f0c8739e[disabled]:hover,
#s-b964f828-91ed-44d3-91bf-d814f0c8739e[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-b964f828-91ed-44d3-91bf-d814f0c8739e {
  display:  inline-block ;
  width:  auto ;
}


/*
  $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;
}

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