.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: 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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-f6aef9f4-64c4-4fc2-b69e-e240c1bdc81d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f6aef9f4-64c4-4fc2-b69e-e240c1bdc81d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6aef9f4-64c4-4fc2-b69e-e240c1bdc81d.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 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;
  font-weight: normal;
  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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-c9e7ee4b-8e3a-4478-8e0a-2d8b9fae3aee {
  margin-top: 25px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}
@media (max-width: 767px){#s-c9e7ee4b-8e3a-4478-8e0a-2d8b9fae3aee {
  
}
}
#s-c2fd9a64-efbc-47c2-a0b5-3bf9a075af63 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c2fd9a64-efbc-47c2-a0b5-3bf9a075af63 {
  
}
}







#s-c2fd9a64-efbc-47c2-a0b5-3bf9a075af63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2fd9a64-efbc-47c2-a0b5-3bf9a075af63.shg-box.shg-c {
  justify-content: center;
}

#s-389dc02a-a528-493b-89d0-2d3ebda81f7e {
  margin-left: 40px;
margin-right: 40px;
}

#s-89f9499b-c518-42be-b12d-7f3a7fc18fc8 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-89f9499b-c518-42be-b12d-7f3a7fc18fc8 {
  
}
}







#s-89f9499b-c518-42be-b12d-7f3a7fc18fc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89f9499b-c518-42be-b12d-7f3a7fc18fc8.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-669f8273-170c-432f-95c7-ee56d060c13d {
  margin-bottom: 10px;
text-align: left;
}

#s-669f8273-170c-432f-95c7-ee56d060c13d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-4cee4269-5744-4245-a8d9-8519c64393aa {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4cee4269-5744-4245-a8d9-8519c64393aa .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4cee4269-5744-4245-a8d9-8519c64393aa .shg-sld-nav-button.shg-sld-left,
#s-4cee4269-5744-4245-a8d9-8519c64393aa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-3e2a0901-1495-4fe7-b295-c549127f426a {
  text-align: center;
}




  #s-3e2a0901-1495-4fe7-b295-c549127f426a img.shogun-image {
    
    width: px;
  }


#s-3e2a0901-1495-4fe7-b295-c549127f426a .shogun-image-content {
  
    align-items: center;
  
}

#s-b6f22569-595a-41c3-a5c0-ad104f460ccf {
  text-align: center;
}




  #s-b6f22569-595a-41c3-a5c0-ad104f460ccf img.shogun-image {
    
    width: px;
  }


#s-b6f22569-595a-41c3-a5c0-ad104f460ccf .shogun-image-content {
  
    align-items: center;
  
}

#s-8e0bfd90-0573-497f-b75e-ce4b8c5be9ff {
  text-align: center;
}




  #s-8e0bfd90-0573-497f-b75e-ce4b8c5be9ff img.shogun-image {
    
    width: px;
  }


#s-8e0bfd90-0573-497f-b75e-ce4b8c5be9ff .shogun-image-content {
  
    align-items: center;
  
}

#s-320bc7b8-5a02-4f0f-b7f9-ba5af2a4911b {
  text-align: center;
}




  #s-320bc7b8-5a02-4f0f-b7f9-ba5af2a4911b img.shogun-image {
    
    width: px;
  }


#s-320bc7b8-5a02-4f0f-b7f9-ba5af2a4911b .shogun-image-content {
  
    align-items: center;
  
}

#s-cae0cf37-bbed-4125-bfac-e6735c82de6d {
  text-align: center;
}




  #s-cae0cf37-bbed-4125-bfac-e6735c82de6d img.shogun-image {
    
    width: px;
  }


#s-cae0cf37-bbed-4125-bfac-e6735c82de6d .shogun-image-content {
  
    align-items: center;
  
}

#s-fec4f0f3-4746-4327-8617-30ac0c07eb23 {
  text-align: center;
}




  #s-fec4f0f3-4746-4327-8617-30ac0c07eb23 img.shogun-image {
    
    width: px;
  }


#s-fec4f0f3-4746-4327-8617-30ac0c07eb23 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a28f1ce-c921-4949-9046-d7b475a5b304 {
  text-align: center;
}




  #s-9a28f1ce-c921-4949-9046-d7b475a5b304 img.shogun-image {
    
    width: px;
  }


#s-9a28f1ce-c921-4949-9046-d7b475a5b304 .shogun-image-content {
  
    align-items: center;
  
}

#s-39fd0643-dd53-4841-96e8-ec9349446a58 {
  text-align: center;
}




  #s-39fd0643-dd53-4841-96e8-ec9349446a58 img.shogun-image {
    
    width: px;
  }


#s-39fd0643-dd53-4841-96e8-ec9349446a58 .shogun-image-content {
  
    align-items: center;
  
}

#s-616aa4a4-428e-4407-9a36-3a09a3396f84 {
  text-align: center;
}




  #s-616aa4a4-428e-4407-9a36-3a09a3396f84 img.shogun-image {
    
    width: px;
  }


#s-616aa4a4-428e-4407-9a36-3a09a3396f84 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c081708-0e3c-4bac-986e-6573eb7ff6b6 {
  text-align: center;
}




  #s-6c081708-0e3c-4bac-986e-6573eb7ff6b6 img.shogun-image {
    
    width: px;
  }


#s-6c081708-0e3c-4bac-986e-6573eb7ff6b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0f7934f-b47a-4819-8c0c-a7d37c9c9c23 {
  text-align: center;
}




  #s-e0f7934f-b47a-4819-8c0c-a7d37c9c9c23 img.shogun-image {
    
    width: px;
  }


#s-e0f7934f-b47a-4819-8c0c-a7d37c9c9c23 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b741d56-fdcb-45de-b40e-40bc362e005d {
  text-align: center;
}




  #s-5b741d56-fdcb-45de-b40e-40bc362e005d img.shogun-image {
    
    width: px;
  }


#s-5b741d56-fdcb-45de-b40e-40bc362e005d .shogun-image-content {
  
    align-items: center;
  
}

#s-ccefa15a-2dda-48c0-95b5-e3159495c9db {
  text-align: center;
}




  #s-ccefa15a-2dda-48c0-95b5-e3159495c9db img.shogun-image {
    
    width: px;
  }


#s-ccefa15a-2dda-48c0-95b5-e3159495c9db .shogun-image-content {
  
    align-items: center;
  
}

#s-5b626b6f-2788-4b76-b6a5-b8a312707e55 {
  text-align: center;
}




  #s-5b626b6f-2788-4b76-b6a5-b8a312707e55 img.shogun-image {
    
    width: px;
  }


#s-5b626b6f-2788-4b76-b6a5-b8a312707e55 .shogun-image-content {
  
    align-items: center;
  
}

#s-46339b27-0a80-4e92-b7df-e99172fc7886 {
  text-align: center;
}




  #s-46339b27-0a80-4e92-b7df-e99172fc7886 img.shogun-image {
    
    width: px;
  }


#s-46339b27-0a80-4e92-b7df-e99172fc7886 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e82a33e-59be-4331-8a7a-f82c47a8dd9d {
  text-align: center;
}




  #s-9e82a33e-59be-4331-8a7a-f82c47a8dd9d img.shogun-image {
    
    width: px;
  }


#s-9e82a33e-59be-4331-8a7a-f82c47a8dd9d .shogun-image-content {
  
    align-items: center;
  
}

#s-b46ff3db-30f5-41c6-8ed7-6acd263df54b {
  text-align: center;
}




  #s-b46ff3db-30f5-41c6-8ed7-6acd263df54b img.shogun-image {
    
    width: px;
  }


#s-b46ff3db-30f5-41c6-8ed7-6acd263df54b .shogun-image-content {
  
    align-items: center;
  
}

#s-8953fe50-7212-4a3b-ba7f-4a20d187fc11 {
  text-align: center;
}




  #s-8953fe50-7212-4a3b-ba7f-4a20d187fc11 img.shogun-image {
    
    width: px;
  }


#s-8953fe50-7212-4a3b-ba7f-4a20d187fc11 .shogun-image-content {
  
    align-items: center;
  
}

#s-b901b2aa-fef3-4a18-997f-419c2766b67c {
  text-align: center;
}




  #s-b901b2aa-fef3-4a18-997f-419c2766b67c img.shogun-image {
    
    width: px;
  }


#s-b901b2aa-fef3-4a18-997f-419c2766b67c .shogun-image-content {
  
    align-items: center;
  
}

#s-f7a9fab6-1057-400b-91b9-6ffe679ebfb6 {
  text-align: center;
}




  #s-f7a9fab6-1057-400b-91b9-6ffe679ebfb6 img.shogun-image {
    
    width: px;
  }


