#s-afe46eb2-c425-482c-acbd-8eb0936a0cc9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(137, 196, 214, 1);
}
@media (max-width: 767px){#s-afe46eb2-c425-482c-acbd-8eb0936a0cc9 {
  display: none;
}
#s-afe46eb2-c425-482c-acbd-8eb0936a0cc9, #wrap-s-afe46eb2-c425-482c-acbd-8eb0936a0cc9, #wrap-content-s-afe46eb2-c425-482c-acbd-8eb0936a0cc9 { display: none !important; }}
#s-4aac4a60-f122-467a-995d-9186117792e7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-4aac4a60-f122-467a-995d-9186117792e7 {
  display: none;
}
#s-4aac4a60-f122-467a-995d-9186117792e7, #wrap-s-4aac4a60-f122-467a-995d-9186117792e7, #wrap-content-s-4aac4a60-f122-467a-995d-9186117792e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4aac4a60-f122-467a-995d-9186117792e7 {
  display: none;
}
#s-4aac4a60-f122-467a-995d-9186117792e7, #wrap-s-4aac4a60-f122-467a-995d-9186117792e7, #wrap-content-s-4aac4a60-f122-467a-995d-9186117792e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4aac4a60-f122-467a-995d-9186117792e7 {
  display: none;
}
#s-4aac4a60-f122-467a-995d-9186117792e7, #wrap-s-4aac4a60-f122-467a-995d-9186117792e7, #wrap-content-s-4aac4a60-f122-467a-995d-9186117792e7 { display: none !important; }}@media (max-width: 767px){#s-4aac4a60-f122-467a-995d-9186117792e7 {
  background-color: rgba(255, 255, 255, 1);
}
}
.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-77469e28-51d0-4e63-b4d8-9e4218643618 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(207, 215, 223, 1);
}








#s-77469e28-51d0-4e63-b4d8-9e4218643618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77469e28-51d0-4e63-b4d8-9e4218643618.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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-796d8012-9941-4e62-8c54-4984278fa969 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
max-width: 450px;
background-color: rgba(207, 215, 223, 1);
}
@media (min-width: 1200px){#s-796d8012-9941-4e62-8c54-4984278fa969 {
  max-width: 500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-796d8012-9941-4e62-8c54-4984278fa969 {
  background-color: rgba(207, 215, 223, 1);
}
}@media (max-width: 767px){#s-796d8012-9941-4e62-8c54-4984278fa969 {
  margin-top: 25px;
padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
max-width: 350px;
background-color: rgba(207, 215, 223, 1);
display: none;
}
#s-796d8012-9941-4e62-8c54-4984278fa969, #wrap-s-796d8012-9941-4e62-8c54-4984278fa969, #wrap-content-s-796d8012-9941-4e62-8c54-4984278fa969 { display: none !important; }}
#s-f9cbd06e-3c24-418e-b436-20739d44292c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
max-width: 450px;
background-color: rgba(207, 215, 223, 1);
}
@media (min-width: 1200px){#s-f9cbd06e-3c24-418e-b436-20739d44292c {
  max-width: 500px;
display: none;
}
#s-f9cbd06e-3c24-418e-b436-20739d44292c, #wrap-s-f9cbd06e-3c24-418e-b436-20739d44292c, #wrap-content-s-f9cbd06e-3c24-418e-b436-20739d44292c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9cbd06e-3c24-418e-b436-20739d44292c {
  background-color: rgba(137, 196, 214, 1);
display: none;
}
#s-f9cbd06e-3c24-418e-b436-20739d44292c, #wrap-s-f9cbd06e-3c24-418e-b436-20739d44292c, #wrap-content-s-f9cbd06e-3c24-418e-b436-20739d44292c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9cbd06e-3c24-418e-b436-20739d44292c {
  display: none;
}
#s-f9cbd06e-3c24-418e-b436-20739d44292c, #wrap-s-f9cbd06e-3c24-418e-b436-20739d44292c, #wrap-content-s-f9cbd06e-3c24-418e-b436-20739d44292c { display: none !important; }}@media (max-width: 767px){#s-f9cbd06e-3c24-418e-b436-20739d44292c {
  margin-top: 25px;
margin-left: 29%;
margin-right: 21%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 350px;
background-color: rgba(207, 215, 223, 1);
}
}
#s-27e77e7c-7ae8-4aab-bad5-ffaa9a89a982 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-843f8f28-9493-465b-afac-f9d6564711b6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-843f8f28-9493-465b-afac-f9d6564711b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-843f8f28-9493-465b-afac-f9d6564711b6.shg-box.shg-c {
  justify-content: center;
}

#s-8cc7841b-0d91-4f62-830a-56f60780dce6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-8cc7841b-0d91-4f62-830a-56f60780dce6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8cc7841b-0d91-4f62-830a-56f60780dce6.shg-box.shg-c {
  justify-content: center;
}

#s-d5165481-0a24-45bf-b77a-b656394a67d7 {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 450px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-d5165481-0a24-45bf-b77a-b656394a67d7 {
  max-width: 700px;
}
}
#s-69df4f7c-f21c-4154-9caa-02a00c89e322 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-69df4f7c-f21c-4154-9caa-02a00c89e322 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69df4f7c-f21c-4154-9caa-02a00c89e322.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
}

