.elementor-55184 .elementor-element.elementor-element-47459c3f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-55184 .elementor-element.elementor-element-7f79f915{--display:flex;--min-height:60vh;--justify-content:center;--gap:7px 7px;--row-gap:7px;--column-gap:7px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-55184 .elementor-element.elementor-element-390ce89d{text-align:center;}.elementor-55184 .elementor-element.elementor-element-7d1c871a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:20px 0px 0px 0px;}.elementor-55184 .elementor-element.elementor-element-19a633b3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-55184 .elementor-element.elementor-element-19a633b3{text-align:start;}.elementor-55184 .elementor-element.elementor-element-4962c39e .elementor-button{background-color:#0294D0;}@media(min-width:768px){.elementor-55184 .elementor-element.elementor-element-7f79f915{--content-width:100%;}}/* Start custom CSS for container, class: .elementor-element-47459c3f */.thank-you-wrapper {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f7f9;
  padding: 40px 20px;
}

.thank-you-card {
  background: #ffffff;
  max-width: 720px;
  width: 100%;
  padding: 60px 40px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.thank-you-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background-color: #0294D0;
  color: #ffffff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-card h1 {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.3;
}

.primary-text {
  font-size: 18px;
  margin-bottom: 12px;
}

.secondary-text {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 32px;
}

.thank-you-link {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 6px;
  background-color: #0294D0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.thank-you-link:hover {
  opacity: 0.9;
}/* End custom CSS */