#s-f7a9fab6-1057-400b-91b9-6ffe679ebfb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-359d144b-d144-49b7-8a3d-53a8dd012626 {
  text-align: center;
}




  #s-359d144b-d144-49b7-8a3d-53a8dd012626 img.shogun-image {
    
    width: px;
  }


#s-359d144b-d144-49b7-8a3d-53a8dd012626 .shogun-image-content {
  
    align-items: center;
  
}

#s-48f0799a-1532-4961-987e-7cf2ec34f3a1 {
  text-align: center;
}




  #s-48f0799a-1532-4961-987e-7cf2ec34f3a1 img.shogun-image {
    
    width: px;
  }


#s-48f0799a-1532-4961-987e-7cf2ec34f3a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-838c56ea-bf87-4485-b972-337c9199d0f7 {
  text-align: center;
}




  #s-838c56ea-bf87-4485-b972-337c9199d0f7 img.shogun-image {
    
    width: px;
  }


#s-838c56ea-bf87-4485-b972-337c9199d0f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9670690e-7eda-4a66-9507-653eba11e9aa {
  text-align: center;
}




  #s-9670690e-7eda-4a66-9507-653eba11e9aa img.shogun-image {
    
    width: px;
  }


#s-9670690e-7eda-4a66-9507-653eba11e9aa .shogun-image-content {
  
    align-items: center;
  
}

#s-8fb8cb95-8288-455b-bce6-b042303dc094 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8fb8cb95-8288-455b-bce6-b042303dc094 {
  
}
}







#s-8fb8cb95-8288-455b-bce6-b042303dc094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fb8cb95-8288-455b-bce6-b042303dc094.shg-box.shg-c {
  justify-content: center;
}

#s-ae3ed17d-ef7a-477f-998e-a5904e3aa6b2 {
  margin-bottom: 10px;
text-align: left;
}

#s-ae3ed17d-ef7a-477f-998e-a5904e3aa6b2 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-565f7473-40ef-49a0-bb1a-4c2cf9b5e432 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-565f7473-40ef-49a0-bb1a-4c2cf9b5e432 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-565f7473-40ef-49a0-bb1a-4c2cf9b5e432 .shg-sld-nav-button.shg-sld-left,
#s-565f7473-40ef-49a0-bb1a-4c2cf9b5e432 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-69c91f3e-1045-4e49-98c7-123cec5249d8 {
  text-align: center;
}




  #s-69c91f3e-1045-4e49-98c7-123cec5249d8 img.shogun-image {
    
    width: px;
  }


#s-69c91f3e-1045-4e49-98c7-123cec5249d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a09948ef-556f-49b7-aff5-8fbd22c43913 {
  text-align: center;
}




  #s-a09948ef-556f-49b7-aff5-8fbd22c43913 img.shogun-image {
    
    width: px;
  }


#s-a09948ef-556f-49b7-aff5-8fbd22c43913 .shogun-image-content {
  
    align-items: center;
  
}

#s-60e634aa-73ff-453c-b1d1-720a4ed7b6f0 {
  text-align: center;
}




  #s-60e634aa-73ff-453c-b1d1-720a4ed7b6f0 img.shogun-image {
    
    width: px;
  }


#s-60e634aa-73ff-453c-b1d1-720a4ed7b6f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-343783c8-edda-437d-896e-72348d2c149b {
  text-align: center;
}




  #s-343783c8-edda-437d-896e-72348d2c149b img.shogun-image {
    
    width: px;
  }


#s-343783c8-edda-437d-896e-72348d2c149b .shogun-image-content {
  
    align-items: center;
  
}

#s-4cdce957-52dd-478b-97db-76af5ffe4fac {
  text-align: center;
}




  #s-4cdce957-52dd-478b-97db-76af5ffe4fac img.shogun-image {
    
    width: px;
  }


#s-4cdce957-52dd-478b-97db-76af5ffe4fac .shogun-image-content {
  
    align-items: center;
  
}

#s-ea933b46-635c-4052-a1fe-946d53ceb1a8 {
  text-align: center;
}




  #s-ea933b46-635c-4052-a1fe-946d53ceb1a8 img.shogun-image {
    
    width: px;
  }


#s-ea933b46-635c-4052-a1fe-946d53ceb1a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2f949de-7b63-4466-a8d7-3c50472f1473 {
  text-align: center;
}




  #s-d2f949de-7b63-4466-a8d7-3c50472f1473 img.shogun-image {
    
    width: px;
  }


#s-d2f949de-7b63-4466-a8d7-3c50472f1473 .shogun-image-content {
  
    align-items: center;
  
}

#s-62d11428-eb46-4ac7-a5c3-cc59dd2c1add {
  text-align: center;
}




  #s-62d11428-eb46-4ac7-a5c3-cc59dd2c1add img.shogun-image {
    
    width: px;
  }


#s-62d11428-eb46-4ac7-a5c3-cc59dd2c1add .shogun-image-content {
  
    align-items: center;
  
}

#s-da1bbceb-566c-4fad-853b-708759c207ed {
  text-align: center;
}




  #s-da1bbceb-566c-4fad-853b-708759c207ed img.shogun-image {
    
    width: px;
  }


#s-da1bbceb-566c-4fad-853b-708759c207ed .shogun-image-content {
  
    align-items: center;
  
}

#s-6989cfc5-3622-4263-a6b3-3ab36478314a {
  text-align: center;
}




  #s-6989cfc5-3622-4263-a6b3-3ab36478314a img.shogun-image {
    
    width: px;
  }


#s-6989cfc5-3622-4263-a6b3-3ab36478314a .shogun-image-content {
  
    align-items: center;
  
}

#s-0243333d-433e-422f-b0db-8937f918041a {
  text-align: center;
}




  #s-0243333d-433e-422f-b0db-8937f918041a img.shogun-image {
    
    width: px;
  }


#s-0243333d-433e-422f-b0db-8937f918041a .shogun-image-content {
  
    align-items: center;
  
}

#s-de12f9e2-c864-4d8c-9008-8a79d8bf8b5a {
  text-align: center;
}




  #s-de12f9e2-c864-4d8c-9008-8a79d8bf8b5a img.shogun-image {
    
    width: px;
  }


#s-de12f9e2-c864-4d8c-9008-8a79d8bf8b5a .shogun-image-content {
  
    align-items: center;
  
}

#s-2d26b3c3-0511-4896-92bc-5f7d24421dc9 {
  text-align: center;
}




  #s-2d26b3c3-0511-4896-92bc-5f7d24421dc9 img.shogun-image {
    
    width: px;
  }


#s-2d26b3c3-0511-4896-92bc-5f7d24421dc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4623175c-427d-49c3-87da-7e091f80a601 {
  text-align: center;
}




  #s-4623175c-427d-49c3-87da-7e091f80a601 img.shogun-image {
    
    width: px;
  }


#s-4623175c-427d-49c3-87da-7e091f80a601 .shogun-image-content {
  
    align-items: center;
  
}

#s-2878b07c-c97d-49e5-aff0-b440b8530890 {
  text-align: center;
}




  #s-2878b07c-c97d-49e5-aff0-b440b8530890 img.shogun-image {
    
    width: px;
  }


#s-2878b07c-c97d-49e5-aff0-b440b8530890 .shogun-image-content {
  
    align-items: center;
  
}

#s-b182ae5b-f118-4313-be9a-6c04b3854fff {
  text-align: center;
}




  #s-b182ae5b-f118-4313-be9a-6c04b3854fff img.shogun-image {
    
    width: px;
  }


#s-b182ae5b-f118-4313-be9a-6c04b3854fff .shogun-image-content {
  
    align-items: center;
  
}

#s-57e329bc-6e56-4dea-8f44-091c08e4d904 {
  text-align: center;
}




  #s-57e329bc-6e56-4dea-8f44-091c08e4d904 img.shogun-image {
    
    width: px;
  }


#s-57e329bc-6e56-4dea-8f44-091c08e4d904 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fdb8562-554e-44c7-8e68-491c10b97792 {
  text-align: center;
}




  #s-3fdb8562-554e-44c7-8e68-491c10b97792 img.shogun-image {
    
    width: px;
  }


#s-3fdb8562-554e-44c7-8e68-491c10b97792 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2af5eab-c6d9-4364-a9ff-78770a895e4f {
  text-align: center;
}




  #s-e2af5eab-c6d9-4364-a9ff-78770a895e4f img.shogun-image {
    
    width: px;
  }