.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 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  max-width: 350px;
}
}
#s-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4-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-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  padding-left: 10%;
  padding-right: 10%;
  
  
}

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

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* 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-68a9f749-7e0d-4585-aba5-0bf3387776b4 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4-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-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* 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-68a9f749-7e0d-4585-aba5-0bf3387776b4 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4-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-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* 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-68a9f749-7e0d-4585-aba5-0bf3387776b4 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4-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-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* 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-68a9f749-7e0d-4585-aba5-0bf3387776b4 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4-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-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-68a9f749-7e0d-4585-aba5-0bf3387776b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  
  
}

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

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* 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-68a9f749-7e0d-4585-aba5-0bf3387776b4 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68a9f749-7e0d-4585-aba5-0bf3387776b4.shogun-image {
  box-sizing: border-box;
}




}
.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-ec65ba74-8447-450f-b92a-1c7ebb806bf5 {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
max-width: 450px;
}
@media (max-width: 767px){#s-ec65ba74-8447-450f-b92a-1c7ebb806bf5 {
  max-width: 350px;
}
}
#s-ec65ba74-8447-450f-b92a-1c7ebb806bf5 .shg-proportional-font-size,
#s-ec65ba74-8447-450f-b92a-1c7ebb806bf5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bb1407d0-5d40-46a5-9c1a-08881fe653cf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bb1407d0-5d40-46a5-9c1a-08881fe653cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb1407d0-5d40-46a5-9c1a-08881fe653cf.shg-box.shg-c {
  justify-content: center;
}

#s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: left;
}
@media (min-width: 1200px){#s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27 {
  display: none;
}
#s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27, #wrap-s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27, #wrap-content-s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27 {
  display: none;
}
#s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27, #wrap-s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27, #wrap-content-s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27 {
  display: none;
}
#s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27, #wrap-s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27, #wrap-content-s-12d11f1d-04cb-4bde-8c77-9a855cbbcb27 { display: none !important; }}
#s-6091dae4-dc4c-449a-9956-72e3fb959cfa {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: left;
}
@media (max-width: 767px){#s-6091dae4-dc4c-449a-9956-72e3fb959cfa {
  display: none;
}
#s-6091dae4-dc4c-449a-9956-72e3fb959cfa, #wrap-s-6091dae4-dc4c-449a-9956-72e3fb959cfa, #wrap-content-s-6091dae4-dc4c-449a-9956-72e3fb959cfa { display: none !important; }}
#s-b2fee80a-6ef1-488c-ba2e-ccf3cb098cf2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(137, 196, 214, 0);
}
@media (max-width: 767px){#s-b2fee80a-6ef1-488c-ba2e-ccf3cb098cf2 {
  
}
}







#s-b2fee80a-6ef1-488c-ba2e-ccf3cb098cf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2fee80a-6ef1-488c-ba2e-ccf3cb098cf2.shg-box.shg-c {
  justify-content: center;
}

#s-8247cf45-88fc-4b9a-8ec1-ade0a5a6fd2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
background-color: rgba(137, 196, 214, 0);
}








#s-8247cf45-88fc-4b9a-8ec1-ade0a5a6fd2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8247cf45-88fc-4b9a-8ec1-ade0a5a6fd2c.shg-box.shg-c {
  justify-content: center;
}

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9-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-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(0, 0, 0, 0);
}

