@import url('https://reconeyez.com/wp-content/themes/reconeyez2024/css/intlTelInput.min.css');
@import url('https://reconeyez.com/wp-content/themes/reconeyez2024/css/../fonts/fonts.css');
.iti__flag {
  background-image: url("https://reconeyez.com/wp-content/themes/reconeyez2024/css/../gfx/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://reconeyez.com/wp-content/themes/reconeyez2024/css/../gfx/flags@2x.png");
  }
}
.iti--allow-dropdown {
  width: 100%;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.noanim {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opensans {
  font-family: 'Open Sans', Arial, Helvetica, 'sans-serif';
}
html,
body {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  color: #2e444f;
  background-color: #f4f2f1;
  font-family: 'Open Sans', Arial, Helvetica, 'sans-serif';
  display: flex;
  flex-direction: column;
}
body.halt {
  overflow: hidden;
}
body.page-template-page-webinar section.threeIcons h1 {
  font-size: 1.375rem;
  line-height: 130%;
}
body.page-template-page-contactus .banner.dark {
  overflow: inherit;
}
main {
  flex: 1 0 auto;
}
.brockmann {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 400;
}
.brockmann_medium {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 500;
}
.brockmann_bold {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
}
.brockmann_bold_italic {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-style: italic;
  font-weight: 700;
}
h1,
h2,
h3,
h4 {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
}
h1 em,
h2 em,
h3 em,
h4 em,
h1 span,
h2 span,
h3 span,
h4 span {
  font-style: normal;
  color: #939f99;
}
h1 {
  font-size: 2.5rem;
  line-height: 120%;
  /* 3rem */
}
h3 {
  font-size: 1.875rem;
  line-height: 120%;
}
/* mobile menu */
#nav-icon {
  position: relative;
  width: 30px;
  height: 24px;
  left: auto;
  top: auto;
  right: 0.5rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  z-index: 999;
  height: 4px;
  width: 100%;
  background: #2e444f;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon:focus span,
#nav-icon:hover span {
  background: #2e444f;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span:first-child,
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
  background: #939f99;
}
#nav-icon.open span:first-child + span,
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:first-child + span + span,
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 3px;
  background: #939f99;
}
.bg.lightBg {
  background-color: #e6e7e4;
}
.videoBg {
  background: #e6e7e4;
}
.clickBox {
  cursor: pointer;
  transform: scale(1);
  -webkit-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.clickBox * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.clickBox:hover {
  transform: scale(1.03);
}
.bg_keypad {
  background: #2e444f url('https://reconeyez.com/wp-content/themes/reconeyez2024/css/../gfx/bg-keypad.png') center right no-repeat;
  background-size: cover;
  border-radius: 1rem;
  color: #d0df00;
}
.bg_keypad input[type="password"] {
  background-color: #f4f2f1;
  color: #2e444f;
}
.bg_keypad .err .alert {
  background-color: rgba(208, 223, 0, 0.25);
  padding: 1rem 1.2rem 1rem 3rem;
  margin: 1rem 0 0 0;
  line-height: 140%;
  position: relative;
  border: none;
  color: #f4f2f1;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.bg_keypad .err .alert::before {
  position: absolute;
  left: 1rem;
  top: 1rem;
  content: '\e80e';
  font-family: 'reconeyez';
  color: #d0df00;
  font-size: 1.3rem;
  margin-right: 0.3rem;
}
section h3 sup {
  top: -0.9em;
  font-size: 0.4em;
  opacity: 0.5;
  text-transform: uppercase;
}
section.bordertop {
  border-top: solid 1px rgba(100, 122, 124, 0.6);
  padding-top: 3rem;
}
section.postBox h1 {
  margin-top: 2rem;
}
section:first-of-type .row .col-12 > h1 t {
  margin-top: 2rem;
}
section.videoContent + .htmlContent,
section.videosContent + .htmlContent {
  margin-top: -2rem;
}
section.speakers .speaker {
  display: flex;
  align-items: center;
}
section.speakers .speaker h5 {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
}
section.speakers .speaker .img {
  border-radius: 1rem;
  padding: 7rem 7rem 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.htmlContent h1,
section.htmlContent h2 {
  margin-bottom: 2rem;
}
section.htmlContent h1.cornerText,
section.htmlContent h2.cornerText {
  position: absolute;
  left: 3rem;
  top: 2.5rem;
}
section.htmlContent a {
  text-decoration: none;
  border-bottom: solid 0.2rem #d0df00;
}
section.htmlContent h4,
section.htmlContent h5 {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 500;
}
section ul:not(.dropdown-menu) {
  padding-left: 0;
  list-style: none;
}
section ul:not(.dropdown-menu) li {
  border: solid 0 #85938c;
  border-left-width: 0.2rem;
  padding: 0.15rem 0 0.15rem 1.8rem;
  margin-top: 1rem;
}
section ul:not(.dropdown-menu) li:first-child {
  margin-top: 0;
}
section ul:not(.dropdown-menu).pagination {
  display: flex;
  align-items: center;
}
section ul:not(.dropdown-menu).pagination li {
  border-width: 0;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  margin: 0;
  padding: 0;
}
section ul:not(.dropdown-menu).pagination li#prev-button a.page-link,
section ul:not(.dropdown-menu).pagination li#next-button a.page-link {
  font-size: 0.9em !important;
}
section ul:not(.dropdown-menu).pagination li .page-link {
  border-width: 0 !important;
  background: transparent !important;
  color: #939f99;
  font-size: 1.375rem;
  line-height: 120%;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
section ul:not(.dropdown-menu).pagination li.active .page-link {
  color: #2e444f;
}
section.items .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
section.items .item a {
  text-decoration: none;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  color: #647a7c;
}
section.items .item a span {
  font-size: 0.7em;
}
section img.round {
  border-radius: 1rem;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2e444f;
  z-index: 100;
  display: none;
  overflow-y: auto;
  color: #f4f2f1;
}
.overlay hr {
  margin: 0.5rem 0;
}
.overlay .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.overlay ul {
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: start;
  display: flex;
  flex-direction: column;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  padding: 0 3rem;
  line-height: 160%;
  /* submenu */
}
.overlay ul:first-child {
  margin-top: 5em;
}
.overlay ul > li {
  font-size: 1.875rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: solid 1px transparent;
}
.overlay ul > li span,
.overlay ul > li i {
  font-size: 1.4rem;
}
.overlay ul > li.parent-open {
  border-bottom: solid 1px #647a7c;
}
.overlay ul > li.parent-open a,
.overlay ul > li.parent-open a:link,
.overlay ul > li.parent-open a:focus,
.overlay ul > li.parent-open a:active {
  color: #d0df00;
}
.overlay ul > li.parent-open span,
.overlay ul > li.parent-open i {
  color: #d0df00;
}
.overlay ul > li a:not(.btn) {
  background-color: transparent;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.overlay ul > li a,
.overlay ul > li a:link,
.overlay ul > li a:focus,
.overlay ul > li a:active {
  text-decoration: none;
  color: #cdcfc8;
}
.overlay ul > li a.active,
.overlay ul > li.current_page_parent a,
.overlay ul > li.current-menu-item a {
  color: #d0df00;
  border: none;
}
.overlay ul > li.current_page_parent span,
.overlay ul > li.current-menu-item span {
  color: #d0df00;
}
.overlay ul > li.login {
  margin-top: 1em;
  text-decoration: underline;
}
.overlay ul > li.buttonBox {
  padding: 1.5em 1.8em;
  font-size: 1em;
  border-width: 0;
  flex-grow: 2;
  align-items: end;
}
.overlay ul ul.sub {
  display: none;
  height: auto;
  margin-top: 0;
  font-weight: 400;
  padding: 0 0 0.6rem 0;
  width: 100%;
}
.overlay ul ul.sub li {
  border-width: 0;
  display: flex;
  padding-right: 0;
  padding-left: 0;
  padding: 0.5rem 0;
  font-size: 1.5rem;
}
.overlay ul ul.sub li.current-menu-item a {
  color: #d0df00;
}
.overlay ul ul.sub li a,
.overlay ul ul.sub li a:link,
.overlay ul ul.sub li a:focus,
.overlay ul ul.sub li a:active {
  padding: 0;
  display: flex;
  color: #939f99;
  flex-direction: column;
  align-items: start;
}
.overlay ul ul.sub li a span,
.overlay ul ul.sub li a:link span,
.overlay ul ul.sub li a:focus span,
.overlay ul ul.sub li a:active span {
  font-size: 0.75em;
  font-weight: 300;
}
.overlay ul.menu {
  flex-grow: 1;
}
.overlay ul.extras {
  z-index: 999;
  background-color: #2e444f;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  list-style: none;
}
.overlay ul.extras li {
  display: flex;
  border-width: 0;
  font-size: 1.25rem;
  padding: 2rem 0;
  justify-content: space-between;
}
.overlay ul.extras li a {
  margin: 0;
  width: auto;
  border-width: 0;
  color: #939f99;
}
.overlay ul.extras li a.btn {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
}
.overlay ul.extras li a.lng {
  text-transform: uppercase;
}
.overlay ul.extras li a.active {
  color: #cdcfc8;
}
.overlay ul.extras li .btn {
  color: #2e444f;
  padding: 0.6rem 2rem;
  line-height: 1em;
  border-radius: 2rem;
  font-size: 1.875rem;
}
.fixed-menu-wrapper {
  background-color: #f4f2f1;
  width: 100%;
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fixed-menu-wrapper.scrolled {
  box-shadow: 0em 0.3em 0.3em rgba(46, 68, 79, 0.11);
  /* font-size: 0.85em; */
}
.fixed-menu-wrapper #menu {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.fixed-menu-wrapper #menu .menuWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 500;
  /* en general */
}
.fixed-menu-wrapper #menu .menuWrapper #logo {
  width: auto;
  height: 2.1745rem;
}
.fixed-menu-wrapper #menu .menuWrapper ul {
  /* main menu */
  /* language menu */
}
.fixed-menu-wrapper #menu .menuWrapper ul li {
  list-style: none;
  padding: 0.2em 0.5em;
  line-height: 1em;
  margin: 0;
}
.fixed-menu-wrapper #menu .menuWrapper ul li a {
  border-radius: 0;
  border-top: solid 0.2rem transparent;
  border-bottom: solid 0.4rem transparent;
  -webkit-transition: border-bottom 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-bottom 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: border-bottom 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-bottom 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fixed-menu-wrapper #menu .menuWrapper ul li.active > a,