#s-e2af5eab-c6d9-4364-a9ff-78770a895e4f .shogun-image-content {
  
    align-items: center;
  
}

#s-bded942d-0561-44f9-88c6-8a1bc9e73d17 {
  text-align: center;
}




  #s-bded942d-0561-44f9-88c6-8a1bc9e73d17 img.shogun-image {
    
    width: px;
  }


#s-bded942d-0561-44f9-88c6-8a1bc9e73d17 .shogun-image-content {
  
    align-items: center;
  
}

#s-15057073-a8a9-4263-8eb1-10d0c0e1e2f3 {
  text-align: center;
}




  #s-15057073-a8a9-4263-8eb1-10d0c0e1e2f3 img.shogun-image {
    
    width: px;
  }


#s-15057073-a8a9-4263-8eb1-10d0c0e1e2f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc8a8350-f636-468b-bba9-8e733d75cdd0 {
  text-align: center;
}




  #s-fc8a8350-f636-468b-bba9-8e733d75cdd0 img.shogun-image {
    
    width: px;
  }


#s-fc8a8350-f636-468b-bba9-8e733d75cdd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c04319f3-dce0-4024-8a67-854d3b10b28f {
  text-align: center;
}




  #s-c04319f3-dce0-4024-8a67-854d3b10b28f img.shogun-image {
    
    width: px;
  }


#s-c04319f3-dce0-4024-8a67-854d3b10b28f .shogun-image-content {
  
    align-items: center;
  
}

#s-933e65e3-29de-4c85-9b78-69a8b2abc15d {
  text-align: center;
}




  #s-933e65e3-29de-4c85-9b78-69a8b2abc15d img.shogun-image {
    
    width: px;
  }


#s-933e65e3-29de-4c85-9b78-69a8b2abc15d .shogun-image-content {
  
    align-items: center;
  
}

#s-971924af-9132-4154-9bb7-73f680eadece {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-971924af-9132-4154-9bb7-73f680eadece {
  
}
}







#s-971924af-9132-4154-9bb7-73f680eadece > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-971924af-9132-4154-9bb7-73f680eadece.shg-box.shg-c {
  justify-content: center;
}

#s-271d6754-c9e1-4b89-b9fc-b7001da512ee {
  margin-bottom: 10px;
text-align: left;
}

#s-271d6754-c9e1-4b89-b9fc-b7001da512ee .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b29b91cb-7143-42c6-8c06-f6fa3f3e84a2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b29b91cb-7143-42c6-8c06-f6fa3f3e84a2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b29b91cb-7143-42c6-8c06-f6fa3f3e84a2 .shg-sld-nav-button.shg-sld-left,
#s-b29b91cb-7143-42c6-8c06-f6fa3f3e84a2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0e33ec83-c04b-4a54-be73-25a44225d9a0 {
  text-align: center;
}




  #s-0e33ec83-c04b-4a54-be73-25a44225d9a0 img.shogun-image {
    
    width: px;
  }


#s-0e33ec83-c04b-4a54-be73-25a44225d9a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fdff013-16b2-45fc-b8f1-d82414c1c60e {
  text-align: center;
}




  #s-7fdff013-16b2-45fc-b8f1-d82414c1c60e img.shogun-image {
    
    width: px;
  }


#s-7fdff013-16b2-45fc-b8f1-d82414c1c60e .shogun-image-content {
  
    align-items: center;
  
}

#s-59123b64-1b5b-400a-9013-3de40c67224c {
  text-align: center;
}




  #s-59123b64-1b5b-400a-9013-3de40c67224c img.shogun-image {
    
    width: px;
  }


#s-59123b64-1b5b-400a-9013-3de40c67224c .shogun-image-content {
  
    align-items: center;
  
}

#s-7cb9f5cf-f085-47ea-b8d4-b2f64052bd52 {
  text-align: center;
}




  #s-7cb9f5cf-f085-47ea-b8d4-b2f64052bd52 img.shogun-image {
    
    width: px;
  }


#s-7cb9f5cf-f085-47ea-b8d4-b2f64052bd52 .shogun-image-content {
  
    align-items: center;
  
}

#s-04c6b7c3-0acd-40d6-b629-e2f853bf3ae1 {
  text-align: center;
}




  #s-04c6b7c3-0acd-40d6-b629-e2f853bf3ae1 img.shogun-image {
    
    width: px;
  }


#s-04c6b7c3-0acd-40d6-b629-e2f853bf3ae1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecd9eb1a-44d3-43a2-86b3-5396036195f4 {
  text-align: center;
}




  #s-ecd9eb1a-44d3-43a2-86b3-5396036195f4 img.shogun-image {
    
    width: px;
  }


#s-ecd9eb1a-44d3-43a2-86b3-5396036195f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed1507fb-4420-4c17-89d2-0c85dbfc40be {
  text-align: center;
}




  #s-ed1507fb-4420-4c17-89d2-0c85dbfc40be img.shogun-image {
    
    width: px;
  }


#s-ed1507fb-4420-4c17-89d2-0c85dbfc40be .shogun-image-content {
  
    align-items: center;
  
}

#s-f85cc180-ce8c-4f38-80ad-9ade08a12960 {
  text-align: center;
}




  #s-f85cc180-ce8c-4f38-80ad-9ade08a12960 img.shogun-image {
    
    width: px;
  }


#s-f85cc180-ce8c-4f38-80ad-9ade08a12960 .shogun-image-content {
  
    align-items: center;
  
}

#s-5dd86653-0793-4921-bc05-5339655ff234 {
  text-align: center;
}




  #s-5dd86653-0793-4921-bc05-5339655ff234 img.shogun-image {
    
    width: px;
  }


#s-5dd86653-0793-4921-bc05-5339655ff234 .shogun-image-content {
  
    align-items: center;
  
}

#s-111cf551-0da4-4891-a9d2-41d6aa9d9587 {
  text-align: center;
}




  #s-111cf551-0da4-4891-a9d2-41d6aa9d9587 img.shogun-image {
    
    width: px;
  }


#s-111cf551-0da4-4891-a9d2-41d6aa9d9587 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d4f20a6-ecf5-4a65-aae7-de62092e7530 {
  text-align: center;
}




  #s-9d4f20a6-ecf5-4a65-aae7-de62092e7530 img.shogun-image {
    
    width: px;
  }


#s-9d4f20a6-ecf5-4a65-aae7-de62092e7530 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c9e925d-0526-4eb2-9a59-a87fd2ba3857 {
  text-align: center;
}




  #s-5c9e925d-0526-4eb2-9a59-a87fd2ba3857 img.shogun-image {
    
    width: px;
  }


#s-5c9e925d-0526-4eb2-9a59-a87fd2ba3857 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4bd9b2c-f9e8-43d4-96fd-dac2f097771e {
  text-align: center;
}




  #s-f4bd9b2c-f9e8-43d4-96fd-dac2f097771e img.shogun-image {
    
    width: px;
  }


#s-f4bd9b2c-f9e8-43d4-96fd-dac2f097771e .shogun-image-content {
  
    align-items: center;
  
}

#s-f2c56ceb-91e6-45d8-8d79-39f36a1664bf {
  text-align: center;
}




  #s-f2c56ceb-91e6-45d8-8d79-39f36a1664bf img.shogun-image {
    
    width: px;
  }


#s-f2c56ceb-91e6-45d8-8d79-39f36a1664bf .shogun-image-content {
  
    align-items: center;
  
}

#s-84317d23-4f14-49af-8bc5-b13731688a9c {
  text-align: center;
}




  #s-84317d23-4f14-49af-8bc5-b13731688a9c img.shogun-image {
    
    width: px;
  }


#s-84317d23-4f14-49af-8bc5-b13731688a9c .shogun-image-content {
  
    align-items: center;
  
}

#s-f61e3ecf-6c1d-43fd-8eb3-3c52c5af8233 {
  text-align: center;
}




  #s-f61e3ecf-6c1d-43fd-8eb3-3c52c5af8233 img.shogun-image {
    
    width: px;
  }


#s-f61e3ecf-6c1d-43fd-8eb3-3c52c5af8233 .shogun-image-content {
  
    align-items: center;
  
}

#s-52aa6b25-7aaa-4ada-9973-3ec51ada8563 {
  text-align: center;
}




  #s-52aa6b25-7aaa-4ada-9973-3ec51ada8563 img.shogun-image {
    
    width: px;
  }


#s-52aa6b25-7aaa-4ada-9973-3ec51ada8563 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c2ddc8a-fac9-484f-a5b0-94167e8ef618 {
  text-align: center;
}




  #s-3c2ddc8a-fac9-484f-a5b0-94167e8ef618 img.shogun-image {
    
    width: px;
  }


