.popup-search-engine-wrapper .popup-container #ajax-search-result ol,
.popup-search-engine-wrapper .popup-container #ajax-search-result ul {
  margin: 0
}
@media screen and (max-width:1400px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result ol,
  .popup-search-engine-wrapper .popup-container #ajax-search-result ul {
    padding: 0 0 0 10px
  }
}
@media screen and (max-width:767px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result ol,
  .popup-search-engine-wrapper .popup-container #ajax-search-result ul {
    padding: 0 0 0 12px
  }
}
.popup-search-engine-wrapper .popup-container #ajax-search-result ol li,
.popup-search-engine-wrapper .popup-container #ajax-search-result ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  padding-bottom: 12px
}
.popup-search-engine-wrapper .popup-container #ajax-search-result ol li:last-child,
.popup-search-engine-wrapper .popup-container #ajax-search-result ul li:last-child {
  padding-bottom: 0
}
.popup-search-engine-wrapper .popup-container #ajax-search-result ol li::after,
.popup-search-engine-wrapper .popup-container #ajax-search-result ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  border: none;
  border-top: 2px solid #112868;
  border-right: 2px solid #112868;
  position: absolute;
  top: 10px;
  left: 0;
  transform: skew(-20deg,0deg)
}
.highlighted-text {
  text-align: center;
  padding: 52px 0 32px
}
@media screen and (max-width:1400px) {
  .highlighted-text {
    padding: 28px 0
  }
}
@media screen and (max-width:575px) {
  .highlighted-text {
    padding: 16px 0
  }
}
.highlighted-text h2 {
  font-size: 3.25rem;
  line-height: 59px;
  font-weight: 600;
  color: #112868
}
@media screen and (max-width:991px) {
  .highlighted-text h2 {
    font-size: 2rem
  }
}
@media screen and (max-width:767px) {
  .highlighted-text h2 {
    font-size: 2rem
  }
}
@media screen and (max-width:575px) {
  .highlighted-text h2 {
    font-size: 1.75rem;
    line-height: 36px
  }
}
@media screen and (max-width:400px) {
  .highlighted-text h2 {
    font-size: 1.5rem
  }
}
.highlighted-text .gradient-text {
  background: linear-gradient(270deg,#084cc8,#75c044,#fed314);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientmove 5s ease-in-out infinite
}
@keyframes gradientmove {
  0% {
    background-position: 100% 50%
  }
  50% {
    background-position: 0 50%
  }
  100% {
    background-position: 100% 50%
  }
}
.ltts-search-tags-block-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 4px;
  padding-top: 12px
}
@media screen and (max-width:575px) {
  .ltts-search-tags-block-wrapper {
    flex-wrap: wrap;
    padding-bottom: 12px
  }
}
.ltts-search-tags-block-wrapper > * {
  padding: 8px 12px;
  color: #112868;
  width: auto;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all .3s ease-in-out
}
.ltts-search-tags-block-wrapper > * span {
  display: inline-block;
  font-weight: 500;
  font-size: .875rem;
  transform: scale(1);
  transition: all .3s ease-in-out
}
.ltts-search-tags-block-wrapper > ::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 16px;
  display: block;
  background-color: #92b7f7
}
.ltts-search-tags-block-wrapper > :hover span {
  transform: scale(1.1);
  text-shadow: 0 0 1px #112868
}
.ltts-search-tags-block-wrapper .tags-wrapper:last-child::after {
  display: none
}
.ltts-answer-engine-answer-engine {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}
.ltts-answer-engine-answer-engine .search-input {
  position: relative;
  width: auto;
  padding: 0 140px 0 52px;
  background: rgba(192,233,255,0);
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: rgba(0,0,0,.15) 0 8px 32px,rgba(0,0,0,.05) 0 2px 8px,rgba(255,255,255,.04) 0 1px 0 inset,rgba(255,255,255,.02) 0 -1px 0 inset;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 140px 0 64px
}
@media screen and (max-width:575px) {
  .ltts-answer-engine-answer-engine .search-input {
    min-width: 100%
  }
}
.ltts-answer-engine-answer-engine .search-input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: blur(10px);
  background-color: rgba(255,255,255,.3882352941);
  z-index: -1
}
.ltts-answer-engine-answer-engine .search-input .js-form-type-textarea {
  margin: 0;
  width: 100%
}
.ltts-answer-engine-answer-engine .search-input .js-form-type-textarea .form-textarea-wrapper {
  width: 100%
}
.ltts-answer-engine-answer-engine .search-input .search-input-inner {
  border: none;
  background: 0 0;
  color: #084cc8;
  font-size: 1rem;
  outline: 0;
  width: 100%;
  resize: none;
  scrollbar-width: none;
  font-weight: 500;
  min-height: 0;
  height: 48px!important;
  line-height: 1.2;
  overflow-y: unset;
  padding: 12px 0;
  position: relative
}
@media screen and (max-width:767px) {
  .ltts-answer-engine-answer-engine .search-input .search-input-inner {
    height: 40px!important
  }
}
@media screen and (max-width:1400px) {
  .ltts-answer-engine-answer-engine .search-input .search-input-inner {
    padding: 24px 0 0
  }
}
@-moz-document url-prefix("") {
  @media screen and (max-width:1400px) {
    .ltts-answer-engine-answer-engine .search-input .search-input-inner {
      padding: 12px 0
    }
  }
}
@media screen and (max-width:575px) {
  .ltts-answer-engine-answer-engine .search-input .search-input-inner {
    padding: 20px 0 0
  }
}
@-moz-document url-prefix("") {
  @media screen and (max-width:575px) {
    .ltts-answer-engine-answer-engine .search-input .search-input-inner {
      padding: 12px 0
    }
  }
}
.ltts-answer-engine-answer-engine .search-input .search-input-inner:focus {
  box-shadow: none!important;
  outline: 0!important;
  outline-width: 0!important;
  border: none!important
}
.ltts-answer-engine-answer-engine .search-input .search-input-inner:focus::placeholder {
  font-size: 0
}
@media screen and (max-width:1400px) {
  .ltts-answer-engine-answer-engine .search-input .search-input-inner.has-value {
    padding: 10px 0
  }
}
.ltts-answer-engine-answer-engine .search-input .search-input-inner.multi-line {
  padding: 6px 0
}
.ltts-answer-engine-answer-engine .search-input .search-input-inner::placeholder {
  color: #084cc8;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}
@media screen and (max-width:575px) {
  .ltts-answer-engine-answer-engine .search-input .search-input-inner::placeholder {
    font-size: .875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
}
.ltts-answer-engine-answer-engine .search-input .start-search {
  padding: 8px 12px;
  border: none;
  background: #084cc8;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  font-size: .875rem;
  line-height: 1.2;
  width: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease-in-out
}
.ltts-answer-engine-answer-engine .search-input .start-search:hover {
  background-color: #23dce1;
  color: #112868
}
.ltts-answer-engine-answer-engine .search-input .stop-search {
  padding: 8px 12px;
  border: none;
  background: #084cc8;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  font-size: .875rem;
  line-height: 1.2;
  width: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  font-size: 0;
  z-index: 1000;
  width: 24px;
  height: 24px;
  background: #c04452;
  border-radius: 0
}
.ltts-answer-engine-answer-engine .search-input .stop-search:hover {
  background-color: #23dce1;
  color: #112868
}
.ltts-answer-engine-answer-engine .search-input .stop-search::after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  transition: all .3s ease-in-out
}
.ltts-answer-engine-answer-engine .search-input .stop-search:hover {
  background-color: #e6e6e6
}
.ltts-answer-engine-answer-engine .search-input .stop-search:hover::after {
  background-color: #c04452
}
.ltts-answer-engine-answer-engine .search-input .input-wrapper {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%)
}
.ltts-answer-engine-answer-engine .search-input .input-wrapper .star-icon {
  background-image: url("/themes/custom/ltts_revamp/images/ltts-answer-engine/Star 1.svg");
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -8px;
  bottom: 0;
  animation: scaleoutin 1s ease-in-out infinite
}
.ltts-answer-engine-answer-engine .search-input .input-wrapper .star-icon.icon-2 {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 6px;
  animation: scaleinout 1s ease-in-out infinite
}
.ltts-answer-engine-answer-engine .search-input .input-wrapper .parallelogram {
  position: relative;
  width: 16px;
  height: 26px;
  transform: skew(-20deg);
  clip-path: polygon(0 0,110% 0,70% calc(100% - 10px),calc(100% + 8px) 100%,0 100%)
}
.ltts-answer-engine-answer-engine .search-input .input-wrapper .parallelogram::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(90deg,#084cc8,#75c044,#fed314,#084cc8);
  background-size: 300% 300%;
  animation: spinborder 4s ease-in-out infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude
}
@media screen and (max-width:767px) {
  .ltts-answer-engine-answer-engine .search-input {
    padding: 0 80px 0 56px
  }
}
.ltts-answer-engine-answer-engine .disable-input {
  pointer-events: none
}
@keyframes scaleinout {
  0% {
    transform: scale(.8)
  }
  50% {
    transform: scale(1.1)
  }
  100% {
    transform: scale(.8)
  }
}
@keyframes scaleoutin {
  0% {
    transform: scale(1.1)
  }
  50% {
    transform: scale(.8)
  }
  100% {
    transform: scale(1.1)
  }
}
@keyframes spinborder {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
.popup-search-engine-wrapper {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  padding: 0;
  background: rgba(192,233,255,0);
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  border-radius: 0;
  border: 1px solid #fff;
  box-shadow: rgba(0,0,0,.15) 0 8px 32px,rgba(0,0,0,.05) 0 2px 8px,rgba(255,255,255,.04) 0 1px 0 inset,rgba(255,255,255,.02) 0 -1px 0 inset;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 1s ease-in-out
}
@media screen and (max-width:575px) {
  .popup-search-engine-wrapper {
    top: 52px
  }
}
.popup-search-engine-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: blur(10px);
  background-color: rgba(255,255,255,.85);
  z-index: -1
}
.popup-search-engine-wrapper.show {
  height: calc(100% - 62px);
  opacity: 1;
  visibility: visible;
  padding: 32px 80px 20px
}
@media screen and (max-width:991px) {
  .popup-search-engine-wrapper.show {
    padding: 32px 20px 20px
  }
}
@media screen and (max-width:575px) {
  .popup-search-engine-wrapper.show {
    padding: 20px 8px;
    height: calc(100% - 44px)
  }
}
.popup-search-engine-wrapper .popup-container {
  margin: 0 auto;
  width: 800px;
  position: relative;
  padding-bottom: 88px;
  padding-right: 0;
  flex: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transition: all .3s ease-in-out
}
@media screen and (max-width:991px) {
  .popup-search-engine-wrapper .popup-container {
    width: 100%
  }
}
@media screen and (max-width:767px) {
  .popup-search-engine-wrapper .popup-container {
    padding-bottom: 72px
  }
}
.popup-search-engine-wrapper .popup-container .search-prompt-related-content {
  overflow-y: auto;
  scrollbar-width: none;
  min-width: 100%;
  height: 100%
}
.popup-search-engine-wrapper .popup-container .search-prompt-related-content.no-scroll {
  overflow-y: hidden
}
.popup-search-engine-wrapper .popup-container .search-prompt-related-content .scroll-indicator {
  position: fixed;
  right: 50%;
  bottom: 100px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  z-index: 100000;
  cursor: pointer;
  display: none
}
.popup-search-engine-wrapper .popup-container .search-prompt-related-content .scroll-indicator::before {
  content: "\e92e";
  font-family: icomoon,sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #112868;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.popup-search-engine-wrapper .popup-container .search-prompt-related-content .scroll-indicator.has-scroll {
  display: block
}
.popup-search-engine-wrapper .popup-container #ajax-search-result {
  flex: 1
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item {
  padding: 0 0 16px;
  min-height: 1px;
  display: flex;
  flex-direction: column;
  transition: min-height 3s ease-in-out
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item.active-result {
  min-height: calc(100vh - 212px)!important
}
@media screen and (max-width:575px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item.active-result {
    min-height: calc(100vh - 150px)!important
  }
}
@media screen and (min-width:390px) and (max-width:430px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item.active-result {
    min-height: calc(100vh - 260px)!important
  }
}
@media screen and (min-width:360px) and (max-width:389px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item.active-result {
    min-height: calc(100vh - 210px)!important
  }
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item:nth-child(1).active-result {
  min-height: 1px!important
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right,#084cc8 0,#75c044 50%,#fed314 100%);
  border-image-slice: 1;
  height: auto
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .searched {
  display: flex;
  align-items: center;
  width: 100%
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .searched p {
  font-size: 1.25rem;
  font-weight: 500;
  display: inline-block;
  color: #112868;
  width: 100%;
  padding-bottom: 0
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .searched p::first-letter {
  text-transform: uppercase
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .searched .action-icons.copy {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  margin-left: 8px;
  padding: 0;
  border: none;
  background: 0 0
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .searched .action-icons.copy::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../../images/ltts-answer-engine/Copy.svg);
  background-size: contain;
  background-repeat: no-repeat
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .searched .action-icons.copy.copied::before {
  background-image: url(../../images/ltts-answer-engine/Copy-active.svg)
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .searched:hover .action-icons.copy {
  opacity: 1
}
@media screen and (max-width:575px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container {
    padding: 12px 60px 12px 0
  }
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .content-wrapper-loader {
  position: absolute;
  left: 4px;
  top: 0;
  width: 40px;
  height: 40px
}
@media screen and (max-width:767px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .content-wrapper-loader {
    width: 36px;
    height: 36px
  }
}
@media screen and (max-width:575px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .content-wrapper-loader {
    top: 50%;
    transform: translateY(-50%)
  }
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .content-wrapper-loader .star-icon {
  background-image: url("../../images/ltts-answer-engine/Star 1.svg");
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -8px;
  bottom: 0;
  animation: scaleoutin 1s ease-in-out infinite
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .content-wrapper-loader .star-icon.icon-2 {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 6px;
  animation: scaleinout 1s ease-in-out infinite
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .content-wrapper-loader .parallelogram {
  position: relative;
  width: 16px;
  height: 26px;
  transform: skew(-20deg);
  clip-path: polygon(0 0,110% 0,70% calc(100% - 10px),calc(100% + 8px) 100%,0 100%)
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .searched-text-container .content-wrapper-loader .parallelogram::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(90deg,#084cc8,#75c044,#fed314,#084cc8);
  background-size: 300% 300%;
  animation: spinborder 4s ease-in-out infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content {
  height: auto;
  position: relative;
  padding-top: 16px
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-1,
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-2,
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-3 {
  margin-block: 16px;
  padding: 20px 200px 20px 20px;
  border-radius: 12px;
  background: linear-gradient(to right,#084cc8 0,#75c044 50%,#fed314 100%);
  position: relative
}
@media screen and (max-width:575px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-1,
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-2,
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-3 {
    padding: 12px 12px 72px
  }
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-1::before,
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-2::before,
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: blur(10px);
  background-color: rgba(255,255,255,.3882352941);
  z-index: -1
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-1 span,
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-2 span,
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-3 span {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 0
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-1 .cta-link,
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-2 .cta-link,
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-3 .cta-link {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 42px;
  min-height: 42px!important;
  background-color: #fff!important;
  box-shadow: none!important;
  border-radius: 5px;
  font-weight: 600;
  padding: 0 20px;
  min-height: 52px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none!important;
  transition: all .3s linear;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #112868;
  box-shadow: inset 0 0 0 2px #112868
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-1 .cta-link:hover,
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-2 .cta-link:hover,
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-3 .cta-link:hover {
  background-color: #23dce1;
  color: #112868
}
@media screen and (max-width:1400px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-1 .cta-link,
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-2 .cta-link,
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-3 .cta-link {
    min-height: 44px
  }
}
@media screen and (max-width:767px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-1 .cta-link,
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-2 .cta-link,
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-3 .cta-link {
    min-height: 36px
  }
}
@media screen and (max-width:575px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-1 .cta-link,
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-2 .cta-link,
  .popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-3 .cta-link {
    top: unset;
    right: unset;
    left: 12px;
    bottom: 12px;
    transform: translate(0)
  }
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-1 .cta-link span,
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-2 .cta-link span,
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content .answer-engine-response-block-3 .cta-link span {
  color: #112868;
  width: 100%;
  font-size: 1rem;
  transition: all .3s ease-in-out;
  padding-bottom: 0
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .search-result-item .search-result-content.active-container {
  margin: 0;
  padding: 16px 0
}
.popup-search-engine-wrapper .popup-container #ajax-search-result hr {
  border: none
}
.popup-search-engine-wrapper .popup-container #ajax-search-result table {
  table-layout: auto;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 8px
}
.popup-search-engine-wrapper .popup-container #ajax-search-result table td,
.popup-search-engine-wrapper .popup-container #ajax-search-result table th {
  border-width: 1px
}
.popup-search-engine-wrapper .popup-container #ajax-search-result p,
.popup-search-engine-wrapper .popup-container #ajax-search-result span {
  font-size: 1rem;
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 8px;
  overflow-wrap: break-word;
  word-wrap: break-word
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .gradient-text {
  background: linear-gradient(270deg,#084cc8,#75c044,#fed314);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientmove 5s ease-in-out infinite;
  font-weight: 600
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h1,
.popup-search-engine-wrapper .popup-container #ajax-search-result h2,
.popup-search-engine-wrapper .popup-container #ajax-search-result h3,
.popup-search-engine-wrapper .popup-container #ajax-search-result h4,
.popup-search-engine-wrapper .popup-container #ajax-search-result h5,
.popup-search-engine-wrapper .popup-container #ajax-search-result h6 {
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 8px;
  color: #112868;
  overflow-wrap: break-word;
  word-wrap: normal
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h1 strong,
.popup-search-engine-wrapper .popup-container #ajax-search-result h2 strong,
.popup-search-engine-wrapper .popup-container #ajax-search-result h3 strong,
.popup-search-engine-wrapper .popup-container #ajax-search-result h4 strong,
.popup-search-engine-wrapper .popup-container #ajax-search-result h5 strong,
.popup-search-engine-wrapper .popup-container #ajax-search-result h6 strong {
  font-weight: 600
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h1 span,
.popup-search-engine-wrapper .popup-container #ajax-search-result h2 span,
.popup-search-engine-wrapper .popup-container #ajax-search-result h3 span,
.popup-search-engine-wrapper .popup-container #ajax-search-result h4 span,
.popup-search-engine-wrapper .popup-container #ajax-search-result h5 span,
.popup-search-engine-wrapper .popup-container #ajax-search-result h6 span {
  font-size: 1.25rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h1 {
  font-size: 2rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h1 span {
  font-size: 2rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h2 {
  font-size: 1.75rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h2 span {
  font-size: 1.75rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h3 {
  font-size: 1.5rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h3 span {
  font-size: 1.5rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h4 {
  font-size: 1.25rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h4 span {
  font-size: 1.25rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h5 {
  font-size: 1.125rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h5 span {
  font-size: 1.125rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h6 {
  font-size: 1rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result h6 span {
  font-size: 1rem
}
.popup-search-engine-wrapper .popup-container #ajax-search-result a {
  color: #084cc8;
  font-weight: 500;
  text-shadow: none;
  text-decoration: none;
  font-size: 1rem;
  line-height: 20px;
  transition: all .3s ease-in-out
}
.popup-search-engine-wrapper .popup-container #ajax-search-result a span,
.popup-search-engine-wrapper .popup-container #ajax-search-result a strong {
  margin-bottom: 0;
  font-weight: 500;
  text-shadow: none;
  transition: all .3s ease-in-out
}
.popup-search-engine-wrapper .popup-container #ajax-search-result a:hover {
  text-shadow: 0 0 .5px #084cc8
}
.popup-search-engine-wrapper .popup-container #ajax-search-result a:hover span,
.popup-search-engine-wrapper .popup-container #ajax-search-result a:hover strong {
  text-shadow: 0 0 .5px #084cc8
}
.popup-search-engine-wrapper .popup-container #ajax-search-result ol p,
.popup-search-engine-wrapper .popup-container #ajax-search-result ul p {
  margin-bottom: 0;
  padding-bottom: 0
}
.popup-search-engine-wrapper .popup-container #ajax-search-result ol li,
.popup-search-engine-wrapper .popup-container #ajax-search-result ul li {
  padding-bottom: 8px;
  font-size: 1rem;
  line-height: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word
}
.popup-search-engine-wrapper .popup-container #ajax-search-result ol li:last-of-type,
.popup-search-engine-wrapper .popup-container #ajax-search-result ul li:last-of-type {
  padding-bottom: 4px
}
.popup-search-engine-wrapper .popup-container #ajax-search-result ol li > ul,
.popup-search-engine-wrapper .popup-container #ajax-search-result ul li > ul {
  padding-top: 8px
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .disclaimer a,
.popup-search-engine-wrapper .popup-container #ajax-search-result .disclaimer p {
  font-size: .75rem;
  font-style: italic
}
.popup-search-engine-wrapper .popup-container #ajax-search-result ul + .answer-engine-contact-us-cta {
  padding-top: 8px
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .follow-up-prompts .follow-up-header {
  padding-bottom: 12px
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .follow-up-prompts .follow-up-header .follow-up-title {
  padding-bottom: 0
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .follow-up-prompts .follow-up-list {
  padding: 0
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .follow-up-prompts .follow-up-list .follow-up-item {
  margin-bottom: 6px;
  padding-bottom: 0!important;
  padding-left: 0!important
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .follow-up-prompts .follow-up-list .follow-up-item::after {
  display: none
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .follow-up-prompts .follow-up-list .follow-up-item .follow-up-link {
  width: 100%;
  border: none;
  text-align: left;
  position: relative;
  font-size: .875rem;
  font-size: 400;
  text-shadow: none;
  padding: 12px 32px 12px 12px;
  background: rgba(137,137,137,.231372549);
  color: #010b16;
  border-radius: 4px;
  transition: all .3s ease-in-out
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .follow-up-prompts .follow-up-list .follow-up-item .follow-up-link::before {
  content: "+";
  font-family: Figtree,sans-serif;
  font-size: 1.25rem;
  color: #010b16;
  text-shadow: none;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0,-50%);
  z-index: 5;
  transition: all .3s ease-in-out
}
@media screen and (max-width:991px) {
  .popup-search-engine-wrapper .popup-container #ajax-search-result .follow-up-prompts .follow-up-list .follow-up-item .follow-up-link {
    padding: 12px 36px 12px 12px
  }
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .follow-up-prompts .follow-up-list .follow-up-item .follow-up-link:hover {
  background: rgba(137,137,137,.4509803922);
  color: #112868;
  text-shadow: 0 0 .5px #112868
}
.popup-search-engine-wrapper .popup-container #ajax-search-result .follow-up-prompts .follow-up-list .follow-up-item .follow-up-link:hover::before {
  color: #112868
}
.popup-search-engine-wrapper .popup-container > .ltts-answer-engine-answer-engine {
  width: 100%!important;
  min-width: 100%!important;
  position: absolute;
  bottom: 12px;
  left: 0
}
.popup-search-engine-wrapper .popup-container > .ltts-answer-engine-answer-engine .search-input {
  width: 100%
}
.popup-search-engine-wrapper .popup-close-btn-wrapper {
  position: absolute;
  left: 40px;
  top: 32px;
  z-index: 40;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255,255,255,0);
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  box-shadow: rgba(0,0,0,.15) 0 8px 32px,rgba(0,0,0,.05) 0 2px 8px,rgba(255,255,255,.04) 0 1px 0 inset,rgba(255,255,255,.02) 0 -1px 0 inset;
  overflow: hidden
}
.popup-search-engine-wrapper .popup-close-btn-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: blur(10px);
  background-color: rgba(255,255,255,.4);
  z-index: -1
}
.popup-search-engine-wrapper .popup-close-btn-wrapper .popup-close-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: transparent;
  border: none;
  font-size: 1.25rem
}
.popup-search-engine-wrapper .popup-close-btn-wrapper .popup-close-btn::before {
  color: #112868
}
.popup-search-engine-wrapper .popup-close-btn-wrapper .popup-close-btn[disabled]::before {
  color: #6d6d6d
}
.popup-search-engine-wrapper .popup-close-btn-wrapper.disable {
  background-color: #e6e6e6;
  box-shadow: none;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0)
}
.popup-search-engine-wrapper .popup-close-btn-wrapper.disable::before {
  display: none
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-close-btn-wrapper {
    left: unset;
    right: 20px;
    top: 26px;
    z-index: 10
  }
}
.popup-search-engine-wrapper .action-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  color: #112868;
  font-weight: 500;
  margin: 20px auto 12px;
  width: 70%
}
@media screen and (max-width:767px) {
  .popup-search-engine-wrapper .action-btns {
    width: 100%;
    margin: 0;
    flex-direction: column;
    gap: 16px
  }
}
.popup-search-engine-wrapper .action-btns .action-icons {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
  transition: .3s ease-in-out;
  cursor: pointer
}
.popup-search-engine-wrapper .action-btns .action-icons::before {
  content: "";
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  transition: all .3s ease-in-out;
  padding-left: 0;
  font-size: 0
}
.popup-search-engine-wrapper .action-btns .copy {
  width: auto;
  position: relative;
  padding-left: 24px
}
.popup-search-engine-wrapper .action-btns .copy::before {
  background-image: url(../../images/ltts-answer-engine/Copy.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%
}
.popup-search-engine-wrapper .action-btns .copy.copied::before {
  background-image: url(../../images/ltts-answer-engine/Copy-active.svg)
}
.popup-search-engine-wrapper .action-btns .mail::before {
  background-image: url(../../images/ltts-answer-engine/Mail.svg)
}
.popup-search-engine-wrapper .action-btns .mail.mail-sent::before {
  background-image: url(../../images/ltts-answer-engine/Mail-active.svg)
}
.popup-search-engine-wrapper .action-btns .like::before {
  background-image: url(../../images/ltts-answer-engine/Like.svg)
}
.popup-search-engine-wrapper .action-btns .like.liked::before {
  background-image: url(../../images/ltts-answer-engine/Like-active.svg)
}
.popup-search-engine-wrapper .action-btns .dislike::before {
  background-image: url(../../images/ltts-answer-engine/Dislike.svg)
}
.popup-search-engine-wrapper .action-btns .dislike.disliked::before {
  background-image: url(../../images/ltts-answer-engine/Dislike-active.svg)
}
.popup-search-engine-wrapper .action-btns .bookmark::before {
  background-image: url(../../images/ltts-answer-engine/Bookmark.svg)
}
.popup-search-engine-wrapper .action-btns span {
  font-size: .9375rem
}
.popup-search-engine-wrapper .action-btns span::before {
  font-size: .9375rem
}
.popup-search-engine-wrapper .action-btns .left {
  display: flex;
  flex-direction: row;
  align-items: center
}
.popup-search-engine-wrapper .action-btns .right {
  display: flex;
  flex-direction: row;
  gap: 12px
}
.popup-search-engine-wrapper .action-btns .regenerate {
  position: relative;
  width: auto;
  margin-left: 16px
}
.popup-search-engine-wrapper .action-btns .regenerate::before {
  display: none
}
.popup-search-engine-wrapper .action-btns .regenerate .custom-select .custom-select-trigger {
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  padding-block: 0;
  padding-left: 0;
  padding-right: 36px;
  border: none;
  color: #112868
}
.popup-search-engine-wrapper .action-btns .regenerate .custom-select .custom-select-trigger::after {
  content: "\e92e";
  font-family: icomoon,sans-serif;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  font-size: 1.25rem;
  font-weight: 600;
  color: #112868;
  pointer-events: none;
  transition: all .3s ease-in-out
}
.popup-search-engine-wrapper .action-btns .regenerate .custom-select .custom-select-trigger.active::after {
  transform: translateY(-50%) rotate(180deg)
}
.popup-search-engine-wrapper .action-btns .regenerate .custom-select .custom-options {
  list-style: none;
  padding: 0!important;
  margin: 5px 0 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  display: none;
  position: absolute;
  bottom: 120%;
  left: 0;
  width: 100%;
  z-index: 30;
  box-shadow: 0 4px 10px rgba(0,0,0,.05);
  max-height: 200px;
  overflow-y: auto
}
.popup-search-engine-wrapper .action-btns .regenerate .custom-select .custom-options.active {
  display: block
}
.popup-search-engine-wrapper .action-btns .regenerate .custom-select .custom-options .option {
  padding: 4px!important;
  font-size: .75rem!important;
  cursor: pointer;
  transition: all .2s
}
.popup-search-engine-wrapper .action-btns .regenerate .custom-select .custom-options .option::after {
  display: none
}
.popup-search-engine-wrapper .action-btns .regenerate .custom-select .custom-options .option:hover {
  background: #f5f5f5
}
.popup-search-engine-wrapper .action-btns .regenerate .custom-select .custom-options .option.selected {
  background: #e6f0ff;
  font-weight: 600
}
.popup-search-engine-wrapper .action-btns .regenerate .custom-select.near-top .custom-options {
  bottom: unset;
  top: 120%
}
.popup-search-engine-wrapper .popup-container.shift {
  width: calc(100vw - 400px);
  padding-right: 400px
}
.popup-search-engine-wrapper .popup-container.shift .ltts-answer-engine-answer-engine {
  width: calc(100% - 400px)!important;
  min-width: calc(100% - 400px)!important
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-container.shift .ltts-answer-engine-answer-engine {
    width: 100%!important;
    min-width: 100%!important
  }
}
@media screen and (max-width:1400px) {
  .popup-search-engine-wrapper .popup-container.shift {
    width: calc(100vw - 200px)
  }
}
.popup-search-engine-wrapper .popup-container.shift .scroll-indicator {
  right: 65%!important
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-container.shift .scroll-indicator {
    right: 50%!important
  }
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-container.shift {
    width: 100%;
    padding-right: 0
  }
}
body.no-scroll {
  overflow: hidden
}
.popup-search-engine-wrapper #typing-loader-wrapper {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #112868;
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
  padding: 32px 32px 32px 56px;
  background-color: transparent;
  border-radius: 8px;
  z-index: 10
}
.popup-search-engine-wrapper .input-wrapper-loader {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%)
}
.popup-search-engine-wrapper .input-wrapper-loader .star-icon {
  background-image: url("../../images/ltts-answer-engine/Star 1.svg");
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -12px;
  bottom: 0;
  animation: scaleoutin 1s ease-in-out infinite
}
.popup-search-engine-wrapper .input-wrapper-loader .star-icon.icon-2 {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 4px;
  animation: scaleinout 1s ease-in-out infinite
}
.popup-search-engine-wrapper .input-wrapper-loader .parallelogram {
  position: relative;
  width: 20px;
  height: 30px;
  transform: skew(-20deg);
  clip-path: polygon(0 0,110% 0,70% calc(100% - 10px),calc(100% + 8px) 100%,0 100%)
}
.popup-search-engine-wrapper .input-wrapper-loader .parallelogram::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(90deg,#084cc8,#75c044,#fed314,#084cc8);
  background-size: 300% 300%;
  animation: spinborder 4s ease-in-out infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude
}
.popup-search-engine-wrapper .loader-status-text {
  font-size: .875rem;
  font-weight: 500;
  white-space: nowrap;
  transition: opacity .2s ease
}
.popup-search-engine-wrapper .typing-loader-dots {
  display: inline-flex;
  gap: 4px;
  height: 1em;
  align-items: center
}
.popup-search-engine-wrapper .typing-loader-dots span {
  width: 6px;
  height: 6px;
  background: #112868;
  border-radius: 50%;
  display: inline-block;
  animation: bounce 1.2s infinite ease-in-out;
  animation-delay: .4s
}
.popup-search-engine-wrapper .typing-loader-dots span:nth-child(2) {
  animation-delay: .2s
}
.popup-search-engine-wrapper .typing-loader-dots span:nth-child(3) {
  animation-delay: .4s
}
#mail-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%
}
#mail-loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5
}
#mail-loader .show-mail-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
@keyframes bounce {
  0%,
  100%,
  80% {
    transform: scale(0)
  }
  40% {
    transform: scale(1)
  }
}
.lae-skeleton {
  position: relative;
  overflow: hidden;
  background: #ececf1;
  border-radius: 6px
}
.lae-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);
  animation: lae-shimmer 1.2s infinite
}
@keyframes lae-shimmer {
  100% {
    transform: translateX(100%)
  }
}
.lae-skel-followups {
  margin-top: 16px
}
.lae-skel-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}
.lae-skel-pill {
  height: 34px;
  width: 200px;
  max-width: 80%;
  border-radius: 17px
}
.lae-skel-card {
  height: 92px;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 8px
}
.banner-block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px
}
@media screen and (max-width:767px) {
  .banner-block-wrapper {
    padding-inline: 8px;
    padding-bottom: 0
  }
}
.banner-block-wrapper .slider-stack {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 80px
}
@media screen and (max-width:1400px) {
  .banner-block-wrapper .slider-stack {
    height: 400px;
    margin-top: 60px
  }
}
@media screen and (max-width:991px) {
  .banner-block-wrapper .slider-stack {
    height: 300px
  }
}
@media screen and (max-width:575px) {
  .banner-block-wrapper .slider-stack {
    padding: 0 24px
  }
}
.banner-block-wrapper .slider-stack .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  transition: transform .5s ease,opacity .5s ease
}
.banner-block-wrapper .slider-stack .slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(190,190,190,.6784313725);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease
}
.banner-block-wrapper .slider-stack .slide.stacked::after {
  opacity: 1
}
.banner-block-wrapper .slider-stack .slide .banner-inner {
  position: relative;
  height: 100%
}
.banner-block-wrapper .slider-stack .slide .banner-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover
}
@media screen and (max-width:575px) {
  .banner-block-wrapper .slider-stack .slide .banner-inner img {
    object-position: 80% 100%
  }
}
.banner-block-wrapper .slider-stack .slide .banner-inner .banner-content-container {
  position: absolute;
  top: 10%;
  left: 0;
  padding-left: 48px
}
@media screen and (max-width:575px) {
  .banner-block-wrapper .slider-stack .slide .banner-inner .banner-content-container {
    padding: 0 12px;
    top: 16px
  }
}
.banner-block-wrapper .slider-stack .slide .banner-inner .banner-content-container h4 > img {
  height: 240px;
  width: auto
}
@media screen and (max-width:1400px) {
  .banner-block-wrapper .slider-stack .slide .banner-inner .banner-content-container h4 > img {
    height: 160px
  }
}
@media screen and (max-width:575px) {
  .banner-block-wrapper .slider-stack .slide .banner-inner .banner-content-container h4 > img {
    height: 120px
  }
}
@media screen and (max-width:575px) {
  .banner-block-wrapper .slider-stack .slide .banner-inner .banner-content-container h4 {
    font-size: 1.25rem;
    line-height: 24px
  }
}
.banner-block-wrapper .slider-stack .slide .banner-inner .banner-content-container p {
  padding: 16px 0
}
@media screen and (max-width:575px) {
  .banner-block-wrapper .slider-stack .slide .banner-inner .banner-content-container p {
    font-size: .875rem;
    margin-bottom: 0;
    padding: 6px 0
  }
}
.banner-block-wrapper .slider-stack .slide .banner-inner .banner-content-container .field--name-field-banner-cta-link a {
  border-radius: 5px;
  font-weight: 600;
  padding: 0 20px;
  min-height: 52px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none!important;
  transition: all .3s linear;
  border: 0;
  outline: 0;
  background-color: #23dce1;
  color: #112868;
  box-shadow: none
}
.banner-block-wrapper .slider-stack .slide .banner-inner .banner-content-container .field--name-field-banner-cta-link a:hover {
  background-color: #fff;
  color: #112868
}
@media screen and (max-width:1400px) {
  .banner-block-wrapper .slider-stack .slide .banner-inner .banner-content-container .field--name-field-banner-cta-link a {
    min-height: 44px
  }
}
@media screen and (max-width:767px) {
  .banner-block-wrapper .slider-stack .slide .banner-inner .banner-content-container .field--name-field-banner-cta-link a {
    min-height: 36px
  }
}
.banner-block-wrapper .slider-stack .slide .banner-inner .tag-line {
  position: absolute;
  bottom: 60px;
  left: 48px;
  font-size: 1rem;
  font-weight: 400
}
.banner-block-wrapper .slider-stack .slide .banner-inner .tag-line strong {
  color: #fed314
}
@media screen and (max-width:991px) {
  .banner-block-wrapper .slider-stack .slide .banner-inner .tag-line {
    font-size: .875rem;
    bottom: 20px
  }
}
@media screen and (max-width:575px) {
  .banner-block-wrapper .slider-stack .slide .banner-inner .tag-line {
    display: none
  }
}
.banner-block-wrapper .dots {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 10
}
.banner-block-wrapper .dots span {
  width: 24px;
  height: 6px;
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  transition: background .3s
}
.banner-block-wrapper .dots span.active {
  background: #23dce1
}
@media screen and (max-width:575px) {
  .banner-block-wrapper .dots {
    bottom: 20px;
    right: 16px
  }
}
@media screen and (max-width:575px) {
  .userway_buttons_wrapper {
    display: none!important
  }
}
.popup-search-engine-wrapper .popup-sidebar {
  position: absolute;
  top: -32px;
  right: calc(-1 * (100vw - 100%)/ 2);
  height: calc(100vh - 72px);
  width: 0;
  background: #f8f8f8;
  transition: width .3s ease-in-out;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: none;
  z-index: 10;
  scrollbar-width: none;
  overflow: visible;
  box-shadow: -2px 8px 20px 3px rgba(0,0,0,.2901960784)
}
.popup-search-engine-wrapper .popup-sidebar h6 {
  display: none
}
.popup-search-engine-wrapper .popup-sidebar .toggle-sidebar {
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  margin: 8px 0;
  background-color: transparent;
  position: relative
}
.popup-search-engine-wrapper .popup-sidebar .toggle-sidebar.content,
.popup-search-engine-wrapper .popup-sidebar .toggle-sidebar.download {
  margin: 0
}
.popup-search-engine-wrapper .popup-sidebar .toggle-sidebar.arrow-btn {
  position: absolute;
  top: 16px;
  left: -42px;
  width: 42px;
  height: 42px;
  z-index: -1;
  border-radius: 8px 0 0 8px;
  border: none;
  margin: 0;
  padding: 0;
  background-color: #112868
}
.popup-search-engine-wrapper .popup-sidebar .toggle-sidebar.arrow-btn::before {
  content: "\e92f";
  font-family: icomoon,sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  transition: transform .3s ease-in-out
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-sidebar .toggle-sidebar.arrow-btn {
    display: none
  }
}
.popup-search-engine-wrapper .popup-sidebar .inside-content-wrapper {
  width: 100%;
  padding-bottom: 20px
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-sidebar .inside-content-wrapper {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 8px;
    width: 100%
  }
}
@media screen and (max-width:991px) {
  .popup-search-engine-wrapper .popup-sidebar .inside-content-wrapper {
    flex-wrap: wrap
  }
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-sidebar .inside-content-wrapper .button-wrapper-content {
    margin: 0;
    width: 33.33%;
    height: 100%!important
  }
}
@media screen and (max-width:991px) {
  .popup-search-engine-wrapper .popup-sidebar .inside-content-wrapper .button-wrapper-content {
    width: calc(50% - 4px);
    height: 100%!important
  }
}
@media screen and (max-width:575px) {
  .popup-search-engine-wrapper .popup-sidebar .inside-content-wrapper .button-wrapper-content {
    width: 100%
  }
}
.popup-search-engine-wrapper .popup-sidebar .inside-btn .toggle-sidebar::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  filter: brightness(40.5)
}
.popup-search-engine-wrapper .popup-sidebar .inside-btn .content::before {
  background-image: url(../../images/ltts-answer-engine/content.svg)
}
.popup-search-engine-wrapper .popup-sidebar .inside-btn .download::before {
  background-image: url(../../images/ltts-answer-engine/download.svg)
}
.popup-search-engine-wrapper .popup-sidebar .inside-btn .search {
  margin: 0
}
.popup-search-engine-wrapper .popup-sidebar .inside-btn .search::before {
  background-image: url(../../images/ltts-answer-engine/recent-searches-brand-blue.svg)
}
.popup-search-engine-wrapper .popup-sidebar .dropdown-content {
  display: none;
  padding: 10px 0;
  color: #000;
  text-align: left;
  transition: all .3s ease-in-out
}
.popup-search-engine-wrapper .popup-sidebar #recent-searches {
  transition: none
}
.popup-search-engine-wrapper .popup-sidebar .search-content {
  display: none
}
.popup-search-engine-wrapper .popup-sidebar .button-wrapper-content .button-wrappers,
.popup-search-engine-wrapper .popup-sidebar .search-button .button-wrappers {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 6px;
  position: relative;
  padding: 4px 0
}
.popup-search-engine-wrapper .popup-sidebar .button-wrapper-content:first-of-type {
  border-block-end: none!important;
  margin-top: 0
}
.popup-search-engine-wrapper .popup-sidebar .search-button {
  position: absolute;
  top: calc(100% - 52px);
  left: 0;
  width: 100%;
  border: none;
  overflow-y: auto;
  scrollbar-width: none;
  cursor: pointer;
  transition: all .5s ease-in-out
}
.popup-search-engine-wrapper .popup-sidebar .search-button .search {
  border: none
}
.popup-search-engine-wrapper .popup-sidebar .search-button .search::before {
  filter: none
}
.popup-search-engine-wrapper .popup-sidebar .search-button .button-wrappers {
  background-color: #e6e6e6
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-sidebar .search-button {
    position: static;
    width: 33.33%
  }
}
@media screen and (max-width:991px) {
  .popup-search-engine-wrapper .popup-sidebar .search-button {
    width: calc(50% - 4px)
  }
}
@media screen and (max-width:575px) {
  .popup-search-engine-wrapper .popup-sidebar .search-button {
    width: 100%
  }
}
.popup-search-engine-wrapper .popup-sidebar.collapsed {
  display: flex;
  width: 64px;
  padding: 12px 0
}
.popup-search-engine-wrapper .popup-sidebar.collapsed .button-wrappers {
  justify-content: center;
  gap: 6px;
  cursor: pointer
}
.popup-search-engine-wrapper .popup-sidebar.collapsed .button-wrappers .toggle-sidebar {
  background-color: #112868;
  border: none
}
.popup-search-engine-wrapper .popup-sidebar.collapsed .button-wrappers h6,
.popup-search-engine-wrapper .popup-sidebar.collapsed .button-wrappers span {
  display: none
}
.popup-search-engine-wrapper .popup-sidebar.collapsed .search-button .button-wrappers {
  justify-content: center;
  margin: 0;
  background-color: transparent
}
.popup-search-engine-wrapper .popup-sidebar.collapsed .search-button .button-wrappers .search::before {
  background-image: url(../../images/ltts-answer-engine/Recent-searches-1.svg)
}
.popup-search-engine-wrapper .popup-sidebar.collapsed .dropdown-content {
  display: none!important
}
.popup-search-engine-wrapper .popup-sidebar.open {
  display: flex;
  width: 400px;
  padding: 8px;
  align-items: flex-start
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-sidebar.open {
    width: 300px
  }
}
.popup-search-engine-wrapper .popup-sidebar.open .popup-sidebar-title {
  display: block;
  color: #fff;
  padding-bottom: 24px;
  font-size: 1.25rem;
  font-weight: 500
}
.popup-search-engine-wrapper .popup-sidebar.open .toggle-sidebar {
  border: none
}
.popup-search-engine-wrapper .popup-sidebar.open .button-wrapper-content {
  max-height: 60px;
  overflow: hidden;
  background-color: #112868;
  margin: 4px 0;
  height: auto;
  border-radius: 4px;
  transition: all .3s ease-in-out
}
.popup-search-engine-wrapper .popup-sidebar.open .button-wrapper-content .button-wrappers {
  justify-content: left;
  gap: 6px;
  width: 100%;
  cursor: pointer
}
.popup-search-engine-wrapper .popup-sidebar.open .button-wrapper-content .button-wrappers h6,
.popup-search-engine-wrapper .popup-sidebar.open .button-wrapper-content .button-wrappers span {
  display: block;
  color: #fff;
  padding-bottom: 0
}
.popup-search-engine-wrapper .popup-sidebar.open .button-wrapper-content .button-wrappers h6 {
  font-size: 1.125rem
}
.popup-search-engine-wrapper .popup-sidebar.open .button-wrapper-content .button-wrappers .icon-chevron-down {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 1.25rem
}
.popup-search-engine-wrapper .popup-sidebar.open .button-wrapper-content .button-wrappers .icon-chevron-down::before {
  transform: rotate(0);
  display: inline-block;
  transition: all .3s ease-in-out;
  color: #fff
}
.popup-search-engine-wrapper .popup-sidebar.open .button-wrapper-content .dropdown-content {
  max-height: 220px!important;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 0;
  height: auto;
  transition: all .3s ease-in-out
}
.popup-search-engine-wrapper .popup-sidebar.open .button-wrapper-content.open {
  max-height: 280px;
  padding: 8px
}
.popup-search-engine-wrapper .popup-sidebar.open .button-wrapper-content.open .button-wrappers .icon-chevron-down::before {
  transform: rotate(180deg)
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-sidebar.open .button-wrapper-content {
    max-height: 52px;
    margin: 0
  }
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .no-results {
  color: #112868
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper {
  margin: 4px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #f8f8f8;
  border-radius: 0;
  transition: all .3s ease-in-out
}
@media screen and (max-width:575px) {
  .popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
  }
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper .download-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper > * {
  width: 100%
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper:first-of-type {
  margin-top: 0
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper .blog-img {
  height: 70px;
  width: 30%;
  position: relative;
  border-right: 1px solid #d5d5d5
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper .blog-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5294117647);
  opacity: .3
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0
}
@media screen and (max-width:575px) {
  .popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper .blog-img {
    width: 100%
  }
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper .blog-content-link {
  width: 70%;
  padding: 6px;
  border-radius: 0 0 4px 4px;
  background-color: transparent;
  transition: all .3s ease-in-out
}
@media screen and (max-width:575px) {
  .popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper .blog-content-link {
    width: 100%
  }
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper .blog-content-link h6 {
  font-size: .9375rem;
  line-height: 22px;
  font-weight: 400;
  overflow: hidden;
  display: block;
  max-width: 100%;
  color: #000;
  transition: all .3s ease-in-out
}
@media screen and (max-width:1400px) {
  .popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper .blog-content-link h6 {
    font-size: .875rem;
    font-weight: 400
  }
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper h6 {
  padding-bottom: 0
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper:hover {
  background-color: #e6e6e6
}
.popup-search-engine-wrapper .popup-sidebar.open .dropdown-content .blog-wrapper:hover h6 {
  color: #112868
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button {
  top: calc(100% - 52px)
}
@media screen and (min-width:1366px) and (max-width:1366px) and (orientation:landscape) {
  .popup-search-engine-wrapper .popup-sidebar.open .search-button {
    top: calc(100% - 120px)
  }
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button .button-wrappers {
  justify-content: left
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button .button-wrappers .search {
  border: none
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button .button-wrappers .icon-chevron-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button .button-wrappers .icon-chevron-down::before {
  transform: rotate(180deg);
  display: inline-block;
  color: #112868;
  font-size: 1.25rem;
  transition: all .3s ease-in-out
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-sidebar.open .search-button .button-wrappers .icon-chevron-down::before {
    transform: rotate(0)
  }
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button h6 {
  color: #112868;
  padding-bottom: 0;
  display: block
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button.open {
  top: 0;
  left: 0;
  transform: none;
  height: 100%
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button.open .button-wrappers .search {
  border: none
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button.open .button-wrappers span::before {
  transform: rotate(0)
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-sidebar.open .search-button.open .button-wrappers span::before {
    transform: rotate(180deg)
  }
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button.open #recent-searches.open {
  display: block!important;
  padding: 12px 24px;
  background-color: #fff;
  position: relative
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button.open #recent-searches.open h6 {
  color: #fff
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button.open #recent-searches.open .blog-wrapper {
  background-color: #f2f2f2;
  padding: 12px;
  border-radius: 4px;
  transition: all .3s ease-in-out
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button.open #recent-searches.open .blog-wrapper h6 {
  font-size: .9375rem;
  font-weight: 400;
  padding: 0 12px;
  color: #112868
}
@media screen and (max-width:1400px) {
  .popup-search-engine-wrapper .popup-sidebar.open .search-button.open #recent-searches.open .blog-wrapper h6 {
    font-size: .875rem
  }
}
.popup-search-engine-wrapper .popup-sidebar.open .search-button.open #recent-searches.open .blog-wrapper:hover {
  background-color: #dbdbdb
}
.popup-search-engine-wrapper .popup-sidebar.open .arrow-btn::before {
  transform: rotate(180deg)
}
@media screen and (max-width:1199px) {
  .popup-search-engine-wrapper .popup-sidebar {
    position: relative;
    flex-direction: row-reverse;
    flex: 1;
    width: 100%!important;
    height: auto;
    align-items: center;
    justify-content: left;
    max-height: max-content;
    top: unset;
    right: unset;
    left: unset;
    box-shadow: none;
    background-color: transparent
  }
  .popup-search-engine-wrapper .popup-sidebar.collapsed {
    padding: 12px
  }
  .popup-search-engine-wrapper .popup-sidebar.collapsed .inside-content-wrapper .button-wrapper-content .button-wrappers {
    justify-content: left
  }
  .popup-search-engine-wrapper .popup-sidebar.collapsed .inside-content-wrapper .button-wrapper-content .button-wrappers h6 {
    display: block
  }
  .popup-search-engine-wrapper .popup-sidebar.collapsed .search-button .button-wrappers {
    justify-content: left
  }
  .popup-search-engine-wrapper .popup-sidebar.collapsed .search-button .button-wrappers h6 {
    display: block
  }
  .popup-search-engine-wrapper .popup-sidebar.open {
    padding: 0
  }
}
.popup-search-engine-wrapper .disable-click {
  pointer-events: none
}
#dislike-content-popup .modal-content {
  background: linear-gradient(to bottom,#fff 0,rgba(201,243,255,0) 100%),url(../../images/ltts-answer-engine/wave.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-position: 0 72px;
  position: relative;
  padding: 16px;
  z-index: 10
}
#dislike-content-popup .modal-content::after {
  content: "";
  background-image: url(../../images/long-right-wave.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 100%;
  z-index: -1
}
#dislike-content-popup .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
  padding-bottom: 12px
}
#dislike-content-popup .modal-content .modal-header h2 {
  line-height: 24px;
  font-size: 1.5rem;
  color: #112868
}
#dislike-content-popup .modal-content .modal-body {
  padding: 0
}
#dislike-content-popup .modal-content .modal-body #dislike-form label {
  color: #112868;
  padding-left: 4px;
  font-size: .9375rem;
  padding-block: 4px
}
#dislike-content-popup .modal-content .modal-body #dislike-form label input {
  border: 1px solid #112868;
  margin-right: 4px
}
#dislike-content-popup .modal-content .modal-body #dislike-form label input:focus,
#dislike-content-popup .modal-content .modal-body #dislike-form label input:hover {
  border: 1px solid #112868!important
}
#dislike-content-popup .modal-content .modal-body #dislike-form label input:checked {
  border: 1px solid #23dce1!important;
  background-color: #23dce1!important;
  color: #112868!important;
  background-image: url(/themes/custom/ltts_revamp/images/checkbox_on_dark_bg.svg);
  background-repeat: no-repeat;
  background-position: center center
}
#dislike-content-popup .modal-content .modal-body #dislike-form textarea {
  resize: none;
  font-family: Figtree,sans-serif;
  color: #112868;
  height: 100px;
  font-size: .9375rem
}
#dislike-content-popup .modal-content .modal-body #dislike-form textarea::placeholder {
  font-family: Figtree,sans-serif;
  color: #112868
}
#dislike-content-popup .modal-content .modal-body #dislike-form .popup-actions button {
  min-height: 42px!important;
  min-width: 42px!important;
  border-radius: 5px;
  font-weight: 600;
  padding: 0 20px;
  min-height: 52px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none!important;
  transition: all .3s linear;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #112868;
  box-shadow: inset 0 0 0 2px #112868
}
#dislike-content-popup .modal-content .modal-body #dislike-form .popup-actions button:hover {
  background-color: #23dce1;
  color: #112868
}
@media screen and (max-width:1400px) {
  #dislike-content-popup .modal-content .modal-body #dislike-form .popup-actions button {
    min-height: 44px
  }
}
@media screen and (max-width:767px) {
  #dislike-content-popup .modal-content .modal-body #dislike-form .popup-actions button {
    min-height: 36px
  }
}
#dislike-content-popup .modal-content .modal-body #dislike-form .feedback-review-box {
  padding-top: 16px
}
#lae-consent-form .modal-dialog,
#mail-content-form .modal-dialog {
  justify-content: center
}
#lae-consent-form .modal-content,
#mail-content-form .modal-content {
  background-color: #fff;
  position: relative;
  width: 600px;
  padding: 36px 24px 16px;
  border-radius: 0 0 4px 4px;
  z-index: 10
}
#lae-consent-form .modal-content::before,
#mail-content-form .modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent linear-gradient(90deg,#084cc8 0,#75c044 50%,#fed314 100%) 0 0 no-repeat padding-box
}
#lae-consent-form .modal-content::after,
#mail-content-form .modal-content::after {
  content: "";
  background-image: url(../../images/search-box-wave.svg);
  background-size: cover;
  width: 480px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}
#lae-consent-form .modal-content .modal-header,
#mail-content-form .modal-content .modal-header {
  border-bottom: 0;
  padding: 0;
  padding-bottom: 12px
}
#lae-consent-form .modal-content .modal-header h2,
#mail-content-form .modal-content .modal-header h2 {
  color: #084cc8;
  font-size: 1.5rem;
  line-height: 28px
}
#lae-consent-form .modal-content .modal-body,
#mail-content-form .modal-content .modal-body {
  padding: 0
}
#lae-consent-form .modal-content .modal-body p,
#mail-content-form .modal-content .modal-body p {
  color: #000;
  margin-bottom: 16px
}
#lae-consent-form .modal-content .modal-body label,
#mail-content-form .modal-content .modal-body label {
  color: #112868;
  padding-bottom: 4px
}
#lae-consent-form .modal-content .modal-body #consent-form input[type=email],
#lae-consent-form .modal-content .modal-body #send-email-form input[type=email],
#mail-content-form .modal-content .modal-body #consent-form input[type=email],
#mail-content-form .modal-content .modal-body #send-email-form input[type=email] {
  padding: 8px;
  width: 100%;
  min-height: 40px;
  background: #fff;
  color: #6d6d6d;
  border: 2px solid #c1cbd1;
  transition: .2s ease-in-out;
  transition-property: color,background-color,border;
  border-radius: 4px!important
}
#lae-consent-form .modal-content .modal-body #consent-form input[type=email]:focus,
#lae-consent-form .modal-content .modal-body #send-email-form input[type=email]:focus,
#mail-content-form .modal-content .modal-body #consent-form input[type=email]:focus,
#mail-content-form .modal-content .modal-body #send-email-form input[type=email]:focus {
  border: 2px solid #23dce1;
  box-shadow: none;
  outline: 0
}
#lae-consent-form .modal-content .modal-body #consent-form input[type=email].error,
#lae-consent-form .modal-content .modal-body #send-email-form input[type=email].error,
#mail-content-form .modal-content .modal-body #consent-form input[type=email].error,
#mail-content-form .modal-content .modal-body #send-email-form input[type=email].error {
  border: 2px solid #c04452
}
#lae-consent-form .modal-content .modal-body #consent-form .privacy-checkbox,
#lae-consent-form .modal-content .modal-body #send-email-form .privacy-checkbox,
#mail-content-form .modal-content .modal-body #consent-form .privacy-checkbox,
#mail-content-form .modal-content .modal-body #send-email-form .privacy-checkbox {
  margin: 16px 0
}
#lae-consent-form .modal-content .modal-body #consent-form .privacy-checkbox input,
#lae-consent-form .modal-content .modal-body #send-email-form .privacy-checkbox input,
#mail-content-form .modal-content .modal-body #consent-form .privacy-checkbox input,
#mail-content-form .modal-content .modal-body #send-email-form .privacy-checkbox input {
  margin-right: 4px
}
#lae-consent-form .modal-content .modal-body #consent-form .privacy-checkbox a,
#lae-consent-form .modal-content .modal-body #consent-form .privacy-checkbox label,
#lae-consent-form .modal-content .modal-body #send-email-form .privacy-checkbox a,
#lae-consent-form .modal-content .modal-body #send-email-form .privacy-checkbox label,
#mail-content-form .modal-content .modal-body #consent-form .privacy-checkbox a,
#mail-content-form .modal-content .modal-body #consent-form .privacy-checkbox label,
#mail-content-form .modal-content .modal-body #send-email-form .privacy-checkbox a,
#mail-content-form .modal-content .modal-body #send-email-form .privacy-checkbox label {
  color: #112868;
  font-weight: 500
}
#lae-consent-form .modal-content .modal-body #consent-form .privacy-checkbox a,
#lae-consent-form .modal-content .modal-body #send-email-form .privacy-checkbox a,
#mail-content-form .modal-content .modal-body #consent-form .privacy-checkbox a,
#mail-content-form .modal-content .modal-body #send-email-form .privacy-checkbox a {
  font-weight: 600
}
#lae-consent-form .modal-content .modal-body #consent-form .popup-actions,
#lae-consent-form .modal-content .modal-body #send-email-form .popup-actions,
#mail-content-form .modal-content .modal-body #consent-form .popup-actions,
#mail-content-form .modal-content .modal-body #send-email-form .popup-actions {
  text-align: left
}
#lae-consent-form .modal-content .modal-body #consent-form .popup-actions button,
#lae-consent-form .modal-content .modal-body #send-email-form .popup-actions button,
#mail-content-form .modal-content .modal-body #consent-form .popup-actions button,
#mail-content-form .modal-content .modal-body #send-email-form .popup-actions button {
  min-height: 42px!important;
  min-width: 42px!important;
  margin: 0 4px;
  border-radius: 5px;
  font-weight: 600;
  padding: 0 20px;
  min-height: 52px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none!important;
  transition: all .3s linear;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #112868;
  box-shadow: inset 0 0 0 2px #112868
}
#lae-consent-form .modal-content .modal-body #consent-form .popup-actions button:hover,
#lae-consent-form .modal-content .modal-body #send-email-form .popup-actions button:hover,
#mail-content-form .modal-content .modal-body #consent-form .popup-actions button:hover,
#mail-content-form .modal-content .modal-body #send-email-form .popup-actions button:hover {
  background-color: #23dce1;
  color: #112868
}
@media screen and (max-width:1400px) {
  #lae-consent-form .modal-content .modal-body #consent-form .popup-actions button,
  #lae-consent-form .modal-content .modal-body #send-email-form .popup-actions button,
  #mail-content-form .modal-content .modal-body #consent-form .popup-actions button,
  #mail-content-form .modal-content .modal-body #send-email-form .popup-actions button {
    min-height: 44px
  }
}
@media screen and (max-width:767px) {
  #lae-consent-form .modal-content .modal-body #consent-form .popup-actions button,
  #lae-consent-form .modal-content .modal-body #send-email-form .popup-actions button,
  #mail-content-form .modal-content .modal-body #consent-form .popup-actions button,
  #mail-content-form .modal-content .modal-body #send-email-form .popup-actions button {
    min-height: 36px
  }
}
#lae-consent-form .modal-content .modal-body #consent-form .popup-actions .cancel-btn,
#lae-consent-form .modal-content .modal-body #send-email-form .popup-actions .cancel-btn,
#mail-content-form .modal-content .modal-body #consent-form .popup-actions .cancel-btn,
#mail-content-form .modal-content .modal-body #send-email-form .popup-actions .cancel-btn {
  display: none
}
#lae-consent-form .modal-header {
  flex-direction: column;
  align-items: flex-start;
  position: relative
}
#lae-consent-form .modal-header h2 {
  padding-bottom: 8px
}
#lae-consent-form .modal-header p {
  margin-bottom: 0
}
#lae-consent-form .modal-header .btn-close {
  position: absolute;
  top: 0;
  right: 0
}
@media screen and (max-width:575px) {
  #lae-consent-form .modal-header .btn-close {
    top: -16px
  }
}
#lae-consent-form .popup-actions button {
  min-height: 42px!important;
  min-width: 42px!important;
  margin: 0 4px;
  border-radius: 5px;
  font-weight: 600;
  padding: 0 20px;
  min-height: 52px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none!important;
  transition: all .3s linear;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #112868;
  box-shadow: inset 0 0 0 2px #112868
}
#lae-consent-form .popup-actions button:hover {
  background-color: #23dce1;
  color: #112868
}
@media screen and (max-width:1400px) {
  #lae-consent-form .popup-actions button {
    min-height: 44px
  }
}
@media screen and (max-width:767px) {
  #lae-consent-form .popup-actions button {
    min-height: 36px
  }
}
.webform-submission-lae-form-form {
  padding: 16px 0
}
.webform-submission-lae-form-form .js-form-item label {
  color: #112868;
  font-weight: 500
}
.webform-submission-lae-form-form > .js-form-type-processed-text h5 {
  padding-bottom: 8px
}
.webform-submission-lae-form-form > .js-form-type-processed-text p {
  font-size: .875rem;
  line-height: 20px
}