.fixed-menu-wrapper #menu .menuWrapper ul li.current-page-ancestor > a,
.fixed-menu-wrapper #menu .menuWrapper ul li.current-menu-item > a {
  border-bottom: solid 0.4rem #d0df00;
}
.fixed-menu-wrapper #menu .menuWrapper ul li.active > a:not(.menu-item-has-children):hover,
.fixed-menu-wrapper #menu .menuWrapper ul li.current-page-ancestor > a:not(.menu-item-has-children):hover,
.fixed-menu-wrapper #menu .menuWrapper ul li.current-menu-item > a:not(.menu-item-has-children):hover {
  border-bottom: solid 0.4rem #d0df00;
}
.fixed-menu-wrapper #menu .menuWrapper ul li.active.menu-item-has-children:hover > a,
.fixed-menu-wrapper #menu .menuWrapper ul li.current-page-ancestor.menu-item-has-children:hover > a,
.fixed-menu-wrapper #menu .menuWrapper ul li.current-menu-item.menu-item-has-children:hover > a {
  border-bottom-color: transparent;
}
.fixed-menu-wrapper #menu .menuWrapper ul li:not(.menu-item-has-children) > a:hover {
  border-bottom: solid 0.4rem #e9e5e3;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu:first-child {
  flex-grow: 1;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li {
  position: relative;
  /* level II */
  /* contact */
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li a {
  color: #2e444f;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 1rem;
  padding: 0.3rem 0;
  /* margin: 0 1rem; */
  margin: 0 0.5rem;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li.menu-item-has-children:hover > .sub-menu {
  display: flex;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transform: translateX(-50%);
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li:last-child a {
  white-space: nowrap;
  padding: 0.2rem 1rem;
  margin: 0;
  background-color: #d0df00;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li:last-child a:hover {
  border-bottom: solid .4rem transparent!important;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li .sub-menu {
  display: none;
  position: absolute;
  top: 2rem;
  z-index: 89;
  background-color: #e6e7e4;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  transform: translateX(-50%);
  left: 50%;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li .sub-menu::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 0, 0, 0);
  border-bottom-color: #e6e7e4;
  border-width: 8px;
  margin-left: -8px;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li .sub-menu ul {
  padding: 0;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: solid 1px #647a7c;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li .sub-menu ul:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li .sub-menu ul li {
  min-width: 8rem;
  margin: 0.5rem 0 0 0;
  padding: 0;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li .sub-menu ul li:first-child {
  margin-top: 0;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li .sub-menu ul li a {
  margin: 0;
  padding: 0;
  padding-bottom: 0.2rem;
  display: inline-block;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li .sub-menu ul li:not(.current-menu-item):hover a {
  border-bottom: solid 0.4rem #dadbd7;
}
.fixed-menu-wrapper #menu .menuWrapper ul.mainMenu > li .sub-menu ul li.current-menu-item:hover a {
  border-bottom: solid 0.4rem #d0df00;
}
.fixed-menu-wrapper #menu .menuWrapper ul.lang {
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 1rem;
}
.fixed-menu-wrapper #menu .menuWrapper ul.lang .sub-menu {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 400;
  padding: 1rem;
  display: none;
  position: absolute;
  top: 2rem;
  z-index: 89;
  background-color: #e6e7e4;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  transform: translateX(-50%);
  left: 50%;
}
.fixed-menu-wrapper #menu .menuWrapper ul.lang .sub-menu::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 0, 0, 0);
  border-bottom-color: #e6e7e4;
  border-width: 8px;
  margin-left: -8px;
}
.fixed-menu-wrapper #menu .menuWrapper ul.lang .sub-menu li {
  list-style: none;
  margin: 0.5rem 0 0 0;
  padding: 0;
}
.fixed-menu-wrapper #menu .menuWrapper ul.lang .sub-menu li:first-child {
  margin-top: 0;
}
.fixed-menu-wrapper #menu .menuWrapper ul.lang .sub-menu li a {
  margin: 0;
  padding: 0;
  padding-bottom: 0.2rem;
  display: inline-block;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 400;
  font-weight: normal;
}
.fixed-menu-wrapper #menu .menuWrapper ul.lang > li {
  list-style: none;
  position: relative;
  white-space: nowrap;
}
.fixed-menu-wrapper #menu .menuWrapper ul.lang > li a {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  text-decoration: none;
  line-height: 1rem;
  padding: .3rem 0;
  margin: 0 1rem;
  border-radius: 0;
  border-top: solid .2rem transparent;
  border-bottom: solid .4rem transparent;
}
.fixed-menu-wrapper #menu .menuWrapper ul.lang > li:hover > a {
  border-bottom-color: transparent;
}
.fixed-menu-wrapper #menu .menuWrapper ul.lang > li:hover > .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transform: translateX(-50%);
}
/* definitions and re-definitions */
.footer-editor {
  background-color: #d0df00;
  padding: 0.2em 1em;
  position: fixed;
  left: 1em;
  bottom: 1em;
  z-index: 9999;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 500;
  border-radius: 1em;
}
.footer-editor a {
  text-decoration: none;
  color: #2e444f;
}
footer .container {
  border-top: solid 1px #cdcfc8;
}
footer #footer-logo {
  width: 14.99013rem;
  height: auto;
}
footer #footer-eurologo {
  width: 11rem;
  height: auto;
}
footer .links {
  font-size: 0.875rem;
}
footer .links hr {
  color: transparent;
  height: 1rem;
  margin: 0;
}
footer .links a {
  display: block;
  color: #2e444f;
  line-height: 120%;
  margin: 0.5rem auto;
  text-decoration: none;
  font-weight: 600;
}
footer .links a.tc {
  text-decoration: underline;
  font-weight: 400;
}
footer .social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.5rem;
}
footer .social a {
  margin-right: 0.3rem;
}
footer .social a:last-child {
  margin-right: 0;
}
.txtpic h1 + ul,
.txtpic h2 + ul,
.txtpic h3 + ul {
  margin-top: 1rem;
}
.txtpic .pic h2,
.txtpic .pic h3 {
  font-size: 2.5rem;
}
.txtpic .pic.contain {
  background-size: contain;
}
.txtpic .pic.transparent {
  background-color: transparent;
}
.txtpic table tr td {
  vertical-align: top;
  padding-top: 0.5rem;
}
.txtpic table tr td:first-child {
  font-weight: bold;
  padding-right: 1rem;
}
.txtpic ul li {
  padding: 0.15rem 0 0.15rem 2rem;
  margin-top: 0.5rem;
}
.txtpic ul li:first-child {
  margin-top: 0;
}
.txtpic .txt {
  padding: 1.5rem 2rem;
  /*font-size: 0.875rem;*/
  font-size: 1rem;
  line-height: 160%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.txtpic h3,
.txtpic h4,
.txtpic h5 {
  /* h2, */
  font-size: 1.625rem;
  line-height: 120%;
}
.txtpic .banner {
  padding: 2rem 3rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.txtpic .banner h2 em,
.txtpic .banner h2 span {
  font-style: normal;
  color: #f4f2f1;
}
/* first is important */
section:first-of-type .banner h2 {
  font-size: 3rem;
}
section:first-of-type .banner.careerBanner h2 {
  font-size: 2rem;
}
.banner {
  height: 100%;
  border-radius: 1rem;
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #939f99;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 20rem;
}
.banner.webinarBanner h4.time {
  font-size: 1.875rem;
  line-height: 120%;
}
.banner.webinarBanner h4.time span {
  color: inherit;
  margin-right: 0.3rem;
}
.banner.webinarBanner h4.time span.clocks {
  color: #d0df00;
}
.banner.webinarBanner h4.time sup {
  font-size: 0.6em;
  padding: 0 0 0 0.3rem;
}
.banner.webinarBanner h4.time sup span {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 400;
}
.banner.footerBanner {
  min-height: 28rem;
}
.banner .mobileBg {
  display: none;
}
.banner .txt {
  z-index: 2;
  position: relative;
  padding: 2.5rem 3rem;
  height: 100%;
}
.banner .txt > .row {
  height: 100%;
}
.banner .row {
  z-index: 2;
  position: relative;
}
.banner .note {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 2.5rem;
  font-size: 1.5rem;
  background-image: url('https://reconeyez.com/wp-content/themes/reconeyez2024/css/../gfx/bg-note.png');
  background-position: center left;
  background-size: auto 100%;
  max-width: 25%;
  font-size: 1.375rem;
  line-height: 110%;
  /* 1.5125rem */
  color: #2e444f;
  padding: 1rem 1.5rem 1rem 2rem;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-style: italic;
  font-weight: 700;
}
.banner h1,
.banner h2,
.banner h3 {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  font-size: 3rem;
  font-style: normal;
  line-height: 120%;
  /* 3.6rem */
  margin-bottom: 1.5rem;
}
.banner h1 em,
.banner h2 em,
.banner h3 em,
.banner h1 span,
.banner h2 span,
.banner h3 span {
  font-style: normal;
  color: #f4f2f1;
}
.banner ul:not(.dropdown-menu) {
  padding-left: 0;
  list-style: none;
}
.banner ul:not(.dropdown-menu) li {
  border: solid 0 #85938c;
  border-left-width: 0.2rem;
  padding: 0.15rem 0 0.15rem 1.8rem;
  margin-top: 0.5rem;
}
.banner ul:not(.dropdown-menu) li:first-child {
  margin-top: 0;
}
.banner h2,
.banner h3 {
  font-size: 2.5rem;
}
.banner h4 {
  font-size: 1.25rem;
}
.banner.integrationBanner {
  min-height: inherit;
}
.banner.integrationBanner h1,
.banner.integrationBanner h2 {
  margin-top: 0 !important;
  font-size: 2.5rem;
}
.banner.darkImage::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(46, 68, 79, 0.35);
  z-index: 1;
}
.banner.half {
  padding: 1.5rem 2rem;
  /*font-size: 0.875rem; */
  line-height: 160%;
}
.banner.half h2 {
  font-size: 2.5rem;
  line-height: 120%;
}
.banner.half h3,
.banner.half h4,
.banner.half h5 {
  font-size: 1.625rem;
  line-height: 120%;
}
.banner.half.light h2 span,
.banner.half.light h3 span,
.banner.half.light h2 em,
.banner.half.light h3 em {
  color: #647a7c;
  display: inline;
}
.banner.dark {
  color: #f4f2f1;
  background-color: #2e444f;
}
.banner.dark a:not(.btn) {
  color: #ffffff;
}
.banner.dark h1,
.banner.dark h2,
.banner.dark h3 {
  color: #d0df00;
  margin-top: 0 !important;
}
.banner.dark h1 span,
.banner.dark h2 span,
.banner.dark h3 span,
.banner.dark h1 em,
.banner.dark h2 em,
.banner.dark h3 em {
  color: #f4f2f1;
}
.banner.dark .wpcf7 form h5 {
  font-size: 1rem;
  font-weight: 600;
}
.banner.dark .wpcf7 form .glabel {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  line-height: 1.5;
}
.banner.dark .wpcf7 form .glabel a {
  color: rgba(255, 255, 255, 0.6);
}
.banner.dark .wpcf7 form .glabel a:hover {
  color: #ffffff;
}
.banner.dark .wpcf7 form .wpcf7-not-valid-tip {
  color: #d0df00;
}
.banner.dark .wpcf7 form .wpcf7-response-output {
  margin-top: 1.5rem;
}
.banner.dark .wpcf7 form .wpcf7-response-output::before {
  color: #d0df00;
}
.banner.dark .wpcf7 form.invalid .wpcf7-response-output,
.banner.dark .wpcf7 form.sent .wpcf7-response-output,
.banner.dark .wpcf7 form.unaccepted .wpcf7-response-output,
.banner.dark .wpcf7 form.payment-required .wpcf7-response-output {
  color: #ffffff;
}
.banner.dark .wpcf7 form input[type=checkbox] + span,
.banner.dark .wpcf7 form input[type=checkbox] + label {
  display: flex;
  align-items: center;
  height: 1.5rem;
  position: relative;
  padding-left: 2.5em;
  line-height: 1.4em;
}
.banner.dark .wpcf7 form input[type=checkbox] + span::before,
.banner.dark .wpcf7 form input[type=checkbox] + label::before {
  font-family: 'reconeyez';
  background: transparent;
  border-radius: 0.3rem;
  content: '';
  color: #ffffff;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 15px;
  text-align: center;
  top: 0;
  left: 0;
  cursor: pointer;
  line-height: 1.6em;
  background-color: #ffffff;
  border: solid 1px #2e444f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner.dark .wpcf7 form input[type=checkbox]:checked + span::before,
.banner.dark .wpcf7 form input[type=checkbox]:checked + label::before {
  font-family: 'reconeyez';
  content: '\e80f';
  color: #2e444f;
  line-height: 1rem;
  background: #ffffff;
  border: solid 1px #2e444f;
}
.banner.dark_wtitle {
  color: #f4f2f1;
  background-color: #2e444f;
}
.banner.dark_wtitle h2,
.banner.dark_wtitle h3 {
  color: #ffffff;
}
.banner.dark_wtitle h2 span,
.banner.dark_wtitle h3 span,
.banner.dark_wtitle h2 em,
.banner.dark_wtitle h3 em {
  color: #d0df00;
}
.banner.black {
  color: #f4f2f1;
  background-color: #2e444f;
}
.banner.light {
  background-color: #cdcfc8;
}
.banner.light h2,
.banner.light h3 {
  color: #2e444f;
}
.banner.light h2 span,
.banner.light h3 span,
.banner.light h2 em,
.banner.light h3 em {
  /*color: @bg; */
  color: #647a7c;
  display: inline;
}
.banner.light ul li {
  border: solid 0 #939f99;
  border-left-width: 0.2rem;
}
.banner.light .wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  color: #2e444f;
  background: rgba(244, 242, 241, 0.75);
  font-size: 0.875rem;
}
.banner.transparent {
  background-color: transparent;
}
.banner.transparent h2 span,
.banner.transparent h3 span,
.banner.transparent h2 em,
.banner.transparent h3 em {
  color: #647a7c;
}
.banner .subscribe .compactButton,
.banner .subscribe label.titleLabel {
  display: none;
}
.banner .subscribe input[name=email] {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.banner .subscribe .maxiButton {
  display: block;
}
.logoBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.icoBox {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.icoBox h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  /* 1.8rem */
}
.icoBox img {
  margin-bottom: 1rem;
  height: 6.5rem;
  width: auto;
}
.bgImage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.deviceBox .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.deviceBox h3 {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 130%;
  text-align: center;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.deviceBox h3 a {
  color: #647a7c;
  text-decoration: none;
  display: flex;
  justify-content: center;
}
.deviceBox h3 a span {
  color: #647a7c;
  margin-left: 0.2rem;
  display: inline-block;
  font-size: 0.8rem;
  transform: translateX(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.deviceBox:hover h3 a span {
  transform: translateX(0.2rem);
}
.testimonialBox {
  display: flex;
  align-items: center;
}
.testimonialBox .img {
  padding: 13.75rem 13.75rem 0 0;
  margin-right: 1.5rem;
  border-radius: 1rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonialBox .txt {
  font-size: 0.9rem;
  line-height: 160%;
}
.mapBox.col-md-6 .img,
.featureBox.col-md-6 .img {
  padding-top: 50%;
}
.mapBox .img,
.featureBox .img {
  position: relative;
  width: 100%;
  padding-top: 64%;
  background-color: #cdcfc8;
  border-radius: 1rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mapBox .img .no,
.featureBox .img .no {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  color: #ffffff;
  background-color: #2e444f;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  line-height: 120%;
}
.mapBox .img mark,
.featureBox .img mark {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  line-height: 1rem;
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 500;
  font-size: 1.375rem;
  color: #f4f2f1;
  background-color: #2e444f;
}
.mapBox .img::before,
.featureBox .img::before {
  content: '';
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.mapBox .img h3,
.featureBox .img h3 {
  color: #f4f2f1;
  z-index: 2;
  position: absolute;
  width: calc(97%);
  bottom: 1rem;
  left: 1.5rem;
  margin: 0;
  font-size: 1.625rem;
  line-height: 120%;
}
.mapBox .features,
.featureBox .features {
  /* font-size: 0.875rem; */
  line-height: 160%;
}
.mapBox .features h2,
.featureBox .features h2 {
  font-size: 2.5rem;
  line-height: 120%;
  margin-bottom: 1rem;
}
.mapBox .features h3,
.featureBox .features h3 {
  font-size: 1.875rem;
  line-height: 120%;
  margin-bottom: 1rem;
}
.mapBox .features p,
.featureBox .features p {
  margin: 0;
  padding: 0.8rem 0;
  border-top: solid 1px rgba(100, 122, 124, 0.6);
}
.mapBox .features p:first-child,
.featureBox .features p:first-child {
  padding-top: 2rem;
  border-top: none;
}
.mapBox .features a[href^="tel:"],
.featureBox .features a[href^="tel:"] {
  text-decoration: none;
}
.mapBox .features a[href^="tel:"]:hover,
.featureBox .features a[href^="tel:"]:hover {
  text-decoration: underline;
}
.featureBox.person .img {
  padding-top: 13rem;
}
.featureBox.person h3 {
  font-size: 1.375rem;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0;
}
.featureBox.person p {
  border: none;
  padding: 0.5rem 0 0 0;
  margin: 0;
}
.featureBox.person .flexMasonry .mrow .cell {
  padding-top: 28vmin;
}
.mapBox .map_canvas {
  display: flex;
  width: 100%;
  height: 20em;
  border-radius: 1rem;
  position: relative;
  background-color: rgba(205, 207, 200, 0.2);
}
.mapBox .features p {
  padding: 0;
  margin-top: 1rem;
  border: none;
}
.mapBox .features p:first-child {
  margin-top: 0;
}
.videoBox {
  position: relative;
  overflow: hidden;
  /* Button styling */
  /* Circular progress indicator */
}
.videoBox video {
  background-color: rgba(205, 207, 200, 0.2);
  position: relative;
  border-radius: 1rem;
  z-index: 1;
  display: none;
}
.videoBox video:first-child {
  display: block;
}
.videoBox.video2 .ctrl {
  right: auto;
  left: 2rem;
  top: 2rem;
}
.videoBox.video2 .switch {
  left: auto;
  right: 2rem;
  top: 2rem;
}
.videoBox.video2 .switch .btn {
  right-left: 0.5rem;
}
.videoBox .play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  color: #2e444f;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  /* play button fix */
}
.videoBox .play-pause-btn .ico-play::before {
  margin-right: 0;
}
.videoBox .progress-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 80px;
  height: 80px;
  z-index: 9;
}
.videoBox .progress-ring circle.cue {
  fill: transparent;
  stroke: #2e444f;
  stroke-width: 5;
  stroke-dasharray: 188,495559215387594;
  /* Circumference: 2 * PI * 30 */
  stroke-dashoffset: 188;
  transition: stroke-dashoffset 0.1s linear;
}
.videoBox .progress-ring circle.base {
  fill: transparent;
  stroke: #2e444f;
  stroke-width: 2;
}
.videoBox .ctrl {
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 1rem;
  width: 80px;
  height: 80px;
}
.videoBox .ctrl.attention {
  animation: pulse-animation 1.2s infinite;
}
@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
.videoBox .ctrl.white .play-pause-btn {
  color: #f4f2f1;
}
.videoBox .ctrl.white .progress-ring circle.cue {
  stroke: #f4f2f1;
}
.videoBox .ctrl.white .progress-ring circle.base {
  stroke: #f4f2f1;
}
.videoBox.nobutton .play-pause-btn {
  display: none;
}
.videoBox.white .play-pause-btn {
  color: #f4f2f1;
}
.videoBox.white .progress-ring circle.cue {
  stroke: #f4f2f1;
}
.videoBox.white .progress-ring circle.base {
  stroke: #f4f2f1;
}
.videoBox .switch {
  position: absolute;
  z-index: 2;
  left: 1rem;
  top: 1rem;
  display: flex;
}
.videoBox .switch .btn {
  margin-left: 0.5rem;
}
.videoBox .cta {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.5rem;
}
.btn {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 500;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn.btn-secondary {
  color: #2e444f;
}
.btn.btn-lg {
  padding: 0.875rem 1.5rem;
  font-size: 1.375rem;
}
.btn.btn-lg.btn-round {
  border-radius: 2rem !important;
}
.btn.btn-greentext,
.btn.greentext {
  color: #d0df00 !important;
}
.btn.btn-round {
  border-radius: 2rem !important;
}
.btn span {
  display: inline-block;
  position: relative;
  transform: translateX(0);
  -webkit-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn.btn-gray:disabled,
.btn.btn-gray.disabled {
  color: #000;
  background-color: #2e444f;
  border-color: #77858d;
}
.btn:hover span {
  transform: translateX(0.25rem);
}
.btn.btn-partner {
  white-space: nowrap;
  padding: 0.2rem 1rem;
  margin: 0;
  background-color: #d0df00;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
}
.btncarousel .carousel-control-prev,
.btncarousel .carousel-control-next {
  width: auto;
  padding: 0;
  height: 4rem;
  top: 55%;
  border-radius: 2rem;
  width: 4rem;
  background-color: #f4f2f1;
  opacity: 1;
  color: #2e444f;
}
.btncarousel .carousel-control-prev {
  padding: 0 0.2rem 0 1.3rem;
  margin-left: -2rem;
}
.btncarousel .carousel-control-next {
  padding: 0 1.3rem 0 0rem;
  margin-right: -2rem;
}
.btncarousel .carousel-buttons {
  display: flex;
  justify-content: center;
}
.btncarousel .carousel-item {
  min-height: 34rem;
}
.btncarousel .carousel-item h4 {
  font-size: 1.25rem;
}
.btncarousel .carousel-item ul {
  /*font-size: 0.875rem; */
}
.btncarousel .carousel-inner {
  border-radius: 1rem;
  overflow: hidden;
}
.blackBox {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f4f2f1;
  border-radius: 1rem;
}
.blackBox ul {
  padding-left: 0;
  list-style: none;
}
.blackBox ul li {
  border: solid 0 rgba(255, 255, 255, 0.5);
  border-left-width: 0.2rem;
  padding: 0.15rem 0 0.15rem 2rem;
  margin-top: 0.5rem;
}
.blackBox ul li:first-child {
  margin-top: 0;
}
form .us_states {
  display: none;
}
form .required {
  position: relative;
}
form .required input {
  position: relative;
  z-index: 1;
}
form .required::after {
  content: '*';
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  z-index: 2;
  font-size: 0.7rem;
  color: #cc0000;
  pointer-events: none;
}
form .form-select {
  min-height: 2.9rem;
  border-radius: 0.5rem;
  border: solid 1px #2e444f;
  background-color: #f4f2f1;
}
form .wpcf7-form-control-wrap > .bootstrap-select.form-select {
  border-radius: 0.5rem;
}
form .wpcf7-form-control-wrap > .bootstrap-select .btn {
  padding: 0.2rem 0;
}
form textarea {
  border-radius: 0.75rem !important;
  width: 100%;
  height: 8rem;
  border: solid 1px #2e444f !important;
  background-color: #f4f2f1 !important;
}
form textarea:focus {
  background-color: #ffffff !important;
}
form button[type='email'],
form input[type='email'],
form button[type='password'],
form input[type='password'],
form button[type='text'],
form input[type='text'] {
  background-color: rgba(205, 207, 200, 0.5);
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid #2e444f;
  border-radius: 0;
  box-shadow: none;
  color: #2e444f;
  border-radius: 0.75rem;
  padding: 0.6875rem 1rem;
}
form button[type='email']:focus,
form input[type='email']:focus,
form button[type='password']:focus,
form input[type='password']:focus,
form button[type='text']:focus,
form input[type='text']:focus {
  background-color: #ffffff;
}
form button[type='email'].light,
form input[type='email'].light,
form button[type='password'].light,
form input[type='password'].light,
form button[type='text'].light,
form input[type='text'].light {
  background-color: #f4f2f1;
}
form button[type='email'].light:focus,
form input[type='email'].light:focus,
form button[type='password'].light:focus,
form input[type='password'].light:focus,
form button[type='text'].light:focus,
form input[type='text'].light:focus {
  background-color: #ffffff;
}
form button[type='submit'],
form input[type='submit'],
form button[type='button'],
form input[type='button'] {
  border-radius: 0.75rem !important;
}
form button[type='submit'].btn-lg,
form input[type='submit'].btn-lg,
form button[type='button'].btn-lg,
form input[type='button'].btn-lg {
  border-radius: 2rem !important;
}
form button[type='submit'].tiny,
form input[type='submit'].tiny,
form button[type='button'].tiny,
form input[type='button'].tiny {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  padding: 0 0.7rem;
}
.wpcf7 {
  width: 100%;
}
.wpcf7 form.wpcf7-form {
  /*
		&[name='revealform'] {
			.wpcf7-response-output {
				display: none;
			}
		}*/
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  color: #cc0000;
  font-size: 0.85rem;
  padding: 0.3rem;
}
.wpcf7 form.wpcf7-form p {
  margin: 0;
}
.wpcf7 form.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  position: relative;
  line-height: 140%;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem 1.2rem 1rem 3rem;
  margin: 1rem 0 0 0;
  font-size: 0.875rem;
  background-color: rgba(208, 223, 0, 0.25);
}
.wpcf7 form.wpcf7-form .wpcf7-response-output::before {
  position: absolute;
  left: 1rem;
  top: 1rem;
  content: '\e80e';
  font-family: 'reconeyez';
  color: rgba(204, 0, 0, 0.5);
  font-size: 1.3rem;
  margin-right: 0.3rem;
}
.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7 form.wpcf7-form.payment-required .wpcf7-response-output {
  background-color: rgba(208, 223, 0, 0.25);
  color: #2e444f;
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  background: rgba(208, 223, 0, 0.15);
  margin: 0;
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output::before {
  position: absolute;
  left: 1rem;
  top: 1rem;
  content: '\e80f';
  font-family: 'reconeyez';
  color: #d0df00;
  font-size: 1.3rem;
  margin-right: 0.3rem;
}
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  font-size: 0.9rem;
  margin: 0;
}
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-acceptance label {
  position: relative;
}
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-acceptance label input {
  position: absolute;
  left: 0;
  top: 0.3rem;
}
.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-acceptance label input + span {
  padding-left: 1.8rem;
  display: block;
  font-weight: normal;
}
.df {
  display: none;
  height: 100%;
  min-height: 10rem;
  width: 100%;
}
.df .fbx {
  display: flex;
  height: 100%;
  background: rgba(205, 207, 200, 0.5);
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
}
.df .fbx a {
  text-decoration: none;
}
.df .fbx a:hover {
  text-decoration: underline;
}
.df .fbx a span.ico-download {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.subscribe {
  width: 100%;
}
.subscribe .maxiButton {
  display: none;
}
.subscribe label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 120%;
}
.subscribe .input-group button {
  border-radius: 0 0.5rem 0.5rem 0!important;
  padding-left: 0.8rem;
  padding-right: 1rem;
}
.subscribe.whitebg form input[type='email'] {
  background: #f4f2f1 !important;
}
.subscribe .nf-form-wrap.ninja-forms-form-wrap {
  width: 100%;
}
.subscribe .nf-form-wrap.ninja-forms-form-wrap .nf-form-content input[type=email] {
  display: flex;
  flex-grow: 1;
  padding: 0.6875rem 1rem;
  align-items: center;
  border-radius: 0.75rem;
  border: 1px solid #2e444f;
  margin-right: 1rem;
}
.subscribe .nf-form-wrap.ninja-forms-form-wrap .nf-form-content input[type=submit] {
  margin-left: 1rem;
  border-radius: 0.75rem;
  background-color: #2e444f;
  padding-left: 1rem;
  padding-right: 1rem;
}
.subscribe .nf-form-wrap.ninja-forms-form-wrap .nf-form-content input[type=submit]:hover {
  color: #ffffff;
  background-color: #2e444f;
}
.subscribe .nf-form-fields-required {
  display: none;
}
.subscribe nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
}
.subscribe nf-fields-wrap nf-field {
  height: 100%;
}
.subscribe nf-fields-wrap nf-field:first-child {
  width: 80%;
}
.subscribe nf-fields-wrap nf-field div {
  margin-bottom: 0 !important;
}
.subscribe nf-fields-wrap nf-field div.checkbox-container {
  margin-top: 1rem;
}
.subscribe nf-fields-wrap nf-field div.checkbox-container .nf-field-label label {
  font-weight: normal;
  font-size: 0.85rem;
}
.subscribe .nf-after-form-content {
  position: absolute;
  text-align: left;
  font-size: 10px;
  bottom: -20px;
}
.subscribe .nf-after-field,
.subscribe .nf-field-label {
  display: none;
}
.iti__country-list {
  color: #2e444f;
}
.iti__country-list li {
  border: none !important;
  padding-left: 0.5rem !important;
}
#phoneWrapper * {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#phoneWrapper #animPhoneCover {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin: auto;
  height: 40rem;
}
#phoneWrapper #animPhoneCover #phoneCropper {
  border-radius: 0.8em;
  overflow: hidden;
  width: 79%;
  position: relative;
  height: 100%;
  background: url('https://reconeyez.com/wp-content/themes/reconeyez2024/css/../gfx/app-default.jpg') center center no-repeat;
  background-size: cover;
  /* 1. lockscreen */
  /* 2. screencall */
  /* 3. screencall */
  /* 4. alarm */
  /* 5. alarm */
  /* 5. settings */
  /*
			img {
				height: 100%;
				width: auto;
			}*/
}
#phoneWrapper #animPhoneCover #phoneCropper img#lockscreen {
  -webkit-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
}
#phoneWrapper #animPhoneCover #phoneCropper img#lockscreen-notes {
  -webkit-transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
}
#phoneWrapper #animPhoneCover #phoneCropper.lockscreen img#lockscreen {
  top: 0;
}
#phoneWrapper #animPhoneCover #phoneCropper.lockscreen.notes img#lockscreen-notes {
  top: 0;
}
#phoneWrapper #animPhoneCover #phoneCropper img#screen-call {
  -webkit-transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
}
#phoneWrapper #animPhoneCover #phoneCropper.screencall img#screen-call {
  top: 0;
}
#phoneWrapper #animPhoneCover #phoneCropper.screencall .shad {
  opacity: 1;
}
#phoneWrapper #animPhoneCover #phoneCropper.screencall #ps_call {
  opacity: 1;
}
#phoneWrapper #animPhoneCover #phoneCropper .shad {
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
#phoneWrapper #animPhoneCover #phoneCropper img#screen-share {
  -webkit-transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
}
#phoneWrapper #animPhoneCover #phoneCropper.screenshare img#screen-share {
  top: 0;
}
#phoneWrapper #animPhoneCover #phoneCropper.screenshare .shad {
  opacity: 1;
}
#phoneWrapper #animPhoneCover #phoneCropper.screenshare #ps_call {
  opacity: 1;
}
#phoneWrapper #animPhoneCover #phoneCropper img#screen-siren {
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#phoneWrapper #animPhoneCover #phoneCropper img#screen-settings {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: 100%;
}
#phoneWrapper #animPhoneCover #phoneCropper.alarm #ps_alarm {
  opacity: 1;
}
#phoneWrapper #animPhoneCover #phoneCropper.alarm img#screen-siren {
  opacity: 1;
}
#phoneWrapper #animPhoneCover #phoneCropper.settings #ps_settings {
  opacity: 1;
}
#phoneWrapper #animPhoneCover #phoneCropper.settings img#screen-settings {
  left: 0%;
}
#phoneWrapper .txtBlock {
  z-index: 92;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#phoneWrapper .txtBlock .note {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 16rem;
  text-align: center;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  cursor: pointer;
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.5;
  /* no anim */
}
#phoneWrapper .txtBlock .note.active {
  opacity: 1;
  transform: scale(1.05);
}
#phoneWrapper .txtBlock .note h4,
#phoneWrapper .txtBlock .note h3 {
  font-size: 1.375rem;
  line-height: 130%;
}
#phoneWrapper .txtBlock .note p {
  font-size: 0.9em;
}
#phoneWrapper .txtBlock .note img {
  height: 4em;
  width: auto;
  margin-bottom: 0.8em;
}
#phoneWrapper .txtBlock .note.noAnim {
  opacity: 1;
  cursor: default;
  transform: scale(1);
  width: 24%;
}
#phoneWrapper .txtBlock .note.noAnim:nth-child(1) {
  left: 5%;
  top: 3%;
  text-align: right;
}
#phoneWrapper .txtBlock .note.noAnim:nth-child(2) {
  left: 5%;
  top: 30%;
  text-align: right;
}
#phoneWrapper .txtBlock .note.noAnim:nth-child(3),
#phoneWrapper .txtBlock .note.noAnim#f_share {
  right: 5%;
  top: 3%;
  text-align: left;
}
#phoneWrapper .txtBlock .note.noAnim:nth-child(4),
#phoneWrapper .txtBlock .note.noAnim#f_share {
  right: 5%;
  top: 30%;
  text-align: left;
}
#phoneWrapper #phoneSpots {
  top: 0;
  position: absolute;
  height: 100%;
  width: auto;
  z-index: 15;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#phoneWrapper #phoneSpots #ps_alarm {
  opacity: 0;
  left: 56.5%;
  top: 79.5%;
}
#phoneWrapper #phoneSpots #ps_settings {
  opacity: 0;
  left: 92.3%;
  top: 70.4%;
}
#phoneWrapper #phoneSpots #ps_call {
  opacity: 0;
  left: 56%;
  top: 64%;
}
@keyframes videodance1 {
  0%,
  100% {
    transform: translateX(-5%);
  }
  45% {
    transform: translateX(5%);
  }
}
@keyframes videodance2 {
  0%,
  100% {
    transform: translateX(26%);
  }
  55% {
    transform: translateX(13%);
  }
}
.crk {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.crk.silent {
  opacity: 0;
}
.crk:hover:before {
  opacity: 0;
}
.crk:hover:after {
  animation: none;
}
.crk:before {
  content: '';
  position: relative;
  display: block;
  width: 200%;
  height: 200%;
  box-sizing: border-box;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 45px;
  background-color: #d0df00;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.crk:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d0df00;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}
body.page article .posttype,
body.single article .posttype {
  color: rgba(100, 122, 124, 0.6);
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom: 0.5rem;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
}
body.page article .posttype a,
body.single article .posttype a {
  color: rgba(100, 122, 124, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.page article .posttype a:hover,
body.single article .posttype a:hover {
  text-decoration: underline;
  color: #647a7c;
}
body.page article ul,
body.single article ul {
  margin: 2rem 0 2rem 2rem;
}
body.page article ul li,
body.single article ul li {
  margin-top: 1rem;
}
body.page article ul li:first-child,
body.single article ul li:first-child {
  margin-top: 0;
}
body.page article hr,
body.single article hr {
  margin: 2rem 0;
  background-color: #647a7c;
}
body.page article p + h1,
body.single article p + h1,
body.page article p + h2,
body.single article p + h2,
body.page article p + h3,
body.single article p + h3 {
  margin-top: 2rem;
}
body.page article h1,
body.single article h1 {
  font-size: 2.5rem;
  line-height: 120%;
  margin-bottom: 2rem;
}
body.page article h2,
body.single article h2 {
  font-size: 1.875rem;
  line-height: 120%;
  margin-bottom: 2rem;
}
body.page article h3,
body.single article h3 {
  font-size: 1.375rem;
  line-height: 120%;
  margin-bottom: 1.5rem;
}
body.page article img.alignright,
body.single article img.alignright {
  float: right;
  margin: 0 0 2rem 2rem!important;
  max-width: 50%;
}
body.page article img.alignleft,
body.single article img.alignleft {
  float: right;
  margin: 0 2rem 2rem 0!important;
  max-width: 50%;
}
body.page article img.alignnone,
body.single article img.alignnone,
body.page article img.size-full,
body.single article img.size-full {
  width: 100%;
  height: auto;
  margin: 1.5rem auto;
}
.fixed-sidebar {
  position: sticky;
  top: 1.5rem;
}
.toc a {
  text-decoration: none;
}
.toc a:hover {
  text-decoration: underline;
}
.toc img,
.toc p,
.toc ul,
.toc hr {
  display: none;
}
.toc .toc-h1,
.toc .toc-h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  border: solid 0 rgba(100, 122, 124, 0.6);
  padding: 1rem 0;
  border-top-width: 1px;
  margin-top: 1rem;
}
.toc .toc-h1:first-of-type,
.toc .toc-h2:first-of-type {
  margin-top: 0;
  border-top-width: 0;
}
.toc .toc-h1 + .toc-h1,
.toc .toc-h1 + .toc-h2,
.toc .toc-h2 + .toc-h1,
.toc .toc-h2 + .toc-h2 {
  margin-top: 0;
}
.toc .toc-h3,
.toc .toc-h4 {
  font-size: 1rem;
  line-height: 140%;
  margin: 0.5rem 0;
}
img.round,
img.round1,
iframe.round {
  border-radius: 1rem;
}
.entry-content .img.pageheader {
  padding-bottom: 56%;
  border-radius: 1rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.entry-content .wp-caption {
  width: auto !important;
}
.entry-content .wp-caption .wp-caption-text {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  line-height: 140%;
}
.entry-content h1 span,
.entry-content h2 span,
.entry-content h3 span {
  color: inherit;
}
.entry-meta .author-info {
  display: flex;
  align-items: center;
}
.entry-meta .author-info .author-txt {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.entry-meta .author-info .author-avatar {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 3.5rem;
  padding-bottom: 3.5rem;
  border-radius: 1.8rem;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
}
.entry-meta .author-info h3,
.entry-meta .author-info p {
  font-family: 'Open Sans', Arial, Helvetica, 'sans-serif';
  font-size: 1rem;
  line-height: 160%;
  margin: 0;
  color: #647a7c;
}
a.post-thumb {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
a.post-thumb .img {
  position: relative;
  overflow: hidden;
}
a.post-thumb .img .cover {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(46, 68, 79, 0.8);
}
a.post-thumb .img .cover span {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 500;
  color: #ffffff;
  font-size: 1.3rem;
}
a.post-thumb:hover .img .cover {
  opacity: 1;
}
.post-thumb .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 65%;
  border-radius: 1rem;
  margin-bottom: 1rem;
  background-color: rgba(205, 207, 200, 0.2);
}
.post-thumb.integration .img {
  background-color: #ffffff;
}
.post-thumb.integration .desc {
  padding-top: 0.6rem;
  margin-top: 0.5rem;
  border-top: solid 1px rgba(100, 122, 124, 0.6);
}
.post-thumb.integration .desc .gray {
  color: #939f99;
}
.post-thumb .txt h5 {
  font-family: 'Open Sans', Arial, Helvetica, 'sans-serif';
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 600;
  line-height: 160%;
  /* 1.6rem */
}
.post-thumb .txt h5 a {
  text-decoration: none;
  color: #2e444f;
}
.post-thumb .txt h5 + p {
  font-weight: 500;
}
.post-thumb .txt p {
  font-weight: 600;
}
.post-thumb .txt .meta {
  font-size: 0.75rem;
  color: #647a7c;
  line-height: 160%;
  /* 1.2rem */
}
.post-thumb .txt .meta span {
  padding: 0 0.5rem;
}
.txtBox {
  border-radius: 1rem;
  padding: 2.5rem 3rem;
  background-color: #e6e7e4;
}
.txtBox ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.txtBox ul li {
  border-color: #cdcfc8;
  padding: 0.15rem 0 0.15rem 2rem;
  margin-top: 0.5rem;
}
.txtBox ul li:first-child {
  margin-top: 0;
}
.txtBox p:last-child {
  margin: 0;
}
.usecase-parent {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding-top: 20%;
  background-color: #cdcfc8;
  border-radius: 1rem;
  overflow: hidden;
  transform: scale(1);
  -webkit-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.usecase-parent:hover {
  transform: scale(1.03);
}
.usecase-parent::before {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.usecase-parent a {
  position: absolute;
  z-index: 2;
  padding: 1rem;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.875rem;
  line-height: 120%;
  text-align: center;
}
.usecase-parent a span {
  font-size: 0.85em;
  margin-left: 0.5rem;
}
.job {
  position: relative;
  width: 100%;
  padding-top: 25%;
  border-radius: 1rem;
  overflow: hidden;
  transform: scale(1);
  -webkit-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #647a7c;
  display: flex;
  flex-direction: column;
}
.job:hover {
  transform: scale(1.03);
}
.job a {
  position: absolute;
  z-index: 2;
  padding: 1rem;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.875rem;
  line-height: 120%;
  text-align: center;
  flex-direction: column;
}
.job a span.wrapper {
  display: flex;
  flex-direction: column;
}
.job a span.position {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  display: flex;
}
.job a span.location {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 400;
  display: flex;
}
.paragraphList p {
  margin: 0;
  padding: 1rem 0;
  border-top: solid 1px rgba(100, 122, 124, 0.6);
  line-height: 160%;
}
.paragraphList h1,
.paragraphList h2,
.paragraphList h3 {
  margin-bottom: 2rem;
}
.resource .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding-top: 44%;
  background-color: #cdcfc8;
  border-radius: 1rem;
  overflow: hidden;
}
.resource h3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 140%;
  /* 2.1rem */
  font-family: 'Open Sans', Arial, Helvetica, 'sans-serif';
}
.resource h3 a {
  text-decoration: none;
}
.reco-badge {
  background: #d0df00;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  border-radius: 1rem;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1rem;
}
.instructionBox {
  display: flex;
  align-items: center;
}
.instructionBox .item {
  margin-bottom: 0;
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  font-size: 1.4rem;
}
.instructionBox .item .reco-badge {
  margin-right: 0.4rem;
}
.flexMasonry {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: -1rem;
}
.flexMasonry .mrow {
  width: 100%;
  display: flex;
}
.flexMasonry .mrow .mcol {
  display: flex;
  flex-wrap: wrap;
}
.flexMasonry .mrow .mcol:first-child {
  width: 25%;
}
.flexMasonry .mrow .mcol:last-child {
  width: 75%;
}
.flexMasonry .mrow .cell {
  padding-left: 20%;
  padding-top: 25%;
  margin: 0 1rem 1rem 0;
  background-color: rgba(205, 207, 200, 0.2);
  border-radius: 1rem;
  flex-grow: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.flexMasonry .mrow .cell.colspan2 {
  width: 40%;
}
.flexMasonry.vert .mrow .mcol {
  flex-direction: column;
  width: 25%;
  justify-content: center;
}
.flexMasonry.vert .mrow .mcol .cell {
  padding-top: 100%;
}
.flexMasonry.vert .mrow.bottom .cell {
  padding-top: 25%;
}
.technicalInfoTable {
  width: 100%;
}
.technicalInfoTable tr td {
  vertical-align: top;
  padding: 0.5rem 2rem 0.5rem 0;
  border-top: solid 1px #cdcfc8;
}
.technicalInfoTable tr td:last-child {
  padding: 0.5rem 0;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
  text-align: right;
}
.careerHeader h1 span {
  display: block;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 400;
}
.careerHeader .careerInfoCol {
  font-size: 1.375rem;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 400;
}
.careerHeader .careerInfoCol b,
.careerHeader .careerInfoCol strong {
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
}
.careerHeader .careerInfoCol a {
  text-decoration: none;
  border-bottom: solid 0.2rem #d0df00;
}
.err404 {
  color: #cdcfc8;
  line-height: 100%;
  font-size: 20vmin;
}
.greenContent {
  color: #054c38;
}
.greenContent h1,
.greenContent h2,
.greenContent h3 {
  color: #054c38;
}
.greenContent .banner.transparent h2 span,
.greenContent .banner.transparent h3 span,
.greenContent .banner.transparent h2 em,
.greenContent .banner.transparent h3 em {
  color: #8daa00;
}
.greenContent .videoBg {
  background-color: #E6E7E4;
}
.grecaptcha-badge {
  position: fixed !important;
  bottom: -100px !important;
  /* Moves it out of view */
}
/* modal */
.modal .modal-dialog {
  max-width: 42.75rem;
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 1.5rem;
}
.modal .modal-dialog .modal-header,
.modal .modal-dialog .modal-body,
.modal .modal-dialog .modal-footer {
  border: 0;
}
.modal .modal-dialog h1,
.modal .modal-dialog h2,
.modal .modal-dialog h3 {
  font-weight: 700;
}
.modal .modal-dialog .modal-body {
  padding: 3rem 3.5rem;
}
.modal .close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  background: none;
  border-radius: 50%;
  padding: 0;
  width: 2rem;
  height: 2rem;
  line-height: 1rem;
  z-index: 2;
}
.modal .close svg path {
  fill: #2e444f;
}
.modal .regions a {
  display: flex;
  flex-grow: 2;
  font-size: 1.25rem;
  border-radius: 0.5625rem;
  border: 1px solid #A2A2A1;
  padding: 0.8125rem;
  justify-content: flex-start;
  line-height: 1rem;
  align-items: center;
  margin-top: 1.88rem;
  color: #2e444f;
  -webkit-transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
}
.modal .regions a:hover {
  border-color: #2e444f;
  text-decoration: none;
}
.modal .regions a.current {
  background-color: #2e444f;
  color: #ffffff;
  border-color: #2e444f;
}
.modal .regions a img {
  width: auto;
  height: 1.5rem;
  margin-right: 1rem;
}
.modal-backdrop.show {
  opacity: .75;
  background: #2e444f;
}
#initialLanguageSelector {
  /* display: none; */
  background-color: #2e444f;
  padding: 0.6rem 0;
  color: #ffffff;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 400;
}
#initialLanguageSelector .langs a {
  margin: 0 1vmax;
}
#initialLanguageSelector .close {
  font-size: 0.7rem;
}
#initialLanguageSelector .close a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#initialLanguageSelector .close a:hover {
  color: #ffffff;
}
#initialLanguageSelector a {
  color: #ffffff;
  text-decoration: none;
}
#initialLanguageSelector a.current {
  color: #d0df00;
  font-family: 'Brockmann', Arial, Helvetica, 'sans-serif';
  font-weight: 700;
}
.useInvPersonData {
  color: rgba(255, 255, 255, 0.6);
}
.row.formBody {
  position: relative;
}
/* 1 */
@media (min-width: 1216px) {
  html {
    font-size: 16px;
  }
}
/* 2 */
/* 3: Portrait tablets and small desktops  */
@media (min-width: 768px) and (max-width: 1149px) {
  body.halt .fixed-menu-wrapper {
    background-color: #2e444f;
    -webkit-transition: background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    margin-bottom: 0;
  }
  body.halt .fixed-menu-wrapper #menu .menuWrapper #logo {
    margin-left: 0.5rem;
  }
  body.halt .fixed-menu-wrapper #menu .menuWrapper #logo .color {
    -webkit-transition: fill 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: fill 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: fill 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: fill 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body.halt .fixed-menu-wrapper #menu .menuWrapper #logo .color {
    fill: #f4f2f1;
  }
  .banner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(147, 159, 153, 0.75);
    z-index: 1;
  }
  .banner.dark_wtitle::before,
  .banner.dark::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(46, 68, 79, 0.55);
    z-index: 1;
  }
  .banner.light::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(205, 207, 200, 0.55);
    z-index: 1;
  }
  .banner.transparent::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(244, 242, 241, 0.55);
    z-index: 1;
  }
  .overlay ul.extras li {
    justify-content: center;
  }
  .overlay ul.extras li a {
    margin: 0 0.8rem;
  }
  .overlay ul:first-child {
    margin-top: 5em;
  }
}
/* 5: phonez */
@media (max-width: 767px) {
  .footer-editor {
    display: none;
  }
  footer .social {
    font-size: 1.7rem;
  }
  footer .social a {
    margin: 0;
  }
  body {
    padding-top: 6rem;
    line-height: 140%;
  }
  body.halt .fixed-menu-wrapper {
    background-color: #2e444f;
  }
  body.halt .fixed-menu-wrapper #menu .menuWrapper #logo .color {
    fill: #f4f2f1;
  }
  body.page-template-page-careers section.videoContent + .htmlContent,
  body.page-template-page-careers section.videosContent + .htmlContent {
    margin-top: 0;
  }
  body.single section article .posttype,
  body.page section article .posttype {
    font-size: 1rem;
  }
  body.single section article ul,
  body.page section article ul {
    margin: 2rem 0;
  }
  body.single section article h1,
  body.page section article h1 {
    text-align: left;
    font-size: 1.875rem;
    line-height: 120%;
  }
  body.single section article h2,
  body.page section article h2 {
    text-align: left;
    font-size: 1.625rem;
    line-height: 120%;
  }
  section:first-of-type .banner h2 {
    font-size: 1.875rem;
  }
  section.htmlContent h1.cornerText,
  section.htmlContent h2.cornerText {
    font-size: 1.5rem;
    left: 2rem;
    top: 1rem;
  }
  section h1,
  section h2 {
    /* text-align: center; */
  }
  h1 {
    font-size: 1.875rem;
    line-height: 120%;
  }
  h2,
  h3 {
    font-size: 1.375rem;
    line-height: 120%;
  }
  .fixed-menu-wrapper {
    -webkit-transition: background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    margin-bottom: 0;
  }
  .fixed-menu-wrapper #menu .menuWrapper #logo {
    margin-left: 0.5rem;
  }
  .fixed-menu-wrapper #menu .menuWrapper #logo .color {
    -webkit-transition: fill 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: fill 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: fill 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: fill 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .btncarousel {
    overflow: hidden;
  }
  .btncarousel .carousel-buttons {
    flex-wrap: wrap;
  }
  .btncarousel .carousel-item .row {
    position: absolute;
    bottom: 0;
  }
  .btncarousel .carousel-item .row .blackBox {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .banner {
    /*
		padding: 1.5rem 2rem 100% 2rem;
		background-size: contain;
		background-position: center bottom;*/
    padding: 0;
  }
  .banner h1,
  .banner h2 {
    text-align: inherit;
  }
  .banner.dark_wtitle,
  .banner.noMobileBg {
    background-image: none !important;
  }
  .banner.darkImage::before {
    display: none;
  }
  .banner.footerBanner {
    background-position: right bottom;
    background-size: auto 20rem;
  }
  .banner.half {
    background-image: none !important;
    padding: 1.5rem 0 0 0!important;
    min-height: auto;
  }
  .banner.half .in {
    padding: 0 2rem;
  }
  .banner.half h2 {
    font-size: 1.875rem;
  }
  .banner.webinarBanner h4.time {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .banner.webinarBanner h4.time span.clocks {
    display: block;
  }
  .banner.pic {
    padding: 1.2rem;
    min-height: 100vw;
  }
  .banner img.mobileBg {
    display: block;
    width: 100%;
    height: auto;
  }
  .banner h1,
  .banner h2,
  .banner h3 {
    font-size: 1.875rem;
    line-height: 120%;
  }
  .banner .txt {
    padding: 1.5rem 2rem;
  }
  .banner.transparent {
    padding: 1.5rem 0;
  }
  .banner.transparent.integrationBanner {
    padding-top: 0;
    margin-top: 0;
  }
  .banner .note {
    position: relative;
    top: auto;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    right: auto;
    width: 90%;
    max-width: inherit;
    background-image: url('https://reconeyez.com/wp-content/themes/reconeyez2024/css/../gfx/bg-note-mobile.png');
    background-position: center right;
  }
  .icoBox h3 {
    font-size: 1.25rem;
  }
  .btn.btn-round {
    /* font-size: 0.9rem;*/
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap;
  }
  .btn.btn-round.btn-lg {
    font-size: 1.1rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  #phoneWrapper {
    overflow: hidden;
  }
  #phoneWrapper #animPhoneCover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    right: auto;
  }
  #phoneWrapper #animPhoneCover #phoneCropper {
    width: 27vh;
  }
  #phoneWrapper #animPhoneCover #phoneCropper.settings #ps_settings {
    left: 33.3%;
    top: 70.8%;
  }
  #phoneWrapper .txtBlock {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #phoneWrapper .txtBlock .note {
    opacity: 0.5;
    font-size: 3.5vw;
    line-height: 1.2em;
    padding-top: 0.3rem;
  }
  #phoneWrapper .txtBlock .note h3,
  #phoneWrapper .txtBlock .note h4 {
    font-size: 1.1em;
  }
  #phoneWrapper .txtBlock .note p {
    font-size: 0.85em;
  }
  #phoneWrapper .txtBlock .note img {
    height: 2em;
    width: auto;
  }
  .usecase-parent a {
    font-size: 1.375rem;
  }
  .resource h3 {
    font-size: 1rem;
  }
  .instructionBox {
    flex-direction: column;
    align-items: start;
  }
  .instructionBox .item {
    margin-top: 1rem;
  }
  .instructionBox .item:first-child {
    margin-top: 0;
  }
  .flexMasonry {
    width: 98%;
  }
  .flexMasonry .mrow .cell {
    margin: 0 0.5rem 0.5rem 0;
    padding-top: 22vmin;
    border-radius: 0.5rem;
  }
  .featureBox .features h3 {
    font-size: 1.375rem;
  }
  .videoBox .cta {
    font-size: 0.75rem;
  }
  .videoBox .ctrl {
    transform: scale(0.75);
    right: 0;
    top: 0;
  }
  .videoBox.video2 .ctrl {
    left: 0;
    top: 0;
    transform: scale(0.75);
  }
  .videoBox.video2 .switch {
    right: 1rem;
    top: 1rem;
  }
  table.technicalInfoTable {
    font-size: 0.9rem;
  }
  .deviceBox > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .deviceBox img {
    width: 50%;
    height: auto;
    margin: 0 auto 1rem auto;
  }
  .subscribe nf-fields-wrap nf-field:first-child {
    width: 77%;
  }
  .testimonialBox {
    justify-content: center;
    align-items: flex-start;
  }
  .testimonialBox .img {
    padding: 9rem 9rem 0 0;
  }
  .entry-meta .author-info {
    align-items: start;
  }
  .entry-meta .author-info h3,
  .entry-meta .author-info p {
    font-size: 0.875rem;
  }
  .entry-meta .author-info .author-txt {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .careerHeader .careerInfoCol {
    font-size: 1rem;
  }
  .txtpic .pic h2,
  .txtpic .pic h3 {
    font-size: 1.875rem;
  }
  .txtpic .txt {
    padding: 0 0 0 0.5rem;
  }
  .bg_keypad {
    border-radius: 0;
  }
  .modal .modal-dialog .modal-body {
    padding: 4rem 1.5rem 2rem 1.5rem;
    font-size: 1rem;
  }
  .modal .modal-dialog .modal-body .regions a {
    margin-top: 1rem;
  }
  .modal .close {
    right: 1rem;
    top: 1rem;
  }
  #initialLanguageSelector {
    display: none;
  }
  .flexMasonry .mrow .cell {
    padding-top: 40vmin;
  }
}