#s-3c2ddc8a-fac9-484f-a5b0-94167e8ef618 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d55e7a4-b7a7-4574-8cf9-e48469cb33c4 {
  text-align: center;
}




  #s-7d55e7a4-b7a7-4574-8cf9-e48469cb33c4 img.shogun-image {
    
    width: px;
  }


#s-7d55e7a4-b7a7-4574-8cf9-e48469cb33c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5203b804-2c76-4f8c-9925-537f207e13a9 {
  text-align: center;
}




  #s-5203b804-2c76-4f8c-9925-537f207e13a9 img.shogun-image {
    
    width: px;
  }


#s-5203b804-2c76-4f8c-9925-537f207e13a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ea6efc2-c933-426a-a3f3-0a6304bdf490 {
  text-align: center;
}




  #s-0ea6efc2-c933-426a-a3f3-0a6304bdf490 img.shogun-image {
    
    width: px;
  }


#s-0ea6efc2-c933-426a-a3f3-0a6304bdf490 .shogun-image-content {
  
    align-items: center;
  
}

#s-64a202d2-f085-4b66-b58c-81de0ef603d1 {
  text-align: center;
}




  #s-64a202d2-f085-4b66-b58c-81de0ef603d1 img.shogun-image {
    
    width: px;
  }


#s-64a202d2-f085-4b66-b58c-81de0ef603d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc3c5054-08a6-40c6-bd58-2d61a1b3d426 {
  text-align: center;
}




  #s-fc3c5054-08a6-40c6-bd58-2d61a1b3d426 img.shogun-image {
    
    width: px;
  }


#s-fc3c5054-08a6-40c6-bd58-2d61a1b3d426 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f72f6ac-e5a6-4c25-9dc3-fbb6fefbc749 {
  text-align: center;
}




  #s-7f72f6ac-e5a6-4c25-9dc3-fbb6fefbc749 img.shogun-image {
    
    width: px;
  }


#s-7f72f6ac-e5a6-4c25-9dc3-fbb6fefbc749 .shogun-image-content {
  
    align-items: center;
  
}

#s-59061bdc-4ba0-43dd-9b0d-f623bf1a431c {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-59061bdc-4ba0-43dd-9b0d-f623bf1a431c {
  
}
}







#s-59061bdc-4ba0-43dd-9b0d-f623bf1a431c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59061bdc-4ba0-43dd-9b0d-f623bf1a431c.shg-box.shg-c {
  justify-content: center;
}

#s-686960bd-7945-482f-aa7a-af2c80ff9ac0 {
  margin-bottom: 10px;
text-align: left;
}

#s-686960bd-7945-482f-aa7a-af2c80ff9ac0 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-27df9a60-c10e-48f7-aa37-a6f49fd9bd5d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-27df9a60-c10e-48f7-aa37-a6f49fd9bd5d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-27df9a60-c10e-48f7-aa37-a6f49fd9bd5d .shg-sld-nav-button.shg-sld-left,
#s-27df9a60-c10e-48f7-aa37-a6f49fd9bd5d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-28413f7c-b752-4e60-b812-e9b2abb194c5 {
  text-align: center;
}




  #s-28413f7c-b752-4e60-b812-e9b2abb194c5 img.shogun-image {
    
    width: px;
  }


#s-28413f7c-b752-4e60-b812-e9b2abb194c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8abbcca0-a783-4233-ba7a-5e78e0a4198f {
  text-align: center;
}




  #s-8abbcca0-a783-4233-ba7a-5e78e0a4198f img.shogun-image {
    
    width: px;
  }


#s-8abbcca0-a783-4233-ba7a-5e78e0a4198f .shogun-image-content {
  
    align-items: center;
  
}

#s-a9eedca2-341d-4f34-93d1-471f44805c9b {
  text-align: center;
}




  #s-a9eedca2-341d-4f34-93d1-471f44805c9b img.shogun-image {
    
    width: px;
  }


#s-a9eedca2-341d-4f34-93d1-471f44805c9b .shogun-image-content {
  
    align-items: center;
  
}

#s-bde49a30-d0b6-4b2d-a36d-34cc85f1434f {
  text-align: center;
}




  #s-bde49a30-d0b6-4b2d-a36d-34cc85f1434f img.shogun-image {
    
    width: px;
  }


#s-bde49a30-d0b6-4b2d-a36d-34cc85f1434f .shogun-image-content {
  
    align-items: center;
  
}

#s-15b1d169-0dd5-43d8-912f-3f7ed7d23b3a {
  text-align: center;
}




  #s-15b1d169-0dd5-43d8-912f-3f7ed7d23b3a img.shogun-image {
    
    width: px;
  }


#s-15b1d169-0dd5-43d8-912f-3f7ed7d23b3a .shogun-image-content {
  
    align-items: center;
  
}

#s-853cb3d6-4f2a-431f-892d-b61e3dd91148 {
  text-align: center;
}




  #s-853cb3d6-4f2a-431f-892d-b61e3dd91148 img.shogun-image {
    
    width: px;
  }


#s-853cb3d6-4f2a-431f-892d-b61e3dd91148 .shogun-image-content {
  
    align-items: center;
  
}

#s-856ddaec-450f-4e52-b70e-012732463891 {
  text-align: center;
}




  #s-856ddaec-450f-4e52-b70e-012732463891 img.shogun-image {
    
    width: px;
  }


#s-856ddaec-450f-4e52-b70e-012732463891 .shogun-image-content {
  
    align-items: center;
  
}

#s-0422d26f-e0da-485f-911a-51bcf3dae2fc {
  text-align: center;
}




  #s-0422d26f-e0da-485f-911a-51bcf3dae2fc img.shogun-image {
    
    width: px;
  }


#s-0422d26f-e0da-485f-911a-51bcf3dae2fc .shogun-image-content {
  
    align-items: center;
  
}

#s-89121f1f-03e0-47bc-a4c4-af6f37c942c0 {
  text-align: center;
}




  #s-89121f1f-03e0-47bc-a4c4-af6f37c942c0 img.shogun-image {
    
    width: px;
  }


#s-89121f1f-03e0-47bc-a4c4-af6f37c942c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-18f2ad6d-2b69-4620-8806-c1ccaf9befb0 {
  text-align: center;
}




  #s-18f2ad6d-2b69-4620-8806-c1ccaf9befb0 img.shogun-image {
    
    width: px;
  }


#s-18f2ad6d-2b69-4620-8806-c1ccaf9befb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fa3eb1a-1316-4878-9743-34ce307a7ec5 {
  text-align: center;
}




  #s-5fa3eb1a-1316-4878-9743-34ce307a7ec5 img.shogun-image {
    
    width: px;
  }


#s-5fa3eb1a-1316-4878-9743-34ce307a7ec5 .shogun-image-content {
  
    align-items: center;
  
}

#s-abcd3e58-e4b8-46e2-a177-d5032ec74e1c {
  text-align: center;
}




  #s-abcd3e58-e4b8-46e2-a177-d5032ec74e1c img.shogun-image {
    
    width: px;
  }


#s-abcd3e58-e4b8-46e2-a177-d5032ec74e1c .shogun-image-content {
  
    align-items: center;
  
}

#s-39b9e83a-a857-4b06-8eb8-0d18c25069fb {
  text-align: center;
}




  #s-39b9e83a-a857-4b06-8eb8-0d18c25069fb img.shogun-image {
    
    width: px;
  }


#s-39b9e83a-a857-4b06-8eb8-0d18c25069fb .shogun-image-content {
  
    align-items: center;
  
}

#s-f7223abb-c08f-496b-8a97-fce1131a4331 {
  text-align: center;
}




  #s-f7223abb-c08f-496b-8a97-fce1131a4331 img.shogun-image {
    
    width: px;
  }


#s-f7223abb-c08f-496b-8a97-fce1131a4331 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0d6f511-fe00-432a-8d15-14aa491b7ad9 {
  text-align: center;
}




  #s-c0d6f511-fe00-432a-8d15-14aa491b7ad9 img.shogun-image {
    
    width: px;
  }


#s-c0d6f511-fe00-432a-8d15-14aa491b7ad9 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb1aa9ab-b7e1-4b7e-b4df-9d7486b5c027 {
  text-align: center;
}




  #s-eb1aa9ab-b7e1-4b7e-b4df-9d7486b5c027 img.shogun-image {
    
    width: px;
  }


#s-eb1aa9ab-b7e1-4b7e-b4df-9d7486b5c027 .shogun-image-content {
  
    align-items: center;
  
}