.shg-image-content-margin-container-s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* 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-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9-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-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* 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-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9-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-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* 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-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9-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-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* 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-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9-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-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: 10%;
  margin-right: 10%;
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

  /* 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-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f53397f5-d8ac-4822-9c4b-7bf0b80b12a9.shogun-image {
  box-sizing: border-box;
}




}
#s-edbea796-e421-46ce-ad5d-d4def5f0b987 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
}

#s-edbea796-e421-46ce-ad5d-d4def5f0b987 .shg-proportional-font-size,
#s-edbea796-e421-46ce-ad5d-d4def5f0b987 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dfbbb654-dabf-41e0-90a6-acb53939df48 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-dfbbb654-dabf-41e0-90a6-acb53939df48 {
  max-width: 350px;
}
}
#s-dfbbb654-dabf-41e0-90a6-acb53939df48 .shg-proportional-font-size,
#s-dfbbb654-dabf-41e0-90a6-acb53939df48 .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-6cacae63-dccd-425a-8145-85c68771c7f9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQyYjM0N2YtM2FiNS00MzAyLTg4YTEtYjQ5NDQ3MzY0ODMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDJiMzQ3Zi0zYWI1LTQzMDItODhhMS1iNDk0NDczNjQ4MzEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bbbbbb"}, {"id"=>2, "pos"=>1, "color"=>"#737373"}];
hover-type: gradient;
}
#s-6cacae63-dccd-425a-8145-85c68771c7f9:hover {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6cacae63-dccd-425a-8145-85c68771c7f9:active {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-6cacae63-dccd-425a-8145-85c68771c7f9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDc5NTJiZjUtZDhiMy00MWVmLWJhODMtYTgzY2JmMGNiYjZkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Nzk1MmJmNS1kOGIzLTQxZWYtYmE4My1hODNjYmYwY2JiNmQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#bbbbbb"}, {"id"=>2, "pos"=>1, "color"=>"#737373"}, {"id"=>3, "pos"=>1, "color"=>"#737373"}];
}
#s-6cacae63-dccd-425a-8145-85c68771c7f9:hover {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6cacae63-dccd-425a-8145-85c68771c7f9:active {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-6cacae63-dccd-425a-8145-85c68771c7f9-root {
    text-align: center;
  }


#s-6cacae63-dccd-425a-8145-85c68771c7f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6cacae63-dccd-425a-8145-85c68771c7f9-root {
    text-align: center;
  }


#s-6cacae63-dccd-425a-8145-85c68771c7f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cacae63-dccd-425a-8145-85c68771c7f9-root {
    text-align: center;
  }


#s-6cacae63-dccd-425a-8145-85c68771c7f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cacae63-dccd-425a-8145-85c68771c7f9-root {
    text-align: center;
  }


#s-6cacae63-dccd-425a-8145-85c68771c7f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6cacae63-dccd-425a-8145-85c68771c7f9-root {
    text-align: center;
  }


#s-6cacae63-dccd-425a-8145-85c68771c7f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-863e7432-ee59-4a46-951f-1b60ffa8a47f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
text-align: center;
}
@media (max-width: 767px){#s-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  display: none;
}
#s-28eab552-2d0b-4347-990b-91fc1e22dc42, #wrap-s-28eab552-2d0b-4347-990b-91fc1e22dc42, #wrap-content-s-28eab552-2d0b-4347-990b-91fc1e22dc42 { display: none !important; }}
#s-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28eab552-2d0b-4347-990b-91fc1e22dc42-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-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-28eab552-2d0b-4347-990b-91fc1e22dc42 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

  /* 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-28eab552-2d0b-4347-990b-91fc1e22dc42 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-28eab552-2d0b-4347-990b-91fc1e22dc42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28eab552-2d0b-4347-990b-91fc1e22dc42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28eab552-2d0b-4347-990b-91fc1e22dc42.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28eab552-2d0b-4347-990b-91fc1e22dc42-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-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-28eab552-2d0b-4347-990b-91fc1e22dc42 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: none;
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-28eab552-2d0b-4347-990b-91fc1e22dc42 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-28eab552-2d0b-4347-990b-91fc1e22dc42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28eab552-2d0b-4347-990b-91fc1e22dc42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28eab552-2d0b-4347-990b-91fc1e22dc42.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28eab552-2d0b-4347-990b-91fc1e22dc42-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-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-28eab552-2d0b-4347-990b-91fc1e22dc42 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

  /* 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-28eab552-2d0b-4347-990b-91fc1e22dc42 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-28eab552-2d0b-4347-990b-91fc1e22dc42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28eab552-2d0b-4347-990b-91fc1e22dc42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28eab552-2d0b-4347-990b-91fc1e22dc42.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28eab552-2d0b-4347-990b-91fc1e22dc42-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-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-28eab552-2d0b-4347-990b-91fc1e22dc42 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

  /* 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-28eab552-2d0b-4347-990b-91fc1e22dc42 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-28eab552-2d0b-4347-990b-91fc1e22dc42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28eab552-2d0b-4347-990b-91fc1e22dc42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28eab552-2d0b-4347-990b-91fc1e22dc42.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28eab552-2d0b-4347-990b-91fc1e22dc42-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-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-28eab552-2d0b-4347-990b-91fc1e22dc42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-28eab552-2d0b-4347-990b-91fc1e22dc42 img.shogun-image {
  width: 100%;
  
  
  max-width: 1800px;

  /* 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-28eab552-2d0b-4347-990b-91fc1e22dc42 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-28eab552-2d0b-4347-990b-91fc1e22dc42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28eab552-2d0b-4347-990b-91fc1e22dc42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28eab552-2d0b-4347-990b-91fc1e22dc42.shogun-image {
  box-sizing: border-box;
}




}
#s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  display: none;
}
#s-a0c86663-53ba-4459-b841-d54f0d41ce2f, #wrap-s-a0c86663-53ba-4459-b841-d54f0d41ce2f, #wrap-content-s-a0c86663-53ba-4459-b841-d54f0d41ce2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  display: none;
}
#s-a0c86663-53ba-4459-b841-d54f0d41ce2f, #wrap-s-a0c86663-53ba-4459-b841-d54f0d41ce2f, #wrap-content-s-a0c86663-53ba-4459-b841-d54f0d41ce2f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  display: none;
}
#s-a0c86663-53ba-4459-b841-d54f0d41ce2f, #wrap-s-a0c86663-53ba-4459-b841-d54f0d41ce2f, #wrap-content-s-a0c86663-53ba-4459-b841-d54f0d41ce2f { display: none !important; }}@media (max-width: 767px){#s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  margin-top: -1px;
}
}
#s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f-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-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* 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-a0c86663-53ba-4459-b841-d54f0d41ce2f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f-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-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* 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-a0c86663-53ba-4459-b841-d54f0d41ce2f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f-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-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* 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-a0c86663-53ba-4459-b841-d54f0d41ce2f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f-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-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* 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-a0c86663-53ba-4459-b841-d54f0d41ce2f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f-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-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -1px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a0c86663-53ba-4459-b841-d54f0d41ce2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: -1px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* 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-a0c86663-53ba-4459-b841-d54f0d41ce2f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c86663-53ba-4459-b841-d54f0d41ce2f.shogun-image {
  box-sizing: border-box;
}




}
#s-aba62bd5-b038-4e2f-943e-ba2f8b8b021b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d28ff519-2a2e-4500-ae5e-843ff14356ed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d28ff519-2a2e-4500-ae5e-843ff14356ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d28ff519-2a2e-4500-ae5e-843ff14356ed.shg-box.shg-c {
  justify-content: center;
}

#s-652ef162-fb71-4d35-8b71-e933a1a3cc44 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-repeat: repeat;
}








#s-652ef162-fb71-4d35-8b71-e933a1a3cc44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-652ef162-fb71-4d35-8b71-e933a1a3cc44.shg-box.shg-c {
  justify-content: center;
}

#s-f90ca163-abbb-441c-9883-ac54a3187c2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f90ca163-abbb-441c-9883-ac54a3187c2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f90ca163-abbb-441c-9883-ac54a3187c2c.shg-box.shg-c {
  justify-content: center;
}

#s-f26957d1-a27b-4636-8267-80787796099d {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
max-width: 450px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-f26957d1-a27b-4636-8267-80787796099d {
  max-width: 700px;
}
}
#s-42d5c225-9d5d-47a9-9c66-11207677b53b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}
@media (max-width: 767px){#s-42d5c225-9d5d-47a9-9c66-11207677b53b {
  max-width: 350px;
}
}







#s-42d5c225-9d5d-47a9-9c66-11207677b53b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42d5c225-9d5d-47a9-9c66-11207677b53b.shg-box.shg-c {
  justify-content: center;
}

#s-c2722ef5-a9f7-4724-a63d-9fcb27c2e60c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3403fb5f-6be9-46ae-8364-8788d62e9669 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-3403fb5f-6be9-46ae-8364-8788d62e9669 .shg-proportional-font-size,
#s-3403fb5f-6be9-46ae-8364-8788d62e9669 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c7c516ef-c03c-4d68-8164-f90ce5fdc29e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-c7c516ef-c03c-4d68-8164-f90ce5fdc29e {
  max-width: 350px;
}
}
#s-c7c516ef-c03c-4d68-8164-f90ce5fdc29e .shg-proportional-font-size,
#s-c7c516ef-c03c-4d68-8164-f90ce5fdc29e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-46083fd7-83f5-4de7-a720-20f30142a5e2 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-46083fd7-83f5-4de7-a720-20f30142a5e2 {
  max-width: 350px;
}
}
#s-46083fd7-83f5-4de7-a720-20f30142a5e2 .shg-proportional-font-size,
#s-46083fd7-83f5-4de7-a720-20f30142a5e2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0e130269-7bbe-413e-86cf-561dc4f305af {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmQ2MzdmMmItMTQ4ZS00Yzk1LWJkMDgtNGQ2YjQxMDgzMmYwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZDYzN2YyYi0xNDhlLTRjOTUtYmQwOC00ZDZiNDEwODMyZjApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bbbbbb"}, {"id"=>2, "pos"=>1, "color"=>"#737373"}];
hover-type: gradient;
}
#s-0e130269-7bbe-413e-86cf-561dc4f305af:hover {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0e130269-7bbe-413e-86cf-561dc4f305af:active {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-0e130269-7bbe-413e-86cf-561dc4f305af {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmE5YmRlNTktZjg2OC00ZmJjLThkMjEtNzdlN2IyMjJiM2Y2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YTliZGU1OS1mODY4LTRmYmMtOGQyMS03N2U3YjIyMmIzZjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#bbbbbb"}, {"id"=>2, "pos"=>1, "color"=>"#737373"}, {"id"=>3, "pos"=>1, "color"=>"#737373"}];
}
#s-0e130269-7bbe-413e-86cf-561dc4f305af:hover {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0e130269-7bbe-413e-86cf-561dc4f305af:active {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-0e130269-7bbe-413e-86cf-561dc4f305af-root {
    text-align: center;
  }


#s-0e130269-7bbe-413e-86cf-561dc4f305af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e130269-7bbe-413e-86cf-561dc4f305af-root {
    text-align: center;
  }


#s-0e130269-7bbe-413e-86cf-561dc4f305af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e130269-7bbe-413e-86cf-561dc4f305af-root {
    text-align: center;
  }


#s-0e130269-7bbe-413e-86cf-561dc4f305af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e130269-7bbe-413e-86cf-561dc4f305af-root {
    text-align: center;
  }


#s-0e130269-7bbe-413e-86cf-561dc4f305af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e130269-7bbe-413e-86cf-561dc4f305af-root {
    text-align: center;
  }


#s-0e130269-7bbe-413e-86cf-561dc4f305af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b8ce8bb1-06e1-4a8d-a7cc-885ab4308295 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b8ce8bb1-06e1-4a8d-a7cc-885ab4308295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8ce8bb1-06e1-4a8d-a7cc-885ab4308295.shg-box.shg-c {
  justify-content: center;
}

#s-1ef05ff4-fb88-4a8e-abce-00bcda497c5f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}
@media (max-width: 767px){#s-1ef05ff4-fb88-4a8e-abce-00bcda497c5f {
  max-width: 350px;
}
}







#s-1ef05ff4-fb88-4a8e-abce-00bcda497c5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ef05ff4-fb88-4a8e-abce-00bcda497c5f.shg-box.shg-c {
  justify-content: center;
}

#s-543b2eb8-9342-4b36-a578-3e5a21947f65 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-7272ed2f-aa52-4f05-9e50-6eb005efcb60 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-7272ed2f-aa52-4f05-9e50-6eb005efcb60 .shg-proportional-font-size,
#s-7272ed2f-aa52-4f05-9e50-6eb005efcb60 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e5fafd16-1bda-4687-a261-4128fd507765 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-e5fafd16-1bda-4687-a261-4128fd507765 {
  max-width: 350px;
}
}
#s-e5fafd16-1bda-4687-a261-4128fd507765 .shg-proportional-font-size,
#s-e5fafd16-1bda-4687-a261-4128fd507765 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5faf828b-d50d-4e78-81e2-0adda8e420fb {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-5faf828b-d50d-4e78-81e2-0adda8e420fb {
  max-width: 350px;
}
}
#s-5faf828b-d50d-4e78-81e2-0adda8e420fb .shg-proportional-font-size,
#s-5faf828b-d50d-4e78-81e2-0adda8e420fb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3df79bf0-059f-4dbd-a342-5c644aaecb57 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDY1YjkwYzItYTUwNC00MTkxLTg4MjUtMzNmNmU3OTM1YTQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNjViOTBjMi1hNTA0LTQxOTEtODgyNS0zM2Y2ZTc5MzVhNDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bbbbbb"}, {"id"=>2, "pos"=>1, "color"=>"#737373"}];
hover-type: gradient;
}
#s-3df79bf0-059f-4dbd-a342-5c644aaecb57:hover {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3df79bf0-059f-4dbd-a342-5c644aaecb57:active {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-3df79bf0-059f-4dbd-a342-5c644aaecb57 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmE5YmRlNTktZjg2OC00ZmJjLThkMjEtNzdlN2IyMjJiM2Y2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YTliZGU1OS1mODY4LTRmYmMtOGQyMS03N2U3YjIyMmIzZjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#bbbbbb"}, {"id"=>2, "pos"=>1, "color"=>"#737373"}, {"id"=>3, "pos"=>1, "color"=>"#737373"}];
}
#s-3df79bf0-059f-4dbd-a342-5c644aaecb57:hover {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3df79bf0-059f-4dbd-a342-5c644aaecb57:active {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-3df79bf0-059f-4dbd-a342-5c644aaecb57-root {
    text-align: center;
  }


#s-3df79bf0-059f-4dbd-a342-5c644aaecb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3df79bf0-059f-4dbd-a342-5c644aaecb57-root {
    text-align: center;
  }


#s-3df79bf0-059f-4dbd-a342-5c644aaecb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3df79bf0-059f-4dbd-a342-5c644aaecb57-root {
    text-align: center;
  }


#s-3df79bf0-059f-4dbd-a342-5c644aaecb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3df79bf0-059f-4dbd-a342-5c644aaecb57-root {
    text-align: center;
  }


#s-3df79bf0-059f-4dbd-a342-5c644aaecb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3df79bf0-059f-4dbd-a342-5c644aaecb57-root {
    text-align: center;
  }


#s-3df79bf0-059f-4dbd-a342-5c644aaecb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-caf62d1f-e229-437e-a4dd-a4b3b880e971 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-caf62d1f-e229-437e-a4dd-a4b3b880e971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caf62d1f-e229-437e-a4dd-a4b3b880e971.shg-box.shg-c {
  justify-content: center;
}

#s-66631f6c-453f-49ae-8e69-596b5eb31414 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}
@media (max-width: 767px){#s-66631f6c-453f-49ae-8e69-596b5eb31414 {
  max-width: 350px;
}
}







#s-66631f6c-453f-49ae-8e69-596b5eb31414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66631f6c-453f-49ae-8e69-596b5eb31414.shg-box.shg-c {
  justify-content: center;
}

#s-6ce3473d-a9e8-4a31-948b-60764be64040 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-02df5972-cf52-4c01-b1e2-87c030972d8a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-02df5972-cf52-4c01-b1e2-87c030972d8a .shg-proportional-font-size,
#s-02df5972-cf52-4c01-b1e2-87c030972d8a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f09c49a4-54cd-4b78-8592-b7ed618682cd {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-f09c49a4-54cd-4b78-8592-b7ed618682cd {
  max-width: 350px;
}
}
#s-f09c49a4-54cd-4b78-8592-b7ed618682cd .shg-proportional-font-size,
#s-f09c49a4-54cd-4b78-8592-b7ed618682cd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-778bc394-8412-47eb-8d15-89af5cc2ec5b {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
@media (max-width: 767px){#s-778bc394-8412-47eb-8d15-89af5cc2ec5b {
  max-width: 350px;
}
}
#s-778bc394-8412-47eb-8d15-89af5cc2ec5b .shg-proportional-font-size,
#s-778bc394-8412-47eb-8d15-89af5cc2ec5b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-35328962-2f15-4ac8-a9c7-e105b41ece1d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDFmNTY1MjMtODJhOC00OWE3LWI5YTAtMmY5NzlhNmU1NjhjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MWY1NjUyMy04MmE4LTQ5YTctYjlhMC0yZjk3OWE2ZTU2OGMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bbbbbb"}, {"id"=>2, "pos"=>1, "color"=>"#737373"}];
hover-type: gradient;
}
#s-35328962-2f15-4ac8-a9c7-e105b41ece1d:hover {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35328962-2f15-4ac8-a9c7-e105b41ece1d:active {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-35328962-2f15-4ac8-a9c7-e105b41ece1d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmE5YmRlNTktZjg2OC00ZmJjLThkMjEtNzdlN2IyMjJiM2Y2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YTliZGU1OS1mODY4LTRmYmMtOGQyMS03N2U3YjIyMmIzZjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#bbbbbb"}, {"id"=>2, "pos"=>1, "color"=>"#737373"}, {"id"=>3, "pos"=>1, "color"=>"#737373"}];
}
#s-35328962-2f15-4ac8-a9c7-e105b41ece1d:hover {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35328962-2f15-4ac8-a9c7-e105b41ece1d:active {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-35328962-2f15-4ac8-a9c7-e105b41ece1d-root {
    text-align: center;
  }


#s-35328962-2f15-4ac8-a9c7-e105b41ece1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35328962-2f15-4ac8-a9c7-e105b41ece1d-root {
    text-align: center;
  }


#s-35328962-2f15-4ac8-a9c7-e105b41ece1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35328962-2f15-4ac8-a9c7-e105b41ece1d-root {
    text-align: center;
  }


#s-35328962-2f15-4ac8-a9c7-e105b41ece1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35328962-2f15-4ac8-a9c7-e105b41ece1d-root {
    text-align: center;
  }


#s-35328962-2f15-4ac8-a9c7-e105b41ece1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35328962-2f15-4ac8-a9c7-e105b41ece1d-root {
    text-align: center;
  }


#s-35328962-2f15-4ac8-a9c7-e105b41ece1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-21d61c36-d0cf-446f-b908-090d9ba14d33 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(163, 163, 163, 1);
}








#s-21d61c36-d0cf-446f-b908-090d9ba14d33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21d61c36-d0cf-446f-b908-090d9ba14d33.shg-box.shg-c {
  justify-content: center;
}

#s-9aac39b7-652e-434c-9061-947d2a15121c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9aac39b7-652e-434c-9061-947d2a15121c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9aac39b7-652e-434c-9061-947d2a15121c.shg-box.shg-c {
  justify-content: center;
}

#s-1218f4c5-aada-47da-8ecb-fa4fa34afe51 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 450px;
}
@media (min-width: 1200px){#s-1218f4c5-aada-47da-8ecb-fa4fa34afe51 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-1218f4c5-aada-47da-8ecb-fa4fa34afe51 {
  margin-top: 40px;
margin-bottom: 0px;
max-width: 350px;
}
}
#s-1218f4c5-aada-47da-8ecb-fa4fa34afe51 .shg-proportional-font-size,
#s-1218f4c5-aada-47da-8ecb-fa4fa34afe51 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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-a9b98404-0963-42fe-8bc3-a5d04162f537 {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a9b98404-0963-42fe-8bc3-a5d04162f537"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a9b98404-0963-42fe-8bc3-a5d04162f537"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a9b98404-0963-42fe-8bc3-a5d04162f537"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a9b98404-0963-42fe-8bc3-a5d04162f537"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3f23e141-c856-4e44-90fa-b81a9b7bf665 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

#s-faa291b6-92bf-49e1-b9e9-1a1a998a8332 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-faa291b6-92bf-49e1-b9e9-1a1a998a8332 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faa291b6-92bf-49e1-b9e9-1a1a998a8332 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-faa291b6-92bf-49e1-b9e9-1a1a998a8332 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faa291b6-92bf-49e1-b9e9-1a1a998a8332 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-faa291b6-92bf-49e1-b9e9-1a1a998a8332 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faa291b6-92bf-49e1-b9e9-1a1a998a8332 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-faa291b6-92bf-49e1-b9e9-1a1a998a8332 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faa291b6-92bf-49e1-b9e9-1a1a998a8332 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-faa291b6-92bf-49e1-b9e9-1a1a998a8332 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faa291b6-92bf-49e1-b9e9-1a1a998a8332 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-73f5bad1-5a70-4926-b46b-cc4bd46b7e49 {
  margin-left: auto;
margin-right: auto;
}

#s-0168275a-1a98-4eae-a110-943375d791d6 {
  margin-left: auto;
margin-right: auto;
}

#s-0168275a-1a98-4eae-a110-943375d791d6 .shg-proportional-font-size,
#s-0168275a-1a98-4eae-a110-943375d791d6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d62bac8c-e10b-4b5a-b100-c52f172bd939 {
  margin-left: auto;
margin-right: auto;
}

#s-d62bac8c-e10b-4b5a-b100-c52f172bd939 .shg-proportional-font-size,
#s-d62bac8c-e10b-4b5a-b100-c52f172bd939 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eb5739e7-24d8-4838-8478-a43a4e286ada {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(77, 77, 77, 1);
text-align: center;
text-decoration: none;
}
#s-eb5739e7-24d8-4838-8478-a43a4e286ada:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb5739e7-24d8-4838-8478-a43a4e286ada:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-eb5739e7-24d8-4838-8478-a43a4e286ada {
  margin-bottom: 30px;
}
}

  #s-eb5739e7-24d8-4838-8478-a43a4e286ada-root {
    text-align: center;
  }


#s-eb5739e7-24d8-4838-8478-a43a4e286ada.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb5739e7-24d8-4838-8478-a43a4e286ada-root {
    text-align: center;
  }


#s-eb5739e7-24d8-4838-8478-a43a4e286ada.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb5739e7-24d8-4838-8478-a43a4e286ada-root {
    text-align: center;
  }


#s-eb5739e7-24d8-4838-8478-a43a4e286ada.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb5739e7-24d8-4838-8478-a43a4e286ada-root {
    text-align: center;
  }


#s-eb5739e7-24d8-4838-8478-a43a4e286ada.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb5739e7-24d8-4838-8478-a43a4e286ada-root {
    text-align: center;
  }


#s-eb5739e7-24d8-4838-8478-a43a4e286ada.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cff3919a-8cf1-4422-846c-1e7afd9db5f2 {
  margin-left: auto;
margin-right: auto;
}

#s-d8125f29-c703-4ecc-93d5-795e7e3d479f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f {
  max-width:  100%;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  max-width: 1600px !important;
  
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  aspect-ratio: 1600/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f {
  max-width:  100%;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  max-width: 1600px !important;
  
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  aspect-ratio: 1600/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f {
  max-width:  100%;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  max-width: 1600px !important;
  
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  aspect-ratio: 1600/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f {
  max-width:  100%;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  max-width: 1600px !important;
  
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  aspect-ratio: 1600/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f {
  max-width:  100%;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  max-width: 1600px !important;
  
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f .shg-image-zoom,
.shg-c#s-d8125f29-c703-4ecc-93d5-795e7e3d479f img.shogun-image {
  aspect-ratio: 1600/2000;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3d412511-ecfd-4df1-b6da-97da29f918b1 {
  margin-left: auto;
margin-right: auto;
}

#s-77238e61-04c1-451a-950b-a75be08dcae8 {
  margin-left: auto;
margin-right: auto;
}

#s-77238e61-04c1-451a-950b-a75be08dcae8 .shg-proportional-font-size,
#s-77238e61-04c1-451a-950b-a75be08dcae8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3e66046e-2fba-4995-bed6-d66069c10930 {
  margin-left: auto;
margin-right: auto;
}

#s-3e66046e-2fba-4995-bed6-d66069c10930 .shg-proportional-font-size,
#s-3e66046e-2fba-4995-bed6-d66069c10930 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(77, 77, 77, 1);
text-align: center;
text-decoration: none;
}
#s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9 {
  margin-bottom: 30px;
}
}

  #s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9-root {
    text-align: center;
  }


#s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9-root {
    text-align: center;
  }


#s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9-root {
    text-align: center;
  }


#s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9-root {
    text-align: center;
  }


#s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9-root {
    text-align: center;
  }


#s-5d48ec82-d49d-459c-96eb-4ff7a99c0be9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-78a96d7b-1e25-4a96-9a55-d22319fc8c62 {
  margin-left: auto;
margin-right: auto;
}

#s-d0fc3501-70cc-4965-bc77-1ac7084e1df4 {
  margin-left: auto;
margin-right: auto;
}

#s-45e1d830-679d-40d3-abad-7bd0d33e0c95 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-45e1d830-679d-40d3-abad-7bd0d33e0c95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45e1d830-679d-40d3-abad-7bd0d33e0c95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-45e1d830-679d-40d3-abad-7bd0d33e0c95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45e1d830-679d-40d3-abad-7bd0d33e0c95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-45e1d830-679d-40d3-abad-7bd0d33e0c95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45e1d830-679d-40d3-abad-7bd0d33e0c95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-45e1d830-679d-40d3-abad-7bd0d33e0c95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45e1d830-679d-40d3-abad-7bd0d33e0c95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-45e1d830-679d-40d3-abad-7bd0d33e0c95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45e1d830-679d-40d3-abad-7bd0d33e0c95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e54b90e-acf0-4e32-8dbb-120811f45b1c {
  margin-left: auto;
margin-right: auto;
}

#s-55b77be5-307a-4f56-a99c-4eb0cfed2ac0 {
  margin-left: auto;
margin-right: auto;
}

#s-55b77be5-307a-4f56-a99c-4eb0cfed2ac0 .shg-proportional-font-size,
#s-55b77be5-307a-4f56-a99c-4eb0cfed2ac0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d20826e2-c190-48ee-a752-8d951038d57c {
  margin-left: auto;
margin-right: auto;
}

#s-d20826e2-c190-48ee-a752-8d951038d57c .shg-proportional-font-size,
#s-d20826e2-c190-48ee-a752-8d951038d57c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(77, 77, 77, 1);
text-align: center;
text-decoration: none;
}
#s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3-root {
    text-align: center;
  }


#s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3-root {
    text-align: center;
  }


#s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3-root {
    text-align: center;
  }


#s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3-root {
    text-align: center;
  }


#s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3-root {
    text-align: center;
  }


#s-ce10ad82-95ab-4ae2-a5ab-7b24b816c6d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dfefc773-e177-496a-bfaa-401340a50059 {
  margin-left: auto;
margin-right: auto;
}

#s-fca2d02e-d1f7-41cb-ba7d-f46c0236d8b9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fca2d02e-d1f7-41cb-ba7d-f46c0236d8b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca2d02e-d1f7-41cb-ba7d-f46c0236d8b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fca2d02e-d1f7-41cb-ba7d-f46c0236d8b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca2d02e-d1f7-41cb-ba7d-f46c0236d8b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fca2d02e-d1f7-41cb-ba7d-f46c0236d8b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca2d02e-d1f7-41cb-ba7d-f46c0236d8b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fca2d02e-d1f7-41cb-ba7d-f46c0236d8b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca2d02e-d1f7-41cb-ba7d-f46c0236d8b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fca2d02e-d1f7-41cb-ba7d-f46c0236d8b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fca2d02e-d1f7-41cb-ba7d-f46c0236d8b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c7d2a80c-8792-464b-b7bf-4a47485730c9 {
  margin-left: auto;
margin-right: auto;
}

#s-a987a69d-b53c-4feb-b493-72f10a9ade66 {
  margin-left: auto;
margin-right: auto;
}

#s-a987a69d-b53c-4feb-b493-72f10a9ade66 .shg-proportional-font-size,
#s-a987a69d-b53c-4feb-b493-72f10a9ade66 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c9879035-2569-4e2d-9b73-8a227af683e1 {
  margin-left: auto;
margin-right: auto;
}

#s-c9879035-2569-4e2d-9b73-8a227af683e1 .shg-proportional-font-size,
#s-c9879035-2569-4e2d-9b73-8a227af683e1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-28fec225-6651-4706-8831-a5a84eea9075 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(77, 77, 77, 1);
text-align: center;
text-decoration: none;
}
#s-28fec225-6651-4706-8831-a5a84eea9075:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28fec225-6651-4706-8831-a5a84eea9075:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28fec225-6651-4706-8831-a5a84eea9075-root {
    text-align: center;
  }


#s-28fec225-6651-4706-8831-a5a84eea9075.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-28fec225-6651-4706-8831-a5a84eea9075-root {
    text-align: center;
  }


#s-28fec225-6651-4706-8831-a5a84eea9075.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28fec225-6651-4706-8831-a5a84eea9075-root {
    text-align: center;
  }


#s-28fec225-6651-4706-8831-a5a84eea9075.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28fec225-6651-4706-8831-a5a84eea9075-root {
    text-align: center;
  }


#s-28fec225-6651-4706-8831-a5a84eea9075.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-28fec225-6651-4706-8831-a5a84eea9075-root {
    text-align: center;
  }


#s-28fec225-6651-4706-8831-a5a84eea9075.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-08d3039c-8fb7-4e82-b669-8d51ff0e64c1 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 450px;
}
@media (min-width: 1200px){#s-08d3039c-8fb7-4e82-b669-8d51ff0e64c1 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-08d3039c-8fb7-4e82-b669-8d51ff0e64c1 {
  margin-top: 50px;
margin-bottom: 0px;
max-width: 350px;
}
}
#s-08d3039c-8fb7-4e82-b669-8d51ff0e64c1 .shg-proportional-font-size,
#s-08d3039c-8fb7-4e82-b669-8d51ff0e64c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5c97b5fc-589f-4cb5-adf6-3cbc67c1994f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 450px;
}
@media (max-width: 767px){#s-5c97b5fc-589f-4cb5-adf6-3cbc67c1994f {
  max-width: 350px;
}
}
#s-5c97b5fc-589f-4cb5-adf6-3cbc67c1994f .shg-proportional-font-size,
#s-5c97b5fc-589f-4cb5-adf6-3cbc67c1994f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5cc3833c-a342-4249-a32c-d97a7d0d8cc1 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 450px;
}
@media (min-width: 1200px){#s-5cc3833c-a342-4249-a32c-d97a7d0d8cc1 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-5cc3833c-a342-4249-a32c-d97a7d0d8cc1 {
  margin-top: 40px;
margin-bottom: 0px;
max-width: 350px;
}
}
#s-5cc3833c-a342-4249-a32c-d97a7d0d8cc1 .shg-proportional-font-size,
#s-5cc3833c-a342-4249-a32c-d97a7d0d8cc1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-115811c8-c48c-4311-8ace-4c748c70c40f {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}

#s-115811c8-c48c-4311-8ace-4c748c70c40f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-115811c8-c48c-4311-8ace-4c748c70c40f-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-115811c8-c48c-4311-8ace-4c748c70c40f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-115811c8-c48c-4311-8ace-4c748c70c40f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  padding-left: 10%;
  padding-right: 10%;
  
  
}

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

#s-115811c8-c48c-4311-8ace-4c748c70c40f img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

  /* 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-115811c8-c48c-4311-8ace-4c748c70c40f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-115811c8-c48c-4311-8ace-4c748c70c40f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115811c8-c48c-4311-8ace-4c748c70c40f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115811c8-c48c-4311-8ace-4c748c70c40f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-115811c8-c48c-4311-8ace-4c748c70c40f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-115811c8-c48c-4311-8ace-4c748c70c40f-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-115811c8-c48c-4311-8ace-4c748c70c40f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-115811c8-c48c-4311-8ace-4c748c70c40f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-115811c8-c48c-4311-8ace-4c748c70c40f img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

  /* 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-115811c8-c48c-4311-8ace-4c748c70c40f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-115811c8-c48c-4311-8ace-4c748c70c40f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115811c8-c48c-4311-8ace-4c748c70c40f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115811c8-c48c-4311-8ace-4c748c70c40f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-115811c8-c48c-4311-8ace-4c748c70c40f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-115811c8-c48c-4311-8ace-4c748c70c40f-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-115811c8-c48c-4311-8ace-4c748c70c40f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-115811c8-c48c-4311-8ace-4c748c70c40f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-115811c8-c48c-4311-8ace-4c748c70c40f img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

  /* 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-115811c8-c48c-4311-8ace-4c748c70c40f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-115811c8-c48c-4311-8ace-4c748c70c40f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115811c8-c48c-4311-8ace-4c748c70c40f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115811c8-c48c-4311-8ace-4c748c70c40f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-115811c8-c48c-4311-8ace-4c748c70c40f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-115811c8-c48c-4311-8ace-4c748c70c40f-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-115811c8-c48c-4311-8ace-4c748c70c40f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-115811c8-c48c-4311-8ace-4c748c70c40f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-115811c8-c48c-4311-8ace-4c748c70c40f img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

  /* 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-115811c8-c48c-4311-8ace-4c748c70c40f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-115811c8-c48c-4311-8ace-4c748c70c40f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115811c8-c48c-4311-8ace-4c748c70c40f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115811c8-c48c-4311-8ace-4c748c70c40f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-115811c8-c48c-4311-8ace-4c748c70c40f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-115811c8-c48c-4311-8ace-4c748c70c40f-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-115811c8-c48c-4311-8ace-4c748c70c40f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-115811c8-c48c-4311-8ace-4c748c70c40f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-115811c8-c48c-4311-8ace-4c748c70c40f img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

  /* 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-115811c8-c48c-4311-8ace-4c748c70c40f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-115811c8-c48c-4311-8ace-4c748c70c40f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-115811c8-c48c-4311-8ace-4c748c70c40f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115811c8-c48c-4311-8ace-4c748c70c40f.shogun-image {
  box-sizing: border-box;
}




}
#s-a6e105e7-608a-460c-91c4-7dcd8629e2bf {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 450px;
}
@media (max-width: 767px){#s-a6e105e7-608a-460c-91c4-7dcd8629e2bf {
  max-width: 350px;
}
}
#s-a6e105e7-608a-460c-91c4-7dcd8629e2bf .shg-proportional-font-size,
#s-a6e105e7-608a-460c-91c4-7dcd8629e2bf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-869d44ec-9e1d-4131-a935-91bb06487389 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 450px;
}
@media (min-width: 1200px){#s-869d44ec-9e1d-4131-a935-91bb06487389 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-869d44ec-9e1d-4131-a935-91bb06487389 {
  margin-top: 40px;
margin-bottom: 0px;
max-width: 350px;
}
}
#s-869d44ec-9e1d-4131-a935-91bb06487389 .shg-proportional-font-size,
#s-869d44ec-9e1d-4131-a935-91bb06487389 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-46a18164-f462-4ba5-99f4-add4f1dc1a9b {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 450px;
}
@media (max-width: 767px){#s-46a18164-f462-4ba5-99f4-add4f1dc1a9b {
  max-width: 350px;
}
}
#s-46a18164-f462-4ba5-99f4-add4f1dc1a9b .shg-proportional-font-size,
#s-46a18164-f462-4ba5-99f4-add4f1dc1a9b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGY2OTUyYmQtZDhiZC00OTg2LTk5MjYtNWQ2OWQ3MWI2ZGEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZjY5NTJiZC1kOGJkLTQ5ODYtOTkyNi01ZDY5ZDcxYjZkYTApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bbbbbb"}, {"id"=>2, "pos"=>1, "color"=>"#737373"}];
hover-type: gradient;
}
#s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6:hover {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6:active {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTRhYTZlZDEtN2VmNC00NWY1LWI4YjQtZDBjOGUyZjg2N2ZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzM3MzczO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NGFhNmVkMS03ZWY0LTQ1ZjUtYjhiNC1kMGM4ZTJmODY3ZmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#bbbbbb"}, {"id"=>2, "pos"=>1, "color"=>"#737373"}, {"id"=>3, "pos"=>1, "color"=>"#737373"}];
}
#s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6:hover {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6:active {background-color: rgba(165, 165, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6-root {
    text-align: center;
  }


#s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6-root {
    text-align: center;
  }


#s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6-root {
    text-align: center;
  }


#s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6-root {
    text-align: center;
  }


#s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6-root {
    text-align: center;
  }


#s-b5b8c0f9-fc49-484d-84ba-2bffd4c703a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e714a378-cb92-4ee4-b26d-20048df5f605 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#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}