#s-20a1b95c-7096-40d2-9dc1-b2677e0e2e2f {
  text-align: center;
}




  #s-20a1b95c-7096-40d2-9dc1-b2677e0e2e2f img.shogun-image {
    
    width: px;
  }


#s-20a1b95c-7096-40d2-9dc1-b2677e0e2e2f .shogun-image-content {
  
    align-items: center;
  
}

#s-0d81363d-e8b6-40fc-9d5c-3a646efb253a {
  text-align: center;
}




  #s-0d81363d-e8b6-40fc-9d5c-3a646efb253a img.shogun-image {
    
    width: px;
  }


#s-0d81363d-e8b6-40fc-9d5c-3a646efb253a .shogun-image-content {
  
    align-items: center;
  
}

#s-e9e602dc-8274-4ea7-baca-f8f858746089 {
  text-align: center;
}




  #s-e9e602dc-8274-4ea7-baca-f8f858746089 img.shogun-image {
    
    width: px;
  }


#s-e9e602dc-8274-4ea7-baca-f8f858746089 .shogun-image-content {
  
    align-items: center;
  
}

#s-29f5a069-dda1-479b-aeb7-50cb0ac905c5 {
  text-align: center;
}




  #s-29f5a069-dda1-479b-aeb7-50cb0ac905c5 img.shogun-image {
    
    width: px;
  }


#s-29f5a069-dda1-479b-aeb7-50cb0ac905c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-95f4cb7d-5bca-4c85-9f4d-1e2d45ce0687 {
  text-align: center;
}




  #s-95f4cb7d-5bca-4c85-9f4d-1e2d45ce0687 img.shogun-image {
    
    width: px;
  }


#s-95f4cb7d-5bca-4c85-9f4d-1e2d45ce0687 .shogun-image-content {
  
    align-items: center;
  
}

#s-f183f848-c17c-418b-8edf-8428276ec3b4 {
  text-align: center;
}




  #s-f183f848-c17c-418b-8edf-8428276ec3b4 img.shogun-image {
    
    width: px;
  }


#s-f183f848-c17c-418b-8edf-8428276ec3b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-09c30c45-d772-43ce-9ac4-60157a463095 {
  text-align: center;
}




  #s-09c30c45-d772-43ce-9ac4-60157a463095 img.shogun-image {
    
    width: px;
  }


#s-09c30c45-d772-43ce-9ac4-60157a463095 .shogun-image-content {
  
    align-items: center;
  
}

#s-3243cca6-4cca-4324-8a22-8439cfff3d05 {
  text-align: center;
}




  #s-3243cca6-4cca-4324-8a22-8439cfff3d05 img.shogun-image {
    
    width: px;
  }


#s-3243cca6-4cca-4324-8a22-8439cfff3d05 .shogun-image-content {
  
    align-items: center;
  
}

#s-a72e5168-7516-469e-b347-c53a95dea1a5 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a72e5168-7516-469e-b347-c53a95dea1a5 {
  
}
}







#s-a72e5168-7516-469e-b347-c53a95dea1a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a72e5168-7516-469e-b347-c53a95dea1a5.shg-box.shg-c {
  justify-content: center;
}

#s-08ed7142-31a5-46e1-98c7-60101e63f853 {
  margin-bottom: 10px;
text-align: left;
}

#s-08ed7142-31a5-46e1-98c7-60101e63f853 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-78446a02-6ee8-41df-819c-42ca9e649fd3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-78446a02-6ee8-41df-819c-42ca9e649fd3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-78446a02-6ee8-41df-819c-42ca9e649fd3 .shg-sld-nav-button.shg-sld-left,
#s-78446a02-6ee8-41df-819c-42ca9e649fd3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-603211ab-032d-407d-8317-acb2856cbd47 {
  text-align: center;
}




  #s-603211ab-032d-407d-8317-acb2856cbd47 img.shogun-image {
    
    width: px;
  }


#s-603211ab-032d-407d-8317-acb2856cbd47 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc3b0b37-7abd-4bac-9795-c4ecafe5c64b {
  text-align: center;
}




  #s-dc3b0b37-7abd-4bac-9795-c4ecafe5c64b img.shogun-image {
    
    width: px;
  }


#s-dc3b0b37-7abd-4bac-9795-c4ecafe5c64b .shogun-image-content {
  
    align-items: center;
  
}

#s-4488cdc7-7ef0-41f8-8d22-a8b3cc3dbbc8 {
  text-align: center;
}




  #s-4488cdc7-7ef0-41f8-8d22-a8b3cc3dbbc8 img.shogun-image {
    
    width: px;
  }


#s-4488cdc7-7ef0-41f8-8d22-a8b3cc3dbbc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-40d59079-c400-4277-9fd5-b8e01a4fa823 {
  text-align: center;
}




  #s-40d59079-c400-4277-9fd5-b8e01a4fa823 img.shogun-image {
    
    width: px;
  }


#s-40d59079-c400-4277-9fd5-b8e01a4fa823 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b6be7a4-d82f-4800-99d7-bb66538ba786 {
  text-align: center;
}




  #s-5b6be7a4-d82f-4800-99d7-bb66538ba786 img.shogun-image {
    
    width: px;
  }


#s-5b6be7a4-d82f-4800-99d7-bb66538ba786 .shogun-image-content {
  
    align-items: center;
  
}

#s-153e8781-d6ca-4009-9989-2a4c16a01350 {
  text-align: center;
}




  #s-153e8781-d6ca-4009-9989-2a4c16a01350 img.shogun-image {
    
    width: px;
  }


#s-153e8781-d6ca-4009-9989-2a4c16a01350 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d3b573c-295d-4ed1-9ee1-ebd5e0825d3c {
  text-align: center;
}




  #s-9d3b573c-295d-4ed1-9ee1-ebd5e0825d3c img.shogun-image {
    
    width: px;
  }


#s-9d3b573c-295d-4ed1-9ee1-ebd5e0825d3c .shogun-image-content {
  
    align-items: center;
  
}

#s-3e4d7bd6-878c-4681-b97d-58764b45009e {
  text-align: center;
}




  #s-3e4d7bd6-878c-4681-b97d-58764b45009e img.shogun-image {
    
    width: px;
  }


#s-3e4d7bd6-878c-4681-b97d-58764b45009e .shogun-image-content {
  
    align-items: center;
  
}

#s-ada39448-2855-4f4d-ac8b-294392eec085 {
  text-align: center;
}




  #s-ada39448-2855-4f4d-ac8b-294392eec085 img.shogun-image {
    
    width: px;
  }


#s-ada39448-2855-4f4d-ac8b-294392eec085 .shogun-image-content {
  
    align-items: center;
  
}

#s-396d6c15-febc-4982-ad95-a7d1a77185eb {
  text-align: center;
}




  #s-396d6c15-febc-4982-ad95-a7d1a77185eb img.shogun-image {
    
    width: px;
  }


#s-396d6c15-febc-4982-ad95-a7d1a77185eb .shogun-image-content {
  
    align-items: center;
  
}

#s-a83dc108-ccd1-4c84-a7e9-0a37fe6fc394 {
  text-align: center;
}




  #s-a83dc108-ccd1-4c84-a7e9-0a37fe6fc394 img.shogun-image {
    
    width: px;
  }


#s-a83dc108-ccd1-4c84-a7e9-0a37fe6fc394 .shogun-image-content {
  
    align-items: center;
  
}

#s-988f9acf-5f93-4f15-be59-7438bc512a69 {
  text-align: center;
}




  #s-988f9acf-5f93-4f15-be59-7438bc512a69 img.shogun-image {
    
    width: px;
  }


#s-988f9acf-5f93-4f15-be59-7438bc512a69 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcf95da8-8e90-45b0-ae34-d0844468d7cc {
  text-align: center;
}




  #s-fcf95da8-8e90-45b0-ae34-d0844468d7cc img.shogun-image {
    
    width: px;
  }


#s-fcf95da8-8e90-45b0-ae34-d0844468d7cc .shogun-image-content {
  
    align-items: center;
  
}

#s-daa14ea0-14cb-4ae6-88e5-94c93de1a943 {
  text-align: center;
}




  #s-daa14ea0-14cb-4ae6-88e5-94c93de1a943 img.shogun-image {
    
    width: px;
  }


#s-daa14ea0-14cb-4ae6-88e5-94c93de1a943 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a4f83ed-c4c1-4e61-87b8-f1639144a0e2 {
  text-align: center;
}




  #s-3a4f83ed-c4c1-4e61-87b8-f1639144a0e2 img.shogun-image {
    
    width: px;
  }


#s-3a4f83ed-c4c1-4e61-87b8-f1639144a0e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c52596d-8c6c-46d1-96ea-d3e2060a3e6a {
  text-align: center;
}




  #s-6c52596d-8c6c-46d1-96ea-d3e2060a3e6a img.shogun-image {
    
    width: px;
  }


#s-6c52596d-8c6c-46d1-96ea-d3e2060a3e6a .shogun-image-content {
  
    align-items: center;
  
}

#s-fffe621c-2eab-4719-b85e-aca6d768a8f6 {
  text-align: center;
}




  #s-fffe621c-2eab-4719-b85e-aca6d768a8f6 img.shogun-image {
    
    width: px;
  }


#s-fffe621c-2eab-4719-b85e-aca6d768a8f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-42e778bb-c84a-49e1-ad18-64aed35abb0f {
  text-align: center;
}




  #s-42e778bb-c84a-49e1-ad18-64aed35abb0f img.shogun-image {
    
    width: px;
  }


#s-42e778bb-c84a-49e1-ad18-64aed35abb0f .shogun-image-content {
  
    align-items: center;
  
}

#s-472a4189-9408-4275-9c15-4d30f4864821 {
  text-align: center;
}




  #s-472a4189-9408-4275-9c15-4d30f4864821 img.shogun-image {
    
    width: px;
  }


#s-472a4189-9408-4275-9c15-4d30f4864821 .shogun-image-content {
  
    align-items: center;
  
}

#s-62715965-ab21-4ad7-abc6-463dbc0b32b3 {
  text-align: center;
}




  #s-62715965-ab21-4ad7-abc6-463dbc0b32b3 img.shogun-image {
    
    width: px;
  }


#s-62715965-ab21-4ad7-abc6-463dbc0b32b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3421324-54d9-4f78-b9d9-2f9be45e39d4 {
  text-align: center;
}




  #s-d3421324-54d9-4f78-b9d9-2f9be45e39d4 img.shogun-image {
    
    width: px;
  }


#s-d3421324-54d9-4f78-b9d9-2f9be45e39d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec17379c-53e5-4e0c-8b2d-46ff680b7b4c {
  text-align: center;
}




  #s-ec17379c-53e5-4e0c-8b2d-46ff680b7b4c img.shogun-image {
    
    width: px;
  }


#s-ec17379c-53e5-4e0c-8b2d-46ff680b7b4c .shogun-image-content {
  
    align-items: center;
  
}

#s-66a16524-1b85-4cc9-a626-a5b81e127aa0 {
  text-align: center;
}




  #s-66a16524-1b85-4cc9-a626-a5b81e127aa0 img.shogun-image {
    
    width: px;
  }


#s-66a16524-1b85-4cc9-a626-a5b81e127aa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a78129b-e491-4d58-a027-c72741c24f10 {
  text-align: center;
}




  #s-9a78129b-e491-4d58-a027-c72741c24f10 img.shogun-image {
    
    width: px;
  }


#s-9a78129b-e491-4d58-a027-c72741c24f10 .shogun-image-content {
  
    align-items: center;
  
}

#s-766953c0-e712-4be0-8ab4-a8fa7c950499 {
  text-align: center;
}




  #s-766953c0-e712-4be0-8ab4-a8fa7c950499 img.shogun-image {
    
    width: px;
  }


#s-766953c0-e712-4be0-8ab4-a8fa7c950499 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c3f7b76-dae6-4111-bb92-b234e0b8bb1d {
  text-align: center;
}




  #s-5c3f7b76-dae6-4111-bb92-b234e0b8bb1d img.shogun-image {
    
    width: px;
  }


#s-5c3f7b76-dae6-4111-bb92-b234e0b8bb1d .shogun-image-content {
  
    align-items: center;
  
}

#s-5e787582-f2f8-4277-90c0-1dc06e175304 {
  text-align: center;
}




  #s-5e787582-f2f8-4277-90c0-1dc06e175304 img.shogun-image {
    
    width: px;
  }


#s-5e787582-f2f8-4277-90c0-1dc06e175304 .shogun-image-content {
  
    align-items: center;
  
}

#s-33be439b-6d81-4205-82e0-7d5ad8bd4e07 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-33be439b-6d81-4205-82e0-7d5ad8bd4e07 {
  
}
}







#s-33be439b-6d81-4205-82e0-7d5ad8bd4e07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33be439b-6d81-4205-82e0-7d5ad8bd4e07.shg-box.shg-c {
  justify-content: center;
}

#s-efd45406-eecd-4f12-82af-3b83072becdd {
  margin-bottom: 10px;
text-align: left;
}

#s-efd45406-eecd-4f12-82af-3b83072becdd .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-920e115c-c96c-4550-b83e-bf690798120e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-920e115c-c96c-4550-b83e-bf690798120e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-920e115c-c96c-4550-b83e-bf690798120e .shg-sld-nav-button.shg-sld-left,
#s-920e115c-c96c-4550-b83e-bf690798120e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ece632ae-3e6f-4081-b878-8d8b48d36d65 {
  text-align: center;
}




  #s-ece632ae-3e6f-4081-b878-8d8b48d36d65 img.shogun-image {
    
    width: px;
  }


#s-ece632ae-3e6f-4081-b878-8d8b48d36d65 .shogun-image-content {
  
    align-items: center;
  
}

#s-bded9e75-54fe-49c4-afbd-dde50d5677e2 {
  text-align: center;
}




  #s-bded9e75-54fe-49c4-afbd-dde50d5677e2 img.shogun-image {
    
    width: px;
  }


#s-bded9e75-54fe-49c4-afbd-dde50d5677e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0088ac9c-8049-4e50-81e3-fae7b1cf257a {
  text-align: center;
}




  #s-0088ac9c-8049-4e50-81e3-fae7b1cf257a img.shogun-image {
    
    width: px;
  }


#s-0088ac9c-8049-4e50-81e3-fae7b1cf257a .shogun-image-content {
  
    align-items: center;
  
}

#s-0d398812-08b5-45c9-9083-b52116939fb3 {
  text-align: center;
}




  #s-0d398812-08b5-45c9-9083-b52116939fb3 img.shogun-image {
    
    width: px;
  }


#s-0d398812-08b5-45c9-9083-b52116939fb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f89773f-3d50-43a8-98a0-e76f4791453f {
  text-align: center;
}




  #s-9f89773f-3d50-43a8-98a0-e76f4791453f img.shogun-image {
    
    width: px;
  }


#s-9f89773f-3d50-43a8-98a0-e76f4791453f .shogun-image-content {
  
    align-items: center;
  
}

#s-030e6cbc-2346-459c-807e-6213725e32fe {
  text-align: center;
}




  #s-030e6cbc-2346-459c-807e-6213725e32fe img.shogun-image {
    
    width: px;
  }


#s-030e6cbc-2346-459c-807e-6213725e32fe .shogun-image-content {
  
    align-items: center;
  
}

#s-14e8d034-2b05-4bce-9900-ea3a977ab375 {
  text-align: center;
}




  #s-14e8d034-2b05-4bce-9900-ea3a977ab375 img.shogun-image {
    
    width: px;
  }


#s-14e8d034-2b05-4bce-9900-ea3a977ab375 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a159f47-06c2-4fe2-a458-17aed91c4c15 {
  text-align: center;
}




  #s-4a159f47-06c2-4fe2-a458-17aed91c4c15 img.shogun-image {
    
    width: px;
  }


#s-4a159f47-06c2-4fe2-a458-17aed91c4c15 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d8f514a-4ff9-4b17-ba85-9c9c37b397aa {
  text-align: center;
}




  #s-9d8f514a-4ff9-4b17-ba85-9c9c37b397aa img.shogun-image {
    
    width: px;
  }


#s-9d8f514a-4ff9-4b17-ba85-9c9c37b397aa .shogun-image-content {
  
    align-items: center;
  
}

#s-a3db3c76-fcb7-4605-9d73-9eb158b093e7 {
  text-align: center;
}




  #s-a3db3c76-fcb7-4605-9d73-9eb158b093e7 img.shogun-image {
    
    width: px;
  }


#s-a3db3c76-fcb7-4605-9d73-9eb158b093e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0af92d65-c2b2-4646-a154-e841641c4a7c {
  text-align: center;
}




  #s-0af92d65-c2b2-4646-a154-e841641c4a7c img.shogun-image {
    
    width: px;
  }


#s-0af92d65-c2b2-4646-a154-e841641c4a7c .shogun-image-content {
  
    align-items: center;
  
}

#s-f53a5e06-250b-4ecd-b6b2-452f9e94323e {
  text-align: center;
}




  #s-f53a5e06-250b-4ecd-b6b2-452f9e94323e img.shogun-image {
    
    width: px;
  }


#s-f53a5e06-250b-4ecd-b6b2-452f9e94323e .shogun-image-content {
  
    align-items: center;
  
}

#s-e17c6db4-f110-4b16-bd50-2fa46eaf38dc {
  text-align: center;
}




  #s-e17c6db4-f110-4b16-bd50-2fa46eaf38dc img.shogun-image {
    
    width: px;
  }


#s-e17c6db4-f110-4b16-bd50-2fa46eaf38dc .shogun-image-content {
  
    align-items: center;
  
}

#s-66cc51a3-28cf-4ca8-ab3e-30d333507488 {
  text-align: center;
}




  #s-66cc51a3-28cf-4ca8-ab3e-30d333507488 img.shogun-image {
    
    width: px;
  }


#s-66cc51a3-28cf-4ca8-ab3e-30d333507488 .shogun-image-content {
  
    align-items: center;
  
}

#s-84bbb6b2-41e2-467c-9d56-963cf80e67d5 {
  text-align: center;
}




  #s-84bbb6b2-41e2-467c-9d56-963cf80e67d5 img.shogun-image {
    
    width: px;
  }


#s-84bbb6b2-41e2-467c-9d56-963cf80e67d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-56f0124f-7158-47f4-be42-9321060fc2ee {
  text-align: center;
}




  #s-56f0124f-7158-47f4-be42-9321060fc2ee img.shogun-image {
    
    width: px;
  }


#s-56f0124f-7158-47f4-be42-9321060fc2ee .shogun-image-content {
  
    align-items: center;
  
}

#s-f7046149-7000-498d-9111-a0ad67705d1d {
  text-align: center;
}




  #s-f7046149-7000-498d-9111-a0ad67705d1d img.shogun-image {
    
    width: px;
  }


#s-f7046149-7000-498d-9111-a0ad67705d1d .shogun-image-content {
  
    align-items: center;
  
}

#s-89b7defc-0eb5-46ac-8444-4d35c1b01856 {
  text-align: center;
}




  #s-89b7defc-0eb5-46ac-8444-4d35c1b01856 img.shogun-image {
    
    width: px;
  }


#s-89b7defc-0eb5-46ac-8444-4d35c1b01856 .shogun-image-content {
  
    align-items: center;
  
}

#s-838c022a-d5cf-4439-afc2-abb4c8f6c21d {
  text-align: center;
}




  #s-838c022a-d5cf-4439-afc2-abb4c8f6c21d img.shogun-image {
    
    width: px;
  }


#s-838c022a-d5cf-4439-afc2-abb4c8f6c21d .shogun-image-content {
  
    align-items: center;
  
}

#s-5644a136-ff4f-44d3-bd98-7c8359caf59b {
  text-align: center;
}




  #s-5644a136-ff4f-44d3-bd98-7c8359caf59b img.shogun-image {
    
    width: px;
  }


#s-5644a136-ff4f-44d3-bd98-7c8359caf59b .shogun-image-content {
  
    align-items: center;
  
}

#s-67e0b08c-466b-4a38-8809-3c2cd33439f7 {
  text-align: center;
}




  #s-67e0b08c-466b-4a38-8809-3c2cd33439f7 img.shogun-image {
    
    width: px;
  }


#s-67e0b08c-466b-4a38-8809-3c2cd33439f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-592976f6-d097-45a8-8322-41458f4878ed {
  text-align: center;
}




  #s-592976f6-d097-45a8-8322-41458f4878ed img.shogun-image {
    
    width: px;
  }


#s-592976f6-d097-45a8-8322-41458f4878ed .shogun-image-content {
  
    align-items: center;
  
}

#s-50c8b593-d5a5-41b1-9be4-f73d6b9cc3ac {
  text-align: center;
}




  #s-50c8b593-d5a5-41b1-9be4-f73d6b9cc3ac img.shogun-image {
    
    width: px;
  }


#s-50c8b593-d5a5-41b1-9be4-f73d6b9cc3ac .shogun-image-content {
  
    align-items: center;
  
}

#s-96f2f791-9dd7-4d1e-8ffe-6748e98248e4 {
  text-align: center;
}




  #s-96f2f791-9dd7-4d1e-8ffe-6748e98248e4 img.shogun-image {
    
    width: px;
  }


#s-96f2f791-9dd7-4d1e-8ffe-6748e98248e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a1fa8de-b6aa-491b-8f74-af9e7b72d449 {
  text-align: center;
}




  #s-7a1fa8de-b6aa-491b-8f74-af9e7b72d449 img.shogun-image {
    
    width: px;
  }


#s-7a1fa8de-b6aa-491b-8f74-af9e7b72d449 .shogun-image-content {
  
    align-items: center;
  
}

#s-77abf36f-992b-4f30-96ef-30de69de59f7 {
  text-align: center;
}




  #s-77abf36f-992b-4f30-96ef-30de69de59f7 img.shogun-image {
    
    width: px;
  }


#s-77abf36f-992b-4f30-96ef-30de69de59f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-01be69c2-d833-47cf-848f-05ac664bd990 {
  text-align: center;
}




  #s-01be69c2-d833-47cf-848f-05ac664bd990 img.shogun-image {
    
    width: px;
  }


#s-01be69c2-d833-47cf-848f-05ac664bd990 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4e386e4-0c7b-46de-89cc-a324295ca8a5 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f4e386e4-0c7b-46de-89cc-a324295ca8a5 {
  
}
}







#s-f4e386e4-0c7b-46de-89cc-a324295ca8a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4e386e4-0c7b-46de-89cc-a324295ca8a5.shg-box.shg-c {
  justify-content: center;
}

#s-a0ce7b75-133d-4d83-8eb1-fc12e4bc7dd0 {
  margin-bottom: 10px;
text-align: left;
}

#s-a0ce7b75-133d-4d83-8eb1-fc12e4bc7dd0 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3397d825-91ae-491d-8188-5e837608693c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3397d825-91ae-491d-8188-5e837608693c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3397d825-91ae-491d-8188-5e837608693c .shg-sld-nav-button.shg-sld-left,
#s-3397d825-91ae-491d-8188-5e837608693c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a79c6343-fa3f-4453-92b1-e2f51a99ab10 {
  text-align: center;
}




  #s-a79c6343-fa3f-4453-92b1-e2f51a99ab10 img.shogun-image {
    
    width: px;
  }


#s-a79c6343-fa3f-4453-92b1-e2f51a99ab10 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3ba1a7d-cd4e-450d-b21a-0be5ec869777 {
  text-align: center;
}




  #s-c3ba1a7d-cd4e-450d-b21a-0be5ec869777 img.shogun-image {
    
    width: px;
  }


#s-c3ba1a7d-cd4e-450d-b21a-0be5ec869777 .shogun-image-content {
  
    align-items: center;
  
}

#s-8224e5c3-fafc-49d1-8f26-cc8f5fdae084 {
  text-align: center;
}




  #s-8224e5c3-fafc-49d1-8f26-cc8f5fdae084 img.shogun-image {
    
    width: px;
  }


#s-8224e5c3-fafc-49d1-8f26-cc8f5fdae084 .shogun-image-content {
  
    align-items: center;
  
}

#s-1da550a9-63e3-49cc-a694-7fd96e51b907 {
  text-align: center;
}




  #s-1da550a9-63e3-49cc-a694-7fd96e51b907 img.shogun-image {
    
    width: px;
  }


#s-1da550a9-63e3-49cc-a694-7fd96e51b907 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cdc7a18-cfe9-4eca-a95f-1f9c0b7770e1 {
  text-align: center;
}




  #s-0cdc7a18-cfe9-4eca-a95f-1f9c0b7770e1 img.shogun-image {
    
    width: px;
  }


#s-0cdc7a18-cfe9-4eca-a95f-1f9c0b7770e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ba20bef-2e9d-48ec-b21c-a2fe056f78ad {
  text-align: center;
}




  #s-2ba20bef-2e9d-48ec-b21c-a2fe056f78ad img.shogun-image {
    
    width: px;
  }


#s-2ba20bef-2e9d-48ec-b21c-a2fe056f78ad .shogun-image-content {
  
    align-items: center;
  
}

#s-f74c65f4-310b-4c6d-961b-b94d310d9feb {
  text-align: center;
}




  #s-f74c65f4-310b-4c6d-961b-b94d310d9feb img.shogun-image {
    
    width: px;
  }


#s-f74c65f4-310b-4c6d-961b-b94d310d9feb .shogun-image-content {
  
    align-items: center;
  
}

#s-0853ea24-eaeb-495a-b204-c378a82e109f {
  text-align: center;
}




  #s-0853ea24-eaeb-495a-b204-c378a82e109f img.shogun-image {
    
    width: px;
  }


#s-0853ea24-eaeb-495a-b204-c378a82e109f .shogun-image-content {
  
    align-items: center;
  
}

#s-e56ad4c2-5e74-43ce-9fd7-1d8dfdf97cee {
  text-align: center;
}




  #s-e56ad4c2-5e74-43ce-9fd7-1d8dfdf97cee img.shogun-image {
    
    width: px;
  }


#s-e56ad4c2-5e74-43ce-9fd7-1d8dfdf97cee .shogun-image-content {
  
    align-items: center;
  
}

#s-ec467793-9660-4e39-b03e-107fd673fcfa {
  text-align: center;
}




  #s-ec467793-9660-4e39-b03e-107fd673fcfa img.shogun-image {
    
    width: px;
  }


#s-ec467793-9660-4e39-b03e-107fd673fcfa .shogun-image-content {
  
    align-items: center;
  
}

#s-1634a581-6347-47ea-9893-73c58023ad50 {
  text-align: center;
}




  #s-1634a581-6347-47ea-9893-73c58023ad50 img.shogun-image {
    
    width: px;
  }


#s-1634a581-6347-47ea-9893-73c58023ad50 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5fe976e-7a39-4fd9-a626-bec5af73331c {
  text-align: center;
}




  #s-e5fe976e-7a39-4fd9-a626-bec5af73331c img.shogun-image {
    
    width: px;
  }


#s-e5fe976e-7a39-4fd9-a626-bec5af73331c .shogun-image-content {
  
    align-items: center;
  
}

#s-ba4563e3-ce7f-4ae8-8a68-bfff922535cf {
  text-align: center;
}




  #s-ba4563e3-ce7f-4ae8-8a68-bfff922535cf img.shogun-image {
    
    width: px;
  }


#s-ba4563e3-ce7f-4ae8-8a68-bfff922535cf .shogun-image-content {
  
    align-items: center;
  
}

#s-affa8770-56ff-4d1a-8a02-799a139b428e {
  text-align: center;
}




  #s-affa8770-56ff-4d1a-8a02-799a139b428e img.shogun-image {
    
    width: px;
  }


#s-affa8770-56ff-4d1a-8a02-799a139b428e .shogun-image-content {
  
    align-items: center;
  
}

#s-b7d4519d-7307-4f88-b568-7578586983cc {
  text-align: center;
}




  #s-b7d4519d-7307-4f88-b568-7578586983cc img.shogun-image {
    
    width: px;
  }


#s-b7d4519d-7307-4f88-b568-7578586983cc .shogun-image-content {
  
    align-items: center;
  
}

#s-0f97f326-6241-410f-86d6-74d827a619eb {
  text-align: center;
}




  #s-0f97f326-6241-410f-86d6-74d827a619eb img.shogun-image {
    
    width: px;
  }


#s-0f97f326-6241-410f-86d6-74d827a619eb .shogun-image-content {
  
    align-items: center;
  
}

#s-890db6f5-ca33-4906-927f-605e3cc1ed6b {
  text-align: center;
}




  #s-890db6f5-ca33-4906-927f-605e3cc1ed6b img.shogun-image {
    
    width: px;
  }


#s-890db6f5-ca33-4906-927f-605e3cc1ed6b .shogun-image-content {
  
    align-items: center;
  
}

#s-fe4ced49-889a-44a8-a975-f76a12fe74ef {
  text-align: center;
}




  #s-fe4ced49-889a-44a8-a975-f76a12fe74ef img.shogun-image {
    
    width: px;
  }


#s-fe4ced49-889a-44a8-a975-f76a12fe74ef .shogun-image-content {
  
    align-items: center;
  
}

#s-0e410b83-3b6a-46d5-ba82-f885c8ce4d1b {
  text-align: center;
}




  #s-0e410b83-3b6a-46d5-ba82-f885c8ce4d1b img.shogun-image {
    
    width: px;
  }


#s-0e410b83-3b6a-46d5-ba82-f885c8ce4d1b .shogun-image-content {
  
    align-items: center;
  
}

#s-0cf1e9ce-446f-4284-a4ed-f22a41bd5993 {
  text-align: center;
}




  #s-0cf1e9ce-446f-4284-a4ed-f22a41bd5993 img.shogun-image {
    
    width: px;
  }


#s-0cf1e9ce-446f-4284-a4ed-f22a41bd5993 .shogun-image-content {
  
    align-items: center;
  
}

#s-cabf9497-c569-4e0f-b7bf-dd9711fe3189 {
  text-align: center;
}




  #s-cabf9497-c569-4e0f-b7bf-dd9711fe3189 img.shogun-image {
    
    width: px;
  }


#s-cabf9497-c569-4e0f-b7bf-dd9711fe3189 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb18b9aa-71e3-4b88-b924-46185706034e {
  text-align: center;
}




  #s-cb18b9aa-71e3-4b88-b924-46185706034e img.shogun-image {
    
    width: px;
  }


#s-cb18b9aa-71e3-4b88-b924-46185706034e .shogun-image-content {
  
    align-items: center;
  
}

#s-cb8d6c17-03f8-460b-8b83-8a50e80ff487 {
  text-align: center;
}




  #s-cb8d6c17-03f8-460b-8b83-8a50e80ff487 img.shogun-image {
    
    width: px;
  }


#s-cb8d6c17-03f8-460b-8b83-8a50e80ff487 .shogun-image-content {
  
    align-items: center;
  
}

#s-da73d535-66b8-4efd-be7a-10a9ba348a11 {
  text-align: center;
}




  #s-da73d535-66b8-4efd-be7a-10a9ba348a11 img.shogun-image {
    
    width: px;
  }


#s-da73d535-66b8-4efd-be7a-10a9ba348a11 .shogun-image-content {
  
    align-items: center;
  
}

#s-43d7a913-b975-4933-880b-1ca2ce949d33 {
  text-align: center;
}




  #s-43d7a913-b975-4933-880b-1ca2ce949d33 img.shogun-image {
    
    width: px;
  }


#s-43d7a913-b975-4933-880b-1ca2ce949d33 .shogun-image-content {
  
    align-items: center;
  
}

#s-6105158e-8299-4ccd-8351-6872bce16df3 {
  text-align: center;
}




  #s-6105158e-8299-4ccd-8351-6872bce16df3 img.shogun-image {
    
    width: px;
  }


#s-6105158e-8299-4ccd-8351-6872bce16df3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9666db8-be34-47a7-ae55-94b18ba6f5cf {
  text-align: center;
}




  #s-d9666db8-be34-47a7-ae55-94b18ba6f5cf img.shogun-image {
    
    width: px;
  }


#s-d9666db8-be34-47a7-ae55-94b18ba6f5cf .shogun-image-content {
  
    align-items: center;
  
}

.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.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-d007c5ca-c7eb-47d8-8250-eae5e0bb1844 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(245, 199, 87, 1);
text-align: center;
text-decoration: none;
color: rgba(72, 72, 72, 1);
background-image: none;
hover-type: color;
}
#s-d007c5ca-c7eb-47d8-8250-eae5e0bb1844:hover {background-color: rgba(191, 152, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d007c5ca-c7eb-47d8-8250-eae5e0bb1844:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d007c5ca-c7eb-47d8-8250-eae5e0bb1844.shg-btn {
  color: rgba(72, 72, 72, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-83fc301f-06a6-4b79-92fc-7ffe37951b02 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(245, 199, 87, 1);
text-align: center;
text-decoration: none;
color: rgba(72, 72, 72, 1);
background-image: none;
hover-type: color;
}
#s-83fc301f-06a6-4b79-92fc-7ffe37951b02:hover {background-color: rgba(191, 152, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83fc301f-06a6-4b79-92fc-7ffe37951b02:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83fc301f-06a6-4b79-92fc-7ffe37951b02.shg-btn {
  color: rgba(72, 72, 72, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

                /*!
* 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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-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)}}@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{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-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)}}@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{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-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)}}@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{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@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;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.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)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.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{-webkit-animation-name:tada;animation-name:tada}@-webkit-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)}}@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{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-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(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@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(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@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{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;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{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;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{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-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)}}@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{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-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)}}@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{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

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

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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 {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */
