@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
/* @include transition(all,2s,ease-out); */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
* {
  padding: 0px;
  margin: 0px;
}

html {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  color: #2b2b2b;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  color: #084097;
}
a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.link-icon [class^=icon-], a.link-icon [class*=" icon-"] {
  vertical-align: middle;
  margin-right: 8px;
}

p {
  line-height: 1.6;
}

.small-text {
  font-size: 13px;
}

.image-responsive {
  width: 100%;
}

.pd-35 {
  padding: 35px 0px;
}

.mg-bottom-25 {
  margin-bottom: 25px;
}

.section-p {
  padding: 25px 0px;
}

.no_scroll {
  overflow: hidden;
}

.bg-color-red {
  background-color: #f95847;
}

.bg-color-blue {
  background-color: #084097;
}

.bg-color-green {
  background-color: #018752;
}

.bg-color-yellow {
  background-color: #ffd86a;
}

.bg-color-gray {
  background-color: #f9f9f9;
}

.bg-color-deepblue {
  background-color: #0a1935;
}

.bg {
  background-repeat: no-repeat;
}
.bg.bg-cover {
  background-position: center;
  background-size: cover;
}

.bb {
  border-bottom: 1px solid;
}

.text-center {
  display: block;
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.inner-section-title {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 25px;
}
.inner-section-title.white {
  color: white;
}

.article-title, .section-title {
  font-size: 26px;
  margin-bottom: 25px;
  display: block;
}
.article-title.bordered, .bordered.section-title {
  border-bottom: 1px solid #b3b3b3;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.title-list {
  display: block;
  margin-bottom: 15px;
}
.title-list.b-bottom {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 6px;
}

.list-links {
  padding-left: 20px;
}
.list-links.contrast {
  color: white;
}
.list-links.contrast a {
  color: inherit;
}

.list-files {
  padding-left: 0px;
  list-style: none;
}
.list-files a {
  text-decoration: none;
  font-size: 0.8rem;
}

.list-documents {
  padding-left: 0px;
  list-style: none;
  border: 1px solid #ececec;
}
.list-documents .nombre {
  margin-bottom: 0px;
}
.list-documents li:nth-child(odd) {
  background-color: #ececec;
}
.list-reset {
  padding-left: 0px;
  list-style: none;
}

.link-reset {
  text-decoration: none;
}

.page, .especializacion, .magisters, .laboratorio, .post {
  position: initial;
}

.breadcrumbs {
  padding: 12px 0px;
  font-size: 12px;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 12px;
}

.no-click {
  cursor: initial;
  text-decoration: none;
}
.no-click:hover {
  text-decoration: none;
}

.labels {
  color: white;
  background-color: #084097;
  padding: 3px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 4px;
}
.labels a {
  color: white;
  text-decoration: none;
}

.labeling-black {
  background-color: black;
  border-radius: 2px;
  font-size: 0.7rem;
  color: white;
  padding: 2px 6px;
}

.label__block {
  display: block;
  margin-bottom: 10px;
}
.label__block.label__small {
  margin-bottom: 5px;
  font-size: 13px;
}

.btn-container {
  float: left;
  display: block;
  margin-top: 50px;
}

.btn-white {
  border: 1px solid white;
  text-align: center;
  padding: 12px 16px;
  color: white;
}

.btn-normal {
  padding: 12px 16px;
  color: white;
  text-align: center;
  transition: all 0.8s ease;
  border: 2px solid rgba(0, 0, 0, 0);
}
.btn-normal.btn-blue {
  background-color: #084097;
}
.btn-normal.btn-blue:hover {
  text-decoration: none;
  color: white;
  border-radius: 12px 12px 12px 12px;
  transition: all 0.8s ease;
  border: 2px solid white;
}

.clear-inner {
  width: 100%;
  height: 50px;
}

.content-title, .magister .content-title.slim, .especializacion .content-title.slim, .magisters .content-title.slim {
  font-size: 18px;
}
.content-title.slim, .magister .slim.content-title, .especializacion .slim.content-title, .magisters .slim.content-title {
  font-size: 0.875em;
}

.post-title {
  padding: 15px;
}
.post-title .title-single {
  font-weight: bold;
}

.title-single.bold {
  font-weight: bold;
}

.single-date-calendary {
  font-size: 12px;
}

.post-content {
  overflow: hidden;
}

.news-image {
  width: 100%;
}

.list-news {
  padding-left: 0px;
}
.list-news .content-desc .date {
  font-size: 12px;
}
.list-news .content-desc a h3, .list-news .content-desc a .banner-slider .flexslider .slides li.video .caption p, .banner-slider .flexslider .slides li.video .caption .list-news .content-desc a p {
  font-size: 18px;
}

.list-sidebar.news-related {
  padding-left: 0px;
}
.list-sidebar.news-related li {
  line-height: 1.5;
  margin-bottom: 15px;
}
.list-sidebar.news-related li .date-small {
  font-size: 12px;
  display: block;
}

.main-content {
  padding: 15px;
}

.list-btn {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}
.list-btn li {
  display: inline-block;
}
.list-btn li .ver-precio {
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
  padding: 4px 12px;
  background-color: #084097;
  max-width: 165px;
  margin: 15px auto 15px auto;
  border-radius: 26px;
  color: white;
}

.table-layout {
  display: table;
  width: 100%;
}
.table-layout .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.content-box {
  margin-bottom: 25px;
}

.trigger {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 40%;
  right: 5%;
  display: none;
}
.trigger.activated span:first-child {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
}
.trigger.activated span:nth-child(2) {
  display: none;
}
.trigger.activated span:last-child {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .trigger {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .trigger {
    display: block;
  }
}
.trigger span {
  height: 5px;
  width: 100%;
  background-color: #b3b3b3;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.trigger span:last-child {
  margin-bottom: 0px;
}

.list__normal {
  padding-left: 16px;
}

.list_inline {
  list-style: none;
}
.list_inline li {
  display: inline-block;
  margin-right: 10px;
  padding: 6px;
  border: none;
}

.list_block {
  list-style: none;
}
.list_block li {
  display: block;
  padding: 10px 0px;
}
.list_block li span {
  display: block;
}

.border-box {
  border: 1px solid #ccc;
  padding: 10px;
}

.append {
  font-size: 12px;
}
.append.carrer {
  display: block;
}

.box-shadow-1 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.material-box {
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.material-box.material--hover:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.material-box.material-box__1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.material-box.material-box__1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.material-box.material-box__2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.material-box.material-box__3 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.material-box.material-box__4 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.material-box.material-box__5 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.search-trigger {
  vertical-align: middle;
}
.search-trigger a {
  width: 32px;
  height: 32px;
  color: transparent;
  background-image: url("../img/search.svg");
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}

.search-window {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: white;
  background-image: url("../img/bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-window.open {
  height: calc(100% - 5px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2000;
}

.search-container {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 12% auto;
}
.search-container #searchform input.field {
  font-size: 50px;
  display: inline-block;
  width: 79%;
  vertical-align: middle;
}
.search-container #searchform input.submit {
  width: 20%;
  padding: 25px 0px;
  vertical-align: middle;
  display: inline-block;
}

.close-custom {
  width: 32px;
  height: 32px;
  position: relative;
  top: 75px;
  float: right;
  cursor: pointer;
}
.close-custom:hover span {
  height: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.close-custom:hover span:last-child {
  height: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.close-custom span {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 13px;
  left: 0px;
  background-color: #676767;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.close-custom span:last-child {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 13px;
  left: 0px;
  background-color: #676767;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.iti__country-list {
  z-index: 6 !important;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mask.mask__green {
  background: rgb(1, 135, 82);
  background: -moz-linear-gradient(45deg, rgb(1, 135, 82) 0%, rgba(143, 202, 179, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(1, 135, 82)), color-stop(56%, rgba(143, 202, 179, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(45deg, rgb(1, 135, 82) 0%, rgba(143, 202, 179, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(45deg, rgb(1, 135, 82) 0%, rgba(143, 202, 179, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(45deg, rgb(1, 135, 82) 0%, rgba(143, 202, 179, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, rgb(1, 135, 82) 0%, rgba(143, 202, 179, 0) 56%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018752', endColorstr='#ffffff', GradientType=1 );
}
.mask.mask__red {
  background: rgb(249, 88, 71);
  background: -moz-linear-gradient(45deg, rgb(249, 88, 71) 0%, rgba(252, 182, 174, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(249, 88, 71)), color-stop(56%, rgba(252, 182, 174, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(45deg, rgb(249, 88, 71) 0%, rgba(252, 182, 174, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(45deg, rgb(249, 88, 71) 0%, rgba(252, 182, 174, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(45deg, rgb(249, 88, 71) 0%, rgba(252, 182, 174, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, rgb(249, 88, 71) 0%, rgba(252, 182, 174, 0) 56%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95847', endColorstr='#ffffff', GradientType=1 );
}
.mask.mask__black_transparent {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+2,000000+100&0+50,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.mask.mask__black {
  background: rgba(0, 0, 0, 0.54);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.51) 33%, rgba(226, 226, 226, 0.46) 79%, rgba(255, 255, 255, 0.46) 85%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.54)), color-stop(33%, rgba(0, 0, 0, 0.51)), color-stop(79%, rgba(226, 226, 226, 0.46)), color-stop(85%, rgba(255, 255, 255, 0.46)));
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.51) 33%, rgba(226, 226, 226, 0.46) 79%, rgba(255, 255, 255, 0.46) 85%);
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.51) 33%, rgba(226, 226, 226, 0.46) 79%, rgba(255, 255, 255, 0.46) 85%);
  background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.51) 33%, rgba(226, 226, 226, 0.46) 79%, rgba(255, 255, 255, 0.46) 85%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.51) 33%, rgba(226, 226, 226, 0.46) 79%, rgba(255, 255, 255, 0.46) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
}
.mask.mask__black.mask__black_totop {
  background: rgba(255, 255, 255, 0.36);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.36) 0%, rgba(160, 160, 160, 0.36) 32%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0.66) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.36)), color-stop(32%, rgba(160, 160, 160, 0.36)), color-stop(86%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.66)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.36) 0%, rgba(160, 160, 160, 0.36) 32%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0.66) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.36) 0%, rgba(160, 160, 160, 0.36) 32%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0.66) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.36) 0%, rgba(160, 160, 160, 0.36) 32%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0.66) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.36) 0%, rgba(160, 160, 160, 0.36) 32%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0.66) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.header-form-entry {
  background-color: #084097;
  padding: 12px;
  color: white;
}

.header-form-entry strong {
  font-size: 18px;
  padding-right: 30px;
}

.header-form-entry strong, .header-form-entry span {
  color: inherit;
  display: block;
}

.white-popup button.mfp-close {
  color: white;
  font-size: 40px;
}

.btn-popup {
  display: inline-block;
}

a.simple-modal.btn-popup.btn-normal.btn-blue:hover,
a.simple-modal.btn-popup.btn-normal.btn-blue:active,
a.simple-modal.btn-popup.btn-normal.btn-blue:visited,
a.simple-modal.btn-popup.btn-normal.btn-blue:focus {
  color: white;
}

.list-contact {
  display: block;
  margin: 20px 0px;
}

.team {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.team:last-child {
  margin-bottom: 0px;
}

.team_info {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}

.team_info .team_info__image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.team_info .team_info__image img {
  width: 100%;
  height: auto;
}

.team_info .team_info__data {
  padding-top: 10px;
}

.team_info .team_info__data a {
  font-weight: bold;
}

.team_info .team_info__data span {
  display: block;
  font-size: 13px;
}

.team_info .team_info__data span a {
  font-weight: 300;
}

.team_info__image ~ .team_info__data {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0px;
}

.cont {
  width: 100%;
}

.cont-info {
  display: block;
  padding: 12px 0px;
}

.cont-info_name,
.cont-info_program,
.cont-info_country,
.cont-info_year {
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px;
}

.cont-info_name {
  width: 40%;
}

.cont-info_program {
  width: 40%;
}

.cont-info_year,
.cont-info_country {
  width: 9%;
}

.filters-orders {
  width: 100%;
  float: left;
  display: block;
}

.filters-orders .order {
  float: right;
}

.filters-orders .order button {
  padding: 5px;
}

.body-entry ul.pagination.paginationTop, .body-entry .accordion-new .accordion-content ol.pagination.paginationTop, .accordion-new .accordion-content .body-entry ol.pagination.paginationTop,
.body-entry ul.pagination.paginationBottom,
.body-entry .accordion-new .accordion-content ol.pagination.paginationBottom,
.accordion-new .accordion-content .body-entry ol.pagination.paginationBottom {
  padding-left: 0px;
  margin-top: 0px;
}

.body-entry ul.pagination.paginationTop li, .body-entry .accordion-new .accordion-content ol.pagination.paginationTop li, .accordion-new .accordion-content .body-entry ol.pagination.paginationTop li,
.body-entry ul.pagination.paginationBottom li,
.body-entry .accordion-new .accordion-content ol.pagination.paginationBottom li,
.accordion-new .accordion-content .body-entry ol.pagination.paginationBottom li {
  margin-bottom: 0px;
}

/*CALL TO ACTION*/
.call-to-action {
  width: 100%;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.call-to-action__image {
  display: inline-block;
  float: left;
  height: 100%;
  width: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.call-to-action__content {
  width: calc(100% - 250px);
  height: 100%;
  float: left;
  background-color: #5780BF;
  display: table;
}

.call-to-action__content .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.call-to-action__content strong {
  font-size: 28px;
  padding-left: 25px;
  color: white;
  display: inline-block;
  margin-bottom: 15px;
}

.call-to-action__content strong + .btn-blue {
  display: block;
  margin-left: 25px;
  width: 100%;
  max-width: 200px;
}

.accordion-new.template-accor {
  margin-top: 25px;
}

.accordion-new.template-accor .accordion-content {
  padding: 20px;
  background-color: #f4f4f4;
}

.accordion-new.template-accor .accordion-content ol,
.accordion-new.template-accor .accordion-content ul {
  padding-left: 15px;
}

.accordion-new.template-accor .content-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  display: block;
  border-bottom: 1px solid #084097;
  padding-bottom: 10px;
}

.hidden {
  display: none;
}

.body-entry ul.filter, .body-entry .accordion-new .accordion-content ol.filter, .accordion-new .accordion-content .body-entry ol.filter {
  padding: 0px;
}

.body-entry ul.filter li, .body-entry .accordion-new .accordion-content ol.filter li, .accordion-new .accordion-content .body-entry ol.filter li {
  display: inline-block;
}

.body-entry ul.filter li .btn.active, .body-entry .accordion-new .accordion-content ol.filter li .btn.active, .accordion-new .accordion-content .body-entry ol.filter li .btn.active {
  background-color: rgba(8, 64, 151, 0.7019607843);
  color: white;
}

.data-equipo, .magister .caption .labelings, .especializacion .caption .labelings, .magisters .caption .labelings {
  margin-bottom: 25px;
}

.data-equipo .equipo__imagen, .magister .caption .labelings .equipo__imagen, .especializacion .caption .labelings .equipo__imagen, .magisters .caption .labelings .equipo__imagen {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.data-equipo .equipo__imagen img, .magister .caption .labelings .equipo__imagen img, .especializacion .caption .labelings .equipo__imagen img, .magisters .caption .labelings .equipo__imagen img {
  width: 100%;
  height: auto;
}

.equipo__imagen ~ .equipo__data {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0px;
}

.data-equipo .equipo__data span, .magister .caption .labelings .equipo__data span, .especializacion .caption .labelings .equipo__data span, .magisters .caption .labelings .equipo__data span {
  display: block;
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  a[rel=external] {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  a[rel=external] {
    display: table;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .call-to-action__image,
  .call-to-action__content {
    width: 100%;
  }
  .filters-orders .order {
    display: none;
  }
  #academic_content .search {
    max-width: 100%;
  }
  #sidebar {
    float: left;
  }
  .body-entry ul.list.academicos, .body-entry .accordion-new .accordion-content ol.list.academicos, .accordion-new .accordion-content .body-entry ol.list.academicos {
    padding: 12px;
  }
  .personal-container .table-layout.list-personal a .title-hover:after {
    display: none;
  }
  .banner-slider .flexslider .slides li.slider-video {
    background-size: cover;
  }
}
@media only screen and (max-width: 480px) {
  .call-to-action__image,
  .call-to-action__content {
    width: 100%;
  }
  .call-to-action__image {
    height: 160px;
  }
  .call-to-action__content {
    padding: 15px;
  }
  .call-to-action {
    width: 100%;
    height: auto;
    /* float: left; */
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .body-entry {
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .filters-orders .order {
    display: none;
  }
  #sidebar {
    float: left;
  }
  .personal-container {
    padding: 0px;
  }
  .personal-container .table-layout .table-cell:first-child {
    width: 100px;
  }
  #academic_content .search {
    max-width: 100%;
  }
  .body-entry ul.list.academicos, .body-entry .accordion-new .accordion-content ol.list.academicos, .accordion-new .accordion-content .body-entry ol.list.academicos {
    padding: 12px;
  }
  .personal-container .table-layout.list-personal a .title-hover:after {
    display: none;
  }
  .banner-slider .flexslider .slides li.slider-video {
    background-size: cover;
  }
}
html,
body,
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 120, 124, 0.3) transparent;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(120, 120, 124, 0.3);
  border-radius: 100px;
  border: 2px solid transparent;
  transition: background-color 0.2s ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(120, 120, 124, 0.5);
}

[data-bs-theme=dark] {
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
[data-bs-theme=dark] ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
}
[data-bs-theme=dark] ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@font-face {
  font-family: "icondinta";
  src: url("../fonts/icondinta.eot?o7xlf3");
  src: url("../fonts/icondinta.eot?o7xlf3#iefix") format("embedded-opentype"), url("../fonts/icondinta.ttf?o7xlf3") format("truetype"), url("../fonts/icondinta.woff?o7xlf3") format("woff"), url("../fonts/icondinta.svg?o7xlf3#icondinta") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icondinta" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-error:before {
  content: "\e900";
}

.icon-error_outline:before {
  content: "\e901";
}

.icon-warning1:before {
  content: "\e902";
}

.icon-add_alert:before {
  content: "\e903";
}

.icon-notification_important:before {
  content: "\e904";
}

.icon-album:before {
  content: "\e905";
}

.icon-av_timer:before {
  content: "\e906";
}

.icon-closed_caption:before {
  content: "\e907";
}

.icon-equalizer1:before {
  content: "\e908";
}

.icon-explicit:before {
  content: "\e909";
}

.icon-fast_forward:before {
  content: "\e90a";
}

.icon-fast_rewind:before {
  content: "\e90b";
}

.icon-games:before {
  content: "\e90c";
}

.icon-hearing:before {
  content: "\e90d";
}

.icon-high_quality:before {
  content: "\e90e";
}

.icon-loop1:before {
  content: "\e90f";
}

.icon-mic1:before {
  content: "\e910";
}

.icon-mic_none:before {
  content: "\e911";
}

.icon-mic_off:before {
  content: "\e912";
}

.icon-movie:before {
  content: "\e913";
}

.icon-library_add:before {
  content: "\e914";
}

.icon-library_books:before {
  content: "\e915";
}

.icon-library_music:before {
  content: "\e916";
}

.icon-new_releases:before {
  content: "\e917";
}

.icon-not_interested:before {
  content: "\e918";
}

.icon-pause1:before {
  content: "\e919";
}

.icon-pause_circle_filled:before {
  content: "\e91a";
}

.icon-pause_circle_outline:before {
  content: "\e91b";
}

.icon-play_arrow:before {
  content: "\e91c";
}

.icon-play_circle_filled:before {
  content: "\e91d";
}

.icon-play_circle_outline:before {
  content: "\e91e";
}

.icon-playlist_add:before {
  content: "\e91f";
}

.icon-queue_music:before {
  content: "\e920";
}

.icon-radio:before {
  content: "\e921";
}

.icon-recent_actors:before {
  content: "\e922";
}

.icon-repeat:before {
  content: "\e923";
}

.icon-repeat_one:before {
  content: "\e924";
}

.icon-replay:before {
  content: "\e925";
}

.icon-shuffle1:before {
  content: "\e926";
}

.icon-skip_next:before {
  content: "\e927";
}

.icon-skip_previous:before {
  content: "\e928";
}

.icon-snooze:before {
  content: "\e929";
}

.icon-stop1:before {
  content: "\e92a";
}

.icon-subtitles:before {
  content: "\e92b";
}

.icon-surround_sound:before {
  content: "\e92c";
}

.icon-video_library:before {
  content: "\e92d";
}

.icon-videocam:before {
  content: "\e92e";
}

.icon-videocam_off:before {
  content: "\e92f";
}

.icon-volume_down:before {
  content: "\e930";
}

.icon-volume_mute:before {
  content: "\efb9";
}

.icon-volume_off:before {
  content: "\e932";
}

.icon-volume_up:before {
  content: "\e933";
}

.icon-web:before {
  content: "\e934";
}

.icon-hd:before {
  content: "\e935";
}

.icon-sort_by_alpha:before {
  content: "\e936";
}

.icon-airplay:before {
  content: "\e937";
}

.icon-forward_10:before {
  content: "\e938";
}

.icon-forward_30:before {
  content: "\e939";
}

.icon-forward_5:before {
  content: "\e93a";
}

.icon-replay_10:before {
  content: "\e93b";
}

.icon-replay_30:before {
  content: "\e93c";
}

.icon-replay_5:before {
  content: "\e93d";
}

.icon-add_to_queue:before {
  content: "\e93e";
}

.icon-fiber_dvr:before {
  content: "\e93f";
}

.icon-fiber_new:before {
  content: "\e940";
}

.icon-playlist_play:before {
  content: "\e941";
}

.icon-art_track:before {
  content: "\e942";
}

.icon-fiber_manual_record:before {
  content: "\e943";
}

.icon-fiber_smart_record:before {
  content: "\e944";
}

.icon-music_video:before {
  content: "\e945";
}

.icon-subscriptions:before {
  content: "\e946";
}

.icon-playlist_add_check:before {
  content: "\e947";
}

.icon-queue_play_next:before {
  content: "\e948";
}

.icon-remove_from_queue:before {
  content: "\e949";
}

.icon-slow_motion_video:before {
  content: "\e94a";
}

.icon-web_asset:before {
  content: "\e94b";
}

.icon-fiber_pin:before {
  content: "\e94c";
}

.icon-branding_watermark:before {
  content: "\e94d";
}

.icon-call_to_action:before {
  content: "\e94e";
}

.icon-featured_play_list:before {
  content: "\e94f";
}

.icon-featured_video:before {
  content: "\e950";
}

.icon-note:before {
  content: "\e951";
}

.icon-video_call:before {
  content: "\e952";
}

.icon-video_label:before {
  content: "\e953";
}

.icon-4k:before {
  content: "\e954";
}

.icon-missed_video_call:before {
  content: "\e955";
}

.icon-control_camera:before {
  content: "\e956";
}

.icon-business:before {
  content: "\e957";
}

.icon-call:before {
  content: "\e958";
}

.icon-call_end:before {
  content: "\e959";
}

.icon-call_made:before {
  content: "\e95a";
}

.icon-call_merge:before {
  content: "\e95b";
}

.icon-call_missed:before {
  content: "\e95c";
}

.icon-call_received:before {
  content: "\e95d";
}

.icon-call_split:before {
  content: "\e95e";
}

.icon-chat:before {
  content: "\e95f";
}

.icon-clear_all:before {
  content: "\e960";
}

.icon-comment:before {
  content: "\e961";
}

.icon-contacts:before {
  content: "\e962";
}

.icon-dialer_sip:before {
  content: "\e963";
}

.icon-dialpad:before {
  content: "\e964";
}

.icon-email:before {
  content: "\e965";
}

.icon-forum:before {
  content: "\e966";
}

.icon-import_export:before {
  content: "\e967";
}

.icon-invert_colors_off:before {
  content: "\e968";
}

.icon-live_help:before {
  content: "\e969";
}

.icon-location_off:before {
  content: "\e96a";
}

.icon-location_on:before {
  content: "\e96b";
}

.icon-message:before {
  content: "\e96c";
}

.icon-chat_bubble:before {
  content: "\e96d";
}

.icon-chat_bubble_outline:before {
  content: "\e96e";
}

.icon-no_sim:before {
  content: "\e96f";
}

.icon-phone1:before {
  content: "\e970";
}

.icon-portable_wifi_off:before {
  content: "\e971";
}

.icon-contact_phone:before {
  content: "\e972";
}

.icon-contact_mail:before {
  content: "\e973";
}

.icon-ring_volume:before {
  content: "\e974";
}

.icon-speaker_phone:before {
  content: "\e975";
}

.icon-stay_current_landscape:before {
  content: "\e976";
}

.icon-stay_current_portrait:before {
  content: "\e977";
}

.icon-swap_calls:before {
  content: "\e978";
}

.icon-textsms:before {
  content: "\e979";
}

.icon-voicemail:before {
  content: "\e97a";
}

.icon-vpn_key:before {
  content: "\e97b";
}

.icon-phonelink_erase:before {
  content: "\e97c";
}

.icon-phonelink_lock:before {
  content: "\e97d";
}

.icon-phonelink_ring:before {
  content: "\e97e";
}

.icon-phonelink_setup:before {
  content: "\e97f";
}

.icon-present_to_all:before {
  content: "\e980";
}

.icon-import_contacts:before {
  content: "\e981";
}

.icon-mail_outline:before {
  content: "\e982";
}

.icon-screen_share:before {
  content: "\e983";
}

.icon-stop_screen_share:before {
  content: "\e984";
}

.icon-call_missed_outgoing:before {
  content: "\e985";
}

.icon-rss_feed:before {
  content: "\e986";
}

.icon-alternate_email:before {
  content: "\e987";
}

.icon-mobile_screen_share:before {
  content: "\e988";
}

.icon-add_call:before {
  content: "\e989";
}

.icon-cancel_presentation:before {
  content: "\e98a";
}

.icon-pause_presentation:before {
  content: "\e98b";
}

.icon-unsubscribe:before {
  content: "\e98c";
}

.icon-cell_wifi:before {
  content: "\e98d";
}

.icon-sentiment_satisfied_alt:before {
  content: "\e98e";
}

.icon-list_alt:before {
  content: "\e98f";
}

.icon-domain_disabled:before {
  content: "\e990";
}

.icon-lightbulb:before {
  content: "\e991";
}

.icon-add:before {
  content: "\e992";
}

.icon-add_box:before {
  content: "\e993";
}

.icon-add_circle:before {
  content: "\e994";
}

.icon-add_circle_outline:before {
  content: "\e995";
}

.icon-archive:before {
  content: "\e996";
}

.icon-backspace:before {
  content: "\e997";
}

.icon-block:before {
  content: "\e998";
}

.icon-clear:before {
  content: "\e999";
}

.icon-content_copy:before {
  content: "\e99a";
}

.icon-content_cut:before {
  content: "\e99b";
}

.icon-content_paste:before {
  content: "\e99c";
}

.icon-create:before {
  content: "\e99d";
}

.icon-drafts:before {
  content: "\e99e";
}

.icon-filter_list:before {
  content: "\e99f";
}

.icon-flag1:before {
  content: "\e9a0";
}

.icon-forward1:before {
  content: "\e9a1";
}

.icon-gesture:before {
  content: "\e9a2";
}

.icon-inbox:before {
  content: "\e9a3";
}

.icon-link1:before {
  content: "\e9a4";
}

.icon-redo1:before {
  content: "\e9a5";
}

.icon-remove:before {
  content: "\e9a6";
}

.icon-remove_circle:before {
  content: "\e9a7";
}

.icon-remove_circle_outline:before {
  content: "\e9a8";
}

.icon-reply1:before {
  content: "\e9a9";
}

.icon-reply_all:before {
  content: "\e9aa";
}

.icon-report:before {
  content: "\e9ab";
}

.icon-save:before {
  content: "\e9ac";
}

.icon-select_all:before {
  content: "\e9ad";
}

.icon-send:before {
  content: "\e9ae";
}

.icon-sort:before {
  content: "\e9af";
}

.icon-text_format:before {
  content: "\e9b0";
}

.icon-undo1:before {
  content: "\e9b1";
}

.icon-font_download:before {
  content: "\e9b2";
}

.icon-move_to_inbox:before {
  content: "\e9b3";
}

.icon-unarchive:before {
  content: "\e9b4";
}

.icon-next_week:before {
  content: "\e9b5";
}

.icon-weekend:before {
  content: "\e9b6";
}

.icon-delete_sweep:before {
  content: "\e9b7";
}

.icon-low_priority:before {
  content: "\e9b8";
}

.icon-outlined_flag:before {
  content: "\e9b9";
}

.icon-link_off:before {
  content: "\e9ba";
}

.icon-report_off:before {
  content: "\e9bb";
}

.icon-save_alt:before {
  content: "\e9bc";
}

.icon-ballot:before {
  content: "\e9bd";
}

.icon-file_copy:before {
  content: "\e9be";
}

.icon-how_to_reg:before {
  content: "\e9bf";
}

.icon-how_to_vote:before {
  content: "\e9c0";
}

.icon-waves:before {
  content: "\e9c1";
}

.icon-where_to_vote:before {
  content: "\e9c2";
}

.icon-add_link:before {
  content: "\e9c3";
}

.icon-inventory:before {
  content: "\e9c4";
}

.icon-access_alarm:before {
  content: "\e9c5";
}

.icon-access_alarms:before {
  content: "\e9c6";
}

.icon-access_time:before {
  content: "\e9c7";
}

.icon-add_alarm:before {
  content: "\e9c8";
}

.icon-airplanemode_off:before {
  content: "\e9c9";
}

.icon-airplanemode_on:before {
  content: "\e9ca";
}

.icon-battery_alert:before {
  content: "\e9cb";
}

.icon-battery_charging_full:before {
  content: "\e9cc";
}

.icon-battery_full:before {
  content: "\e9cd";
}

.icon-battery_unknown:before {
  content: "\e9ce";
}

.icon-bluetooth:before {
  content: "\e9cf";
}

.icon-bluetooth_connected:before {
  content: "\e9d0";
}

.icon-bluetooth_disabled:before {
  content: "\e9d1";
}

.icon-bluetooth_searching:before {
  content: "\e9d2";
}

.icon-brightness_auto:before {
  content: "\e9d3";
}

.icon-brightness_high:before {
  content: "\e9d4";
}

.icon-brightness_low:before {
  content: "\e9d5";
}

.icon-brightness_medium:before {
  content: "\e9d6";
}

.icon-data_usage:before {
  content: "\e9d7";
}

.icon-developer_mode:before {
  content: "\e9d8";
}

.icon-devices:before {
  content: "\e9d9";
}

.icon-dvr:before {
  content: "\e9da";
}

.icon-gps_fixed:before {
  content: "\e9db";
}

.icon-gps_not_fixed:before {
  content: "\e9dc";
}

.icon-gps_off:before {
  content: "\e9dd";
}

.icon-graphic_eq:before {
  content: "\e9de";
}

.icon-network_cell:before {
  content: "\e9df";
}

.icon-network_wifi:before {
  content: "\e9e0";
}

.icon-nfc:before {
  content: "\e9e1";
}

.icon-now_wallpaper:before {
  content: "\e9e2";
}

.icon-now_widgets:before {
  content: "\e9e3";
}

.icon-screen_lock_landscape:before {
  content: "\e9e4";
}

.icon-screen_lock_portrait:before {
  content: "\e9e5";
}

.icon-screen_lock_rotation:before {
  content: "\e9e6";
}

.icon-screen_rotation:before {
  content: "\e9e7";
}

.icon-sd_storage:before {
  content: "\e9e8";
}

.icon-settings_system_daydream:before {
  content: "\e9e9";
}

.icon-signal_cellular_4_bar:before {
  content: "\e9ea";
}

.icon-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e9eb";
}

.icon-signal_cellular_null:before {
  content: "\e9ec";
}

.icon-signal_cellular_off:before {
  content: "\e9ed";
}

.icon-signal_wifi_4_bar:before {
  content: "\e9ee";
}

.icon-signal_wifi_4_bar_lock:before {
  content: "\e9ef";
}

.icon-signal_wifi_off:before {
  content: "\e9f0";
}

.icon-storage:before {
  content: "\e9f1";
}

.icon-usb:before {
  content: "\e9f2";
}

.icon-wifi_lock:before {
  content: "\e9f3";
}

.icon-wifi_tethering:before {
  content: "\e9f4";
}

.icon-add_to_home_screen:before {
  content: "\e9f5";
}

.icon-device_thermostat:before {
  content: "\e9f6";
}

.icon-mobile_friendly:before {
  content: "\e9f7";
}

.icon-mobile_off:before {
  content: "\e9f8";
}

.icon-signal_cellular_alt:before {
  content: "\e9f9";
}

.icon-attach_file:before {
  content: "\e9fa";
}

.icon-attach_money:before {
  content: "\e9fb";
}

.icon-border_all:before {
  content: "\e9fc";
}

.icon-border_bottom:before {
  content: "\e9fd";
}

.icon-border_clear:before {
  content: "\e9fe";
}

.icon-border_color:before {
  content: "\e9ff";
}

.icon-border_horizontal:before {
  content: "\ea00";
}

.icon-border_inner:before {
  content: "\ea01";
}

.icon-border_left:before {
  content: "\ea02";
}

.icon-border_outer:before {
  content: "\ea03";
}

.icon-border_right:before {
  content: "\ea04";
}

.icon-border_style:before {
  content: "\ea05";
}

.icon-border_top:before {
  content: "\ea06";
}

.icon-border_vertical:before {
  content: "\ea07";
}

.icon-format_align_center:before {
  content: "\ea08";
}

.icon-format_align_justify:before {
  content: "\ea09";
}

.icon-format_align_left:before {
  content: "\ea0a";
}

.icon-format_align_right:before {
  content: "\ea0b";
}

.icon-format_bold:before {
  content: "\ea0c";
}

.icon-format_clear:before {
  content: "\ea0d";
}

.icon-format_color_fill:before {
  content: "\ea0e";
}

.icon-format_color_reset:before {
  content: "\ea0f";
}

.icon-format_color_text:before {
  content: "\ea10";
}

.icon-format_indent_decrease:before {
  content: "\ea11";
}

.icon-format_indent_increase:before {
  content: "\ea12";
}

.icon-format_italic:before {
  content: "\ea13";
}

.icon-format_line_spacing:before {
  content: "\ea14";
}

.icon-format_list_bulleted:before {
  content: "\ea15";
}

.icon-format_list_numbered:before {
  content: "\ea16";
}

.icon-format_paint:before {
  content: "\ea17";
}

.icon-format_quote:before {
  content: "\ea18";
}

.icon-format_size:before {
  content: "\ea19";
}

.icon-format_strikethrough:before {
  content: "\ea1a";
}

.icon-format_textdirection_l_to_r:before {
  content: "\ea1b";
}

.icon-format_textdirection_r_to_l:before {
  content: "\ea1c";
}

.icon-format_underlined:before {
  content: "\ea1d";
}

.icon-functions:before {
  content: "\ea1e";
}

.icon-insert_chart:before {
  content: "\ea1f";
}

.icon-insert_comment:before {
  content: "\ea20";
}

.icon-insert_drive_file:before {
  content: "\ea21";
}

.icon-insert_emoticon:before {
  content: "\ea22";
}

.icon-insert_invitation:before {
  content: "\ea23";
}

.icon-insert_photo:before {
  content: "\ea24";
}

.icon-mode_comment:before {
  content: "\ea25";
}

.icon-publish:before {
  content: "\ea26";
}

.icon-space_bar:before {
  content: "\ea27";
}

.icon-strikethrough_s:before {
  content: "\ea28";
}

.icon-vertical_align_bottom:before {
  content: "\ea29";
}

.icon-vertical_align_center:before {
  content: "\ea2a";
}

.icon-vertical_align_top:before {
  content: "\ea2b";
}

.icon-wrap_text:before {
  content: "\ea2c";
}

.icon-money_off:before {
  content: "\ea2d";
}

.icon-drag_handle:before {
  content: "\ea2e";
}

.icon-format_shapes:before {
  content: "\ea2f";
}

.icon-highlight:before {
  content: "\ea30";
}

.icon-linear_scale:before {
  content: "\ea31";
}

.icon-short_text:before {
  content: "\ea32";
}

.icon-text_fields:before {
  content: "\ea33";
}

.icon-monetization_on:before {
  content: "\ea34";
}

.icon-title:before {
  content: "\ea35";
}

.icon-table_chart:before {
  content: "\ea36";
}

.icon-add_comment:before {
  content: "\ea37";
}

.icon-format_list_numbered_rtl:before {
  content: "\ea38";
}

.icon-scatter_plot:before {
  content: "\ea39";
}

.icon-score:before {
  content: "\ea3a";
}

.icon-insert_chart_outlined:before {
  content: "\ea3b";
}

.icon-bar_chart:before {
  content: "\ea3c";
}

.icon-notes:before {
  content: "\ea3d";
}

.icon-attachment1:before {
  content: "\ea3e";
}

.icon-cloud1:before {
  content: "\ea3f";
}

.icon-cloud_circle:before {
  content: "\ea40";
}

.icon-cloud_done:before {
  content: "\ea41";
}

.icon-cloud_download:before {
  content: "\ef52";
}

.icon-cloud_off:before {
  content: "\ea43";
}

.icon-cloud_queue:before {
  content: "\ea44";
}

.icon-cloud_upload:before {
  content: "\ef53";
}

.icon-file_download:before {
  content: "\ea46";
}

.icon-file_upload:before {
  content: "\ea47";
}

.icon-folder1:before {
  content: "\ea48";
}

.icon-folder_open:before {
  content: "\eec0";
}

.icon-folder_shared:before {
  content: "\ea4a";
}

.icon-create_new_folder:before {
  content: "\ea4b";
}

.icon-cast:before {
  content: "\ea4c";
}

.icon-cast_connected:before {
  content: "\ea4d";
}

.icon-computer:before {
  content: "\ea4e";
}

.icon-desktop_mac:before {
  content: "\ea4f";
}

.icon-desktop_windows:before {
  content: "\ea50";
}

.icon-developer_board:before {
  content: "\ea51";
}

.icon-dock:before {
  content: "\ea52";
}

.icon-headset:before {
  content: "\ea53";
}

.icon-headset_mic:before {
  content: "\ea54";
}

.icon-keyboard1:before {
  content: "\ea55";
}

.icon-keyboard_arrow_down:before {
  content: "\ea56";
}

.icon-keyboard_arrow_left:before {
  content: "\ea57";
}

.icon-keyboard_arrow_right:before {
  content: "\ea58";
}

.icon-keyboard_arrow_up:before {
  content: "\ea59";
}

.icon-keyboard_backspace:before {
  content: "\ea5a";
}

.icon-keyboard_capslock:before {
  content: "\ea5b";
}

.icon-keyboard_hide:before {
  content: "\ea5c";
}

.icon-keyboard_return:before {
  content: "\ea5d";
}

.icon-keyboard_tab:before {
  content: "\ea5e";
}

.icon-keyboard_voice:before {
  content: "\ea5f";
}

.icon-laptop_chromebook:before {
  content: "\ea60";
}

.icon-laptop_mac:before {
  content: "\ea61";
}

.icon-laptop_windows:before {
  content: "\ea62";
}

.icon-memory:before {
  content: "\ea63";
}

.icon-mouse:before {
  content: "\ea64";
}

.icon-phone_android:before {
  content: "\ea65";
}

.icon-phone_iphone:before {
  content: "\ea66";
}

.icon-phonelink_off:before {
  content: "\ea67";
}

.icon-router:before {
  content: "\ea68";
}

.icon-scanner:before {
  content: "\ea69";
}

.icon-security:before {
  content: "\ea6a";
}

.icon-sim_card:before {
  content: "\ea6b";
}

.icon-speaker:before {
  content: "\ea6c";
}

.icon-speaker_group:before {
  content: "\ea6d";
}

.icon-tablet1:before {
  content: "\ea6e";
}

.icon-tablet_android:before {
  content: "\ea6f";
}

.icon-tablet_mac:before {
  content: "\ea70";
}

.icon-toys:before {
  content: "\ea71";
}

.icon-tv1:before {
  content: "\ea72";
}

.icon-watch:before {
  content: "\ea73";
}

.icon-device_hub:before {
  content: "\ea74";
}

.icon-power_input:before {
  content: "\ea75";
}

.icon-devices_other:before {
  content: "\ea76";
}

.icon-videogame_asset:before {
  content: "\ea77";
}

.icon-device_unknown:before {
  content: "\ea78";
}

.icon-headset_off:before {
  content: "\ea79";
}

.icon-adjust:before {
  content: "\ea7a";
}

.icon-assistant:before {
  content: "\ea7b";
}

.icon-audiotrack:before {
  content: "\ea7c";
}

.icon-blur_circular:before {
  content: "\ea7d";
}

.icon-blur_linear:before {
  content: "\ea7e";
}

.icon-blur_off:before {
  content: "\ea7f";
}

.icon-blur_on:before {
  content: "\ea80";
}

.icon-brightness_1:before {
  content: "\ea81";
}

.icon-brightness_2:before {
  content: "\ea82";
}

.icon-brightness_3:before {
  content: "\ea83";
}

.icon-brightness_4:before {
  content: "\ea84";
}

.icon-broken_image:before {
  content: "\ea85";
}

.icon-brush:before {
  content: "\ea86";
}

.icon-camera1:before {
  content: "\ea87";
}

.icon-camera_alt:before {
  content: "\ea88";
}

.icon-camera_front:before {
  content: "\ea89";
}

.icon-camera_rear:before {
  content: "\ea8a";
}

.icon-camera_roll:before {
  content: "\ea8b";
}

.icon-center_focus_strong:before {
  content: "\ea8c";
}

.icon-center_focus_weak:before {
  content: "\ea8d";
}

.icon-collections:before {
  content: "\ea8e";
}

.icon-color_lens:before {
  content: "\ea8f";
}

.icon-colorize:before {
  content: "\ea90";
}

.icon-compare:before {
  content: "\ea91";
}

.icon-control_point_duplicate:before {
  content: "\ea92";
}

.icon-crop_16_9:before {
  content: "\ea93";
}

.icon-crop_3_2:before {
  content: "\ea94";
}

.icon-crop1:before {
  content: "\ea95";
}

.icon-crop_5_4:before {
  content: "\ea96";
}

.icon-crop_7_5:before {
  content: "\ea97";
}

.icon-crop_din:before {
  content: "\ea98";
}

.icon-crop_free:before {
  content: "\ea99";
}

.icon-crop_original:before {
  content: "\ea9a";
}

.icon-crop_portrait:before {
  content: "\ea9b";
}

.icon-crop_square:before {
  content: "\ea9c";
}

.icon-dehaze:before {
  content: "\ea9d";
}

.icon-details:before {
  content: "\ea9e";
}

.icon-exposure:before {
  content: "\ea9f";
}

.icon-exposure_neg_1:before {
  content: "\eaa0";
}

.icon-exposure_neg_2:before {
  content: "\eaa1";
}

.icon-exposure_plus_1:before {
  content: "\eaa2";
}

.icon-exposure_plus_2:before {
  content: "\eaa3";
}

.icon-exposure_zero:before {
  content: "\eaa4";
}

.icon-filter_1:before {
  content: "\eaa5";
}

.icon-filter_2:before {
  content: "\eaa6";
}

.icon-filter_3:before {
  content: "\eaa7";
}

.icon-filter1:before {
  content: "\eaa8";
}

.icon-filter_4:before {
  content: "\eaa9";
}

.icon-filter_5:before {
  content: "\eaaa";
}

.icon-filter_6:before {
  content: "\eaab";
}

.icon-filter_7:before {
  content: "\eaac";
}

.icon-filter_8:before {
  content: "\eaad";
}

.icon-filter_9:before {
  content: "\eaae";
}

.icon-filter_9_plus:before {
  content: "\eaaf";
}

.icon-filter_b_and_w:before {
  content: "\eab0";
}

.icon-filter_center_focus:before {
  content: "\eab1";
}

.icon-filter_drama:before {
  content: "\eab2";
}

.icon-filter_frames:before {
  content: "\eab3";
}

.icon-filter_hdr:before {
  content: "\eab4";
}

.icon-filter_none:before {
  content: "\eab5";
}

.icon-filter_tilt_shift:before {
  content: "\eab6";
}

.icon-filter_vintage:before {
  content: "\eab7";
}

.icon-flare:before {
  content: "\eab8";
}

.icon-flash_auto:before {
  content: "\eab9";
}

.icon-flash_off:before {
  content: "\eaba";
}

.icon-flash_on:before {
  content: "\eabb";
}

.icon-flip:before {
  content: "\eabc";
}

.icon-gradient:before {
  content: "\eabd";
}

.icon-grain:before {
  content: "\eabe";
}

.icon-grid_off:before {
  content: "\eabf";
}

.icon-grid_on:before {
  content: "\eac0";
}

.icon-hdr_off:before {
  content: "\eac1";
}

.icon-hdr_on:before {
  content: "\eac2";
}

.icon-hdr_strong:before {
  content: "\eac3";
}

.icon-hdr_weak:before {
  content: "\eac4";
}

.icon-healing:before {
  content: "\eac5";
}

.icon-image_aspect_ratio:before {
  content: "\eac6";
}

.icon-iso:before {
  content: "\eac7";
}

.icon-leak_add:before {
  content: "\eac8";
}

.icon-leak_remove:before {
  content: "\eac9";
}

.icon-lens:before {
  content: "\eaca";
}

.icon-looks_3:before {
  content: "\eacb";
}

.icon-looks:before {
  content: "\eacc";
}

.icon-looks_4:before {
  content: "\eacd";
}

.icon-looks_5:before {
  content: "\eace";
}

.icon-looks_6:before {
  content: "\eacf";
}

.icon-looks_one:before {
  content: "\ead0";
}

.icon-looks_two:before {
  content: "\ead1";
}

.icon-loupe:before {
  content: "\ead2";
}

.icon-monochrome_photos:before {
  content: "\ead3";
}

.icon-music_note:before {
  content: "\ead4";
}

.icon-nature:before {
  content: "\ead5";
}

.icon-nature_people:before {
  content: "\ead6";
}

.icon-navigate_before:before {
  content: "\ead7";
}

.icon-navigate_next:before {
  content: "\ead8";
}

.icon-panorama:before {
  content: "\ead9";
}

.icon-panorama_fisheye:before {
  content: "\eada";
}

.icon-panorama_horizontal:before {
  content: "\eadb";
}

.icon-panorama_vertical:before {
  content: "\eadc";
}

.icon-panorama_wide_angle:before {
  content: "\eadd";
}

.icon-photo_album:before {
  content: "\eade";
}

.icon-picture_as_pdf:before {
  content: "\eadf";
}

.icon-portrait:before {
  content: "\eae0";
}

.icon-remove_red_eye:before {
  content: "\eae1";
}

.icon-rotate_90_degrees_ccw:before {
  content: "\eae2";
}

.icon-rotate_left:before {
  content: "\eae3";
}

.icon-rotate_right:before {
  content: "\eae4";
}

.icon-slideshow:before {
  content: "\eae5";
}

.icon-straighten:before {
  content: "\eae6";
}

.icon-style:before {
  content: "\eae7";
}

.icon-switch_camera:before {
  content: "\eae8";
}

.icon-switch_video:before {
  content: "\eae9";
}

.icon-texture:before {
  content: "\eaea";
}

.icon-timelapse:before {
  content: "\eaeb";
}

.icon-timer_10:before {
  content: "\eaec";
}

.icon-timer_3:before {
  content: "\eaed";
}

.icon-timer:before {
  content: "\eaee";
}

.icon-timer_off:before {
  content: "\eaef";
}

.icon-tonality:before {
  content: "\eaf0";
}

.icon-transform:before {
  content: "\eaf1";
}

.icon-tune:before {
  content: "\eaf2";
}

.icon-view_comfy:before {
  content: "\eaf3";
}

.icon-view_compact:before {
  content: "\eaf4";
}

.icon-wb_auto:before {
  content: "\eaf5";
}

.icon-wb_cloudy:before {
  content: "\eaf6";
}

.icon-wb_incandescent:before {
  content: "\eaf7";
}

.icon-wb_sunny:before {
  content: "\eaf8";
}

.icon-collections_bookmark:before {
  content: "\eaf9";
}

.icon-photo_size_select_actual:before {
  content: "\eafa";
}

.icon-photo_size_select_large:before {
  content: "\eafb";
}

.icon-photo_size_select_small:before {
  content: "\eafc";
}

.icon-vignette:before {
  content: "\eafd";
}

.icon-wb_iridescent:before {
  content: "\eafe";
}

.icon-crop_rotate:before {
  content: "\eaff";
}

.icon-linked_camera:before {
  content: "\eb00";
}

.icon-add_a_photo:before {
  content: "\eb01";
}

.icon-movie_filter:before {
  content: "\eb02";
}

.icon-photo_filter:before {
  content: "\eb03";
}

.icon-burst_mode:before {
  content: "\eb04";
}

.icon-shutter_speed:before {
  content: "\eb05";
}

.icon-add_photo_alternate:before {
  content: "\eb06";
}

.icon-image_search:before {
  content: "\eb07";
}

.icon-music_off:before {
  content: "\eb08";
}

.icon-beenhere:before {
  content: "\eb09";
}

.icon-directions:before {
  content: "\eb0a";
}

.icon-directions_bike:before {
  content: "\eb0b";
}

.icon-directions_bus:before {
  content: "\eb0c";
}

.icon-directions_car:before {
  content: "\eb0d";
}

.icon-directions_ferry:before {
  content: "\eb0e";
}

.icon-directions_subway:before {
  content: "\eb0f";
}

.icon-directions_train:before {
  content: "\eb10";
}

.icon-directions_walk:before {
  content: "\eb11";
}

.icon-hotel:before {
  content: "\eb12";
}

.icon-layers:before {
  content: "\eb13";
}

.icon-layers_clear:before {
  content: "\eb14";
}

.icon-local_atm:before {
  content: "\eb15";
}

.icon-local_attraction:before {
  content: "\eb16";
}

.icon-local_bar:before {
  content: "\eb17";
}

.icon-local_cafe:before {
  content: "\eb18";
}

.icon-local_car_wash:before {
  content: "\eb19";
}

.icon-local_convenience_store:before {
  content: "\eb1a";
}

.icon-local_drink:before {
  content: "\eb1b";
}

.icon-local_florist:before {
  content: "\eb1c";
}

.icon-local_gas_station:before {
  content: "\eb1d";
}

.icon-local_grocery_store:before {
  content: "\eb1e";
}

.icon-local_hospital:before {
  content: "\eb1f";
}

.icon-local_laundry_service:before {
  content: "\eb20";
}

.icon-local_library:before {
  content: "\eb21";
}

.icon-local_mall:before {
  content: "\eb22";
}

.icon-local_movies:before {
  content: "\eb23";
}

.icon-local_offer:before {
  content: "\eb24";
}

.icon-local_parking:before {
  content: "\eb25";
}

.icon-local_pharmacy:before {
  content: "\eb26";
}

.icon-local_pizza:before {
  content: "\eb27";
}

.icon-local_printshop:before {
  content: "\eb28";
}

.icon-local_restaurant:before {
  content: "\eb29";
}

.icon-local_shipping:before {
  content: "\eb2a";
}

.icon-local_taxi:before {
  content: "\eb2b";
}

.icon-location_history:before {
  content: "\eb2c";
}

.icon-map1:before {
  content: "\eb2d";
}

.icon-navigation:before {
  content: "\eb2e";
}

.icon-pin_drop:before {
  content: "\eb2f";
}

.icon-rate_review:before {
  content: "\eb30";
}

.icon-satellite:before {
  content: "\eb31";
}

.icon-store_mall_directory:before {
  content: "\eb32";
}

.icon-traffic:before {
  content: "\eb33";
}

.icon-directions_run:before {
  content: "\eb34";
}

.icon-add_location:before {
  content: "\eb35";
}

.icon-edit_location:before {
  content: "\eb36";
}

.icon-near_me:before {
  content: "\eb37";
}

.icon-person_pin_circle:before {
  content: "\eb38";
}

.icon-zoom_out_map:before {
  content: "\eb39";
}

.icon-restaurant:before {
  content: "\eb3a";
}

.icon-ev_station:before {
  content: "\eb3b";
}

.icon-streetview:before {
  content: "\eb3c";
}

.icon-subway:before {
  content: "\eb3d";
}

.icon-train:before {
  content: "\eb3e";
}

.icon-tram:before {
  content: "\eb3f";
}

.icon-transfer_within_a_station:before {
  content: "\eb40";
}

.icon-atm:before {
  content: "\eb41";
}

.icon-category:before {
  content: "\eb42";
}

.icon-not_listed_location:before {
  content: "\eb43";
}

.icon-departure_board:before {
  content: "\eb44";
}

.icon-360:before {
  content: "\eb45";
}

.icon-edit_attributes:before {
  content: "\eb46";
}

.icon-transit_enterexit:before {
  content: "\eb47";
}

.icon-fastfood:before {
  content: "\eb48";
}

.icon-trip_origin:before {
  content: "\eb49";
}

.icon-compass_calibration:before {
  content: "\eb4a";
}

.icon-money:before {
  content: "\eb4b";
}

.icon-apps:before {
  content: "\eb4c";
}

.icon-arrow_back:before {
  content: "\eb4d";
}

.icon-arrow_drop_down:before {
  content: "\eb4e";
}

.icon-arrow_drop_down_circle:before {
  content: "\eb4f";
}

.icon-arrow_drop_up:before {
  content: "\eb50";
}

.icon-arrow_forward:before {
  content: "\eb51";
}

.icon-cancel:before {
  content: "\eb52";
}

.icon-check:before {
  content: "\eb53";
}

.icon-expand_less:before {
  content: "\eb54";
}

.icon-expand_more:before {
  content: "\eb55";
}

.icon-fullscreen:before {
  content: "\eb56";
}

.icon-fullscreen_exit:before {
  content: "\eb57";
}

.icon-menu1:before {
  content: "\eb58";
}

.icon-keyboard_control:before {
  content: "\eb59";
}

.icon-more_vert:before {
  content: "\eb5a";
}

.icon-refresh:before {
  content: "\eb5b";
}

.icon-unfold_less:before {
  content: "\eb5c";
}

.icon-unfold_more:before {
  content: "\eb5d";
}

.icon-arrow_upward:before {
  content: "\eb5e";
}

.icon-subdirectory_arrow_left:before {
  content: "\eb5f";
}

.icon-subdirectory_arrow_right:before {
  content: "\eb60";
}

.icon-arrow_downward:before {
  content: "\eb61";
}

.icon-first_page:before {
  content: "\eb62";
}

.icon-last_page:before {
  content: "\eb63";
}

.icon-arrow_left:before {
  content: "\efc8";
}

.icon-arrow_right:before {
  content: "\efc4";
}

.icon-arrow_back_ios:before {
  content: "\eb66";
}

.icon-arrow_forward_ios:before {
  content: "\eb67";
}

.icon-adb:before {
  content: "\eb68";
}

.icon-disc_full:before {
  content: "\eb69";
}

.icon-do_not_disturb_alt:before {
  content: "\eb6a";
}

.icon-drive_eta:before {
  content: "\eb6b";
}

.icon-event_available:before {
  content: "\eb6c";
}

.icon-event_busy:before {
  content: "\eb6d";
}

.icon-event_note:before {
  content: "\eb6e";
}

.icon-folder_special:before {
  content: "\eb6f";
}

.icon-mms:before {
  content: "\eb70";
}

.icon-more:before {
  content: "\eb71";
}

.icon-network_locked:before {
  content: "\eb72";
}

.icon-phone_bluetooth_speaker:before {
  content: "\eb73";
}

.icon-phone_forwarded:before {
  content: "\eb74";
}

.icon-phone_in_talk:before {
  content: "\eb75";
}

.icon-phone_locked:before {
  content: "\eb76";
}

.icon-phone_missed:before {
  content: "\eb77";
}

.icon-phone_paused:before {
  content: "\eb78";
}

.icon-sim_card_alert:before {
  content: "\eb79";
}

.icon-sms_failed:before {
  content: "\eb7a";
}

.icon-sync_disabled:before {
  content: "\eb7b";
}

.icon-sync_problem:before {
  content: "\eb7c";
}

.icon-system_update:before {
  content: "\eb7d";
}

.icon-tap_and_play:before {
  content: "\eb7e";
}

.icon-vibration:before {
  content: "\eb7f";
}

.icon-voice_chat:before {
  content: "\eb80";
}

.icon-vpn_lock:before {
  content: "\eb81";
}

.icon-airline_seat_flat:before {
  content: "\eb82";
}

.icon-airline_seat_flat_angled:before {
  content: "\eb83";
}

.icon-airline_seat_individual_suite:before {
  content: "\eb84";
}

.icon-airline_seat_legroom_extra:before {
  content: "\eb85";
}

.icon-airline_seat_legroom_normal:before {
  content: "\eb86";
}

.icon-airline_seat_legroom_reduced:before {
  content: "\eb87";
}

.icon-airline_seat_recline_extra:before {
  content: "\eb88";
}

.icon-airline_seat_recline_normal:before {
  content: "\eb89";
}

.icon-confirmation_number:before {
  content: "\eb8a";
}

.icon-live_tv:before {
  content: "\eb8b";
}

.icon-ondemand_video:before {
  content: "\eb8c";
}

.icon-personal_video:before {
  content: "\eb8d";
}

.icon-power1:before {
  content: "\eb8e";
}

.icon-wc:before {
  content: "\eb8f";
}

.icon-wifi:before {
  content: "\eb90";
}

.icon-enhanced_encryption:before {
  content: "\eb91";
}

.icon-network_check:before {
  content: "\eb92";
}

.icon-no_encryption:before {
  content: "\eb93";
}

.icon-rv_hookup:before {
  content: "\eb94";
}

.icon-do_not_disturb_off:before {
  content: "\eb95";
}

.icon-priority_high:before {
  content: "\eb96";
}

.icon-power_off:before {
  content: "\eb97";
}

.icon-tv_off:before {
  content: "\eb98";
}

.icon-wifi_off:before {
  content: "\eb99";
}

.icon-phone_callback:before {
  content: "\eb9a";
}

.icon-pie_chart:before {
  content: "\ef2a";
}

.icon-pie_chart_outlined:before {
  content: "\eb9c";
}

.icon-bubble_chart:before {
  content: "\eb9d";
}

.icon-multiline_chart:before {
  content: "\eb9e";
}

.icon-show_chart:before {
  content: "\eb9f";
}

.icon-cake:before {
  content: "\eba0";
}

.icon-group:before {
  content: "\eba1";
}

.icon-group_add:before {
  content: "\eba2";
}

.icon-location_city:before {
  content: "\eba3";
}

.icon-mood_bad:before {
  content: "\eba4";
}

.icon-notifications:before {
  content: "\eba5";
}

.icon-notifications_none:before {
  content: "\eba6";
}

.icon-notifications_off:before {
  content: "\eba7";
}

.icon-notifications_on:before {
  content: "\eba8";
}

.icon-notifications_paused:before {
  content: "\eba9";
}

.icon-pages:before {
  content: "\ebaa";
}

.icon-party_mode:before {
  content: "\ebab";
}

.icon-people_outline:before {
  content: "\ebac";
}

.icon-person:before {
  content: "\ebad";
}

.icon-person_add:before {
  content: "\ebae";
}

.icon-person_outline:before {
  content: "\ebaf";
}

.icon-plus_one:before {
  content: "\ebb0";
}

.icon-public:before {
  content: "\ebb1";
}

.icon-school:before {
  content: "\ebb2";
}

.icon-share1:before {
  content: "\ebb3";
}

.icon-whatshot:before {
  content: "\ebb4";
}

.icon-sentiment_dissatisfied:before {
  content: "\ebb5";
}

.icon-sentiment_neutral:before {
  content: "\ebb6";
}

.icon-sentiment_satisfied:before {
  content: "\ebb7";
}

.icon-sentiment_very_dissatisfied:before {
  content: "\ebb8";
}

.icon-sentiment_very_satisfied:before {
  content: "\ebb9";
}

.icon-thumb_down_alt:before {
  content: "\ebba";
}

.icon-thumb_up_alt:before {
  content: "\ebbb";
}

.icon-check_box:before {
  content: "\ebbc";
}

.icon-check_box_outline_blank:before {
  content: "\ebbd";
}

.icon-radio_button_on:before {
  content: "\ebbe";
}

.icon-star:before {
  content: "\ebbf";
}

.icon-star_half:before {
  content: "\ef68";
}

.icon-star_outline:before {
  content: "\ebc1";
}

.icon-3d_rotation:before {
  content: "\ebc2";
}

.icon-accessibility1:before {
  content: "\ebc3";
}

.icon-account_balance:before {
  content: "\ebc4";
}

.icon-account_balance_wallet:before {
  content: "\ebc5";
}

.icon-account_box:before {
  content: "\ebc6";
}

.icon-account_circle:before {
  content: "\ebc7";
}

.icon-add_shopping_cart:before {
  content: "\ebc8";
}

.icon-alarm_off:before {
  content: "\ebc9";
}

.icon-alarm_on:before {
  content: "\ebca";
}

.icon-android1:before {
  content: "\ebcb";
}

.icon-announcement:before {
  content: "\ebcc";
}

.icon-aspect_ratio:before {
  content: "\ebcd";
}

.icon-assignment:before {
  content: "\ebce";
}

.icon-assignment_ind:before {
  content: "\ebcf";
}

.icon-assignment_late:before {
  content: "\ebd0";
}

.icon-assignment_return:before {
  content: "\ebd1";
}

.icon-assignment_returned:before {
  content: "\ebd2";
}

.icon-assignment_turned_in:before {
  content: "\ebd3";
}

.icon-autorenew:before {
  content: "\ebd4";
}

.icon-book1:before {
  content: "\ebd5";
}

.icon-bookmark1:before {
  content: "\ebd6";
}

.icon-bookmark_outline:before {
  content: "\ebd7";
}

.icon-bug_report:before {
  content: "\ebd8";
}

.icon-build:before {
  content: "\ebd9";
}

.icon-cached:before {
  content: "\ebda";
}

.icon-change_history:before {
  content: "\ebdb";
}

.icon-check_circle:before {
  content: "\ebdc";
}

.icon-chrome_reader_mode:before {
  content: "\ebdd";
}

.icon-code:before {
  content: "\ebde";
}

.icon-credit_card:before {
  content: "\eecf";
}

.icon-dashboard:before {
  content: "\ebe0";
}

.icon-delete:before {
  content: "\ebe1";
}

.icon-description:before {
  content: "\ebe2";
}

.icon-dns:before {
  content: "\ebe3";
}

.icon-done:before {
  content: "\ebe4";
}

.icon-done_all:before {
  content: "\ebe5";
}

.icon-exit_to_app:before {
  content: "\ebe6";
}

.icon-explore:before {
  content: "\ebe7";
}

.icon-extension:before {
  content: "\ebe8";
}

.icon-face:before {
  content: "\ebe9";
}

.icon-favorite:before {
  content: "\ebea";
}

.icon-favorite_outline:before {
  content: "\ebeb";
}

.icon-find_in_page:before {
  content: "\ebec";
}

.icon-find_replace:before {
  content: "\ebed";
}

.icon-flip_to_back:before {
  content: "\ebee";
}

.icon-flip_to_front:before {
  content: "\ebef";
}

.icon-group_work:before {
  content: "\ebf0";
}

.icon-help:before {
  content: "\ebf1";
}

.icon-highlight_remove:before {
  content: "\ebf2";
}

.icon-history1:before {
  content: "\ebf3";
}

.icon-home1:before {
  content: "\ebf4";
}

.icon-hourglass_empty:before {
  content: "\ebf5";
}

.icon-hourglass_full:before {
  content: "\ebf6";
}

.icon-https:before {
  content: "\ebf7";
}

.icon-info1:before {
  content: "\ebf8";
}

.icon-info_outline:before {
  content: "\ebf9";
}

.icon-input:before {
  content: "\ebfa";
}

.icon-invert_colors_on:before {
  content: "\ebfb";
}

.icon-label:before {
  content: "\ebfc";
}

.icon-label_outline:before {
  content: "\ebfd";
}

.icon-language:before {
  content: "\ebfe";
}

.icon-launch:before {
  content: "\ebff";
}

.icon-list1:before {
  content: "\ec00";
}

.icon-lock_open:before {
  content: "\ec01";
}

.icon-lock_outline:before {
  content: "\ec02";
}

.icon-loyalty:before {
  content: "\ec03";
}

.icon-markunread_mailbox:before {
  content: "\ec04";
}

.icon-note_add:before {
  content: "\ec05";
}

.icon-open_in_browser:before {
  content: "\ec06";
}

.icon-open_with:before {
  content: "\ec07";
}

.icon-pageview:before {
  content: "\ec08";
}

.icon-perm_camera_mic:before {
  content: "\ec09";
}

.icon-perm_contact_calendar:before {
  content: "\ec0a";
}

.icon-perm_data_setting:before {
  content: "\ec0b";
}

.icon-perm_device_information:before {
  content: "\ec0c";
}

.icon-perm_media:before {
  content: "\ec0d";
}

.icon-perm_phone_msg:before {
  content: "\ec0e";
}

.icon-perm_scan_wifi:before {
  content: "\ec0f";
}

.icon-picture_in_picture:before {
  content: "\ec10";
}

.icon-polymer:before {
  content: "\ec11";
}

.icon-power_settings_new:before {
  content: "\ec12";
}

.icon-receipt:before {
  content: "\ec13";
}

.icon-redeem:before {
  content: "\ec14";
}

.icon-search1:before {
  content: "\ec15";
}

.icon-settings:before {
  content: "\ec16";
}

.icon-settings_applications:before {
  content: "\ec17";
}

.icon-settings_backup_restore:before {
  content: "\ec18";
}

.icon-settings_bluetooth:before {
  content: "\ec19";
}

.icon-settings_cell:before {
  content: "\ec1a";
}

.icon-settings_display:before {
  content: "\ec1b";
}

.icon-settings_ethernet:before {
  content: "\ec1c";
}

.icon-settings_input_antenna:before {
  content: "\ec1d";
}

.icon-settings_input_component:before {
  content: "\ec1e";
}

.icon-settings_input_hdmi:before {
  content: "\ec1f";
}

.icon-settings_input_svideo:before {
  content: "\ec20";
}

.icon-settings_overscan:before {
  content: "\ec21";
}

.icon-settings_phone:before {
  content: "\ec22";
}

.icon-settings_power:before {
  content: "\ec23";
}

.icon-settings_remote:before {
  content: "\ec24";
}

.icon-settings_voice:before {
  content: "\ec25";
}

.icon-shop:before {
  content: "\ec26";
}

.icon-shop_two:before {
  content: "\ec27";
}

.icon-shopping_basket:before {
  content: "\ec28";
}

.icon-speaker_notes:before {
  content: "\ec29";
}

.icon-spellcheck:before {
  content: "\ec2a";
}

.icon-stars:before {
  content: "\ec2b";
}

.icon-subject:before {
  content: "\ec2c";
}

.icon-supervisor_account:before {
  content: "\ec2d";
}

.icon-swap_horiz:before {
  content: "\ec2e";
}

.icon-swap_vert:before {
  content: "\ec2f";
}

.icon-swap_vertical_circle:before {
  content: "\ec30";
}

.icon-system_update_tv:before {
  content: "\ec31";
}

.icon-tab1:before {
  content: "\ec32";
}

.icon-tab_unselected:before {
  content: "\ec33";
}

.icon-thumb_down:before {
  content: "\ec34";
}

.icon-thumb_up:before {
  content: "\ec35";
}

.icon-thumbs_up_down:before {
  content: "\ec36";
}

.icon-toc:before {
  content: "\ec37";
}

.icon-today:before {
  content: "\ec38";
}

.icon-toll:before {
  content: "\ec39";
}

.icon-track_changes:before {
  content: "\ec3a";
}

.icon-translate:before {
  content: "\ec3b";
}

.icon-trending_down:before {
  content: "\ec3c";
}

.icon-trending_neutral:before {
  content: "\ec3d";
}

.icon-trending_up:before {
  content: "\ec3e";
}

.icon-verified_user:before {
  content: "\ec3f";
}

.icon-view_agenda:before {
  content: "\ec40";
}

.icon-view_array:before {
  content: "\ec41";
}

.icon-view_carousel:before {
  content: "\ec42";
}

.icon-view_column:before {
  content: "\ec43";
}

.icon-view_day:before {
  content: "\ec44";
}

.icon-view_headline:before {
  content: "\ec45";
}

.icon-view_list:before {
  content: "\ec46";
}

.icon-view_module:before {
  content: "\ec47";
}

.icon-view_quilt:before {
  content: "\ec48";
}

.icon-view_stream:before {
  content: "\ec49";
}

.icon-view_week:before {
  content: "\ec4a";
}

.icon-visibility_off:before {
  content: "\ec4b";
}

.icon-card_membership:before {
  content: "\ec4c";
}

.icon-card_travel:before {
  content: "\ec4d";
}

.icon-work:before {
  content: "\ec4e";
}

.icon-youtube_searched_for:before {
  content: "\ec4f";
}

.icon-eject1:before {
  content: "\ec50";
}

.icon-camera_enhance:before {
  content: "\ec51";
}

.icon-help_outline:before {
  content: "\ec52";
}

.icon-reorder:before {
  content: "\ec53";
}

.icon-zoom_in:before {
  content: "\ef17";
}

.icon-zoom_out:before {
  content: "\ef18";
}

.icon-http:before {
  content: "\ec56";
}

.icon-event_seat:before {
  content: "\ec57";
}

.icon-flight_land:before {
  content: "\ec58";
}

.icon-flight_takeoff:before {
  content: "\ec59";
}

.icon-play_for_work:before {
  content: "\ec5a";
}

.icon-gif:before {
  content: "\ec5b";
}

.icon-indeterminate_check_box:before {
  content: "\ec5c";
}

.icon-offline_pin:before {
  content: "\ec5d";
}

.icon-all_out:before {
  content: "\ec5e";
}

.icon-copyright:before {
  content: "\ec5f";
}

.icon-fingerprint:before {
  content: "\ec60";
}

.icon-gavel:before {
  content: "\ec61";
}

.icon-lightbulb_outline:before {
  content: "\ec62";
}

.icon-picture_in_picture_alt:before {
  content: "\ec63";
}

.icon-important_devices:before {
  content: "\ec64";
}

.icon-touch_app:before {
  content: "\ec65";
}

.icon-accessible:before {
  content: "\ec66";
}

.icon-compare_arrows:before {
  content: "\ec67";
}

.icon-date_range:before {
  content: "\ec68";
}

.icon-donut_large:before {
  content: "\ec69";
}

.icon-donut_small:before {
  content: "\ec6a";
}

.icon-line_style:before {
  content: "\ec6b";
}

.icon-line_weight:before {
  content: "\ec6c";
}

.icon-motorcycle:before {
  content: "\ec6d";
}

.icon-opacity:before {
  content: "\ec6e";
}

.icon-pets:before {
  content: "\ec6f";
}

.icon-pregnant_woman:before {
  content: "\ec70";
}

.icon-record_voice_over:before {
  content: "\ec71";
}

.icon-rounded_corner:before {
  content: "\ec72";
}

.icon-rowing:before {
  content: "\ec73";
}

.icon-timeline:before {
  content: "\ec74";
}

.icon-update:before {
  content: "\ec75";
}

.icon-watch_later:before {
  content: "\ec76";
}

.icon-pan_tool:before {
  content: "\ec77";
}

.icon-euro_symbol:before {
  content: "\ec78";
}

.icon-g_translate:before {
  content: "\ec79";
}

.icon-remove_shopping_cart:before {
  content: "\ec7a";
}

.icon-restore_page:before {
  content: "\ec7b";
}

.icon-speaker_notes_off:before {
  content: "\ec7c";
}

.icon-delete_forever:before {
  content: "\ec7d";
}

.icon-accessibility_new:before {
  content: "\ec7e";
}

.icon-check_circle_outline:before {
  content: "\ec7f";
}

.icon-delete_outline:before {
  content: "\ec80";
}

.icon-done_outline:before {
  content: "\ec81";
}

.icon-maximize:before {
  content: "\ec82";
}

.icon-minimize:before {
  content: "\ec83";
}

.icon-offline_bolt:before {
  content: "\ec84";
}

.icon-swap_horizontal_circle:before {
  content: "\ec85";
}

.icon-accessible_forward:before {
  content: "\ec86";
}

.icon-calendar_today:before {
  content: "\ec87";
}

.icon-calendar_view_day:before {
  content: "\ec88";
}

.icon-label_important:before {
  content: "\ec89";
}

.icon-restore_from_trash:before {
  content: "\ec8a";
}

.icon-supervised_user_circle:before {
  content: "\ec8b";
}

.icon-text_rotate_up:before {
  content: "\ec8c";
}

.icon-text_rotate_vertical:before {
  content: "\ec8d";
}

.icon-text_rotation_angledown:before {
  content: "\ec8e";
}

.icon-text_rotation_angleup:before {
  content: "\ec8f";
}

.icon-text_rotation_down:before {
  content: "\ec90";
}

.icon-text_rotation_none:before {
  content: "\ec91";
}

.icon-commute:before {
  content: "\ec92";
}

.icon-arrow_right_alt:before {
  content: "\ec93";
}

.icon-work_off:before {
  content: "\ec94";
}

.icon-work_outline:before {
  content: "\ec95";
}

.icon-drag_indicator:before {
  content: "\ec96";
}

.icon-horizontal_split:before {
  content: "\ec97";
}

.icon-label_important_outline:before {
  content: "\ec98";
}

.icon-vertical_split:before {
  content: "\ec99";
}

.icon-voice_over_off:before {
  content: "\ec9a";
}

.icon-segment:before {
  content: "\ec9b";
}

.icon-contact_support:before {
  content: "\ec9c";
}

.icon-compress:before {
  content: "\ec9d";
}

.icon-filter_list_alt:before {
  content: "\ec9e";
}

.icon-expand:before {
  content: "\ec9f";
}

.icon-edit_off:before {
  content: "\eca0";
}

.icon-10k:before {
  content: "\eca1";
}

.icon-10mp:before {
  content: "\eca2";
}

.icon-11mp:before {
  content: "\eca3";
}

.icon-12mp:before {
  content: "\eca4";
}

.icon-13mp:before {
  content: "\eca5";
}

.icon-14mp:before {
  content: "\eca6";
}

.icon-15mp:before {
  content: "\eca7";
}

.icon-16mp:before {
  content: "\eca8";
}

.icon-17mp:before {
  content: "\eca9";
}

.icon-18mp:before {
  content: "\ecaa";
}

.icon-19mp:before {
  content: "\ecab";
}

.icon-1k:before {
  content: "\ecac";
}

.icon-1k_plus:before {
  content: "\ecad";
}

.icon-20mp:before {
  content: "\ecae";
}

.icon-21mp:before {
  content: "\ecaf";
}

.icon-22mp:before {
  content: "\ecb0";
}

.icon-23mp:before {
  content: "\ecb1";
}

.icon-24mp:before {
  content: "\ecb2";
}

.icon-2k:before {
  content: "\ecb3";
}

.icon-2k_plus:before {
  content: "\ecb4";
}

.icon-2mp:before {
  content: "\ecb5";
}

.icon-3k:before {
  content: "\ecb6";
}

.icon-3k_plus:before {
  content: "\ecb7";
}

.icon-3mp:before {
  content: "\ecb8";
}

.icon-4k_plus:before {
  content: "\ecb9";
}

.icon-4mp:before {
  content: "\ecba";
}

.icon-5k:before {
  content: "\ecbb";
}

.icon-5k_plus:before {
  content: "\ecbc";
}

.icon-5mp:before {
  content: "\ecbd";
}

.icon-6k:before {
  content: "\ecbe";
}

.icon-6k_plus:before {
  content: "\ecbf";
}

.icon-6mp:before {
  content: "\ecc0";
}

.icon-7k:before {
  content: "\ecc1";
}

.icon-7k_plus:before {
  content: "\ecc2";
}

.icon-7mp:before {
  content: "\ecc3";
}

.icon-8k:before {
  content: "\ecc4";
}

.icon-8k_plus:before {
  content: "\ecc5";
}

.icon-8mp:before {
  content: "\ecc6";
}

.icon-9k:before {
  content: "\ecc7";
}

.icon-9k_plus:before {
  content: "\ecc8";
}

.icon-9mp:before {
  content: "\ecc9";
}

.icon-account_tree:before {
  content: "\ecca";
}

.icon-add_chart:before {
  content: "\eccb";
}

.icon-add_ic_call:before {
  content: "\eccc";
}

.icon-add_moderator:before {
  content: "\eccd";
}

.icon-all_inbox:before {
  content: "\ecce";
}

.icon-approval:before {
  content: "\eccf";
}

.icon-assistant_direction:before {
  content: "\ecd0";
}

.icon-assistant_navigation:before {
  content: "\ecd1";
}

.icon-bookmarks1:before {
  content: "\ecd2";
}

.icon-bus_alert:before {
  content: "\ecd3";
}

.icon-cases:before {
  content: "\ecd4";
}

.icon-circle_notifications:before {
  content: "\ecd5";
}

.icon-closed_caption_off:before {
  content: "\ecd6";
}

.icon-connected_tv:before {
  content: "\ecd7";
}

.icon-dangerous:before {
  content: "\ecd8";
}

.icon-dashboard_customize:before {
  content: "\ecd9";
}

.icon-desktop_access_disabled:before {
  content: "\ecda";
}

.icon-drive_file_move_outline:before {
  content: "\ecdb";
}

.icon-drive_file_rename_outline:before {
  content: "\ecdc";
}

.icon-drive_folder_upload:before {
  content: "\ecdd";
}

.icon-duo:before {
  content: "\ecde";
}

.icon-explore_off:before {
  content: "\ecdf";
}

.icon-file_download_done:before {
  content: "\ece0";
}

.icon-rtt:before {
  content: "\ece1";
}

.icon-grid_view:before {
  content: "\ece2";
}

.icon-hail:before {
  content: "\ece3";
}

.icon-home_filled:before {
  content: "\ece4";
}

.icon-imagesearch_roller:before {
  content: "\ece5";
}

.icon-label_off:before {
  content: "\ece6";
}

.icon-library_add_check:before {
  content: "\ece7";
}

.icon-logout:before {
  content: "\ece8";
}

.icon-margin:before {
  content: "\ece9";
}

.icon-mark_as_unread:before {
  content: "\ecea";
}

.icon-menu_open:before {
  content: "\eceb";
}

.icon-mp:before {
  content: "\ecec";
}

.icon-offline_share:before {
  content: "\eced";
}

.icon-padding:before {
  content: "\ecee";
}

.icon-panorama_photosphere:before {
  content: "\ecef";
}

.icon-panorama_photosphere_select:before {
  content: "\ecf0";
}

.icon-person_add_disabled:before {
  content: "\ecf1";
}

.icon-phone_disabled:before {
  content: "\ecf2";
}

.icon-phone_enabled:before {
  content: "\ecf3";
}

.icon-pivot_table_chart:before {
  content: "\ecf4";
}

.icon-print_disabled:before {
  content: "\ecf5";
}

.icon-railway_alert:before {
  content: "\ecf6";
}

.icon-recommend:before {
  content: "\ecf7";
}

.icon-remove_done:before {
  content: "\ecf8";
}

.icon-remove_moderator:before {
  content: "\ecf9";
}

.icon-repeat_on:before {
  content: "\ecfa";
}

.icon-repeat_one_on:before {
  content: "\ecfb";
}

.icon-replay_circle_filled:before {
  content: "\ecfc";
}

.icon-reset_tv:before {
  content: "\ecfd";
}

.icon-sd:before {
  content: "\ecfe";
}

.icon-shield1:before {
  content: "\ecff";
}

.icon-shuffle_on:before {
  content: "\ed00";
}

.icon-speed:before {
  content: "\ed01";
}

.icon-stacked_bar_chart:before {
  content: "\ed02";
}

.icon-stream:before {
  content: "\ed03";
}

.icon-swipe:before {
  content: "\ed04";
}

.icon-switch_account:before {
  content: "\ed05";
}

.icon-tag:before {
  content: "\ed06";
}

.icon-thumb_down_off_alt:before {
  content: "\ed07";
}

.icon-thumb_up_off_alt:before {
  content: "\ed08";
}

.icon-toggle_off:before {
  content: "\ed09";
}

.icon-toggle_on:before {
  content: "\ed0a";
}

.icon-two_wheeler:before {
  content: "\ed0b";
}

.icon-upload_file:before {
  content: "\ed0c";
}

.icon-view_in_ar:before {
  content: "\ed0d";
}

.icon-waterfall_chart:before {
  content: "\ed0e";
}

.icon-wb_shade:before {
  content: "\ed0f";
}

.icon-wb_twighlight:before {
  content: "\ed10";
}

.icon-home_work:before {
  content: "\ed11";
}

.icon-schedule_send:before {
  content: "\ed12";
}

.icon-bolt:before {
  content: "\ed13";
}

.icon-send_and_archive:before {
  content: "\ed14";
}

.icon-workspaces_filled:before {
  content: "\ed15";
}

.icon-file_present:before {
  content: "\ed16";
}

.icon-workspaces_outline:before {
  content: "\ed17";
}

.icon-fit_screen:before {
  content: "\ed18";
}

.icon-saved_search:before {
  content: "\ed19";
}

.icon-storefront:before {
  content: "\ed1a";
}

.icon-amp_stories:before {
  content: "\ed1b";
}

.icon-dynamic_feed:before {
  content: "\ed1c";
}

.icon-euro:before {
  content: "\ed1d";
}

.icon-height:before {
  content: "\ed1e";
}

.icon-policy:before {
  content: "\ed1f";
}

.icon-sync_alt:before {
  content: "\ed20";
}

.icon-menu_book:before {
  content: "\ed21";
}

.icon-emoji_flags:before {
  content: "\ed22";
}

.icon-emoji_food_beverage:before {
  content: "\ed23";
}

.icon-emoji_nature:before {
  content: "\ed24";
}

.icon-emoji_people:before {
  content: "\ed25";
}

.icon-emoji_symbols:before {
  content: "\ed26";
}

.icon-emoji_transportation:before {
  content: "\ed27";
}

.icon-post_add:before {
  content: "\ed28";
}

.icon-people_alt:before {
  content: "\ed29";
}

.icon-emoji_emotions:before {
  content: "\ed2a";
}

.icon-emoji_events:before {
  content: "\ed2b";
}

.icon-emoji_objects:before {
  content: "\ed2c";
}

.icon-sports_basketball:before {
  content: "\ed2d";
}

.icon-sports_cricket:before {
  content: "\ed2e";
}

.icon-sports_esports:before {
  content: "\ed2f";
}

.icon-sports_football:before {
  content: "\ed30";
}

.icon-sports_golf:before {
  content: "\ed31";
}

.icon-sports_hockey:before {
  content: "\ed32";
}

.icon-sports_mma:before {
  content: "\ed33";
}

.icon-sports_motorsports:before {
  content: "\ed34";
}

.icon-sports_rugby:before {
  content: "\ed35";
}

.icon-sports_soccer:before {
  content: "\ed36";
}

.icon-sports:before {
  content: "\ed37";
}

.icon-sports_volleyball:before {
  content: "\ed38";
}

.icon-sports_tennis:before {
  content: "\ed39";
}

.icon-sports_handball:before {
  content: "\ed3a";
}

.icon-sports_kabaddi:before {
  content: "\ed3b";
}

.icon-eco:before {
  content: "\ed3c";
}

.icon-museum:before {
  content: "\ed3d";
}

.icon-flip_camera_android:before {
  content: "\ed3e";
}

.icon-flip_camera_ios:before {
  content: "\ed3f";
}

.icon-cancel_schedule_send:before {
  content: "\ed40";
}

.icon-apartment:before {
  content: "\ed41";
}

.icon-bathtub:before {
  content: "\ed42";
}

.icon-deck:before {
  content: "\ed43";
}

.icon-fireplace:before {
  content: "\ed44";
}

.icon-house:before {
  content: "\ed45";
}

.icon-king_bed:before {
  content: "\ed46";
}

.icon-nights_stay:before {
  content: "\ed47";
}

.icon-outdoor_grill:before {
  content: "\ed48";
}

.icon-single_bed:before {
  content: "\ed49";
}

.icon-square_foot:before {
  content: "\ed4a";
}

.icon-double_arrow:before {
  content: "\ed4b";
}

.icon-sports_baseball:before {
  content: "\ed4c";
}

.icon-attractions:before {
  content: "\ed4d";
}

.icon-bakery_dining:before {
  content: "\ed4e";
}

.icon-breakfast_dining:before {
  content: "\ed4f";
}

.icon-car_rental:before {
  content: "\ed50";
}

.icon-car_repair:before {
  content: "\ed51";
}

.icon-dinner_dining:before {
  content: "\ed52";
}

.icon-dry_cleaning:before {
  content: "\ed53";
}

.icon-hardware:before {
  content: "\ed54";
}

.icon-liquor:before {
  content: "\ed55";
}

.icon-lunch_dining:before {
  content: "\ed56";
}

.icon-nightlife:before {
  content: "\ed57";
}

.icon-park:before {
  content: "\ed58";
}

.icon-ramen_dining:before {
  content: "\ed59";
}

.icon-celebration:before {
  content: "\ed5a";
}

.icon-theater_comedy:before {
  content: "\ed5b";
}

.icon-badge:before {
  content: "\ed5c";
}

.icon-festival:before {
  content: "\ed5d";
}

.icon-icecream:before {
  content: "\ed5e";
}

.icon-volunteer_activism:before {
  content: "\ed5f";
}

.icon-contactless:before {
  content: "\ed60";
}

.icon-delivery_dining:before {
  content: "\ed61";
}

.icon-brunch_dining:before {
  content: "\ed62";
}

.icon-takeout_dining:before {
  content: "\ed63";
}

.icon-ac_unit:before {
  content: "\ed64";
}

.icon-airport_shuttle:before {
  content: "\ed65";
}

.icon-all_inclusive:before {
  content: "\ed66";
}

.icon-beach_access:before {
  content: "\ed67";
}

.icon-business_center:before {
  content: "\ed68";
}

.icon-casino:before {
  content: "\ed69";
}

.icon-child_care:before {
  content: "\ed6a";
}

.icon-child_friendly:before {
  content: "\ed6b";
}

.icon-fitness_center:before {
  content: "\ed6c";
}

.icon-golf_course:before {
  content: "\ed6d";
}

.icon-hot_tub:before {
  content: "\ed6e";
}

.icon-kitchen:before {
  content: "\ed6f";
}

.icon-pool:before {
  content: "\ed70";
}

.icon-room_service:before {
  content: "\ed71";
}

.icon-smoke_free:before {
  content: "\ed72";
}

.icon-smoking_rooms:before {
  content: "\ed73";
}

.icon-spa:before {
  content: "\ed74";
}

.icon-no_meeting_room:before {
  content: "\ed75";
}

.icon-meeting_room:before {
  content: "\ed76";
}

.icon-goat:before {
  content: "\ed77";
}

.icon-5g:before {
  content: "\ed78";
}

.icon-ad_units:before {
  content: "\ed79";
}

.icon-add_business:before {
  content: "\ed7a";
}

.icon-add_location_alt:before {
  content: "\ed7b";
}

.icon-add_road:before {
  content: "\ed7c";
}

.icon-add_to_drive:before {
  content: "\ed7d";
}

.icon-addchart:before {
  content: "\ed7e";
}

.icon-admin_panel_settings:before {
  content: "\ed7f";
}

.icon-agriculture:before {
  content: "\ed80";
}

.icon-alt_route:before {
  content: "\ed81";
}

.icon-analytics:before {
  content: "\ed82";
}

.icon-anchor:before {
  content: "\ed83";
}

.icon-animation:before {
  content: "\ed84";
}

.icon-api:before {
  content: "\ed85";
}

.icon-app_blocking:before {
  content: "\ed86";
}

.icon-app_registration:before {
  content: "\ed87";
}

.icon-app_settings_alt:before {
  content: "\ed88";
}

.icon-architecture:before {
  content: "\ed89";
}

.icon-arrow_circle_down:before {
  content: "\ed8a";
}

.icon-arrow_circle_up:before {
  content: "\ed8b";
}

.icon-article:before {
  content: "\ed8c";
}

.icon-attach_email:before {
  content: "\ed8d";
}

.icon-auto_awesome:before {
  content: "\ed8e";
}

.icon-auto_awesome_mosaic:before {
  content: "\ed8f";
}

.icon-auto_awesome_motion:before {
  content: "\ed90";
}

.icon-auto_delete:before {
  content: "\ed91";
}

.icon-auto_fix_high:before {
  content: "\ed92";
}

.icon-auto_fix_normal:before {
  content: "\ed93";
}

.icon-auto_fix_off:before {
  content: "\ed94";
}

.icon-auto_stories:before {
  content: "\ed95";
}

.icon-baby_changing_station:before {
  content: "\ed96";
}

.icon-backpack:before {
  content: "\ed97";
}

.icon-backup_table:before {
  content: "\ed98";
}

.icon-batch_prediction:before {
  content: "\ed99";
}

.icon-bedtime:before {
  content: "\ed9a";
}

.icon-bento:before {
  content: "\ed9b";
}

.icon-bike_scooter:before {
  content: "\ed9c";
}

.icon-biotech:before {
  content: "\ed9d";
}

.icon-block_flipped:before {
  content: "\ed9e";
}

.icon-browser_not_supported:before {
  content: "\ed9f";
}

.icon-build_circle:before {
  content: "\eda0";
}

.icon-calculate:before {
  content: "\eda1";
}

.icon-campaign:before {
  content: "\eda2";
}

.icon-carpenter:before {
  content: "\eda3";
}

.icon-cast_for_education:before {
  content: "\eda4";
}

.icon-charging_station:before {
  content: "\eda5";
}

.icon-checkroom:before {
  content: "\eda6";
}

.icon-circle:before {
  content: "\eda7";
}

.icon-cleaning_services:before {
  content: "\eda8";
}

.icon-close_fullscreen:before {
  content: "\eda9";
}

.icon-closed_caption_disabled:before {
  content: "\edaa";
}

.icon-comment_bank:before {
  content: "\edab";
}

.icon-construction:before {
  content: "\edac";
}

.icon-corporate_fare:before {
  content: "\edad";
}

.icon-countertops:before {
  content: "\edae";
}

.icon-design_services:before {
  content: "\edaf";
}

.icon-directions_off:before {
  content: "\edb0";
}

.icon-dirty_lens:before {
  content: "\edb1";
}

.icon-do_not_step:before {
  content: "\edb2";
}

.icon-do_not_touch:before {
  content: "\edb3";
}

.icon-domain_verification:before {
  content: "\edb4";
}

.icon-drive_file_move:before {
  content: "\edb5";
}

.icon-dry:before {
  content: "\edb6";
}

.icon-dynamic_form:before {
  content: "\edb7";
}

.icon-east:before {
  content: "\edb8";
}

.icon-edit_road:before {
  content: "\edb9";
}

.icon-electric_bike:before {
  content: "\edba";
}

.icon-electric_car:before {
  content: "\edbb";
}

.icon-electric_moped:before {
  content: "\edbc";
}

.icon-electric_rickshaw:before {
  content: "\edbd";
}

.icon-electric_scooter:before {
  content: "\edbe";
}

.icon-electrical_services:before {
  content: "\edbf";
}

.icon-elevator:before {
  content: "\edc0";
}

.icon-engineering:before {
  content: "\edc1";
}

.icon-escalator:before {
  content: "\edc2";
}

.icon-escalator_warning:before {
  content: "\edc3";
}

.icon-face_retouching_natural:before {
  content: "\edc4";
}

.icon-fact_check:before {
  content: "\edc5";
}

.icon-family_restroom:before {
  content: "\edc6";
}

.icon-fence:before {
  content: "\edc7";
}

.icon-filter_alt:before {
  content: "\edc8";
}

.icon-fire_extinguisher:before {
  content: "\edc9";
}

.icon-flaky:before {
  content: "\edca";
}

.icon-food_bank:before {
  content: "\edcb";
}

.icon-forward_to_inbox:before {
  content: "\edcc";
}

.icon-foundation:before {
  content: "\edcd";
}

.icon-grading:before {
  content: "\edce";
}

.icon-grass:before {
  content: "\edcf";
}

.icon-handyman:before {
  content: "\edd0";
}

.icon-hdr_enhanced_select:before {
  content: "\edd1";
}

.icon-hearing_disabled:before {
  content: "\edd2";
}

.icon-help_center:before {
  content: "\edd3";
}

.icon-highlight_alt:before {
  content: "\edd4";
}

.icon-history_edu:before {
  content: "\edd5";
}

.icon-history_toggle_off:before {
  content: "\edd6";
}

.icon-home_repair_service:before {
  content: "\edd7";
}

.icon-horizontal_rule:before {
  content: "\edd8";
}

.icon-hourglass_bottom:before {
  content: "\edd9";
}

.icon-hourglass_disabled:before {
  content: "\edda";
}

.icon-hourglass_top:before {
  content: "\eddb";
}

.icon-house_siding:before {
  content: "\eddc";
}

.icon-hvac:before {
  content: "\eddd";
}

.icon-image_not_supported:before {
  content: "\edde";
}

.icon-insights:before {
  content: "\eddf";
}

.icon-integration_instructions:before {
  content: "\ede0";
}

.icon-ios_share:before {
  content: "\ede1";
}

.icon-legend_toggle:before {
  content: "\ede2";
}

.icon-local_fire_department:before {
  content: "\ede3";
}

.icon-local_police:before {
  content: "\ede4";
}

.icon-location_pin:before {
  content: "\ede5";
}

.icon-lock_clock:before {
  content: "\ede6";
}

.icon-login:before {
  content: "\ede7";
}

.icon-maps_ugc:before {
  content: "\ede8";
}

.icon-mark_chat_read:before {
  content: "\ede9";
}

.icon-mark_chat_unread:before {
  content: "\edea";
}

.icon-mark_email_read:before {
  content: "\edeb";
}

.icon-mark_email_unread:before {
  content: "\edec";
}

.icon-mediation:before {
  content: "\eded";
}

.icon-medical_services:before {
  content: "\edee";
}

.icon-mic_external_off:before {
  content: "\edef";
}

.icon-mic_external_on:before {
  content: "\edf0";
}

.icon-microwave:before {
  content: "\edf1";
}

.icon-military_tech:before {
  content: "\edf2";
}

.icon-miscellaneous_services:before {
  content: "\edf3";
}

.icon-model_training:before {
  content: "\edf4";
}

.icon-monitor:before {
  content: "\edf5";
}

.icon-moped:before {
  content: "\edf6";
}

.icon-more_time:before {
  content: "\edf7";
}

.icon-motion_photos_off:before {
  content: "\edf8";
}

.icon-motion_photos_on:before {
  content: "\edf9";
}

.icon-motion_photos_paused:before {
  content: "\edfa";
}

.icon-multiple_stop:before {
  content: "\edfb";
}

.icon-nat:before {
  content: "\edfc";
}

.icon-near_me_disabled:before {
  content: "\edfd";
}

.icon-next_plan:before {
  content: "\edfe";
}

.icon-night_shelter:before {
  content: "\edff";
}

.icon-nightlight_round:before {
  content: "\ee00";
}

.icon-no_cell:before {
  content: "\ee01";
}

.icon-no_drinks:before {
  content: "\ee02";
}

.icon-no_flash:before {
  content: "\ee03";
}

.icon-no_food:before {
  content: "\ee04";
}

.icon-no_meals:before {
  content: "\ee05";
}

.icon-no_photography:before {
  content: "\ee06";
}

.icon-no_stroller:before {
  content: "\ee07";
}

.icon-no_transfer:before {
  content: "\ee08";
}

.icon-north:before {
  content: "\ee09";
}

.icon-north_east:before {
  content: "\ee0a";
}

.icon-north_west:before {
  content: "\ee0b";
}

.icon-not_accessible:before {
  content: "\ee0c";
}

.icon-not_started:before {
  content: "\ee0d";
}

.icon-online_prediction:before {
  content: "\ee0e";
}

.icon-open_in_full:before {
  content: "\ee0f";
}

.icon-outbox:before {
  content: "\ee10";
}

.icon-outgoing_mail:before {
  content: "\ee11";
}

.icon-outlet:before {
  content: "\ee12";
}

.icon-panorama_horizontal_select:before {
  content: "\ee13";
}

.icon-panorama_vertical_select:before {
  content: "\ee14";
}

.icon-panorama_wide_angle_select:before {
  content: "\ee15";
}

.icon-payments:before {
  content: "\ee16";
}

.icon-pedal_bike:before {
  content: "\ee17";
}

.icon-pending:before {
  content: "\ee18";
}

.icon-pending_actions:before {
  content: "\ee19";
}

.icon-person_add_alt:before {
  content: "\ee1a";
}

.icon-person_add_alt_1:before {
  content: "\ee1b";
}

.icon-person_remove:before {
  content: "\ee1c";
}

.icon-person_search:before {
  content: "\ee1d";
}

.icon-pest_control:before {
  content: "\ee1e";
}

.icon-pest_control_rodent:before {
  content: "\ee1f";
}

.icon-photo_camera_back:before {
  content: "\ee20";
}

.icon-photo_camera_front:before {
  content: "\ee21";
}

.icon-plagiarism:before {
  content: "\ee22";
}

.icon-play_disabled:before {
  content: "\ee23";
}

.icon-plumbing:before {
  content: "\ee24";
}

.icon-point_of_sale:before {
  content: "\ee25";
}

.icon-preview:before {
  content: "\ee26";
}

.icon-privacy_tip:before {
  content: "\ee27";
}

.icon-psychology:before {
  content: "\ee28";
}

.icon-public_off:before {
  content: "\ee29";
}

.icon-push_pin:before {
  content: "\ee2a";
}

.icon-qr_code:before {
  content: "\ee2b";
}

.icon-qr_code_scanner:before {
  content: "\ee2c";
}

.icon-quickreply:before {
  content: "\ee2d";
}

.icon-read_more:before {
  content: "\ee2e";
}

.icon-receipt_long:before {
  content: "\ee2f";
}

.icon-request_quote:before {
  content: "\ee30";
}

.icon-rice_bowl:before {
  content: "\ee31";
}

.icon-roofing:before {
  content: "\ee32";
}

.icon-room_preferences:before {
  content: "\ee33";
}

.icon-rule:before {
  content: "\ee34";
}

.icon-rule_folder:before {
  content: "\ee35";
}

.icon-run_circle:before {
  content: "\ee36";
}

.icon-science:before {
  content: "\ee37";
}

.icon-screen_search_desktop:before {
  content: "\ee38";
}

.icon-search_off:before {
  content: "\ee39";
}

.icon-self_improvement:before {
  content: "\ee3a";
}

.icon-sensor_door:before {
  content: "\ee3b";
}

.icon-sensor_window:before {
  content: "\ee3c";
}

.icon-set_meal:before {
  content: "\ee3d";
}

.icon-shopping_bag:before {
  content: "\ee3e";
}

.icon-signal_cellular_0_bar:before {
  content: "\ee3f";
}

.icon-signal_wifi_0_bar:before {
  content: "\ee40";
}

.icon-smart_button:before {
  content: "\ee41";
}

.icon-snippet_folder:before {
  content: "\ee42";
}

.icon-soap:before {
  content: "\ee43";
}

.icon-source:before {
  content: "\ee44";
}

.icon-south:before {
  content: "\ee45";
}

.icon-south_east:before {
  content: "\ee46";
}

.icon-south_west:before {
  content: "\ee47";
}

.icon-sports_bar:before {
  content: "\ee48";
}

.icon-stairs:before {
  content: "\ee49";
}

.icon-star_outline1:before {
  content: "\ee4a";
}

.icon-star_rate:before {
  content: "\ee4b";
}

.icon-sticky_note_2:before {
  content: "\ee4c";
}

.icon-stop_circle:before {
  content: "\ee4d";
}

.icon-stroller:before {
  content: "\ee4e";
}

.icon-subscript1:before {
  content: "\ee4f";
}

.icon-subtitles_off:before {
  content: "\ee50";
}

.icon-superscript1:before {
  content: "\ee51";
}

.icon-support:before {
  content: "\ee52";
}

.icon-support_agent:before {
  content: "\ee53";
}

.icon-switch_left:before {
  content: "\ee54";
}

.icon-switch_right:before {
  content: "\ee55";
}

.icon-table_rows:before {
  content: "\ee56";
}

.icon-table_view:before {
  content: "\ee57";
}

.icon-tapas:before {
  content: "\ee58";
}

.icon-taxi_alert:before {
  content: "\ee59";
}

.icon-text_snippet:before {
  content: "\ee5a";
}

.icon-tour:before {
  content: "\ee5b";
}

.icon-tty:before {
  content: "\ee5c";
}

.icon-umbrella:before {
  content: "\ee5d";
}

.icon-upgrade:before {
  content: "\ee5e";
}

.icon-verified:before {
  content: "\ee5f";
}

.icon-video_settings:before {
  content: "\ee60";
}

.icon-view_sidebar:before {
  content: "\ee61";
}

.icon-wash:before {
  content: "\ee62";
}

.icon-water_damage:before {
  content: "\ee63";
}

.icon-west:before {
  content: "\ee64";
}

.icon-wheelchair_pickup:before {
  content: "\ee65";
}

.icon-wifi_calling:before {
  content: "\ee66";
}

.icon-wifi_protected_setup:before {
  content: "\ee67";
}

.icon-wine_bar:before {
  content: "\ee68";
}

.icon-wrong_location:before {
  content: "\ee69";
}

.icon-wysiwyg:before {
  content: "\ee6a";
}

.icon-leaderboard:before {
  content: "\ee6b";
}

.icon-6_ft_apart:before {
  content: "\ee6c";
}

.icon-book_online:before {
  content: "\ee6d";
}

.icon-clean_hands:before {
  content: "\ee6e";
}

.icon-connect_without_contact:before {
  content: "\ee6f";
}

.icon-coronavirus:before {
  content: "\ee70";
}

.icon-elderly:before {
  content: "\ee71";
}

.icon-follow_the_signs:before {
  content: "\ee72";
}

.icon-leave_bags_at_home:before {
  content: "\ee73";
}

.icon-masks:before {
  content: "\ee74";
}

.icon-reduce_capacity:before {
  content: "\ee75";
}

.icon-sanitizer:before {
  content: "\ee76";
}

.icon-send_to_mobile:before {
  content: "\ee77";
}

.icon-sick:before {
  content: "\ee78";
}

.icon-add_task:before {
  content: "\ee79";
}

.icon-contact_page:before {
  content: "\ee7a";
}

.icon-disabled_by_default:before {
  content: "\ee7b";
}

.icon-facebook1:before {
  content: "\ee7c";
}

.icon-groups:before {
  content: "\ee7d";
}

.icon-luggage:before {
  content: "\ee7e";
}

.icon-no_backpack:before {
  content: "\ee7f";
}

.icon-no_luggage:before {
  content: "\ee80";
}

.icon-outbond:before {
  content: "\ee81";
}

.icon-published_with_changes:before {
  content: "\ee82";
}

.icon-request_page:before {
  content: "\ee83";
}

.icon-stacked_line_chart:before {
  content: "\ee84";
}

.icon-unpublished:before {
  content: "\ee85";
}

.icon-align_horizontal_center:before {
  content: "\ee86";
}

.icon-align_horizontal_left:before {
  content: "\ee87";
}

.icon-align_horizontal_right:before {
  content: "\ee88";
}

.icon-align_vertical_bottom:before {
  content: "\ee89";
}

.icon-align_vertical_center:before {
  content: "\ee8a";
}

.icon-align_vertical_top:before {
  content: "\ee8b";
}

.icon-horizontal_distribute:before {
  content: "\ee8c";
}

.icon-qr_code_2:before {
  content: "\ee8d";
}

.icon-update_disabled:before {
  content: "\ee8e";
}

.icon-vertical_distribute:before {
  content: "\ee8f";
}

.icon-home:before {
  content: "\ee90";
}

.icon-home2:before {
  content: "\ee91";
}

.icon-home3:before {
  content: "\ee92";
}

.icon-office:before {
  content: "\ee93";
}

.icon-newspaper:before {
  content: "\ee94";
}

.icon-pencil:before {
  content: "\ee95";
}

.icon-pencil2:before {
  content: "\ee96";
}

.icon-quill:before {
  content: "\ee97";
}

.icon-pen:before {
  content: "\ee98";
}

.icon-blog:before {
  content: "\ee99";
}

.icon-eyedropper:before {
  content: "\ee9a";
}

.icon-droplet:before {
  content: "\ee9b";
}

.icon-paint-format:before {
  content: "\ee9c";
}

.icon-image:before {
  content: "\ee9d";
}

.icon-images:before {
  content: "\ee9e";
}

.icon-camera:before {
  content: "\ee9f";
}

.icon-headphones:before {
  content: "\eea0";
}

.icon-music:before {
  content: "\eea1";
}

.icon-play:before {
  content: "\eea2";
}

.icon-film:before {
  content: "\eea3";
}

.icon-video-camera:before {
  content: "\eea4";
}

.icon-dice:before {
  content: "\eea5";
}

.icon-pacman:before {
  content: "\eea6";
}

.icon-spades:before {
  content: "\eea7";
}

.icon-clubs:before {
  content: "\eea8";
}

.icon-diamonds:before {
  content: "\eea9";
}

.icon-bullhorn:before {
  content: "\eeaa";
}

.icon-connection:before {
  content: "\eeab";
}

.icon-podcast:before {
  content: "\eeac";
}

.icon-feed:before {
  content: "\eead";
}

.icon-mic:before {
  content: "\eeae";
}

.icon-book:before {
  content: "\eeaf";
}

.icon-books:before {
  content: "\eeb0";
}

.icon-library:before {
  content: "\eeb1";
}

.icon-file-text:before {
  content: "\eeb2";
}

.icon-profile:before {
  content: "\eeb3";
}

.icon-file-empty:before {
  content: "\eeb4";
}

.icon-files-empty:before {
  content: "\eeb5";
}

.icon-file-text2:before {
  content: "\eeb6";
}

.icon-file-picture:before {
  content: "\eeb7";
}

.icon-file-music:before {
  content: "\eeb8";
}

.icon-file-play:before {
  content: "\eeb9";
}

.icon-file-video:before {
  content: "\eeba";
}

.icon-file-zip:before {
  content: "\eebb";
}

.icon-copy:before {
  content: "\eebc";
}

.icon-paste:before {
  content: "\eebd";
}

.icon-stack:before {
  content: "\eebe";
}

.icon-folder:before {
  content: "\eebf";
}

.icon-folder-open:before {
  content: "\eec0";
}

.icon-folder-plus:before {
  content: "\eec1";
}

.icon-folder-minus:before {
  content: "\eec2";
}

.icon-folder-download:before {
  content: "\eec3";
}

.icon-folder-upload:before {
  content: "\eec4";
}

.icon-price-tag:before {
  content: "\eec5";
}

.icon-price-tags:before {
  content: "\eec6";
}

.icon-barcode:before {
  content: "\eec7";
}

.icon-qrcode:before {
  content: "\eec8";
}

.icon-ticket:before {
  content: "\eec9";
}

.icon-cart:before {
  content: "\eeca";
}

.icon-coin-dollar:before {
  content: "\eecb";
}

.icon-coin-euro:before {
  content: "\eecc";
}

.icon-coin-pound:before {
  content: "\eecd";
}

.icon-coin-yen:before {
  content: "\eece";
}

.icon-credit-card:before {
  content: "\eecf";
}

.icon-calculator:before {
  content: "\eed0";
}

.icon-lifebuoy:before {
  content: "\eed1";
}

.icon-phone:before {
  content: "\eed2";
}

.icon-phone-hang-up:before {
  content: "\eed3";
}

.icon-address-book:before {
  content: "\eed4";
}

.icon-envelop:before {
  content: "\eed5";
}

.icon-pushpin:before {
  content: "\eed6";
}

.icon-location:before {
  content: "\eed7";
}

.icon-location2:before {
  content: "\eed8";
}

.icon-compass:before {
  content: "\eed9";
}

.icon-compass2:before {
  content: "\eeda";
}

.icon-map:before {
  content: "\eedb";
}

.icon-map2:before {
  content: "\eedc";
}

.icon-history:before {
  content: "\eedd";
}

.icon-clock:before {
  content: "\eede";
}

.icon-clock2:before {
  content: "\eedf";
}

.icon-alarm:before {
  content: "\eee0";
}

.icon-bell:before {
  content: "\eee1";
}

.icon-stopwatch:before {
  content: "\eee2";
}

.icon-calendar:before {
  content: "\eee3";
}

.icon-printer:before {
  content: "\eee4";
}

.icon-keyboard:before {
  content: "\eee5";
}

.icon-display:before {
  content: "\eee6";
}

.icon-laptop:before {
  content: "\eee7";
}

.icon-mobile:before {
  content: "\eee8";
}

.icon-mobile2:before {
  content: "\eee9";
}

.icon-tablet:before {
  content: "\eeea";
}

.icon-tv:before {
  content: "\eeeb";
}

.icon-drawer:before {
  content: "\eeec";
}

.icon-drawer2:before {
  content: "\eeed";
}

.icon-box-add:before {
  content: "\eeee";
}

.icon-box-remove:before {
  content: "\eeef";
}

.icon-download:before {
  content: "\eef0";
}

.icon-upload:before {
  content: "\eef1";
}

.icon-floppy-disk:before {
  content: "\eef2";
}

.icon-drive:before {
  content: "\eef3";
}

.icon-database:before {
  content: "\eef4";
}

.icon-undo:before {
  content: "\eef5";
}

.icon-redo:before {
  content: "\eef6";
}

.icon-undo2:before {
  content: "\eef7";
}

.icon-redo2:before {
  content: "\eef8";
}

.icon-forward:before {
  content: "\eef9";
}

.icon-reply:before {
  content: "\eefa";
}

.icon-bubble:before {
  content: "\eefb";
}

.icon-bubbles:before {
  content: "\eefc";
}

.icon-bubbles2:before {
  content: "\eefd";
}

.icon-bubble2:before {
  content: "\eefe";
}

.icon-bubbles3:before {
  content: "\eeff";
}

.icon-bubbles4:before {
  content: "\ef00";
}

.icon-user:before {
  content: "\ef01";
}

.icon-users:before {
  content: "\ef02";
}

.icon-user-plus:before {
  content: "\ef03";
}

.icon-user-minus:before {
  content: "\ef04";
}

.icon-user-check:before {
  content: "\ef05";
}

.icon-user-tie:before {
  content: "\ef06";
}

.icon-quotes-left:before {
  content: "\ef07";
}

.icon-quotes-right:before {
  content: "\ef08";
}

.icon-hour-glass:before {
  content: "\ef09";
}

.icon-spinner:before {
  content: "\ef0a";
}

.icon-spinner2:before {
  content: "\ef0b";
}

.icon-spinner3:before {
  content: "\ef0c";
}

.icon-spinner4:before {
  content: "\ef0d";
}

.icon-spinner5:before {
  content: "\ef0e";
}

.icon-spinner6:before {
  content: "\ef0f";
}

.icon-spinner7:before {
  content: "\ef10";
}

.icon-spinner8:before {
  content: "\ef11";
}

.icon-spinner9:before {
  content: "\ef12";
}

.icon-spinner10:before {
  content: "\ef13";
}

.icon-spinner11:before {
  content: "\ef14";
}

.icon-binoculars:before {
  content: "\ef15";
}

.icon-search:before {
  content: "\ef16";
}

.icon-zoom-in:before {
  content: "\ef17";
}

.icon-zoom-out:before {
  content: "\ef18";
}

.icon-enlarge:before {
  content: "\ef19";
}

.icon-shrink:before {
  content: "\ef1a";
}

.icon-enlarge2:before {
  content: "\ef1b";
}

.icon-shrink2:before {
  content: "\ef1c";
}

.icon-key:before {
  content: "\ef1d";
}

.icon-key2:before {
  content: "\ef1e";
}

.icon-lock:before {
  content: "\ef1f";
}

.icon-unlocked:before {
  content: "\ef20";
}

.icon-wrench:before {
  content: "\ef21";
}

.icon-equalizer:before {
  content: "\ef22";
}

.icon-equalizer2:before {
  content: "\ef23";
}

.icon-cog:before {
  content: "\ef24";
}

.icon-cogs:before {
  content: "\ef25";
}

.icon-hammer:before {
  content: "\ef26";
}

.icon-magic-wand:before {
  content: "\ef27";
}

.icon-aid-kit:before {
  content: "\ef28";
}

.icon-bug:before {
  content: "\ef29";
}

.icon-pie-chart:before {
  content: "\ef2a";
}

.icon-stats-dots:before {
  content: "\ef2b";
}

.icon-stats-bars:before {
  content: "\ef2c";
}

.icon-stats-bars2:before {
  content: "\ef2d";
}

.icon-trophy:before {
  content: "\ef2e";
}

.icon-gift:before {
  content: "\ef2f";
}

.icon-glass:before {
  content: "\ef30";
}

.icon-glass2:before {
  content: "\ef31";
}

.icon-mug:before {
  content: "\ef32";
}

.icon-spoon-knife:before {
  content: "\ef33";
}

.icon-leaf:before {
  content: "\ef34";
}

.icon-rocket:before {
  content: "\ef35";
}

.icon-meter:before {
  content: "\ef36";
}

.icon-meter2:before {
  content: "\ef37";
}

.icon-hammer2:before {
  content: "\ef38";
}

.icon-fire:before {
  content: "\ef39";
}

.icon-lab:before {
  content: "\ef3a";
}

.icon-magnet:before {
  content: "\ef3b";
}

.icon-bin:before {
  content: "\ef3c";
}

.icon-bin2:before {
  content: "\ef3d";
}

.icon-briefcase:before {
  content: "\ef3e";
}

.icon-airplane:before {
  content: "\ef3f";
}

.icon-truck:before {
  content: "\ef40";
}

.icon-road:before {
  content: "\ef41";
}

.icon-accessibility:before {
  content: "\ef42";
}

.icon-target:before {
  content: "\ef43";
}

.icon-shield:before {
  content: "\ef44";
}

.icon-power:before {
  content: "\ef45";
}

.icon-switch:before {
  content: "\ef46";
}

.icon-power-cord:before {
  content: "\ef47";
}

.icon-clipboard:before {
  content: "\ef48";
}

.icon-list-numbered:before {
  content: "\ef49";
}

.icon-list:before {
  content: "\ef4a";
}

.icon-list2:before {
  content: "\ef4b";
}

.icon-tree:before {
  content: "\ef4c";
}

.icon-menu:before {
  content: "\ef4d";
}

.icon-menu2:before {
  content: "\ef4e";
}

.icon-menu3:before {
  content: "\ef4f";
}

.icon-menu4:before {
  content: "\ef50";
}

.icon-cloud:before {
  content: "\ef51";
}

.icon-cloud-download:before {
  content: "\ef52";
}

.icon-cloud-upload:before {
  content: "\ef53";
}

.icon-cloud-check:before {
  content: "\ef54";
}

.icon-download2:before {
  content: "\ef55";
}

.icon-upload2:before {
  content: "\ef56";
}

.icon-download3:before {
  content: "\ef57";
}

.icon-upload3:before {
  content: "\ef58";
}

.icon-sphere:before {
  content: "\ef59";
}

.icon-earth:before {
  content: "\ef5a";
}

.icon-link:before {
  content: "\ef5b";
}

.icon-flag:before {
  content: "\ef5c";
}

.icon-attachment:before {
  content: "\ef5d";
}

.icon-eye:before {
  content: "\ef5e";
}

.icon-eye-plus:before {
  content: "\ef5f";
}

.icon-eye-minus:before {
  content: "\ef60";
}

.icon-eye-blocked:before {
  content: "\ef61";
}

.icon-bookmark:before {
  content: "\ef62";
}

.icon-bookmarks:before {
  content: "\ef63";
}

.icon-sun:before {
  content: "\ef64";
}

.icon-contrast:before {
  content: "\ef65";
}

.icon-brightness-contrast:before {
  content: "\ef66";
}

.icon-star-empty:before {
  content: "\ef67";
}

.icon-star-half:before {
  content: "\ef68";
}

.icon-star-full:before {
  content: "\ef69";
}

.icon-heart:before {
  content: "\ef6a";
}

.icon-heart-broken:before {
  content: "\ef6b";
}

.icon-man:before {
  content: "\ef6c";
}

.icon-woman:before {
  content: "\ef6d";
}

.icon-man-woman:before {
  content: "\ef6e";
}

.icon-happy:before {
  content: "\ef6f";
}

.icon-happy2:before {
  content: "\ef70";
}

.icon-smile:before {
  content: "\ef71";
}

.icon-smile2:before {
  content: "\ef72";
}

.icon-tongue:before {
  content: "\ef73";
}

.icon-tongue2:before {
  content: "\ef74";
}

.icon-sad:before {
  content: "\ef75";
}

.icon-sad2:before {
  content: "\ef76";
}

.icon-wink:before {
  content: "\ef77";
}

.icon-wink2:before {
  content: "\ef78";
}

.icon-grin:before {
  content: "\ef79";
}

.icon-grin2:before {
  content: "\ef7a";
}

.icon-cool:before {
  content: "\ef7b";
}

.icon-cool2:before {
  content: "\ef7c";
}

.icon-angry:before {
  content: "\ef7d";
}

.icon-angry2:before {
  content: "\ef7e";
}

.icon-evil:before {
  content: "\ef7f";
}

.icon-evil2:before {
  content: "\ef80";
}

.icon-shocked:before {
  content: "\ef81";
}

.icon-shocked2:before {
  content: "\ef82";
}

.icon-baffled:before {
  content: "\ef83";
}

.icon-baffled2:before {
  content: "\ef84";
}

.icon-confused:before {
  content: "\ef85";
}

.icon-confused2:before {
  content: "\ef86";
}

.icon-neutral:before {
  content: "\ef87";
}

.icon-neutral2:before {
  content: "\ef88";
}

.icon-hipster:before {
  content: "\ef89";
}

.icon-hipster2:before {
  content: "\ef8a";
}

.icon-wondering:before {
  content: "\ef8b";
}

.icon-wondering2:before {
  content: "\ef8c";
}

.icon-sleepy:before {
  content: "\ef8d";
}

.icon-sleepy2:before {
  content: "\ef8e";
}

.icon-frustrated:before {
  content: "\ef8f";
}

.icon-frustrated2:before {
  content: "\ef90";
}

.icon-crying:before {
  content: "\ef91";
}

.icon-crying2:before {
  content: "\ef92";
}

.icon-point-up:before {
  content: "\ef93";
}

.icon-point-right:before {
  content: "\ef94";
}

.icon-point-down:before {
  content: "\ef95";
}

.icon-point-left:before {
  content: "\ef96";
}

.icon-warning:before {
  content: "\ef97";
}

.icon-notification:before {
  content: "\ef98";
}

.icon-question:before {
  content: "\ef99";
}

.icon-plus:before {
  content: "\ef9a";
}

.icon-minus:before {
  content: "\ef9b";
}

.icon-info:before {
  content: "\ef9c";
}

.icon-cancel-circle:before {
  content: "\ef9d";
}

.icon-blocked:before {
  content: "\ef9e";
}

.icon-cross:before {
  content: "\ef9f";
}

.icon-checkmark:before {
  content: "\efa0";
}

.icon-checkmark2:before {
  content: "\efa1";
}

.icon-spell-check:before {
  content: "\efa2";
}

.icon-enter:before {
  content: "\efa3";
}

.icon-exit:before {
  content: "\efa4";
}

.icon-play2:before {
  content: "\efa5";
}

.icon-pause:before {
  content: "\efa6";
}

.icon-stop:before {
  content: "\efa7";
}

.icon-previous:before {
  content: "\efa8";
}

.icon-next:before {
  content: "\efa9";
}

.icon-backward:before {
  content: "\efaa";
}

.icon-forward2:before {
  content: "\efab";
}

.icon-play3:before {
  content: "\efac";
}

.icon-pause2:before {
  content: "\efad";
}

.icon-stop2:before {
  content: "\efae";
}

.icon-backward2:before {
  content: "\efaf";
}

.icon-forward3:before {
  content: "\efb0";
}

.icon-first:before {
  content: "\efb1";
}

.icon-last:before {
  content: "\efb2";
}

.icon-previous2:before {
  content: "\efb3";
}

.icon-next2:before {
  content: "\efb4";
}

.icon-eject:before {
  content: "\efb5";
}

.icon-volume-high:before {
  content: "\efb6";
}

.icon-volume-medium:before {
  content: "\efb7";
}

.icon-volume-low:before {
  content: "\efb8";
}

.icon-volume-mute:before {
  content: "\efb9";
}

.icon-volume-mute2:before {
  content: "\efba";
}

.icon-volume-increase:before {
  content: "\efbb";
}

.icon-volume-decrease:before {
  content: "\efbc";
}

.icon-loop:before {
  content: "\efbd";
}

.icon-loop2:before {
  content: "\efbe";
}

.icon-infinite:before {
  content: "\efbf";
}

.icon-shuffle:before {
  content: "\efc0";
}

.icon-arrow-up-left:before {
  content: "\efc1";
}

.icon-arrow-up:before {
  content: "\efc2";
}

.icon-arrow-up-right:before {
  content: "\efc3";
}

.icon-arrow-right:before {
  content: "\efc4";
}

.icon-arrow-down-right:before {
  content: "\efc5";
}

.icon-arrow-down:before {
  content: "\efc6";
}

.icon-arrow-down-left:before {
  content: "\efc7";
}

.icon-arrow-left:before {
  content: "\efc8";
}

.icon-arrow-up-left2:before {
  content: "\efc9";
}

.icon-arrow-up2:before {
  content: "\efca";
}

.icon-arrow-up-right2:before {
  content: "\efcb";
}

.icon-arrow-right2:before {
  content: "\efcc";
}

.icon-arrow-down-right2:before {
  content: "\efcd";
}

.icon-arrow-down2:before {
  content: "\efce";
}

.icon-arrow-down-left2:before {
  content: "\efcf";
}

.icon-arrow-left2:before {
  content: "\efd0";
}

.icon-circle-up:before {
  content: "\efd1";
}

.icon-circle-right:before {
  content: "\efd2";
}

.icon-circle-down:before {
  content: "\efd3";
}

.icon-circle-left:before {
  content: "\efd4";
}

.icon-tab:before {
  content: "\efd5";
}

.icon-move-up:before {
  content: "\efd6";
}

.icon-move-down:before {
  content: "\efd7";
}

.icon-sort-alpha-asc:before {
  content: "\efd8";
}

.icon-sort-alpha-desc:before {
  content: "\efd9";
}

.icon-sort-numeric-asc:before {
  content: "\efda";
}

.icon-sort-numberic-desc:before {
  content: "\efdb";
}

.icon-sort-amount-asc:before {
  content: "\efdc";
}

.icon-sort-amount-desc:before {
  content: "\efdd";
}

.icon-command:before {
  content: "\efde";
}

.icon-shift:before {
  content: "\efdf";
}

.icon-ctrl:before {
  content: "\efe0";
}

.icon-opt:before {
  content: "\efe1";
}

.icon-checkbox-checked:before {
  content: "\efe2";
}

.icon-checkbox-unchecked:before {
  content: "\efe3";
}

.icon-radio-checked:before {
  content: "\efe4";
}

.icon-radio-checked2:before {
  content: "\efe5";
}

.icon-radio-unchecked:before {
  content: "\efe6";
}

.icon-crop:before {
  content: "\efe7";
}

.icon-make-group:before {
  content: "\efe8";
}

.icon-ungroup:before {
  content: "\efe9";
}

.icon-scissors:before {
  content: "\efea";
}

.icon-filter:before {
  content: "\efeb";
}

.icon-font:before {
  content: "\efec";
}

.icon-ligature:before {
  content: "\efed";
}

.icon-ligature2:before {
  content: "\efee";
}

.icon-text-height:before {
  content: "\efef";
}

.icon-text-width:before {
  content: "\eff0";
}

.icon-font-size:before {
  content: "\eff1";
}

.icon-bold:before {
  content: "\eff2";
}

.icon-underline:before {
  content: "\eff3";
}

.icon-italic:before {
  content: "\eff4";
}

.icon-strikethrough:before {
  content: "\eff5";
}

.icon-omega:before {
  content: "\eff6";
}

.icon-sigma:before {
  content: "\eff7";
}

.icon-page-break:before {
  content: "\eff8";
}

.icon-superscript:before {
  content: "\eff9";
}

.icon-subscript:before {
  content: "\effa";
}

.icon-superscript2:before {
  content: "\effb";
}

.icon-subscript2:before {
  content: "\effc";
}

.icon-text-color:before {
  content: "\effd";
}

.icon-pagebreak:before {
  content: "\effe";
}

.icon-clear-formatting:before {
  content: "\efff";
}

.icon-table:before {
  content: "\f000";
}

.icon-table2:before {
  content: "\f001";
}

.icon-insert-template:before {
  content: "\f002";
}

.icon-pilcrow:before {
  content: "\f003";
}

.icon-ltr:before {
  content: "\f004";
}

.icon-rtl:before {
  content: "\f005";
}

.icon-section:before {
  content: "\f006";
}

.icon-paragraph-left:before {
  content: "\f007";
}

.icon-paragraph-center:before {
  content: "\f008";
}

.icon-paragraph-right:before {
  content: "\f009";
}

.icon-paragraph-justify:before {
  content: "\f00a";
}

.icon-indent-increase:before {
  content: "\f00b";
}

.icon-indent-decrease:before {
  content: "\f00c";
}

.icon-share:before {
  content: "\f00d";
}

.icon-new-tab:before {
  content: "\f00e";
}

.icon-embed:before {
  content: "\f00f";
}

.icon-embed2:before {
  content: "\f010";
}

.icon-terminal:before {
  content: "\f011";
}

.icon-share2:before {
  content: "\f012";
}

.icon-mail:before {
  content: "\f013";
}

.icon-mail2:before {
  content: "\f014";
}

.icon-mail3:before {
  content: "\f015";
}

.icon-mail4:before {
  content: "\f016";
}

.icon-amazon:before {
  content: "\f017";
}

.icon-google:before {
  content: "\f018";
}

.icon-google2:before {
  content: "\f019";
}

.icon-google3:before {
  content: "\f01a";
}

.icon-google-plus:before {
  content: "\f01b";
}

.icon-google-plus2:before {
  content: "\f01c";
}

.icon-google-plus3:before {
  content: "\f01d";
}

.icon-hangouts:before {
  content: "\f01e";
}

.icon-google-drive:before {
  content: "\f01f";
}

.icon-facebook:before {
  content: "\f020";
}

.icon-facebook2:before {
  content: "\f021";
}

.icon-instagram:before {
  content: "\f022";
}

.icon-whatsapp:before {
  content: "\f023";
}

.icon-spotify:before {
  content: "\f024";
}

.icon-telegram:before {
  content: "\f025";
}

.icon-twitter:before {
  content: "\f026";
}

.icon-vine:before {
  content: "\f027";
}

.icon-vk:before {
  content: "\f028";
}

.icon-renren:before {
  content: "\f029";
}

.icon-sina-weibo:before {
  content: "\f02a";
}

.icon-rss:before {
  content: "\f02b";
}

.icon-rss2:before {
  content: "\f02c";
}

.icon-youtube:before {
  content: "\f02d";
}

.icon-youtube2:before {
  content: "\f02e";
}

.icon-twitch:before {
  content: "\f02f";
}

.icon-vimeo:before {
  content: "\f030";
}

.icon-vimeo2:before {
  content: "\f031";
}

.icon-lanyrd:before {
  content: "\f032";
}

.icon-flickr:before {
  content: "\f033";
}

.icon-flickr2:before {
  content: "\f034";
}

.icon-flickr3:before {
  content: "\f035";
}

.icon-flickr4:before {
  content: "\f036";
}

.icon-dribbble:before {
  content: "\f037";
}

.icon-behance:before {
  content: "\f038";
}

.icon-behance2:before {
  content: "\f039";
}

.icon-deviantart:before {
  content: "\f03a";
}

.icon-500px:before {
  content: "\f03b";
}

.icon-steam:before {
  content: "\f03c";
}

.icon-steam2:before {
  content: "\f03d";
}

.icon-dropbox:before {
  content: "\f03e";
}

.icon-onedrive:before {
  content: "\f03f";
}

.icon-github:before {
  content: "\f040";
}

.icon-npm:before {
  content: "\f041";
}

.icon-basecamp:before {
  content: "\f042";
}

.icon-trello:before {
  content: "\f043";
}

.icon-wordpress:before {
  content: "\f044";
}

.icon-joomla:before {
  content: "\f045";
}

.icon-ello:before {
  content: "\f046";
}

.icon-blogger:before {
  content: "\f047";
}

.icon-blogger2:before {
  content: "\f048";
}

.icon-tumblr:before {
  content: "\f049";
}

.icon-tumblr2:before {
  content: "\f04a";
}

.icon-yahoo:before {
  content: "\f04b";
}

.icon-yahoo2:before {
  content: "\f04c";
}

.icon-tux:before {
  content: "\f04d";
}

.icon-appleinc:before {
  content: "\f04e";
}

.icon-finder:before {
  content: "\f04f";
}

.icon-android:before {
  content: "\f050";
}

.icon-windows:before {
  content: "\f051";
}

.icon-windows8:before {
  content: "\f052";
}

.icon-soundcloud:before {
  content: "\f053";
}

.icon-soundcloud2:before {
  content: "\f054";
}

.icon-skype:before {
  content: "\f055";
}

.icon-reddit:before {
  content: "\f056";
}

.icon-hackernews:before {
  content: "\f057";
}

.icon-wikipedia:before {
  content: "\f058";
}

.icon-linkedin:before {
  content: "\f059";
}

.icon-linkedin2:before {
  content: "\f05a";
}

.icon-lastfm:before {
  content: "\f05b";
}

.icon-lastfm2:before {
  content: "\f05c";
}

.icon-delicious:before {
  content: "\f05d";
}

.icon-stumbleupon:before {
  content: "\f05e";
}

.icon-stumbleupon2:before {
  content: "\f05f";
}

.icon-stackoverflow:before {
  content: "\f060";
}

.icon-pinterest:before {
  content: "\f061";
}

.icon-pinterest2:before {
  content: "\f062";
}

.icon-xing:before {
  content: "\f063";
}

.icon-xing2:before {
  content: "\f064";
}

.icon-flattr:before {
  content: "\f065";
}

.icon-foursquare:before {
  content: "\f066";
}

.icon-yelp:before {
  content: "\f067";
}

.icon-paypal:before {
  content: "\f068";
}

.icon-chrome:before {
  content: "\f069";
}

.icon-firefox:before {
  content: "\f06a";
}

.icon-IE:before {
  content: "\f06b";
}

.icon-edge:before {
  content: "\f06c";
}

.icon-safari:before {
  content: "\f06d";
}

.icon-opera:before {
  content: "\f06e";
}

.icon-file-pdf:before {
  content: "\f06f";
}

.icon-file-openoffice:before {
  content: "\f070";
}

.icon-file-word:before {
  content: "\f071";
}

.icon-file-excel:before {
  content: "\f072";
}

.icon-libreoffice:before {
  content: "\f073";
}

.icon-html-five:before {
  content: "\f074";
}

.icon-html-five2:before {
  content: "\f075";
}

.icon-css3:before {
  content: "\f076";
}

.icon-git:before {
  content: "\f077";
}

.icon-codepen:before {
  content: "\f078";
}

.icon-svg:before {
  content: "\f079";
}

.icon-IcoMoon:before {
  content: "\f07a";
}

@media only screen and (max-width: 480px) {
  html #wpadminbar {
    position: fixed;
  }
}

.customize-support .search-window.open {
  height: calc(100% - 37px);
}

.pre-header {
  height: 5px;
  position: initial;
  top: 0;
  left: 0;
  width: 100%;
}

.line-separator {
  height: 5px;
  background-color: #f4b552;
}

.new__header .aux {
  background-color: #203759;
  padding: 2px 0;
}
.new__header .aux .aux-menu {
  text-align: right;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.new__header .aux .aux-menu ul, .new__header .aux .aux-menu .accordion-new .accordion-content ol, .accordion-new .accordion-content .new__header .aux .aux-menu ol {
  margin-bottom: 0;
}
.new__header .aux .aux-menu li {
  color: white;
  display: inline;
  margin-right: 5px;
}
.new__header .aux .aux-menu li a {
  color: inherit;
  font-size: 12px;
  text-decoration: none;
}
.new__header .aux .aux-menu li:last-child {
  margin-right: 0;
}
.new__header .pre-header {
  position: initial;
}
.new__header .menu-header-container ul, .new__header .menu-header-container .accordion-new .accordion-content ol, .accordion-new .accordion-content .new__header .menu-header-container ol {
  text-align: right;
  margin-bottom: 0;
}
.new__header .menu-header-container ul li, .new__header .menu-header-container .accordion-new .accordion-content ol li, .accordion-new .accordion-content .new__header .menu-header-container ol li {
  display: inline-block;
  margin-right: 5px;
}
.new__header .menu-header-container ul li a, .new__header .menu-header-container .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .new__header .menu-header-container ol li a {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9rem;
}
.new__header .menu-header-container ul li .sub-menu, .new__header .menu-header-container .accordion-new .accordion-content ol li .sub-menu, .accordion-new .accordion-content .new__header .menu-header-container ol li .sub-menu {
  text-align: initial;
  padding-left: 6px;
}
.new__header .menu-header-container ul li .sub-menu li, .new__header .menu-header-container .accordion-new .accordion-content ol li .sub-menu li, .accordion-new .accordion-content .new__header .menu-header-container ol li .sub-menu li {
  display: block;
  border-bottom: 1px solid #ccc;
}
.new__header .menu-header-container ul li .sub-menu li a, .new__header .menu-header-container .accordion-new .accordion-content ol li .sub-menu li a, .accordion-new .accordion-content .new__header .menu-header-container ol li .sub-menu li a {
  font-size: 0.7rem;
}
.new__header .menu-header-container ul li:last-child, .new__header .menu-header-container .accordion-new .accordion-content ol li:last-child, .accordion-new .accordion-content .new__header .menu-header-container ol li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .new__header .menu-header-container {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .new__header .menu-header-container {
    display: none;
  }
}

header:not(.main-header) {
  padding-top: 0;
  height: auto;
  min-height: auto;
}
header:not(.main-header).page-header {
  position: initial;
}
header:not(.main-header) .logo {
  float: left;
  width: 160px;
  margin: 6px 0;
}
header:not(.main-header) .logo a .logo-large {
  display: none;
}
@media (min-width: 1024px) {
  header:not(.main-header) .logo a .logo-large {
    display: block;
  }
}
@media (max-width: 1023px) {
  header:not(.main-header) .logo a .logo-large {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  header:not(.main-header) .logo a .logo-large {
    width: 190px;
  }
}
@media only screen and (max-width: 480px) {
  header:not(.main-header) .logo {
    width: 190px;
  }
}
header:not(.main-header) .logo img {
  width: 100%;
}

.service__box {
  overflow: hidden;
  height: 320px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service__box a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service__box a:hover .service__box__image {
  -webkit-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
  background-color: #888;
  background-blend-mode: multiply;
}
.service__box a .service__box__image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.service__box a .service__box__content {
  position: absolute;
  bottom: 20px;
  padding: 20px;
  z-index: 1;
  color: white;
}
.service__box a .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #083e96;
  background: -moz-linear-gradient(45deg, #083e96 0%, rgba(146, 170, 209, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #083e96), color-stop(56%, rgba(146, 170, 209, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(45deg, #083e96 0%, rgba(146, 170, 209, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(45deg, #083e96 0%, rgba(146, 170, 209, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(45deg, #083e96 0%, rgba(146, 170, 209, 0) 56%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, #083e96 0%, rgba(146, 170, 209, 0) 56%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083e96', endColorstr='#ffffff', GradientType=1 );
}

.grid-modules {
  width: 100%;
  display: block;
}

.grid-modules .grid-modules__box {
  position: relative;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  height: 300px;
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .grid-modules .grid-modules__box {
    width: 100%;
  }
}
.grid-modules .grid-modules__box a {
  display: block;
  width: 100%;
  height: 100%;
}

.grid-modules .grid-modules__box .mask {
  position: absolute;
  width: 100%;
  height: 60%;
  z-index: 0;
  bottom: 0px;
  left: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,084097+99&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(8, 64, 151, 0.99) 99%, #084097 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(8, 64, 151, 0.99) 99%, #084097 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), color-stop(99%, rgba(8, 64, 151, 0.99)), to(#084097));
  background: -o-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(8, 64, 151, 0.99) 99%, #084097 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(8, 64, 151, 0.99) 99%, #084097 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#084097',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-modules .grid-modules__box .title-service {
  position: absolute;
  padding-left: 15px;
  bottom: 0px;
  left: 0px;
  text-align: center;
  color: white;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-modules .grid-modules__box:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: 120%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.grid-modules .grid-modules__box:hover .title-service {
  bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-modules .grid-modules__box:hover .mask {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-modules .grid-modules__box.just-text {
  padding: 20px;
}
.grid-modules .grid-modules__box.just-text .row {
  height: 100%;
}
.grid-modules .grid-modules__box .mask {
  height: 100%;
}

.client-container ul, .client-container .accordion-new .accordion-content ol, .accordion-new .accordion-content .client-container ol {
  padding-left: 0px;
  list-style: none;
  text-align: center;
}
.client-container ul li, .client-container .accordion-new .accordion-content ol li, .accordion-new .accordion-content .client-container ol li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.client-container ul li img, .client-container .accordion-new .accordion-content ol li img, .accordion-new .accordion-content .client-container ol li img {
  width: 120px;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .client-container ul li img, .client-container .accordion-new .accordion-content ol li img, .accordion-new .accordion-content .client-container ol li img {
    width: 76px;
  }
}

.section.home {
  background-color: #849AB4;
  height: auto;
  width: 100%;
  padding: 20px 0px;
}

.featured {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .featured {
    margin-bottom: 25px;
  }
}
.featured .image-desc {
  position: relative;
}
.featured .image-desc a {
  display: block;
  width: 100%;
  height: 100%;
}
.featured .image-desc a img {
  width: 100%;
  height: auto;
}
.featured .image-desc a .image-desc__overcontent {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: white;
}
.featured .image-desc a .image-desc__overcontent h3, .featured .image-desc a .image-desc__overcontent .banner-slider .flexslider .slides li.video .caption p, .banner-slider .flexslider .slides li.video .caption .featured .image-desc a .image-desc__overcontent p {
  margin: 0px;
  font-weight: bold;
}
.featured .content-desc {
  padding: 15px;
  display: block;
  background-color: #1f1f6e;
  color: white;
}
@media only screen and (max-width: 480px) {
  .featured .content-desc {
    padding: 15px;
  }
}
.featured .content-desc a {
  color: inherit;
}
.featured .content-desc a h3, .featured .content-desc a .banner-slider .flexslider .slides li.video .caption p, .banner-slider .flexslider .slides li.video .caption .featured .content-desc a p {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.featured .content-desc a:hover {
  text-decoration: none;
}

.list-news {
  list-style: none;
}
.list-news li {
  margin-bottom: 10px;
}

.news-small {
  width: 100%;
  min-height: 138px;
  display: block;
  padding: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .news-small {
    padding: 10px 10px 10px 10px;
  }
}
.news-small h3, .news-small .banner-slider .flexslider .slides li.video .caption p, .banner-slider .flexslider .slides li.video .caption .news-small p {
  margin: 5px 0px;
}
.news-small .image-news-small {
  float: left;
  margin-right: 15px;
  width: 100px;
  min-width: 75px;
}
@media only screen and (max-width: 480px) {
  .news-small .image-news-small {
    width: 75px;
    margin-right: 10px;
  }
}
.news-small .image-news-small img {
  width: 100%;
  height: auto;
}
.news-small .content-news-small {
  float: left;
  padding-right: 0px;
}
@media only screen and (max-width: 480px) {
  .news-small .content-news-small {
    padding-right: 10px;
    width: calc(100% - 85px);
  }
}
.news-small .content-news-small .title-news-small {
  font-weight: bold;
  font-size: 16px;
}
.news-small .content-news-small .date {
  font-size: 12px;
}
.news-small:hover {
  background-color: #f9f9f9;
}
.news-small a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease;
}
.news-small a:hover {
  text-decoration: none;
  transition: all 0.25s ease;
}
.news-small a:hover .title-news-small {
  border-bottom: 2px solid #084097;
  transition: all 0.25s ease;
}
.news-small.material-box {
  color: white;
}
.news-small.material-box .content-news-small {
  position: absolute;
  left: 0px;
  padding: 0px 10px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.publication {
  width: 100%;
  display: block;
  margin-bottom: 35px;
  overflow: hidden;
  padding: 25px 20px;
  position: relative;
}
.publication:hover {
  background-color: #f9f9f9;
}
.publication a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.publication a .image-publication {
  float: left;
  margin-right: 25px;
  width: 100px;
}
.publication a .image-publication img {
  width: 100%;
  height: auto;
}
.publication a .content-publication {
  float: left;
  width: calc(100% - 185px);
  padding-right: 35px;
}
.publication a .content-publication .title-publication {
  padding-bottom: 10px;
  font-weight: bold;
}
.publication a:after {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #084097;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.publication a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.publication a:hover .title-publication {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 2px solid #084097;
  padding-bottom: 10px;
}
.publication a:hover:after {
  content: "Ver más";
  vertical-align: middle;
  color: white;
  text-align: center;
  width: 20%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.programs {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .programs {
    height: auto;
  }
}
.programs .medios {
  margin-top: 50px;
}
.programs .container {
  padding-bottom: 50px;
}
.programs .container .program-featured {
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  max-width: 480px;
  margin: -50px auto 0px;
  display: block;
  height: 500px;
}
.programs .container .program-featured .program-featured__image img {
  width: 100%;
}
.programs .container .program-featured .program-featured__content, .programs .container .program-featured .program-featured__action {
  padding: 15px;
}
.programs .container .program-featured .program-featured__action .btn-featured {
  background-color: #018752;
  color: white;
  padding: 12px 16px;
}
.programs .container a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.programs .container a:hover .program-small h4 {
  border-bottom: 1px solid #084097;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.programs .container a .program-small {
  padding: 10px 20px;
  z-index: 10;
  background-color: white;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  display: table;
  width: 100%;
}
.programs .container a .program-small h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  border-width: 0px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.programs .container a .program-small .icon-link {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  width: 30px;
  padding-right: 20px;
}
.programs .container a .program-small .medio {
  font-size: 12px;
  text-transform: uppercase;
}
.programs .skew {
  position: absolute;
  z-index: -1;
  left: 0px;
  height: 500px;
  width: 100%;
}
@media (max-width: 1023px) {
  .programs .skew {
    height: auto;
  }
}
.programs .skew.bg-programs {
  background-color: #ffd86a;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.upcoming-events {
  list-style: none;
}
.upcoming-events li {
  margin-bottom: 15px;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
}
.upcoming-events li h4 {
  margin-top: 10px;
}
.upcoming-events li .event-category {
  margin-right: 15px;
  border-right: 1px solid #ccc;
  padding-right: 15px;
}
.upcoming-events li .event-category img {
  display: inline-block;
  margin-right: 10px;
}
.upcoming-events li:nth-child(odd) {
  background-color: #eaeaea;
}

.custom-header {
  padding: 25px 0px;
  background-color: #084097;
}
.custom-header h1 {
  color: white;
}

.reconocimientos .header-entry .featured-image h1 {
  position: absolute;
  z-index: 1;
  color: white;
  bottom: 15px;
  left: 15px;
  margin-bottom: 0px;
  font-size: 1.8em;
}
.reconocimientos .avatar .imagen-academico img {
  display: block;
  margin: 0px auto;
}
.reconocimientos .avatar a {
  display: block;
  text-align: center;
}

.bio-header {
  text-align: center;
  margin-top: -90px;
}
.bio-header .bio-image img {
  width: 130px;
  display: block;
  margin: 0px auto;
}
.bio-header h2 {
  font-size: 1.3rem;
  margin-bottom: 0px;
}
.bio-header hr {
  margin: 5px 0px;
}

.accordionBio .card-header {
  padding: 0px;
}
.accordionBio .card-header a {
  display: block;
  text-align: justify;
  cursor: pointer;
  padding: 10px 0px;
}
.accordionBio .card-header a:hover {
  background-color: #ccc;
}

.square-banner {
  width: 25%;
  height: 300px;
  position: relative;
  background-color: #f4f4f4;
  float: left;
}
.square-banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.square-banner a strong {
  color: white;
  font-size: 22px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.square-banner a .mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.square-banner a:hover strong {
  font-size: 28px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.square-banner a:hover .mask {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.services p {
  font-size: 0.8rem;
}

.team_related {
  list-style: none;
}
.team_related li {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.team_related li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.team_related li a .team_related__image {
  border: 1px solid #ccc;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: cover;
  float: left;
  margin-right: 20px;
}
.team_related li a .team_related__info span {
  font-size: 12px;
  display: block;
}

.program-list .program {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.program-list .program .program__header {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.program-list .program .program__header .mask {
  z-index: 1;
}
.program-list .program .program__header .program-list__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(1px);
  z-index: 0;
  background-size: cover;
  background-position: center center;
}
.program-list .program .program__header .caption {
  padding: 15px;
  z-index: 2;
  position: relative;
  color: white;
}
.program-list .program .program__header .caption .labelings {
  list-style: none;
  margin-bottom: 5px;
}
.program-list .program .program__header .caption .labelings li {
  display: inline-block;
  font-weight: bold;
}
.program-list .program .program__header .caption .labelings .labeling__tag.acreditado {
  background-color: black;
}
.program-list .program .program__header .caption h2 {
  font-weight: bolder;
  color: white;
  margin: 0px;
  text-shadow: 2px 2px black;
}
.program-list .program .program__header .caption a {
  color: white;
  text-decoration: none;
}
.program-list .program .program__header .caption a i {
  margin-right: 5px;
}
.program-list .program .program-list__info {
  padding: 15px;
  text-align: justify;
}
@media only screen and (max-width: 991px) {
  .program-list .program .program-list__info {
    padding: 10px 0px;
  }
}

.list_labs li {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 25px;
}
.list_labs li .label__normal {
  font-size: 12px;
  color: white;
  background-color: #3b3b3b;
  padding: 2px;
  border-radius: 2px;
}
.list_labs li .icon__lab {
  font-size: 30px;
  padding-right: 20px;
}
.list_labs li .info_lab__small h2 {
  margin: 0px;
}
.list_labs li .list_inline li {
  padding: 6px;
  margin-bottom: 0px;
  border: none;
}
.list_labs li.table-layout .table-cell:first-child {
  width: 50px;
}

.multimedia-box {
  padding: 15px 0px;
  border-bottom: 1px solid #eaeaea;
}
.multimedia-box .image-preview, .multimedia-box .content {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #eaeaea;
}
.multimedia-box .image-preview .book-vertical, .multimedia-box .content .book-vertical, .multimedia-box .image-preview img, .multimedia-box .content img {
  max-width: 200px;
}
@media only screen and (max-width: 991px) {
  .multimedia-box .image-preview .book-vertical, .multimedia-box .content .book-vertical, .multimedia-box .image-preview img, .multimedia-box .content img {
    max-width: 100px;
  }
}
.multimedia-box .image-preview img, .multimedia-box .content img {
  height: auto;
}
.multimedia-box .content {
  border: none;
  padding-left: 45px;
}
@media only screen and (max-width: 991px) {
  .multimedia-box .content {
    padding-left: 10px;
  }
}

.title-file {
  font-size: 22px;
  line-height: 18px;
}
@media only screen and (max-width: 991px) {
  .title-file {
    font-size: 18px;
  }
}

.attach-fields .list__normal {
  list-style: none;
  padding-left: 0px;
}
.attach-fields .list__normal li a {
  font-weight: bold;
}
.attach-fields .control-file {
  list-style: none;
  padding-left: 0px;
}
.attach-fields .control-file li {
  padding-left: 0px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 2px 0px;
}
.attach-fields .control-file li a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.attach-fields .control-file li a:hover {
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.attach-fields .control-file li a span {
  font-size: 22px;
  vertical-align: sub;
  margin-right: 5px;
}
.attach-fields .control-file li:last-child {
  margin-right: 0px;
}

#academic_content .search {
  padding: 12px;
  max-width: 225px;
  width: 100%;
  margin-bottom: 15px;
}

.list {
  width: 100%;
  display: block;
  float: left;
  padding-left: 0px;
  border: 1px solid #ccc;
}
.list li {
  padding-left: 0px;
  margin-bottom: 0px;
}
.list li:after {
  clear: both;
  content: "";
}
.list li:last-child {
  margin-bottom: 0px;
}
.list.academicos {
  border: none;
  border-top: 2px solid #084097;
  background-color: #f4f4f4;
  padding: 20px;
}
.list.academicos li.table-layout.list-personal {
  height: 150px;
  min-height: 150px;
  background-color: white;
  padding: 0px 10px;
}
.list.academicos li:nth-child(odd) {
  background-color: white;
}
.list.egresados li {
  border-bottom: 1px solid #30548c;
}
@media only screen and (max-width: 991px) {
  .list.egresados li div {
    display: block;
    width: 100%;
  }
}

.unidades-academicas .section-title {
  font-size: 22px;
  background-color: aliceblue;
  padding: 20px;
  float: left;
  width: 100%;
}
.unidades-academicas .list-personal {
  vertical-align: top;
}
.unidades-academicas .list-personal a {
  display: block;
}
.unidades-academicas .list-personal a .title-hover {
  margin-top: 0px;
  font-size: 18px;
}
.unidades-academicas .list-personal a .title-hover:after {
  font-size: 13px;
}
.unidades-academicas .list-role, .unidades-academicas .personal .list-tags li:last-child, .personal .list-tags .unidades-academicas li:last-child {
  padding-left: 0px;
}
.unidades-academicas .list-role li, .unidades-academicas .personal .list-tags li:last-child li, .personal .list-tags .unidades-academicas li:last-child li {
  margin-right: 6px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 6px;
}
.unidades-academicas .list-role li:first-child, .unidades-academicas .personal .list-tags li:last-child li:first-child, .personal .list-tags .unidades-academicas li:last-child li:first-child {
  padding-right: 6px;
}
.unidades-academicas .personal-container .table-layout .table-cell:last-child {
  padding-left: 10px;
}

#docencia {
  margin-bottom: 0px;
}

.graduate .graduate-data {
  padding: 10px;
}

.encabezado-lista {
  display: block;
  float: left;
  width: 100%;
}
.encabezado-lista li {
  display: inline-block;
  font-weight: bold;
}
.encabezado-lista li:first-child {
  width: 40%;
}
.encabezado-lista li:nth-child(2) {
  width: 40%;
}
.encabezado-lista li:nth-child(3), .encabezado-lista li:nth-child(4) {
  width: 9%;
}

#egresados_contenido .search {
  float: right;
  padding: 6px 12px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  #egresados_contenido .search {
    float: none;
    width: 100%;
  }
}

.section-form {
  background-color: #084097;
}
.section-form p, .section-form a, .section-form strong {
  color: white;
}

.main.single .content-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.header-entry {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.header-entry h1 {
  margin-bottom: 20px;
  font-weight: bold;
}
.header-entry .date {
  margin-bottom: 15px;
  display: block;
}
.header-entry .date [class^=icon-], .header-entry .date [class*=" icon-"] {
  margin-right: 10px;
}
.header-entry .header-content {
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .header-entry .header-content .breadcrumbs {
    display: none;
  }
}

.body-entry {
  padding: 15px;
}
@media only screen and (max-width: 480px) {
  .body-entry {
    padding: 5px;
  }
}
.body-entry a {
  font-weight: bolder;
}
.body-entry h1,
.body-entry h2,
.body-entry h3,
.body-entry .banner-slider .flexslider .slides li.video .caption p,
.banner-slider .flexslider .slides li.video .caption .body-entry p,
.body-entry h4,
.body-entry h5 {
  line-height: 28px;
}
.body-entry p {
  margin-bottom: 24px;
  text-align: justify;
  line-height: 2;
  font-weight: 500;
}
.body-entry ol, .body-entry ul, .body-entry .accordion-new .accordion-content ol, .accordion-new .accordion-content .body-entry ol {
  padding-left: 26px;
}
.body-entry ol li, .body-entry ul li, .body-entry .accordion-new .accordion-content ol li, .accordion-new .accordion-content .body-entry ol li {
  padding-left: 6px;
  margin-bottom: 15px;
  text-align: justify;
}
.body-entry table {
  margin-bottom: 25px;
}
.body-entry table td {
  padding: 20px;
  vertical-aling: middle;
}
.body-entry table td ol, .body-entry table td ul, .body-entry table td .accordion-new .accordion-content ol, .accordion-new .accordion-content .body-entry table td ol {
  margin-bottom: 0px;
}
.body-entry table td ol li, .body-entry table td ul li, .body-entry table td .accordion-new .accordion-content ol li, .accordion-new .accordion-content .body-entry table td ol li {
  margin-bottom: 15px;
}
.body-entry table.responsive {
  width: 100%;
}
.body-entry .phone-list {
  list-style: none;
  padding-left: 0px;
}
.body-entry .phone-list li {
  padding-left: 0px;
  margin-bottom: 0px;
}
.body-entry .list-role, .body-entry .personal .list-tags li:last-child, .personal .list-tags .body-entry li:last-child {
  padding-left: 0px;
}
.body-entry .list-role li, .body-entry .personal .list-tags li:last-child li, .personal .list-tags .body-entry li:last-child li {
  margin-right: 6px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 6px;
}
.body-entry .list-role li:first-child, .body-entry .personal .list-tags li:last-child li:first-child, .personal .list-tags .body-entry li:last-child li:first-child {
  padding-right: 6px;
}
.body-entry .links li {
  margin-bottom: 10px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  img.aligncenter {
    width: 100%;
    height: auto;
  }
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.options {
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 10px;
  float: right;
}
.options ul, .options .accordion-new .accordion-content ol, .accordion-new .accordion-content .options ol {
  text-align: right;
}
.options ul li, .options .accordion-new .accordion-content ol li, .accordion-new .accordion-content .options ol li {
  display: inline-block;
  margin-right: 10px;
}
.options ul li a.print:before, .options .accordion-new .accordion-content ol li a.print:before, .accordion-new .accordion-content .options ol li a.print:before {
  font-family: "icondinta";
  content: "\eee4";
  display: inline-block;
  margin-right: 10px;
}
.options ul li:last-child, .options .accordion-new .accordion-content ol li:last-child, .accordion-new .accordion-content .options ol li:last-child {
  margin-right: 0px;
}

.featured-image {
  position: relative;
}
.featured-image img {
  width: 100%;
  height: auto;
}
.featured-image .featured-image__overcontent {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: white;
  padding: 10px;
}

.single.single-servicios .post-content {
  padding: 15px;
}

.post-gallery {
  padding: 15px;
}
.post-gallery .post-gallery__title {
  display: block;
  margin-bottom: 25px;
}
.post-gallery .post-gallery__title [class^=icon-], .post-gallery .post-gallery__title [class*=" icon-"] {
  margin-right: 10px;
}
.post-gallery ul, .post-gallery .accordion-new .accordion-content ol, .accordion-new .accordion-content .post-gallery ol {
  list-style: none;
}
.post-gallery ul li, .post-gallery .accordion-new .accordion-content ol li, .accordion-new .accordion-content .post-gallery ol li {
  display: inline-block;
}
.post-gallery ul li a, .post-gallery .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .post-gallery ol li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-gallery ul li a img, .post-gallery .accordion-new .accordion-content ol li a img, .accordion-new .accordion-content .post-gallery ol li a img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-gallery ul li a:hover img, .post-gallery .accordion-new .accordion-content ol li a:hover img, .accordion-new .accordion-content .post-gallery ol li a:hover img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: scale(1.19);
}

.featured-sidebar {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.personal__fields {
  margin-bottom: 65px;
  overflow: hidden;
  display: block;
  padding: 15px;
}

.content-white {
  background-color: white;
  display: block;
  overflow: hidden;
}

.personal ul li, .personal .accordion-new .accordion-content ol li, .accordion-new .accordion-content .personal ol li {
  padding-left: 10px;
  display: block;
  margin-right: 10px;
}
.personal ul li:last-child, .personal .accordion-new .accordion-content ol li:last-child, .accordion-new .accordion-content .personal ol li:last-child {
  margin-right: 0px;
}
.personal .list-tags li {
  display: inline-block;
  margin-right: 10px;
}
.personal .list-role, .personal .list-tags li:last-child {
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .personal .list-role, .personal .list-tags li:last-child {
    text-align: center;
  }
}
.personal .list-role li, .personal .list-tags li:last-child li {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  padding-right: 15px;
  padding-left: 0px;
}
.personal .list-role li:first-child, .personal .list-tags li:last-child li:first-child {
  padding-left: 0px;
}
.personal .list-role li:last-child, .personal .list-tags li:last-child li:last-child {
  border-right: none;
  margin-right: 0px;
}
.personal .personal__headNav {
  margin-bottom: 15px;
}
.personal .personal__headNav ul li, .personal .personal__headNav .accordion-new .accordion-content ol li, .accordion-new .accordion-content .personal .personal__headNav ol li {
  display: inline-block;
  padding-left: 0px;
  margin-right: 0px;
}
.personal .personal__headNav ul li a, .personal .personal__headNav .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .personal .personal__headNav ol li a {
  display: block;
  padding: 10px;
  margin-right: 0px;
  border-radius: 0px;
}
.personal .personal__headNav ul li a i, .personal .personal__headNav .accordion-new .accordion-content ol li a i, .accordion-new .accordion-content .personal .personal__headNav ol li a i {
  vertical-align: initial;
  margin-right: 3px;
  font-size: 16px;
}
.personal .personal__headNav ul li a.back, .personal .personal__headNav .accordion-new .accordion-content ol li a.back, .accordion-new .accordion-content .personal .personal__headNav ol li a.back {
  background-color: #eaeaea;
}
.personal .personal__headNav ul li.active a, .personal .personal__headNav .accordion-new .accordion-content ol li.active a, .accordion-new .accordion-content .personal .personal__headNav ol li.active a {
  background-color: #3387de;
  color: white;
}
.personal .personal__headNav ul li:first-child, .personal .personal__headNav .accordion-new .accordion-content ol li:first-child, .accordion-new .accordion-content .personal .personal__headNav ol li:first-child {
  padding-left: 0px;
}
.personal .personal__avatar {
  padding: 0px;
  border: 1px solid #eaeaea;
  background-color: white;
}
.personal .personal__avatar .label__block {
  margin-bottom: 0px;
}
.personal .personal__avatar .personal__image {
  width: 100%;
  height: 160px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  background-image: url("../img/bg-prefooter.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.personal .personal__avatar .personal__image img {
  width: 115px;
  height: auto;
  margin: 0px auto 0px auto;
  display: block;
  position: relative;
  top: 20%;
  border: 5px solid #356fca;
  border-radius: 50%;
  background-color: #356fca;
}
.personal .personal__avatar .data-box {
  padding: 20px 15px;
}
.personal .personal__avatar .data-box .personal__fields__name h1 {
  margin-top: 0px;
}
@media only screen and (max-width: 991px) {
  .personal .personal__avatar .data-box .personal__fields__name h1 {
    font-size: 26px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.personal .personal__avatar .list-phone li {
  padding-left: 0px;
}
.personal .personal__fields__name h1 {
  margin-top: 0px;
}

.row .separator-line {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.separator-line {
  height: 1px;
  width: 100%;
  background-color: #ccc;
  display: block;
  margin: 10px 0px;
  float: left;
}

.tab-pane table {
  margin-top: 20px;
}
.tab-pane table tr {
  min-height: 60px;
}
.tab-pane table tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.tab-pane table tr td:first-child {
  min-width: 85px;
  text-align: center;
}
.tab-pane table tr:nth-child(odd) {
  background-color: #f4f4f4;
}

.list-role, .personal .list-tags li:last-child {
  list-style: none;
}
.list-role li, .personal .list-tags li:last-child li {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  padding-right: 15px;
  padding-left: 0px;
}
.list-role li:first-child, .personal .list-tags li:last-child li:first-child {
  padding-left: 0px;
}
.list-role li:last-child, .personal .list-tags li:last-child li:last-child {
  border-right: none;
  margin-right: 0px;
}

.personal-container .table-layout {
  display: table;
  width: 100%;
}
.personal-container .table-layout .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.personal-container .table-layout .table-cell:first-child {
  width: 120px;
}
.personal-container .table-layout .table-cell:first-child img {
  width: 100%;
}
.personal-container .table-layout .table-cell:last-child {
  padding-left: 12px;
}
.personal-container .table-layout.list-personal {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  vertical-align: top;
  padding: 10px 0px;
}
@media only screen and (min-width: 1200px) {
  .personal-container .table-layout.list-personal {
    min-height: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .personal-container .table-layout.list-personal {
    margin-bottom: 0px;
  }
}
.personal-container .table-layout.list-personal a {
  display: block;
}
.personal-container .table-layout.list-personal a .title-hover {
  margin-top: 0px;
  font-size: 18px;
  text-align: left;
}
.personal-container .table-layout.list-personal a .title-hover:after {
  font-size: 13px;
}
.personal-container .table-layout.list-personal .title__personal {
  font-size: 18px;
  margin: 0px;
}
.personal-container .personal__image {
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../img/bg-prefooter.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.personal-container .personal__image img {
  width: 100%;
  height: auto;
}

.title-hover {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.title-hover:after {
  content: "Ver Perfil";
  font-size: 18px;
  height: 0px;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.title-hover:hover:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 25px;
  opacity: 1;
}

.banner-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 420px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .banner-section {
    height: 320px;
  }
}
.banner-section .acreditacion {
  position: absolute;
  top: 20px;
  right: 1%;
  width: 300px;
}
@media only screen and (max-width: 480px) {
  .banner-section .acreditacion {
    width: 160px;
  }
}
.banner-section .acreditacion img {
  width: 100%;
  height: auto;
}
.banner-section .data-equipo, .banner-section .magister .caption .labelings, .banner-section .especializacion .caption .labelings, .banner-section .magisters .caption .labelings, .magister .caption .banner-section .labelings, .especializacion .caption .banner-section .labelings, .magisters .caption .banner-section .labelings {
  margin-bottom: 0px;
}
.banner-section .data-equipo .equipo__data, .banner-section .magister .caption .labelings .equipo__data, .banner-section .especializacion .caption .labelings .equipo__data, .banner-section .magisters .caption .labelings .equipo__data, .magister .caption .banner-section .labelings .equipo__data, .especializacion .caption .banner-section .labelings .equipo__data, .magisters .caption .banner-section .labelings .equipo__data {
  color: white;
}
.banner-section .data-equipo .equipo__data a, .banner-section .magister .caption .labelings .equipo__data a, .banner-section .especializacion .caption .labelings .equipo__data a, .banner-section .magisters .caption .labelings .equipo__data a, .magister .caption .banner-section .labelings .equipo__data a, .especializacion .caption .banner-section .labelings .equipo__data a, .magisters .caption .banner-section .labelings .equipo__data a {
  color: inherit;
}
.banner-section .caption {
  position: absolute;
  z-index: 1;
  bottom: 6%;
}
.banner-section .caption h1 {
  color: white;
  margin-top: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .banner-section .caption h1 {
    font-size: 26px;
  }
}
.banner-section .caption .labelings {
  margin-bottom: 0px;
}
.banner-section .caption .labelings li {
  display: inline-block;
}
.banner-section .caption .labelings li span {
  color: white;
  padding: 5px 12px;
  background-color: #1f1f1f;
  display: block;
}
.banner-section .mask {
  height: 200px;
  width: 100%;
  position: absolute;
  top: initial;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) -1%, rgba(125, 185, 232, 0) 0%, rgb(30, 87, 153) 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) -1%, rgba(125, 185, 232, 0) 0%, rgb(30, 87, 153) 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) -1%, rgba(125, 185, 232, 0) 0%, rgb(30, 87, 153) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#1e5799',GradientType=0 );
}
.banner-section .year {
  position: relative;
  top: 20px;
  left: 0%;
  display: block;
  padding: 12px;
  float: left;
  background-color: #084097;
}
@media only screen and (max-width: 991px) {
  .banner-section .year {
    top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-section .year {
    top: 20px;
    padding: 6px;
  }
}
.banner-section .year strong {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .banner-section .year strong {
    font-size: 16px;
  }
}

.band {
  background-color: #30548c;
  color: white;
  padding: 20px 0px;
}
.band .content-box {
  margin-bottom: 0px;
}

.parent-pages {
  padding: 15px;
  border: 1px solid #8b8b8b;
}
.parent-pages .sidebar-title {
  margin-bottom: 10px;
}
.parent-pages .sidebar-title.bordered {
  border-bottom: 1px solid #8b8b8b;
}
.parent-pages .parent-page strong {
  font-size: 0.9rem;
  font-weight: 400;
}
.parent-pages .parent-page strong a {
  text-decoration: none;
}

#fecha {
  font-size: 12px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 3px 10px;
  margin: 0px 0px 10px 10px;
  border-radius: 4px;
}

.magister .content-title, .especializacion .content-title, .magisters .content-title, .magister .content-title.slim, .especializacion .content-title.slim, .magisters .content-title.slim {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  display: block;
  border-bottom: 1px solid #084097;
  padding-bottom: 10px;
}
.magister .content-title.slim, .especializacion .content-title.slim, .magisters .content-title.slim {
  border-bottom: none;
  font-weight: 600;
}
.magister .caption, .especializacion .caption, .magisters .caption {
  bottom: 2%;
  text-align: center;
  width: 100%;
  left: 0px;
}
.magister .caption .data-equipo, .especializacion .caption .data-equipo, .magisters .caption .data-equipo, .magister .caption .labelings, .especializacion .caption .labelings, .magisters .caption .labelings {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.magister .caption .labelings, .especializacion .caption .labelings, .magisters .caption .labelings {
  margin-right: 0px;
}
.magister .content-box .text-box, .especializacion .content-box .text-box, .magisters .content-box .text-box {
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .magister .content-box .text-box, .especializacion .content-box .text-box, .magisters .content-box .text-box {
    padding-left: 6px;
  }
}
.magister .content-box.general, .especializacion .content-box.general, .magisters .content-box.general {
  float: left;
  width: 100%;
}
.magister .content-box.general strong, .especializacion .content-box.general strong, .magisters .content-box.general strong {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: dashed 1px white;
}
.magister .content-box.general [class^=icon-], .especializacion .content-box.general [class^=icon-], .magisters .content-box.general [class^=icon-], .magister .content-box.general [class*=" icon-"], .especializacion .content-box.general [class*=" icon-"], .magisters .content-box.general [class*=" icon-"] {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 5px;
}
.magister .strong, .especializacion .strong, .magisters .strong {
  display: block;
}
.magister .notification-inner-box, .especializacion .notification-inner-box, .magisters .notification-inner-box {
  padding: 15px;
  border: 2px solid #084097;
  border-radius: 6px;
  margin-bottom: 15px;
}
.magister .notification-inner-box ul, .magister .notification-inner-box .accordion-new .accordion-content ol, .accordion-new .accordion-content .magister .notification-inner-box ol, .especializacion .notification-inner-box ul, .especializacion .notification-inner-box .accordion-new .accordion-content ol, .accordion-new .accordion-content .especializacion .notification-inner-box ol, .magisters .notification-inner-box ul, .magisters .notification-inner-box .accordion-new .accordion-content ol, .accordion-new .accordion-content .magisters .notification-inner-box ol {
  padding-left: 20px;
  margin-bottom: 5px;
}
.magister .simple-modal.simulador, .especializacion .simple-modal.simulador, .magisters .simple-modal.simulador {
  display: block;
  position: absolute;
  bottom: 6px;
  text-align: center;
  width: 100%;
  left: 0px;
}

.sidebar .content-title, .sidebar .magister .content-title.slim, .magister .sidebar .content-title.slim, .sidebar .magisters .content-title.slim, .magisters .sidebar .content-title.slim, .sidebar .especializacion .content-title.slim, .especializacion .sidebar .content-title.slim {
  border-bottom: none;
}
.sidebar .content-box {
  padding: 0px 20px;
}
.sidebar .price {
  text-align: center;
  background-color: #3387de;
  color: white;
  padding: 15px;
  height: 100px;
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.sidebar .price span {
  font-size: 22px;
}
.sidebar .price strong {
  display: block;
}
.sidebar ul, .sidebar .accordion-new .accordion-content ol, .accordion-new .accordion-content .sidebar ol {
  padding-left: 23px;
}
.sidebar ul li, .sidebar .accordion-new .accordion-content ol li, .accordion-new .accordion-content .sidebar ol li {
  margin-bottom: 10px;
}
.sidebar .price-info {
  padding: 5px;
}
.sidebar .price-info ul, .sidebar .price-info .accordion-new .accordion-content ol, .accordion-new .accordion-content .sidebar .price-info ol {
  padding-left: 23px;
}
.sidebar .price-info ul li, .sidebar .price-info .accordion-new .accordion-content ol li, .accordion-new .accordion-content .sidebar .price-info ol li {
  margin-bottom: 10px;
  font-size: 14px;
}
.sidebar .separator-line {
  margin: 35px 0px;
}
.sidebar.sidebar__magister {
  background-color: #f4f4f4;
  overflow: hidden;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .sidebar.sidebar__magister {
    margin-bottom: 10px;
  }
}

.labeling__tag {
  margin-bottom: 0px;
  color: white;
  padding: 1px 13px;
  font-size: 12px;
  border-radius: 9px;
}
.labeling__tag.labeling__tag__open {
  background-color: #2a962a;
}
.labeling__tag.labeling__tag__mode {
  background-color: #084097;
  font-weight: bold;
}
.labeling__tag.labeling__tag__close {
  background-color: #f95847;
}

.content-box p {
  line-height: 26px;
}

.text-box {
  display: block;
  margin-bottom: 25px;
  line-height: 26px;
}
.text-box ol li, .text-box ul li, .text-box .accordion-new .accordion-content ol li, .accordion-new .accordion-content .text-box ol li {
  margin-bottom: 10px;
}

.table-custom {
  border: 1px solid #ccc;
}
.table-custom tr th:last-child,
.table-custom tr td:last-child {
  text-align: center;
  border-left: 1px solid #ccc;
  width: 100px;
}
.table-custom tr.right td:first-child {
  text-align: right;
}
.table-custom tr:nth-child(even) {
  background-color: #eaeaea;
}

.table-50 {
  border: 1px solid #ccc;
}
.table-50 td {
  width: 50%;
  vertical-align: middle;
}
.table-50 td span {
  display: block;
}
.table-50 td:last-child {
  border-left: 1px solid #ccc;
}

.content-team {
  display: block;
  width: 100%;
  float: left;
}
.content-team ul, .content-team .accordion-new .accordion-content ol, .accordion-new .accordion-content .content-team ol {
  list-style: none;
  padding-left: 0px;
}
.content-team ul li, .content-team .accordion-new .accordion-content ol li, .accordion-new .accordion-content .content-team ol li {
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
}
.content-team .team__image {
  width: 20%;
  max-width: 80px;
  min-width: 80px;
}
.content-team .team__image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.content-team .team__info {
  padding-left: 20px;
}
.content-team .team__info span {
  display: block;
}
.content-team .team__info span.carrier, .content-team .team__info span.mail {
  font-size: 12px;
}
.content-team .team__info span.name {
  margin-bottom: 5px;
}
.content-team .team__image,
.content-team .team__info {
  display: table-cell;
  vertical-align: middle;
}

.lab-team {
  margin: 25px 0px;
  padding: 20px;
  display: block;
  overflow: hidden;
  background-color: #f4f4f4;
}
.lab-team .content-title, .lab-team .magister .content-title.slim, .magister .lab-team .content-title.slim, .lab-team .magisters .content-title.slim, .magisters .lab-team .content-title.slim, .lab-team .especializacion .content-title.slim, .especializacion .lab-team .content-title.slim {
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}

.team__catTitle {
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 0px;
  display: block;
}

.lab-team__chief {
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 20px;
  background-color: white;
}
.lab-team__chief .lab_team__image {
  margin-bottom: 25px;
}
.lab-team__chief .lab_team__image img {
  margin: 0px auto;
  display: block;
}

.lab_team__normal {
  border: 1px solid #ececec;
  border-radius: 5px;
  margin-bottom: 5px;
  background-color: white;
}
.lab_team__normal .table-cell:first-child {
  width: 40px;
  padding-right: 10px;
}
.lab_team__normal .table-cell:first-child.one__cell {
  padding-left: 10px;
}
.lab_team__normal .lab_team__image {
  width: 40px;
  height: auto;
}
.lab_team__normal .lab_team__image img {
  width: 100%;
  height: auto;
}
.lab_team__normal h4 {
  font-size: 0.875em;
}

.proyect-list {
  list-style: none;
  margin: 20px 0px;
  padding-left: 20px;
}
.proyect-list li {
  position: relative;
  width: 100%;
  padding-top: 12px;
  padding-left: 55px;
  padding-right: 15px;
  float: left;
  background-color: #f7f7f7;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.proyect-list li a h3, .proyect-list .banner-slider .flexslider .slides li.video a .caption p, .banner-slider .flexslider .slides .proyect-list li.video a .caption p, .proyect-list .banner-slider .flexslider .slides li.video .caption a p, .banner-slider .flexslider .slides .proyect-list li.video .caption a p {
  font-size: 18px;
}
.proyect-list li .sponsor {
  font-weight: bold;
  font-size: 12px;
  display: block;
}
.proyect-list li .sponsor .sponsor__name {
  font-weight: 300;
  font-size: 14px;
  display: block;
}
.proyect-list li .idnumber {
  font-size: 14px;
  display: block;
}
.proyect-list li:before {
  display: block;
  font-family: "icondinta";
  content: unicode("\ef48");
  vertical-align: middle;
  position: absolute;
  left: 13px;
  top: 18%;
  font-size: 30px;
}

.proyect__date span {
  margin-right: 15px;
  display: inline-block;
}
.proyect__date span:first-child {
  margin-right: 15px;
}

.proyecto .header-entry {
  background-color: #084097;
  color: white;
}
.proyecto .header-entry .breadcrumbs a {
  color: #a2d0e6;
}
.proyecto .tab-selections .nav.nav-tabs li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.proyecto .tab-selections .nav.nav-tabs li a {
  border-radius: 0px;
}
.proyecto .tab-selections .nav.nav-tabs li a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.proyecto .tab-selections .nav.nav-tabs li.active a {
  font-weight: bold;
  background-color: #084097;
  color: white;
}
.proyecto .tab-content > .tab-pane {
  padding: 35px;
  background-color: #eaeaea;
}

.meeting-box {
  padding: 20px 20px;
  background-color: #e1edff;
  margin: 10px 0px;
  display: block;
  float: left;
  width: 100%;
}

.mc-main .event-category img {
  vertical-align: middle;
  margin-right: 10px;
}
.mc-main .current-day {
  background-color: #bcddff;
}
.mc-main .calendar-event .details {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.mc-main .calendar-event .details .close {
  top: 12px;
  right: 12px;
}
.mc-main .calendar-event .details .event-link {
  font-size: 28px;
}
.mc-main td {
  height: 100px;
}
.mc-main .button {
  display: inline-block;
  padding: 16px !important;
  margin-left: 15px !important;
}
.mc-main .my-calendar-date-switcher {
  padding: 20px;
}
.mc-main .my-calendar-date-switcher select {
  padding: 12px;
}
.mc-main .my-calendar-date-switcher input {
  padding: 13px 16px !important;
  margin-left: 15px !important;
}
.mc-main .mc-time {
  padding: 20px 0px;
}
.mc-main .mc-time a {
  background-color: #ccc;
  padding: 8px;
  border-radius: 5px;
  color: #3b3b3b;
}
.mc-main .mc-time .mc-active {
  background-color: #4372f7;
  padding: 8px;
  color: white;
  border-radius: 5px;
}
.mc-main .my-calendar-nav {
  padding: 0px;
  float: none;
  width: 100%;
}
.mc-main .my-calendar-nav ul li a, .mc-main .my-calendar-nav .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .mc-main .my-calendar-nav ol li a {
  padding: 20px;
  border-radius: 0px;
  border: 0px;
}
.mc-main .my-calendar-nav ul li.my-calendar-prev, .mc-main .my-calendar-nav .accordion-new .accordion-content ol li.my-calendar-prev, .accordion-new .accordion-content .mc-main .my-calendar-nav ol li.my-calendar-prev {
  float: left;
}
.mc-main .my-calendar-nav ul li.my-calendar-next, .mc-main .my-calendar-nav .accordion-new .accordion-content ol li.my-calendar-next, .accordion-new .accordion-content .mc-main .my-calendar-nav ol li.my-calendar-next {
  float: right;
}
.mc-main .category-key {
  background-color: #f4f4f4;
}
.mc-main .category-key ul, .mc-main .category-key .accordion-new .accordion-content ol, .accordion-new .accordion-content .mc-main .category-key ol {
  column-count: initial;
}
.mc-main .category-key ul li, .mc-main .category-key .accordion-new .accordion-content ol li, .accordion-new .accordion-content .mc-main .category-key ol li {
  display: inline-block;
}
.mc-main .mc-export ul, .mc-main .mc-export .accordion-new .accordion-content ol, .accordion-new .accordion-content .mc-main .mc-export ol {
  padding-left: 0px;
  list-style: none;
}
.mc-main .mc-export ul li, .mc-main .mc-export .accordion-new .accordion-content ol li, .accordion-new .accordion-content .mc-main .mc-export ol li {
  display: inline-block;
}
.mc-main .mc-export ul li a, .mc-main .mc-export .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .mc-main .mc-export ol li a {
  font-size: 12px;
}

#mc_event .mc-main div {
  width: 100% !important;
}
#mc_event .sub-details .list-details {
  padding-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
}
#mc_event .sub-details .list-details li {
  padding: 0px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0px 10px;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 991px) {
  #mc_event .sub-details .list-details li {
    padding: 6px 0px;
    border: none;
    display: block;
  }
  #mc_event .sub-details .list-details li:first-child {
    padding-left: 10px;
  }
}
#mc_event .sub-details .list-details li:first-child {
  padding-left: 0px;
}
#mc_event .sub-details .list-details li:last-child {
  border-right: none;
}
#mc_event .sub-details .list-details li span {
  font-size: 18px;
}
#mc_event .sub-details .list-details li span.event-time {
  font-weight: bolder;
}
#mc_event .event-title {
  font-size: 28px;
  margin-bottom: 40px;
}
#mc_event .event-image img {
  width: 100%;
  height: auto;
}
#mc_event .event-information a {
  display: block;
}
#mc_event .mc-gmap-fupup {
  margin-bottom: 25px;
}
#mc_event .vcard {
  margin-left: 0px;
  float: none;
}

.category .list_article, .etiquetas .list_article {
  width: 100%;
  border-bottom: 1px solid #ccc;
  float: left;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.category .list_article h2, .etiquetas .list_article h2 {
  margin-top: 10px;
}
.category .list_article:odd, .etiquetas .list_article:odd {
  background-color: #ccc;
}

#categories .category-list {
  list-style: none;
}
#categories .category-list li a:before {
  font-family: "icondinta";
  content: "\ea58";
  display: inline-block;
  margin-right: 5px;
}

.pre-footer {
  height: 190px;
  background-image: url(../img/bg-prefooter.jpg);
  background-position: center -600px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .pre-footer {
    background-position: center;
  }
}
@media (max-width: 1023px) {
  .pre-footer {
    display: block;
    background-position: center;
  }
}

.footer {
  border-top: 1px solid #ccc;
}
.footer .label__block {
  margin-bottom: 2px;
}
.footer .logo-footer {
  width: 180px;
}
@media (max-width: 1023px) {
  .footer .logo-footer {
    margin: 0px auto 0px;
    display: block;
  }
}
.footer .title-list {
  display: block;
  margin-bottom: 12px;
  color: #3b3b3b;
}
.footer .data-box {
  margin-bottom: 0px;
}
.footer .data-box span {
  display: inline-block;
  margin-bottom: 5px;
  color: #3b3b3b;
}
.footer .data-box span:last-child {
  margin-bottom: 0px;
}
.footer .data-box.rs ul, .footer .data-box.rs .accordion-new .accordion-content ol, .accordion-new .accordion-content .footer .data-box.rs ol {
  padding-left: 0px;
  text-align: center;
  list-style: none;
  margin-bottom: 0px;
}
.footer .data-box.rs ul li, .footer .data-box.rs .accordion-new .accordion-content ol li, .accordion-new .accordion-content .footer .data-box.rs ol li {
  display: inline-block;
  margin-right: 15px;
}
.footer .data-box.rs ul li a, .footer .data-box.rs .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .footer .data-box.rs ol li a {
  font-size: 30px;
}
.footer .data-box.address span {
  text-align: center;
  display: block;
  font-size: 0.8rem;
}
.footer .data-box.address .map_link {
  display: block;
  text-align: center;
}
.footer .data-box.address .map_link img {
  width: 86px;
  margin-right: 10px;
  margin-bottom: -7px;
}
.footer .data-box.transparency span {
  display: block;
}
.footer .data-box.phone ul, .footer .data-box.phone .accordion-new .accordion-content ol, .accordion-new .accordion-content .footer .data-box.phone ol {
  padding-left: 0px;
  list-style: none;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 0px;
}
.footer .data-box.phone ul li, .footer .data-box.phone .accordion-new .accordion-content ol li, .accordion-new .accordion-content .footer .data-box.phone ol li {
  display: inline-block;
  margin-right: 10px;
}
.footer .data-box.phone ul li a, .footer .data-box.phone .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .footer .data-box.phone ol li a {
  text-decoration: none;
}
.footer .inline-list {
  text-align: center;
  margin-bottom: 0px;
  padding-left: 0px;
}
.footer .inline-list li {
  display: inline-block;
  margin-right: 10px;
}
.footer .inline-list li a {
  font-size: 0.8rem;
  text-decoration: none;
}
.footer .list-footer, .footer #menu-accesos, .footer #menu-links-de-interes, .footer #menu-descubre-inta {
  list-style: none;
}
.footer .list-footer li, .footer #menu-accesos li, .footer #menu-links-de-interes li, .footer #menu-descubre-inta li {
  margin-bottom: 6px;
}
.footer .list-footer li a, .footer #menu-accesos li a, .footer #menu-links-de-interes li a, .footer #menu-descubre-inta li a {
  font-size: 14px;
  color: #3b3b3b;
}
.footer .list-footer li a:before, .footer #menu-accesos li a:before, .footer #menu-links-de-interes li a:before, .footer #menu-descubre-inta li a:before {
  font-family: "icondinta";
  content: unicode("\ea58");
  display: inline-block;
  margin-right: 5px;
}
.footer .copyright {
  float: left;
  width: 100%;
  /* margin-top: 10px; */
  font-size: 9px;
  color: white;
  text-align: center;
  margin: 6px auto;
}
.footer .copyright span {
  color: white;
  font-size: 12px;
  display: inline-block;
  float: left;
}
@media (max-width: 1023px) {
  .footer .copyright span {
    text-align: center;
    display: block;
    float: none;
  }
}
.footer .copyright span:last-child {
  float: right;
  display: inline-block;
}
@media (max-width: 1023px) {
  .footer .copyright span:last-child {
    display: block;
    float: none;
  }
}

.description-text {
  display: block;
  text-align: center;
  font-weight: 300;
  margin-bottom: 15px;
}

.cert-logo img {
  width: 90px;
  margin: 0px auto 15px auto;
  display: block;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .cert-logo img {
    margin: 0px auto 0px auto;
  }
}

.copyrights {
  background-color: #5d7bab;
  color: white;
  padding: 10px 0px;
}
.copyrights span {
  font-size: 11px;
  text-align: center;
  display: block;
}

.box-end-footer {
  position: relative;
}

.end-footer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.end-footer div.base {
  height: 10px;
  width: 25%;
  float: left;
}
.end-footer div.base.red {
  background-color: #f95847;
}
.end-footer div.base.blue {
  background-color: #084097;
}
.end-footer div.base.green {
  background-color: #018752;
}
.end-footer div.base.yellow {
  background-color: #ffd86a;
}

.cert-logo img {
  width: 70px;
}

#sidebar {
  float: left;
  width: 100%;
}
#sidebar .news-small {
  margin-bottom: 5px;
}
#sidebar .news-small.featured {
  margin-bottom: 15px;
}

.sidebar-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.list-sidebar {
  list-style: none;
}
.list-sidebar li {
  line-height: 2.3;
}
.list-sidebar.labs li {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.list-sidebar.labs li a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  line-height: 1.4;
}
.list-sidebar.labs li a:hover {
  text-decoration: none;
  background-color: #f4f4f4;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list-sidebar.labs li:before {
  display: table-cell;
  vertical-align: middle;
  content: "LAB";
  background-color: #ccc;
  padding: 2px;
  color: white;
  font-size: 12px;
  width: 20px;
}
.list-sidebar.links li {
  width: 100%;
}
.list-sidebar.links li a {
  display: inline;
  vertical-align: middle;
  padding-left: 15px;
  padding-left: 15px;
  line-height: 1.4;
}
.list-sidebar.links li:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list-sidebar.links li:hover:before {
  left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list-sidebar.links li:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0px;
  display: inline;
  vertical-align: middle;
  font-family: "icondinta";
  content: unicode("\ea58");
  transform: rotate(-90deg);
  background-color: #084097;
  padding: 2px;
  color: white;
  font-size: 20px;
  width: 20px;
}

.post_tags a {
  display: block;
}

#latest-post a .news-small {
  margin-bottom: 5px;
}
#latest-post a .news-small .content-news-small {
  width: 100%;
}

.publicidad {
  margin: 15px 0px;
  border: 1px solid #ccc;
}
.publicidad img {
  width: 100%;
}

.search-list, .term-list {
  list-style: none;
}
.search-list li, .term-list li {
  padding: 20px;
}
.search-list li:nth-child(odd), .term-list li:nth-child(odd) {
  background-color: #f4f4f4;
}

.term-list li {
  display: inline-block;
  padding: 0px 10px;
}
.term-list li:first-child {
  padding-left: 0px;
}

.other_search {
  margin-top: 50px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.other_search #searchform input[type=text] {
  float: left;
  padding: 12px;
}
.other_search #searchform input[type=submit] {
  float: left;
  width: 70px;
  padding-bottom: 14px;
}
.other_search p {
  display: block;
  float: left;
  width: 100%;
}

#searchform input[type=text] {
  width: 80%;
}
#searchform input[type=submit] {
  width: 20%;
}

.dashboard-main {
  background-color: #e9ebee;
  margin-top: 0px;
  overflow: hidden;
}
.dashboard-main .header-entry h1 {
  margin-top: 1rem;
}

.dashboard-header-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  font-weight: 900;
}
.dashboard-header-title-blue {
  background-color: #5c6d80;
  color: white;
}

.notification {
  padding: 20px;
  background-color: #dcdcdc;
}
.notification strong {
  display: block;
  text-align: center;
}

.dashboard-box {
  margin-bottom: 15px;
}

.dashboard-side {
  background-color: white;
  border: 1px solid #eaeaea;
}
.dashboard-side .personal__avatar .personal__image {
  height: 95px;
}
.dashboard-side .menu-side ul li a, .dashboard-side .menu-side .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .dashboard-side .menu-side ol li a {
  font-family: "Montserrat", sans-serif !important;
  display: block;
  padding: 9px 12px;
  font-size: 0.8rem;
  vertical-align: middle;
  font-weight: bold;
}
.dashboard-side .menu-side ul li a:before, .dashboard-side .menu-side .accordion-new .accordion-content ol li a:before, .accordion-new .accordion-content .dashboard-side .menu-side ol li a:before {
  font-family: "icondinta";
  display: inline-block;
  vertical-align: middle;
  padding-right: 9px;
  font-weight: 100;
  font-size: 22px;
}
.dashboard-side .menu-side ul li a:hover, .dashboard-side .menu-side .accordion-new .accordion-content ol li a:hover, .accordion-new .accordion-content .dashboard-side .menu-side ol li a:hover {
  text-decoration: none;
  background-color: #084097;
  color: white;
}

.dashboard-content {
  background-color: white;
  padding: 15px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
.dashboard-content .body-entry {
  padding: 0px;
}

.form-off {
  visibility: hidden;
}

.form-on {
  visibility: visible;
}

.dashboard .informes, .dashboard .proyectos, .dashboard .programas_anuales, .dashboard .publicaciones {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.dashboard .informes > strong, .dashboard .proyectos > strong, .dashboard .programas_anuales > strong, .dashboard .publicaciones > strong {
  display: block;
  padding: 6px;
  border-bottom: 1px solid #ccc;
}
.dashboard .informes ul, .dashboard .informes .accordion-new .accordion-content ol, .accordion-new .accordion-content .dashboard .informes ol, .dashboard .proyectos ul, .dashboard .proyectos .accordion-new .accordion-content ol, .accordion-new .accordion-content .dashboard .proyectos ol, .dashboard .programas_anuales ul, .dashboard .programas_anuales .accordion-new .accordion-content ol, .accordion-new .accordion-content .dashboard .programas_anuales ol, .dashboard .publicaciones ul, .dashboard .publicaciones .accordion-new .accordion-content ol, .accordion-new .accordion-content .dashboard .publicaciones ol {
  padding-left: 10px;
  margin-bottom: 0px;
}
.dashboard .informes ul li, .dashboard .informes .accordion-new .accordion-content ol li, .accordion-new .accordion-content .dashboard .informes ol li, .dashboard .proyectos ul li, .dashboard .proyectos .accordion-new .accordion-content ol li, .accordion-new .accordion-content .dashboard .proyectos ol li, .dashboard .programas_anuales ul li, .dashboard .programas_anuales .accordion-new .accordion-content ol li, .accordion-new .accordion-content .dashboard .programas_anuales ol li, .dashboard .publicaciones ul li, .dashboard .publicaciones .accordion-new .accordion-content ol li, .accordion-new .accordion-content .dashboard .publicaciones ol li {
  padding: 0px;
}
.dashboard .informes ul li:last-child, .dashboard .informes .accordion-new .accordion-content ol li:last-child, .accordion-new .accordion-content .dashboard .informes ol li:last-child, .dashboard .proyectos ul li:last-child, .dashboard .proyectos .accordion-new .accordion-content ol li:last-child, .accordion-new .accordion-content .dashboard .proyectos ol li:last-child, .dashboard .programas_anuales ul li:last-child, .dashboard .programas_anuales .accordion-new .accordion-content ol li:last-child, .accordion-new .accordion-content .dashboard .programas_anuales ol li:last-child, .dashboard .publicaciones ul li:last-child, .dashboard .publicaciones .accordion-new .accordion-content ol li:last-child, .accordion-new .accordion-content .dashboard .publicaciones ol li:last-child {
  margin-bottom: 0px;
}
.dashboard.personal .post-gallery {
  margin: 25px 0px;
}
.dashboard.personal .post-gallery ul, .dashboard.personal .post-gallery .accordion-new .accordion-content ol, .accordion-new .accordion-content .dashboard.personal .post-gallery ol {
  padding-left: 0px;
}
.dashboard.personal .post-gallery ul li, .dashboard.personal .post-gallery .accordion-new .accordion-content ol li, .accordion-new .accordion-content .dashboard.personal .post-gallery ol li {
  display: inline-block;
}
.dashboard.personal .list.mantencion {
  padding-left: 0px;
}
.dashboard.personal .list.mantencion li {
  padding: 15px;
}
.dashboard.personal .list.mantencion li .mantencion__box {
  margin: 10px 0px;
}
.dashboard.personal .list.mantencion li .mantencion__user {
  font-size: 12px;
}
.dashboard.personal .side-list {
  padding-left: 0px;
  margin: 0px;
}
.dashboard.personal .side-list li {
  padding: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 1.9;
  border-bottom: 1px solid white;
}

.color-box {
  background-color: #3387de;
  color: white;
  padding: 15px;
}

.article-item {
  border-bottom: 1px dashed #084097;
  padding-bottom: 10px;
}
.article-item a i {
  display: inline;
  margin-right: 10px;
}
.article-item a h3, .article-item a .banner-slider .flexslider .slides li.video .caption p, .banner-slider .flexslider .slides li.video .caption .article-item a p {
  display: inline;
}

.request {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 15px;
}
.request .data-title {
  display: block;
  margin-bottom: 5px;
}
.request .request-header {
  padding: 10px;
  background-color: #ccc;
}
.request .request-header .download-file {
  float: right;
}
.request .request-box {
  padding: 10px;
}

.dashboard-button-action .btn-inta {
  margin-right: 15px;
}

.btn-inta {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 6px;
}
.btn-inta:hover {
  text-decoration: none;
}
.btn-inta i {
  margin-right: 0.5em;
  font-size: 1.2em;
  vertical-align: middle;
}
.btn-inta span {
  display: inline-block;
  vertical-align: middle;
}
.btn-inta-sm {
  padding: 4px 6px;
}
.btn-inta-sm span {
  font-size: 0.8em;
}
.btn-inta-sm i {
  font-size: 1em;
}
.btn-inta-edit, .btn-inta-send {
  background-color: #1e90ff;
  color: white;
}
.btn-inta-edit span, .btn-inta-send span {
  color: white;
}
.btn-inta-edit i, .btn-inta-send i {
  color: white;
}
.btn-inta-edit:hover, .btn-inta-send:hover {
  background-color: #124f8a;
  color: white;
}
.btn-inta-edit.active, .active.btn-inta-send {
  background-color: #124f8a;
  color: white;
}
.btn-inta-send {
  background-color: #52bd5f;
}
.btn-inta-send:hover {
  background-color: #398442;
}

.info-table-bb {
  border-bottom: 1px solid #1b1b1b;
  padding: 10px 0px;
}
.info-table-bb:nth-child(2n) {
  background-color: #e2e2e2;
}

.format {
  text-align: initial;
}
.format .format-header img {
  width: 100%;
  max-width: 995px;
  display: block;
  margin: 0px auto;
}
.format .format-heading {
  font-size: 1.1em;
  display: block;
  margin-bottom: 15px;
  padding: 15px 0px;
}
.format .format-heading-content {
  text-transform: uppercase;
  background-color: #5c6d80;
  color: white;
  text-align: center;
}
.format .format-heading-label {
  font-size: 0.8em;
  display: block;
}
.format .format-heading-label-content {
  font-size: 1em;
  border-left: 5px solid black;
  padding-left: 5px;
  margin-bottom: 10px;
}
.format span {
  font-size: 0.9em;
}
.format .format-content {
  margin-bottom: 25px;
}
.format .format-list {
  list-style: none;
  padding-left: 0px;
}
.format .format-list li {
  padding-left: 0px;
  text-align: initial;
  margin-bottom: 0px;
  padding: 15px 10px;
  margin-right: 0px;
  border-bottom: 1px solid #2b2b2b;
}
.format .format-list li:nth-child(2n) {
  background-color: #e8e8e8;
}
.format .format-list li:last-child {
  margin-right: 0px;
}
.format .no-data {
  display: block;
  margin-bottom: 15px;
}
.format .no-data span {
  display: block;
  text-align: center;
  background-color: #e8e8e8;
  padding: 10px 0px;
}

.acf-form-submit {
  margin-top: 25px;
}
.acf-form-submit input[type=submit] {
  margin: 0px auto;
  display: block;
  background-color: #52bd5f;
  outline: 0px;
  border: 0px;
  padding: 12px 16px;
  color: white;
  font-weight: 900;
}
.acf-form-submit input[type=submit]:hover {
  background-color: #398442;
}
.acf-form-submit .acf-loading .acf-spinner {
  display: block;
  float: none;
  margin: 25px auto;
}

.acf-field.acf-accordion .acf-accordion-title {
  cursor: pointer;
  font-size: 1.2rem;
}
.acf-field.acf-accordion .acf-accordion-title:hover {
  background-color: #e8e8e8;
  transition: all 0.25s ease;
}
.acf-field.acf-accordion .acf-accordion-title label {
  cursor: pointer;
  font-size: inherit;
}
.acf-field.acf-accordion .acf-accordion-title i {
  cursor: pointer;
}
.acf-field.acf-accordion.-open .acf-accordion-title {
  background-color: #e8e8e8;
}

.customize-support.page-template-tmp-cert-inta {
  padding-top: 0px;
}

main.landing__full {
  padding-top: initial;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
main .wrapper {
  height: 100%;
  width: 100%;
  transition: all 1.5s ease;
}
main section {
  height: 100%;
  width: 100%;
}

.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ajusta el video al tamaño de la ventana */
  z-index: -1; /* Coloca el video detrás de otros elementos */
}

.logo-cert {
  max-width: 120px;
  width: 120px;
  height: 120px;
  background-color: white;
  border-radius: 50%;
}
.logo-cert .cert {
  width: 110%;
  height: auto;
  margin-right: -20px;
}

.title__landing {
  font-size: 3em;
  font-weight: 900;
  color: white;
}
.title__landing.title__landing__blue {
  color: #084097;
}
.title__landing.text__shadow {
  text-shadow: 2px 2px 4px #000000;
}

.bg__section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg__box.bg-color-blue {
  color: white;
}
.bg__box.bg__box__white {
  background-color: white;
}
.bg__box.bg_color_blue_transparent {
  background-color: rgba(8, 64, 151, 0.2901960784);
  padding: 20px 0px;
}

.box__image__rounded {
  max-width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
}
.box__image__rounded img {
  width: 100%;
}

.box__icon {
  max-width: 64px;
  width: 64px;
}
.box__icon img {
  width: 100%;
  height: auto;
}
.box__icon.box__icon__sm {
  width: 32px;
  max-width: 32px;
  display: inline-block;
  border-radius: 4px;
}

.bc__0 {
  background-color: white;
}

.bc__1 {
  background-color: #084097;
}

.bc__2 {
  background-color: #bcc5eb;
}

.bc__3 {
  background-color: #018752;
}

.tc__1 {
  color: #084097;
}

.tc__2 {
  color: #bcc5eb;
}

.tc__3 {
  color: #018752;
}

.items__equal__height {
  height: 50vh;
}
.items__equal__height .box__equal {
  height: 100%;
}
.items__equal__height .box__equal img {
  width: 100%;
  height: auto;
  max-width: 130px;
  margin: 0px auto;
}

.box__image {
  overflow: hidden;
}

.image__size__500 {
  width: 500px;
}

.image__size__200 {
  width: 200px;
}

.image__size__100 {
  width: 100px;
}

.image__size__64 {
  width: 64px;
}

.image__size__32 {
  width: 32px;
}

.cert__image {
  max-width: 200px;
}

.logo_3, .logo_2 {
  max-width: 150px;
}

.clip-path-custom {
  background-size: cover;
  background-size: cover;
  height: 80%;
  width: 83%;
  position: absolute;
  left: 10%;
  top: 7%;
  border-radius: 8px;
}

.banner-slider.custom-clip-path .flexslider .slides li .caption {
  position: relative;
  color: #424242;
  background-color: white;
  border-radius: 8px;
  max-width: 450px;
  padding: 50px;
  border: 1px solid #f4f4f4;
}
.banner-slider.custom-clip-path .flexslider .slides li .caption .caption_box {
  position: initial;
  transform: translate(0px, 0px);
}
.banner-slider.custom-clip-path .flexslider .slides li .caption .caption_box h2 {
  color: #424242;
}
.banner-slider.custom-clip-path .flexslider .slides li .caption .caption_box a {
  text-align: right;
  display: block;
}

.banner-slider {
  width: 100%;
}
.banner-slider .flexslider {
  border: none;
  height: 60vh;
  min-height: 480px;
  margin-bottom: 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
}
@media only screen and (max-width: 991px) {
  .banner-slider .flexslider {
    max-height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-slider .flexslider {
    max-height: 220px;
    min-height: initial;
  }
}
.banner-slider .flexslider .flex-viewport {
  height: 100%;
}
.banner-slider .flexslider .slides {
  height: 100%;
}
.banner-slider .flexslider .slides li {
  height: 100%;
  position: relative;
}
.banner-slider .flexslider .slides li .wrapper-slider {
  position: relative;
  height: 100%;
  z-index: 2;
}
.banner-slider .flexslider .slides li .wrapper-slider .row {
  height: 100%;
}
.banner-slider .flexslider .slides li.image, .banner-slider .flexslider .slides li.video a li.image, .banner-slider .flexslider .slides li.slider-full li.image {
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .banner-slider .flexslider .slides li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .banner-slider .flexslider .slides li {
    width: 100%;
  }
  .banner-slider .flexslider .slides li img {
    width: 100%;
  }
}
.banner-slider .flexslider .slides li .mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-slider .flexslider .slides li .caption {
  position: relative;
  color: white;
}
@media only screen and (max-width: 480px) {
  .banner-slider .flexslider .slides li .caption {
    position: absolute;
    width: 100%;
    background-color: transparent;
  }
}
.banner-slider .flexslider .slides li .caption .caption_box {
  padding: 0px 5%;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.banner-slider .flexslider .slides li .caption .caption_box h2 {
  color: white;
  font-weight: 300;
  letter-spacing: 3px;
}
.banner-slider .flexslider .slides li .caption .caption_box p {
  color: #2b2b2b;
}
.banner-slider .flexslider .slides li .caption .caption_box a {
  text-decoration: none;
}
.banner-slider .flexslider .slides li .caption .caption_box a.btn-normal {
  display: inline-block;
}
.banner-slider .flexslider .slides li .caption h3, .banner-slider .flexslider .slides li.video .caption p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 991px) {
  .banner-slider .flexslider .slides li .caption h3, .banner-slider .flexslider .slides li.video .caption p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-slider .flexslider .slides li .caption h3, .banner-slider .flexslider .slides li.video .caption p {
    color: white;
  }
}
.banner-slider .flexslider .slides li.slider-curso {
  height: 100%;
}
.banner-slider .flexslider .slides li.slider-full .image, .banner-slider .flexslider .slides li.slider-full li.video a .image, .banner-slider .flexslider .slides li.video a li.slider-full .image {
  width: 100%;
  height: calc(100vh - 144px);
}
.banner-slider .flexslider .slides li.video .mask {
  z-index: 1;
}
.banner-slider .flexslider .slides li.video video {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-slider .flexslider .slides li.video .caption h3, .banner-slider .flexslider .slides li.video .caption p {
  color: white;
  text-shadow: 2px 2px #3b3b3b;
}
.banner-slider .flexslider .slides li.video .caption p {
  font-size: 16px;
}
.banner-slider .flexslider .slides li.video a .image {
  width: 100%;
  height: calc(100vh - 144px);
}
.banner-slider .flexslider .slides li.video a .image img.playbutton {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-slider .flexslider .flex-control-nav {
  bottom: 35px;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .banner-slider .flexslider .flex-control-nav {
    display: none;
  }
}
.banner-slider .flexslider .flex-control-paging {
  text-align: center;
  width: 90%;
  margin: 0px auto;
  padding: 0px 15px;
  position: relative;
}
.banner-slider .flexslider .flex-control-paging li {
  vertical-align: bottom;
}
.banner-slider .flexslider .flex-control-paging li a {
  width: 15px;
  height: 15px;
  background-color: white;
  border: 2px solid white;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.banner-slider .flexslider .flex-control-paging li a.flex-active {
  border: 2px solid white;
  background-color: #0a2f87;
}
.banner-slider .flexslider .flex-direction-nav a {
  widows: 40px;
  height: 40px;
  border-radius: 50px;
}
.banner-slider .flexslider .flex-direction-nav .flex-prev:before {
  color: #5e5e5e;
  font-family: "icondinta";
  content: "\eb66";
  font-size: 28px;
  margin-left: 5px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.banner-slider .flexslider .flex-direction-nav .flex-next:before {
  color: #5e5e5e;
  font-family: "icondinta";
  content: "\eb67";
  width: 100%;
  font-size: 28px;
  height: 100%;
  display: block;
  text-align: center;
}
.banner-slider.homepage .flexslider .flex-control-nav.flex-control-paging {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  gap: 0.35rem;
}
.banner-slider.homepage .flexslider .flex-control-nav.flex-control-paging li {
  margin: 0;
  vertical-align: unset;
}
.banner-slider.homepage .flexslider .flex-control-nav.flex-control-paging li button,
.banner-slider.homepage .flexslider .flex-control-nav.flex-control-paging li a {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: var(--bs-border-color, #ccc);
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  transition: background 0.3s ease, width 0.3s ease, border-radius 0.3s ease;
}
.banner-slider.homepage .flexslider .flex-control-nav.flex-control-paging li button::before,
.banner-slider.homepage .flexslider .flex-control-nav.flex-control-paging li a::before {
  display: none;
}
.banner-slider.homepage .flexslider .flex-control-nav.flex-control-paging li.slick-active button,
.banner-slider.homepage .flexslider .flex-control-nav.flex-control-paging li a.flex-active {
  width: 24px;
  border-radius: 6px;
  background: var(--bs-primary, #085cd2);
}
.banner-slider.homepage .flexslider .flex-control-nav.flex-control-paging {
  bottom: 35px;
  left: 0;
  right: 0;
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

[data-bs-theme=dark] .banner-slider.homepage .flexslider, .dark-mode .banner-slider.homepage .flexslider, [data-theme=dark] .banner-slider.homepage .flexslider {
  background: transparent;
  border: none;
  box-shadow: none;
}
[data-bs-theme=dark] .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption, .dark-mode .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption, [data-theme=dark] .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption {
  color: #085cd2;
  background-color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
}
[data-bs-theme=dark] .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box h2, .dark-mode .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box h2, [data-theme=dark] .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box h2 {
  color: #03265d;
}
[data-bs-theme=dark] .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box p, .dark-mode .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box p, [data-theme=dark] .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box p {
  color: #085cd2;
}
[data-bs-theme=dark] .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box a, .dark-mode .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box a, [data-theme=dark] .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box a {
  color: #03265d;
}
[data-bs-theme=dark] .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box a:hover, [data-bs-theme=dark] .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box a:focus-visible, .dark-mode .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box a:hover, .dark-mode .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box a:focus-visible, [data-theme=dark] .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box a:hover, [data-theme=dark] .banner-slider.homepage.custom-clip-path .flexslider .slides li .caption .caption_box a:focus-visible {
  color: #085cd2;
}
[data-bs-theme=dark] .banner-slider.homepage .flexslider .flex-direction-nav .flex-prev,
[data-bs-theme=dark] .banner-slider.homepage .flexslider .flex-direction-nav .flex-next, .dark-mode .banner-slider.homepage .flexslider .flex-direction-nav .flex-prev,
.dark-mode .banner-slider.homepage .flexslider .flex-direction-nav .flex-next, [data-theme=dark] .banner-slider.homepage .flexslider .flex-direction-nav .flex-prev,
[data-theme=dark] .banner-slider.homepage .flexslider .flex-direction-nav .flex-next {
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
}
[data-bs-theme=dark] .banner-slider.homepage .flexslider .flex-direction-nav .flex-prev:before,
[data-bs-theme=dark] .banner-slider.homepage .flexslider .flex-direction-nav .flex-next:before, .dark-mode .banner-slider.homepage .flexslider .flex-direction-nav .flex-prev:before,
.dark-mode .banner-slider.homepage .flexslider .flex-direction-nav .flex-next:before, [data-theme=dark] .banner-slider.homepage .flexslider .flex-direction-nav .flex-prev:before,
[data-theme=dark] .banner-slider.homepage .flexslider .flex-direction-nav .flex-next:before {
  color: #e8e8ed;
}

.owl-carousel.slidercourses {
  padding: 10px;
  border: 1px solid #084097;
}
.owl-carousel.slidercourses .item {
  width: 100%;
  border-bottom: 1px solid #084097;
  margin: 0 0 5px;
  padding: 5px;
}
.owl-carousel.slidercourses .item .labelings {
  display: block;
}
.owl-carousel.slidercourses .owl-nav button span {
  padding: 16px;
}
.owl-carousel.single-slider {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .owl-carousel.single-slider {
    height: 380px;
  }
}
@media only screen and (max-width: 991px) {
  .owl-carousel.single-slider .owl-stage-outer {
    height: 100%;
  }
}
.owl-carousel.single-slider .item .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 70%;
  color: white;
  padding: 10px;
}
.owl-carousel.single-slider .item .caption h1 {
  font-size: 26px;
  font-weight: bold;
}
.owl-carousel.single-slider .item .caption p {
  display: block;
}
.owl-carousel.single-slider .item .caption .btn-normal {
  display: inline-block;
}
.owl-carousel.single-slider .item-video .preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.call {
  float: left;
  width: 100%;
  padding: 20px;
}
.call h3, .call .banner-slider .flexslider .slides li.video .caption p, .banner-slider .flexslider .slides li.video .caption .call p {
  margin: 0px;
  color: #3b3b3b;
  font-size: 4, 98645874319808 em;
  font-weight: bold;
}
.call strong {
  font-size: 2.75 em;
  color: #3b3b3b;
}
.call.alert {
  border: 1px solid #f95847;
}
.call.caution {
  border: 1px solid #ffd86a;
}
.call.normal {
  border: 1px solid #018752;
}

.btn-call {
  float: right;
  margin-top: 32px;
}
.btn-call span {
  color: white;
}
.btn-call span a {
  margin-left: 25px;
}

.call-padding {
  padding: 35px 0px;
}

.menu-responsive-trigger {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1024;
  text-align: center;
  background-color: #084097;
  color: white;
}
.menu-responsive-trigger a {
  color: white;
  text-decoration: none;
}
.menu-responsive-trigger i {
  font-size: 32px;
}
.customize-support .menu-responsive {
  top: 32px;
}

.menu-responsive {
  position: fixed;
  top: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0px;
  height: 0px;
  opacity: 0;
  overflow-y: scroll;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.menu-responsive ul, .menu-responsive .accordion-new .accordion-content ol, .accordion-new .accordion-content .menu-responsive ol {
  padding: 20px;
}
.menu-responsive ul li, .menu-responsive .accordion-new .accordion-content ol li, .accordion-new .accordion-content .menu-responsive ol li {
  color: #3b3b3b;
}
.menu-responsive ul li a, .menu-responsive .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .menu-responsive ol li a {
  color: #3b3b3b;
  display: block;
  padding: 16px 0px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
}
.menu-responsive ul li ul, .menu-responsive .accordion-new .accordion-content ol li ul, .accordion-new .accordion-content .menu-responsive ol li ul, .menu-responsive ul li .accordion-new .accordion-content ol, .accordion-new .accordion-content .menu-responsive ul li ol, .menu-responsive .accordion-new .accordion-content ol li ol, .accordion-new .accordion-content .menu-responsive ol li ol {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 0px;
}
.menu-responsive ul li ul li, .menu-responsive .accordion-new .accordion-content ol li ul li, .accordion-new .accordion-content .menu-responsive ol li ul li, .menu-responsive ul li .accordion-new .accordion-content ol li, .accordion-new .accordion-content .menu-responsive ul li ol li, .menu-responsive .accordion-new .accordion-content ol li ol li, .accordion-new .accordion-content .menu-responsive ol li ol li {
  color: inherit;
}
.menu-responsive--open {
  height: 100vh;
  top: 0px;
  opacity: 1;
  padding-bottom: 150px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .menu-aux {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .menu-aux {
    display: none !important;
  }
}
.menu-aux ul, .menu-aux .accordion-new .accordion-content ol, .accordion-new .accordion-content .menu-aux ol {
  text-align: right;
  margin-top: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.menu-aux ul li, .menu-aux .accordion-new .accordion-content ol li, .accordion-new .accordion-content .menu-aux ol li {
  display: inline-block;
  margin-right: 5px;
}
.menu-aux ul li a, .menu-aux .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .menu-aux ol li a {
  color: #2b2b2b;
  font-size: 12px;
  padding: 2px 4px;
  text-decoration: none;
}
.menu-aux ul li a:hover, .menu-aux .accordion-new .accordion-content ol li a:hover, .accordion-new .accordion-content .menu-aux ol li a:hover {
  background-color: #ccc;
  border-radius: 4px;
  text-decoration: none;
}
.menu-aux ul li:last-child, .menu-aux .accordion-new .accordion-content ol li:last-child, .accordion-new .accordion-content .menu-aux ol li:last-child {
  margin-right: 0px;
}

.main-menu {
  float: right;
  width: auto;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .main-menu {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .main-menu {
    display: none;
  }
}
.main-menu ul, .main-menu .accordion-new .accordion-content ol, .accordion-new .accordion-content .main-menu ol {
  text-align: right;
  margin-top: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.main-menu ul li, .main-menu .accordion-new .accordion-content ol li, .accordion-new .accordion-content .main-menu ol li {
  display: inline-block;
  margin-right: 10px;
}
.main-menu ul li a, .main-menu .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .main-menu ol li a {
  padding: 8px;
  display: block;
  transition: all 0.35s ease;
  font-weight: 600;
  font-size: 0.9rem;
}
.main-menu ul li a.open, .main-menu .accordion-new .accordion-content ol li a.open, .accordion-new .accordion-content .main-menu ol li a.open {
  color: white;
  background-color: #084097;
  border-radius: 8px 8px 0px 0px;
  transition: all 0.35s ease;
}
.main-menu ul li a:hover, .main-menu .accordion-new .accordion-content ol li a:hover, .accordion-new .accordion-content .main-menu ol li a:hover, .main-menu ul li a:visited, .main-menu .accordion-new .accordion-content ol li a:visited, .accordion-new .accordion-content .main-menu ol li a:visited {
  text-decoration: none;
}
.main-menu ul li ul, .main-menu .accordion-new .accordion-content ol li ul, .accordion-new .accordion-content .main-menu ol li ul, .main-menu ul li .accordion-new .accordion-content ol, .accordion-new .accordion-content .main-menu ul li ol, .main-menu .accordion-new .accordion-content ol li ol, .accordion-new .accordion-content .main-menu ol li ol {
  padding: 0px;
  margin-top: 0px;
  text-align: left;
}
.main-menu ul li ul li, .main-menu .accordion-new .accordion-content ol li ul li, .accordion-new .accordion-content .main-menu ol li ul li, .main-menu ul li .accordion-new .accordion-content ol li, .accordion-new .accordion-content .main-menu ul li ol li, .main-menu .accordion-new .accordion-content ol li ol li, .accordion-new .accordion-content .main-menu ol li ol li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.main-menu ul li ul li:last-child, .main-menu .accordion-new .accordion-content ol li ul li:last-child, .accordion-new .accordion-content .main-menu ol li ul li:last-child, .main-menu ul li .accordion-new .accordion-content ol li:last-child, .accordion-new .accordion-content .main-menu ul li ol li:last-child, .main-menu .accordion-new .accordion-content ol li ol li:last-child, .accordion-new .accordion-content .main-menu ol li ol li:last-child {
  border-bottom: 0px;
}
.main-menu ul li.menu-item, .main-menu .accordion-new .accordion-content ol li.menu-item, .accordion-new .accordion-content .main-menu ol li.menu-item {
  display: inline-block;
  margin-right: 10px;
}
.main-menu ul li.menu-item a, .main-menu .accordion-new .accordion-content ol li.menu-item a, .accordion-new .accordion-content .main-menu ol li.menu-item a {
  text-decoration: none;
  font-weight: 500;
}
.main-menu ul li.menu-item .sub-menu li a, .main-menu .accordion-new .accordion-content ol li.menu-item .sub-menu li a, .accordion-new .accordion-content .main-menu ol li.menu-item .sub-menu li a,
.main-menu ul li.menu-item .dropdown-menu li a,
.main-menu .accordion-new .accordion-content ol li.menu-item .dropdown-menu li a,
.accordion-new .accordion-content .main-menu ol li.menu-item .dropdown-menu li a {
  font-size: 0.8rem;
  color: #084097;
}
.main-menu ul li.dropdown .dropdown-menu .menu-item, .main-menu .accordion-new .accordion-content ol li.dropdown .dropdown-menu .menu-item, .accordion-new .accordion-content .main-menu ol li.dropdown .dropdown-menu .menu-item {
  padding: 0px;
}
.main-menu ul li.triangle:after, .main-menu .accordion-new .accordion-content ol li.triangle:after, .accordion-new .accordion-content .main-menu ol li.triangle:after {
  position: absolute;
  top: 46%;
  right: -2px;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #084097;
}
.main-menu ul li:last-child, .main-menu .accordion-new .accordion-content ol li:last-child, .accordion-new .accordion-content .main-menu ol li:last-child {
  margin-right: 0px;
}

.menu-side ul, .menu-side .accordion-new .accordion-content ol, .accordion-new .accordion-content .menu-side ol {
  margin-bottom: 0px;
}
.menu-side ul li, .menu-side .accordion-new .accordion-content ol li, .accordion-new .accordion-content .menu-side ol li {
  margin-right: 0px;
  border-bottom: 1px solid #a7a7a7;
  padding: 0px;
}
.menu-side ul li a, .menu-side .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .menu-side ol li a {
  padding: 6px;
  display: block;
}

.pagination-category {
  clear: both;
  display: block;
}
.pagination-category a,
.pagination-category span {
  font-size: 13px;
}
.pagination-category a {
  margin-left: 4px;
  text-decoration: none;
}
.pagination-category a ~ span {
  margin-left: 10px;
}
.pagination-category .page-numbers {
  padding: 2px 10px;
  background-color: #084097;
  color: white;
}
.pagination-category .page-numbers.current {
  background-color: #c5c4c4;
}
.pagination-category a.prev.page-numbers {
  margin-left: 0px;
}

.filter-new .field-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.filter-new select {
  width: 100%;
  padding: 12px 6px;
}

.body-entry .pagination li {
  padding-left: 0px;
}

.pagination li {
  padding-left: 0px;
}
.pagination li a {
  float: none;
}

#list-filter .pagination {
  width: 100%;
  padding-left: 0px;
}
#list-filter .pagination li {
  display: inline-block;
}
#list-filter .pagination li a {
  border: 1px solid;
  margin-right: 5px;
  padding: 10px;
  text-decoration: none;
}

.simulador a {
  color: white;
}
.simulador a .glyphicon {
  font-size: 12px;
  margin-right: 5px;
}

#simulador {
  padding: 15px;
}
#simulador .notes.small {
  font-size: 12px;
  display: block;
}
#simulador #singlePrecio {
  display: block;
  font-size: 26px;
}
#simulador select {
  padding: 12px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
#simulador input[type=button] {
  color: #3b3b3b;
  margin-bottom: 15px;
  background-color: #f4f4f4;
  padding: 6px 12px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  outline: 0px;
  -webkit-appearance: none;
}
#simulador #resultados {
  display: none;
  padding: 15px;
  background-color: #084097;
}
#simulador #resultados span {
  color: white;
  display: block;
}
#simulador #resultados span:nth-child(2) {
  font-size: 28px;
}
#simulador .mfp-close {
  color: #3b3b3b;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0px auto;
  display: block;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #084097;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.banner-header.clip-path {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0 99%, 0 74%, 88% 75%, 100% 100%, 20% 100%, 27% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 0 99%, 0 74%, 88% 75%, 100% 100%, 20% 100%, 27% 100%, 100% 100%, 100% 0%);
}

.banner-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 315px;
  width: 100%;
}

.btn-see-more {
  text-decoration: none;
}
.btn-see-more i {
  vertical-align: middle;
  font-size: 22px;
}

.btn__normal {
  display: inline-block;
  padding: 12px 16px;
  color: white;
  text-align: center;
  transition: all 0.8s ease;
  border: 2px solid rgba(0, 0, 0, 0);
}
.btn__normal.btn__normal__blue {
  background-color: #084097;
}
.btn__normal.btn__normal__blue:hover {
  text-decoration: none;
  color: white;
  border-radius: 12px 12px 12px 12px;
  transition: all 0.8s ease;
  border: 2px solid white;
}
.btn__normal.btn__normal__blue:visited {
  color: white;
}

.btn__outline {
  display: inline-block;
  padding: 6px 12px;
  color: #084097;
  text-align: center;
  font-weight: bold;
  border: 2px solid #084097;
  background-color: transparent;
  transition: all 0.5s ease;
}
.btn__outline:hover {
  background-color: #084097;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 26px;
  transition: all 0.6s ease;
  border: 2px solid white;
}
.btn__outline.btn__outline__big {
  display: block;
  margin-bottom: 10px;
  padding: 12px;
}
.btn__outline.btn__outline__big:last-child {
  margin-bottom: 0px;
}

#carousel-egresados .owl-item {
  padding: 10px;
}
#carousel-egresados .owl-item li {
  position: relative;
  overflow: visible;
  padding: 10px 10px 50px 10px;
  margin-bottom: 50px;
  font-size: 13px;
}
#carousel-egresados .owl-item li:before {
  content: "";
  background-image: url(../img/left-quote.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 50px;
}
#carousel-egresados .owl-item li .testimonial__name {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: bold;
}
#carousel-egresados .owl-item li .testimonial__year {
  font-size: 12px;
  display: block;
  text-align: center;
}
#carousel-egresados .owl-item li .testimonial__title {
  font-size: 12px;
  display: block;
  text-align: center;
}
#carousel-egresados .owl-item li .testimonial__text {
  padding-left: 35px;
  font-size: 16px;
}
#carousel-egresados .owl-item li .testimonial__image {
  position: absolute;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.attach-fields.documents .title {
  display: block;
  margin-bottom: 10px;
}
.attach-fields.documents li {
  margin-bottom: 10px;
}

.ibox {
  display: block;
  margin-bottom: 15px;
}

.lb {
  font-size: 0.69rem;
}

.labelings {
  padding: 3px 8px;
  color: white;
  border-radius: 12px;
  margin-right: 3px;
  font-size: 0.7rem;
  background-color: #2b2b2b;
}

.cotizar_contenedor {
  padding: 5px;
}
.cotizar_contenedor strong {
  font-size: 0.9rem;
}

.accordion-new {
  display: block;
  float: left;
  width: 100%;
}
.accordion-new .accordion-title {
  cursor: pointer;
  padding-top: 10px;
  padding-left: 6px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .accordion-new .accordion-title {
    padding-left: 6px;
    font-size: 16px;
  }
}
.accordion-new .accordion-title:hover {
  background-color: #f4f4f4;
}
.accordion-new .accordion-title:after, .accordion-new .accordion-title:before {
  width: 10px;
  height: 2px;
  background-color: #3b3b3b;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion-new .accordion-title:before {
  right: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-new .accordion-title:after {
  right: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion-new .accordion-title.active {
  color: #084097;
}
.accordion-new .accordion-title.active:after, .accordion-new .accordion-title.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-new .accordion-content {
  display: none;
  overflow: hidden;
  padding: 6px;
}
@media only screen and (max-width: 991px) {
  .accordion-new .accordion-content {
    padding-left: 0px;
  }
}
.accordion-new .accordion-content.default {
  display: block;
}
.accordion-new .accordion-content ul, .accordion-new .accordion-content ol {
  padding-left: 15px;
}
.search-post {
  margin-bottom: 15px;
  display: block;
}
.search-post .field-title {
  display: block;
  margin-bottom: 15px;
}
.search-post .search-box-input input {
  width: 78%;
  padding: 12px;
}
.search-post .search-box-input button {
  margin-left: 1%;
  width: 19%;
  padding: 12px;
}

.filtered-posts ul, .filtered-posts .accordion-new .accordion-content ol, .accordion-new .accordion-content .filtered-posts ol {
  padding-left: 0px;
}
.filtered-posts ul li, .filtered-posts .accordion-new .accordion-content ol li, .accordion-new .accordion-content .filtered-posts ol li {
  padding-left: 0px;
}

#list-filter .search {
  width: 100%;
  padding: 10px;
  background-color: #e7f4ff;
  border: 3px solid #e7f4ff;
  transition: all 1s ease;
}
#list-filter .search:focus-visible {
  border: 3px solid #a3aadf;
  transition: all 1s ease;
  outline: none;
}
#list-filter .filter {
  padding-left: 0px;
}
#list-filter .filter li {
  display: inline-block;
}

.list-links li::marker {
  font-family: "icondinta";
  content: "\e91c";
}
.list-links li a {
  padding-left: 3px;
  text-decoration: none;
}

h1, .h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #0a1935;
  margin-bottom: 0.75em;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #0a1935;
  margin-bottom: 0.65em;
}

h3, .banner-slider .flexslider .slides li.video .caption p, .h3 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2b2b2b;
  margin-bottom: 0.6em;
}

h4, .h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2b2b2b;
  margin-bottom: 0.5em;
}

h5, .h5 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #3b3b3b;
  margin-bottom: 0.45em;
}

h6, .h6 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #727171;
  margin-bottom: 0.4em;
}

p, .body-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2b2b2b;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.article-title, .section-title {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.content-title, .magister .content-title.slim, .magisters .content-title.slim, .especializacion .content-title.slim,
.form-title {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
}

.md-label,
.labelings {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.btn,
.btn-normal,
.btn__normal,
.btn__outline,
.btn-see-more,
.btn-call {
  border-radius: 4px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover, .btn:focus-visible,
.btn-normal:hover,
.btn-normal:focus-visible,
.btn__normal:hover,
.btn__normal:focus-visible,
.btn__outline:hover,
.btn__outline:focus-visible,
.btn-see-more:hover,
.btn-see-more:focus-visible,
.btn-call:hover,
.btn-call:focus-visible {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn:active,
.btn-normal:active,
.btn__normal:active,
.btn__outline:active,
.btn-see-more:active,
.btn-call:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  transform: translateY(1px);
}
.btn,
.btn-normal,
.btn__normal,
.btn__outline,
.btn-see-more,
.btn-call {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.btn::before,
.btn-normal::before,
.btn__normal::before,
.btn__outline::before,
.btn-see-more::before,
.btn-call::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #0b5cd2;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.btn:hover::before,
.btn-normal:hover::before,
.btn__normal:hover::before,
.btn__outline:hover::before,
.btn-see-more:hover::before,
.btn-call:hover::before {
  opacity: 0.08;
}
.btn:focus-visible::before,
.btn-normal:focus-visible::before,
.btn__normal:focus-visible::before,
.btn__outline:focus-visible::before,
.btn-see-more:focus-visible::before,
.btn-call:focus-visible::before {
  opacity: 0.12;
}
.btn:active::before,
.btn-normal:active::before,
.btn__normal:active::before,
.btn__outline:active::before,
.btn-see-more:active::before,
.btn-call:active::before {
  opacity: 0.16;
}
.btn > *,
.btn-normal > *,
.btn__normal > *,
.btn__outline > *,
.btn-see-more > *,
.btn-call > * {
  position: relative;
  z-index: 1;
}
.btn::after,
.btn-normal::after,
.btn__normal::after,
.btn__outline::after,
.btn-see-more::after,
.btn-call::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(11, 92, 210, 0.28);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 450ms cubic-bezier(0.4, 0, 0.2, 1), height 450ms cubic-bezier(0.4, 0, 0.2, 1), opacity 350ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.btn:active::after,
.btn-normal:active::after,
.btn__normal:active::after,
.btn__outline:active::after,
.btn-see-more:active::after,
.btn-call:active::after {
  width: 220%;
  height: 220%;
  opacity: 1;
  transition: 0s;
}
.btn:focus, .btn:focus-visible,
.btn-normal:focus,
.btn-normal:focus-visible,
.btn__normal:focus,
.btn__normal:focus-visible,
.btn__outline:focus,
.btn__outline:focus-visible,
.btn-see-more:focus,
.btn-see-more:focus-visible,
.btn-call:focus,
.btn-call:focus-visible {
  outline: none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px rgba(11, 92, 210, 0.25);
}

.btn__normal__blue,
.btn-normal.btn-blue,
.btn-primary,
.brand-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.btn__normal__blue::before,
.btn-normal.btn-blue::before,
.btn-primary::before,
.brand-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #fff;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.btn__normal__blue:hover::before,
.btn-normal.btn-blue:hover::before,
.btn-primary:hover::before,
.brand-bg:hover::before {
  opacity: 0.08;
}
.btn__normal__blue:focus-visible::before,
.btn-normal.btn-blue:focus-visible::before,
.btn-primary:focus-visible::before,
.brand-bg:focus-visible::before {
  opacity: 0.12;
}
.btn__normal__blue:active::before,
.btn-normal.btn-blue:active::before,
.btn-primary:active::before,
.brand-bg:active::before {
  opacity: 0.16;
}
.btn__normal__blue > *,
.btn-normal.btn-blue > *,
.btn-primary > *,
.brand-bg > * {
  position: relative;
  z-index: 1;
}
.btn__normal__blue::after,
.btn-normal.btn-blue::after,
.btn-primary::after,
.brand-bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 450ms cubic-bezier(0.4, 0, 0.2, 1), height 450ms cubic-bezier(0.4, 0, 0.2, 1), opacity 350ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.btn__normal__blue:active::after,
.btn-normal.btn-blue:active::after,
.btn-primary:active::after,
.brand-bg:active::after {
  width: 220%;
  height: 220%;
  opacity: 1;
  transition: 0s;
}
.btn__normal__blue:active::after,
.btn-normal.btn-blue:active::after,
.btn-primary:active::after,
.brand-bg:active::after {
  background: rgba(255, 255, 255, 0.35);
}

.btn__outline,
.btn-see-more {
  box-shadow: none;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn__outline:hover, .btn__outline:focus-visible,
.btn-see-more:hover,
.btn-see-more:focus-visible {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn__outline:active,
.btn-see-more:active {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  transform: none;
}

.card,
.material-box {
  border-radius: 8px;
  border: none;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover, .card:focus-visible,
.material-box:hover,
.material-box:focus-visible {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.card:active,
.material-box:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  transform: translateY(1px);
}
.card:focus-within,
.material-box:focus-within {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.box-shadow-1 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.material-box {
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.material-box.material-box__1 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.material-box.material-box__2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.material-box.material-box__3 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.material-box.material-box__4 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.material-box.material--hover:hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.form-control, .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form .search,
.contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea,
.contact-form-inner select,
.contact-form-inner .search,
#list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea,
#list-filter select,
#list-filter .search,
.post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea,
.post-content .wpcf7 select,
.post-content .wpcf7 .search,
.form-select {
  appearance: none;
  background-color: rgba(var(--bs-body-bg-rgb), 0.6);
  border: none;
  border-bottom: 2px solid rgba(var(--bs-border-color-rgb), 0.55);
  border-radius: 4px 4px 0 0;
  color: var(--bs-body-color);
  outline: none;
  padding: 10px 12px 8px;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form-control::placeholder, .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file])::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form .search::placeholder,
.contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file])::placeholder,
.contact-form-inner textarea::placeholder,
.contact-form-inner select::placeholder,
.contact-form-inner .search::placeholder,
#list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file])::placeholder,
#list-filter textarea::placeholder,
#list-filter select::placeholder,
#list-filter .search::placeholder,
.post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file])::placeholder,
.post-content .wpcf7 textarea::placeholder,
.post-content .wpcf7 select::placeholder,
.post-content .wpcf7 .search::placeholder,
.form-select::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:hover, .wpcf7-form input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:hover,
.wpcf7-form select:hover,
.wpcf7-form .search:hover,
.contact-form-inner input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:hover,
.contact-form-inner select:hover,
.contact-form-inner .search:hover,
#list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:hover,
#list-filter select:hover,
#list-filter .search:hover,
.post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:hover,
.post-content .wpcf7 select:hover,
.post-content .wpcf7 .search:hover,
.form-select:hover {
  border-bottom-color: rgba(var(--bs-primary-rgb), 0.6);
  background-color: rgba(var(--bs-body-bg-rgb), 0.85);
}
.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus, .form-control:focus-visible, .wpcf7-form input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus-visible,
.wpcf7-form select:focus-visible,
.wpcf7-form .search:focus-visible,
.contact-form-inner input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus-visible,
.contact-form-inner select:focus-visible,
.contact-form-inner .search:focus-visible,
#list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus-visible,
#list-filter select:focus-visible,
#list-filter .search:focus-visible,
.post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 .search:focus-visible,
.form-select:focus,
.form-select:focus-visible {
  outline: none;
  background-color: var(--bs-body-bg);
  border-bottom-color: var(--bs-primary);
  box-shadow: 0 1px 0 0 var(--bs-primary);
}

.wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form .search,
.contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea,
.contact-form-inner select,
.contact-form-inner .search,
#list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea,
#list-filter select,
#list-filter .search,
.post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea,
.post-content .wpcf7 select,
.post-content .wpcf7 .search {
  width: 100%;
}
.wpcf7-form textarea,
.contact-form-inner textarea,
#list-filter textarea,
.post-content .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
  border-radius: 4px;
  border: 1px solid rgba(114, 113, 113, 0.3);
  border-bottom: 2px solid rgba(114, 113, 113, 0.4);
}
.wpcf7-form textarea:focus, .wpcf7-form textarea:focus-visible,
.contact-form-inner textarea:focus,
.contact-form-inner textarea:focus-visible,
#list-filter textarea:focus,
#list-filter textarea:focus-visible,
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 textarea:focus-visible {
  border-color: rgba(11, 92, 210, 0.3);
  border-bottom-color: #0b5cd2;
  box-shadow: 0 0 0 1px rgba(11, 92, 210, 0.15);
}
.wpcf7-form select,
.contact-form-inner select,
#list-filter select,
.post-content .wpcf7 select {
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #084097 50%), linear-gradient(135deg, #084097 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% + 2px), calc(100% - 12px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 32px;
}
.wpcf7-form label,
.contact-form-inner label,
#list-filter label,
.post-content .wpcf7 label {
  color: #3b3b3b;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 4px;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.wpcf7-form .wpcf7-form-control-wrap:focus-within + label,
.wpcf7-form .input:focus-within label,
.wpcf7-form .textarea:focus-within label,
.contact-form-inner .wpcf7-form-control-wrap:focus-within + label,
.contact-form-inner .input:focus-within label,
.contact-form-inner .textarea:focus-within label,
#list-filter .wpcf7-form-control-wrap:focus-within + label,
#list-filter .input:focus-within label,
#list-filter .textarea:focus-within label,
.post-content .wpcf7 .wpcf7-form-control-wrap:focus-within + label,
.post-content .wpcf7 .input:focus-within label,
.post-content .wpcf7 .textarea:focus-within label {
  color: #0b5cd2;
}
.wpcf7-form input[type=submit],
.wpcf7-form .wpcf7-submit,
.wpcf7-form .submit,
.contact-form-inner input[type=submit],
.contact-form-inner .wpcf7-submit,
.contact-form-inner .submit,
#list-filter input[type=submit],
#list-filter .wpcf7-submit,
#list-filter .submit,
.post-content .wpcf7 input[type=submit],
.post-content .wpcf7 .wpcf7-submit,
.post-content .wpcf7 .submit {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.wpcf7-form input[type=submit]:hover, .wpcf7-form input[type=submit]:focus-visible,
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus-visible,
.wpcf7-form .submit:hover,
.wpcf7-form .submit:focus-visible,
.contact-form-inner input[type=submit]:hover,
.contact-form-inner input[type=submit]:focus-visible,
.contact-form-inner .wpcf7-submit:hover,
.contact-form-inner .wpcf7-submit:focus-visible,
.contact-form-inner .submit:hover,
.contact-form-inner .submit:focus-visible,
#list-filter input[type=submit]:hover,
#list-filter input[type=submit]:focus-visible,
#list-filter .wpcf7-submit:hover,
#list-filter .wpcf7-submit:focus-visible,
#list-filter .submit:hover,
#list-filter .submit:focus-visible,
.post-content .wpcf7 input[type=submit]:hover,
.post-content .wpcf7 input[type=submit]:focus-visible,
.post-content .wpcf7 .wpcf7-submit:hover,
.post-content .wpcf7 .wpcf7-submit:focus-visible,
.post-content .wpcf7 .submit:hover,
.post-content .wpcf7 .submit:focus-visible {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.wpcf7-form input[type=submit]:active,
.wpcf7-form .wpcf7-submit:active,
.wpcf7-form .submit:active,
.contact-form-inner input[type=submit]:active,
.contact-form-inner .wpcf7-submit:active,
.contact-form-inner .submit:active,
#list-filter input[type=submit]:active,
#list-filter .wpcf7-submit:active,
#list-filter .submit:active,
.post-content .wpcf7 input[type=submit]:active,
.post-content .wpcf7 .wpcf7-submit:active,
.post-content .wpcf7 .submit:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  transform: translateY(1px);
}
.wpcf7-form input[type=submit]:focus, .wpcf7-form input[type=submit]:focus-visible,
.wpcf7-form .wpcf7-submit:focus,
.wpcf7-form .wpcf7-submit:focus-visible,
.wpcf7-form .submit:focus,
.wpcf7-form .submit:focus-visible,
.contact-form-inner input[type=submit]:focus,
.contact-form-inner input[type=submit]:focus-visible,
.contact-form-inner .wpcf7-submit:focus,
.contact-form-inner .wpcf7-submit:focus-visible,
.contact-form-inner .submit:focus,
.contact-form-inner .submit:focus-visible,
#list-filter input[type=submit]:focus,
#list-filter input[type=submit]:focus-visible,
#list-filter .wpcf7-submit:focus,
#list-filter .wpcf7-submit:focus-visible,
#list-filter .submit:focus,
#list-filter .submit:focus-visible,
.post-content .wpcf7 input[type=submit]:focus,
.post-content .wpcf7 input[type=submit]:focus-visible,
.post-content .wpcf7 .wpcf7-submit:focus,
.post-content .wpcf7 .wpcf7-submit:focus-visible,
.post-content .wpcf7 .submit:focus,
.post-content .wpcf7 .submit:focus-visible {
  outline: none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px rgba(11, 92, 210, 0.25);
}

.md-field--outlined input:not([type=submit]),
.md-field--outlined textarea,
.md-field--outlined select,
.md-field--outlined .form-control,
.md-field--outlined .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .md-field--outlined input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.md-field--outlined .wpcf7-form textarea,
.wpcf7-form .md-field--outlined textarea,
.md-field--outlined .wpcf7-form select,
.wpcf7-form .md-field--outlined select,
.md-field--outlined .wpcf7-form .search,
.wpcf7-form .md-field--outlined .search,
.md-field--outlined .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .md-field--outlined input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.md-field--outlined .contact-form-inner textarea,
.contact-form-inner .md-field--outlined textarea,
.md-field--outlined .contact-form-inner select,
.contact-form-inner .md-field--outlined select,
.md-field--outlined .contact-form-inner .search,
.contact-form-inner .md-field--outlined .search,
.md-field--outlined #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .md-field--outlined input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.md-field--outlined #list-filter textarea,
#list-filter .md-field--outlined textarea,
.md-field--outlined #list-filter select,
#list-filter .md-field--outlined select,
.md-field--outlined #list-filter .search,
#list-filter .md-field--outlined .search,
.md-field--outlined .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .md-field--outlined input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.md-field--outlined .post-content .wpcf7 textarea,
.post-content .wpcf7 .md-field--outlined textarea,
.md-field--outlined .post-content .wpcf7 select,
.post-content .wpcf7 .md-field--outlined select,
.md-field--outlined .post-content .wpcf7 .search,
.post-content .wpcf7 .md-field--outlined .search {
  background-color: transparent;
  border: 1px solid rgba(114, 113, 113, 0.4);
  border-radius: 4px;
}
.md-field--outlined input:not([type=submit]):focus, .md-field--outlined input:not([type=submit]):focus-visible,
.md-field--outlined textarea:focus,
.md-field--outlined textarea:focus-visible,
.md-field--outlined select:focus,
.md-field--outlined select:focus-visible,
.md-field--outlined .form-control:focus,
.md-field--outlined .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .md-field--outlined input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.md-field--outlined .wpcf7-form textarea:focus,
.wpcf7-form .md-field--outlined textarea:focus,
.md-field--outlined .wpcf7-form select:focus,
.wpcf7-form .md-field--outlined select:focus,
.md-field--outlined .wpcf7-form .search:focus,
.wpcf7-form .md-field--outlined .search:focus,
.md-field--outlined .contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .md-field--outlined input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.md-field--outlined .contact-form-inner textarea:focus,
.contact-form-inner .md-field--outlined textarea:focus,
.md-field--outlined .contact-form-inner select:focus,
.contact-form-inner .md-field--outlined select:focus,
.md-field--outlined .contact-form-inner .search:focus,
.contact-form-inner .md-field--outlined .search:focus,
.md-field--outlined #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .md-field--outlined input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.md-field--outlined #list-filter textarea:focus,
#list-filter .md-field--outlined textarea:focus,
.md-field--outlined #list-filter select:focus,
#list-filter .md-field--outlined select:focus,
.md-field--outlined #list-filter .search:focus,
#list-filter .md-field--outlined .search:focus,
.md-field--outlined .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .md-field--outlined input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.md-field--outlined .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 .md-field--outlined textarea:focus,
.md-field--outlined .post-content .wpcf7 select:focus,
.post-content .wpcf7 .md-field--outlined select:focus,
.md-field--outlined .post-content .wpcf7 .search:focus,
.post-content .wpcf7 .md-field--outlined .search:focus,
.md-field--outlined .form-control:focus-visible,
.md-field--outlined .wpcf7-form input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .md-field--outlined input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.md-field--outlined .wpcf7-form textarea:focus-visible,
.wpcf7-form .md-field--outlined textarea:focus-visible,
.md-field--outlined .wpcf7-form select:focus-visible,
.wpcf7-form .md-field--outlined select:focus-visible,
.md-field--outlined .wpcf7-form .search:focus-visible,
.wpcf7-form .md-field--outlined .search:focus-visible,
.md-field--outlined .contact-form-inner input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .md-field--outlined input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.md-field--outlined .contact-form-inner textarea:focus-visible,
.contact-form-inner .md-field--outlined textarea:focus-visible,
.md-field--outlined .contact-form-inner select:focus-visible,
.contact-form-inner .md-field--outlined select:focus-visible,
.md-field--outlined .contact-form-inner .search:focus-visible,
.contact-form-inner .md-field--outlined .search:focus-visible,
.md-field--outlined #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .md-field--outlined input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.md-field--outlined #list-filter textarea:focus-visible,
#list-filter .md-field--outlined textarea:focus-visible,
.md-field--outlined #list-filter select:focus-visible,
#list-filter .md-field--outlined select:focus-visible,
.md-field--outlined #list-filter .search:focus-visible,
#list-filter .md-field--outlined .search:focus-visible,
.md-field--outlined .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .md-field--outlined input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.md-field--outlined .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 .md-field--outlined textarea:focus-visible,
.md-field--outlined .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 .md-field--outlined select:focus-visible,
.md-field--outlined .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 .md-field--outlined .search:focus-visible {
  border-color: #0b5cd2;
  box-shadow: 0 0 0 1px rgba(11, 92, 210, 0.2);
}

.m3-fixed-controls,
.main-header {
  position: relative;
  width: 100%;
  background-color: rgba(var(--bs-body-bg-rgb), 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.08), 0 4px 12px -1px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(var(--bs-border-color-rgb), 0.35);
}

.header:not(.m3-main-navbar) {
  position: relative;
  width: 100%;
  background-color: rgba(var(--bs-body-bg-rgb), 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.08), 0 4px 12px -1px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(var(--bs-border-color-rgb), 0.35);
}

.m3-aux-drawer {
  position: relative;
  width: 100%;
  margin: 0;
  border: none;
}
.m3-aux-drawer:not(.m3-auxiliary-menu) {
  background-color: rgba(var(--bs-body-bg-rgb), 0.98);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(var(--bs-border-color-rgb), 0.35);
}
.m3-aux-drawer.position-absolute, .m3-aux-drawer.position-fixed {
  position: relative !important;
}
.m3-aux-drawer.show {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.m3-aux-drawer > .container {
  min-height: auto;
}
.m3-aux-drawer > .container > .row,
.m3-aux-drawer > .container > .d-flex {
  width: 100%;
  align-items: center;
}
.m3-aux-drawer > .container > .text-muted {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #727171 !important;
}
.m3-aux-drawer .menu-aux {
  flex: 1 1 auto;
  width: auto;
}
@media only screen and (max-width: 480px) {
  .m3-aux-drawer .menu-aux {
    width: 100%;
  }
}
.m3-aux-drawer .menu-aux > ul, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol,
.m3-aux-drawer .menu-aux ul.menu,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 480px) {
  .m3-aux-drawer .menu-aux > ul, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol,
  .m3-aux-drawer .menu-aux ul.menu,
  .m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu,
  .accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    gap: 0;
  }
}
.m3-aux-drawer .menu-aux > ul > li, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li,
.m3-aux-drawer .menu-aux ul.menu > li,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li {
  display: inline-flex;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .m3-aux-drawer .menu-aux > ul > li, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li,
  .m3-aux-drawer .menu-aux ul.menu > li,
  .m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li,
  .accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .m3-aux-drawer .menu-aux > ul > li:last-child, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li:last-child, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li:last-child,
  .m3-aux-drawer .menu-aux ul.menu > li:last-child,
  .m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li:last-child,
  .accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li:last-child {
    border-bottom: none;
  }
}
.m3-aux-drawer .menu-aux > ul > li > a, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li > a, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li > a,
.m3-aux-drawer .menu-aux ul.menu > li > a,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li > a,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2b2b2b;
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.m3-aux-drawer .menu-aux > ul > li > a::before, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li > a::before, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li > a::before,
.m3-aux-drawer .menu-aux ul.menu > li > a::before,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li > a::before,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li > a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #084097;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.m3-aux-drawer .menu-aux > ul > li > a:hover::before, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li > a:hover::before, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li > a:hover::before,
.m3-aux-drawer .menu-aux ul.menu > li > a:hover::before,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li > a:hover::before,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li > a:hover::before {
  opacity: 0.08;
}
.m3-aux-drawer .menu-aux > ul > li > a:focus-visible::before, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li > a:focus-visible::before, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li > a:focus-visible::before,
.m3-aux-drawer .menu-aux ul.menu > li > a:focus-visible::before,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li > a:focus-visible::before,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li > a:focus-visible::before {
  opacity: 0.12;
}
.m3-aux-drawer .menu-aux > ul > li > a:active::before, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li > a:active::before, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li > a:active::before,
.m3-aux-drawer .menu-aux ul.menu > li > a:active::before,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li > a:active::before,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li > a:active::before {
  opacity: 0.16;
}
.m3-aux-drawer .menu-aux > ul > li > a > *, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li > a > *, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li > a > *,
.m3-aux-drawer .menu-aux ul.menu > li > a > *,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li > a > *,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li > a > * {
  position: relative;
  z-index: 1;
}
.m3-aux-drawer .menu-aux > ul > li > a::after, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li > a::after, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li > a::after,
.m3-aux-drawer .menu-aux ul.menu > li > a::after,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li > a::after,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(8, 64, 151, 0.28);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 450ms cubic-bezier(0.4, 0, 0.2, 1), height 450ms cubic-bezier(0.4, 0, 0.2, 1), opacity 350ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.m3-aux-drawer .menu-aux > ul > li > a:active::after, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li > a:active::after, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li > a:active::after,
.m3-aux-drawer .menu-aux ul.menu > li > a:active::after,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li > a:active::after,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li > a:active::after {
  width: 220%;
  height: 220%;
  opacity: 1;
  transition: 0s;
}
@media only screen and (max-width: 480px) {
  .m3-aux-drawer .menu-aux > ul > li > a, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li > a, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li > a,
  .m3-aux-drawer .menu-aux ul.menu > li > a,
  .m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li > a,
  .accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li > a {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 4px;
    white-space: normal;
  }
}
.m3-aux-drawer .menu-aux > ul > li > a:hover, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li > a:hover, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li > a:hover, .m3-aux-drawer .menu-aux > ul > li > a:focus-visible, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li > a:focus-visible, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li > a:focus-visible,
.m3-aux-drawer .menu-aux ul.menu > li > a:hover,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li > a:hover,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li > a:hover,
.m3-aux-drawer .menu-aux ul.menu > li > a:focus-visible,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li > a:focus-visible,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li > a:focus-visible {
  color: #084097;
  text-decoration: none;
  outline: none;
}
.m3-aux-drawer .menu-aux > ul > li:last-child > a, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li:last-child > a, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li:last-child > a,
.m3-aux-drawer .menu-aux ul.menu > li:last-child > a,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li:last-child > a,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li:last-child > a {
  background-color: rgba(11, 92, 210, 0.08);
  color: #0b5cd2;
  font-weight: 700;
}
.m3-aux-drawer .menu-aux > ul > li:last-child > a:hover, .m3-aux-drawer .accordion-new .accordion-content .menu-aux > ol > li:last-child > a:hover, .accordion-new .accordion-content .m3-aux-drawer .menu-aux > ol > li:last-child > a:hover,
.m3-aux-drawer .menu-aux ul.menu > li:last-child > a:hover,
.m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu > li:last-child > a:hover,
.accordion-new .accordion-content .m3-aux-drawer .menu-aux ol.menu > li:last-child > a:hover {
  background-color: rgba(11, 92, 210, 0.14);
}

.header {
  position: relative;
  height: auto;
  min-height: 0;
  overflow: visible;
  z-index: 1050;
}
.header .navigation {
  position: relative;
  height: auto;
  min-height: 0;
}
.header .logo {
  float: none;
  width: 140px;
  margin: 0;
  line-height: 0;
}
@media (max-width: 991.98px) {
  .header .logo {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .header .logo {
    width: auto;
  }
}
.header .logo a {
  display: block;
}
.header .logo img,
.header .logo .custom-logo,
.header .logo .m3-svg-logo-wrapper svg {
  width: 100%;
  height: auto;
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 991.98px) {
  .header .logo img,
  .header .logo .custom-logo,
  .header .logo .m3-svg-logo-wrapper svg {
    width: auto;
    height: 72px;
    max-height: 72px;
  }
}
.header .main-menu {
  float: none;
  width: auto;
}
.header .main-menu > ul, .header .accordion-new .accordion-content .main-menu > ol, .accordion-new .accordion-content .header .main-menu > ol {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .main-menu > ul > li, .header .accordion-new .accordion-content .main-menu > ol > li, .accordion-new .accordion-content .header .main-menu > ol > li {
  display: inline-flex;
  margin: 0;
}
.header .main-menu > ul > li > a, .header .accordion-new .accordion-content .main-menu > ol > li > a, .accordion-new .accordion-content .header .main-menu > ol > li > a,
.header .main-menu > ul > li > .nav-link,
.header .accordion-new .accordion-content .main-menu > ol > li > .nav-link,
.accordion-new .accordion-content .header .main-menu > ol > li > .nav-link {
  padding: 8px 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bs-nav-link-color, var(--bs-body-color));
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.header .main-menu > ul > li > a:hover, .header .accordion-new .accordion-content .main-menu > ol > li > a:hover, .accordion-new .accordion-content .header .main-menu > ol > li > a:hover, .header .main-menu > ul > li > a:focus-visible, .header .accordion-new .accordion-content .main-menu > ol > li > a:focus-visible, .accordion-new .accordion-content .header .main-menu > ol > li > a:focus-visible,
.header .main-menu > ul > li > .nav-link:hover,
.header .accordion-new .accordion-content .main-menu > ol > li > .nav-link:hover,
.accordion-new .accordion-content .header .main-menu > ol > li > .nav-link:hover,
.header .main-menu > ul > li > .nav-link:focus-visible,
.header .accordion-new .accordion-content .main-menu > ol > li > .nav-link:focus-visible,
.accordion-new .accordion-content .header .main-menu > ol > li > .nav-link:focus-visible {
  background-color: rgba(var(--bs-primary-rgb), 0.08);
  color: var(--bs-primary);
  text-decoration: none;
  outline: none;
}

.btn-icon-m3,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"],
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(8, 64, 151, 0.12);
  border-radius: 999px;
  background-color: rgba(8, 64, 151, 0.06);
  color: #084097;
  line-height: 1;
  cursor: pointer;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.btn-icon-m3::before,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"]::before,
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #084097;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.btn-icon-m3:hover::before,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"]:hover::before,
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"]:hover::before {
  opacity: 0.08;
}
.btn-icon-m3:focus-visible::before,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"]:focus-visible::before,
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"]:focus-visible::before {
  opacity: 0.12;
}
.btn-icon-m3:active::before,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"]:active::before,
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"]:active::before {
  opacity: 0.16;
}
.btn-icon-m3 > *,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"] > *,
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"] > * {
  position: relative;
  z-index: 1;
}
.btn-icon-m3::after,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"]::after,
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(8, 64, 151, 0.28);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 450ms cubic-bezier(0.4, 0, 0.2, 1), height 450ms cubic-bezier(0.4, 0, 0.2, 1), opacity 350ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.btn-icon-m3:active::after,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"]:active::after,
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"]:active::after {
  width: 220%;
  height: 220%;
  opacity: 1;
  transition: 0s;
}
.btn-icon-m3 i,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"] i,
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"] i {
  font-size: 1.1rem;
  transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-icon-m3:hover, .btn-icon-m3:focus-visible,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"]:hover,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"]:focus-visible,
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"]:hover,
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"]:focus-visible {
  background-color: rgba(8, 64, 151, 0.12);
  border-color: rgba(8, 64, 151, 0.2);
  color: #084097;
  outline: none;
}
.btn-icon-m3[aria-expanded=true],
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"][aria-expanded=true],
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"][aria-expanded=true] {
  background-color: #084097;
  border-color: #084097;
  color: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn-icon-m3[aria-expanded=true] i,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"][aria-expanded=true] i,
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"][aria-expanded=true] i {
  transform: rotate(90deg);
}
.btn-icon-m3.shadow-sm,
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"].shadow-sm,
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"].shadow-sm {
  box-shadow: none;
}
.btn-icon-m3.shadow-sm[aria-expanded=true],
button[data-bs-toggle=collapse][data-bs-target="#panelAuxiliarM3"].shadow-sm[aria-expanded=true],
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"].shadow-sm[aria-expanded=true] {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"] i {
  font-size: 1.25rem;
}
button[data-bs-toggle=offcanvas][data-bs-target="#m3MobileDrawer"][aria-expanded=true] i {
  transform: none;
}

.main-header .navigation {
  padding-top: 0;
  padding-bottom: 0;
}
.main-header .navigation > .row.align-items-center {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  min-height: 72px;
}
.main-header .navigation > .row > .col-2 {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 1rem;
}
.main-header .navigation > .row > .col-10 {
  flex: 1 1 auto;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
.main-header .navigation > .row > .col-10 > .row {
  display: contents;
  margin: 0;
}
.main-header .navigation > .row > .col-10 > .row > .col {
  display: contents;
}
.main-header .logo {
  float: none;
  width: 140px;
  margin: 0;
  line-height: 0;
}
@media (max-width: 991.98px) {
  .main-header .logo {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .main-header .logo {
    width: auto;
  }
}
.main-header .logo a {
  display: block;
}
.main-header .logo img,
.main-header .logo .custom-logo,
.main-header .logo .m3-svg-logo-wrapper svg {
  width: 100%;
  height: auto;
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
  transform: none;
}
@media (max-width: 991.98px) {
  .main-header .logo img,
  .main-header .logo .custom-logo,
  .main-header .logo .m3-svg-logo-wrapper svg {
    width: auto;
    height: 72px;
    max-height: 72px;
  }
}
.main-header .menu-aux {
  order: 2;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .main-header .menu-aux {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .main-header .menu-aux {
    display: none !important;
  }
}
.main-header .menu-aux ul.menu, .main-header .menu-aux .accordion-new .accordion-content ol.menu, .accordion-new .accordion-content .main-header .menu-aux ol.menu {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  margin: 0;
  padding: 3px 6px;
  list-style: none;
  background: rgba(8, 64, 151, 0.06);
  border: 1px solid rgba(8, 64, 151, 0.1);
  border-radius: 999px;
}
.main-header .menu-aux ul.menu li, .main-header .menu-aux .accordion-new .accordion-content ol.menu li, .accordion-new .accordion-content .main-header .menu-aux ol.menu li {
  display: inline-flex;
  margin: 0;
}
.main-header .menu-aux ul.menu li a, .main-header .menu-aux .accordion-new .accordion-content ol.menu li a, .accordion-new .accordion-content .main-header .menu-aux ol.menu li a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #3b3b3b;
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.main-header .menu-aux ul.menu li a i, .main-header .menu-aux .accordion-new .accordion-content ol.menu li a i, .accordion-new .accordion-content .main-header .menu-aux ol.menu li a i {
  font-size: 0.75rem;
  color: #084097;
}
.main-header .menu-aux ul.menu li a:hover, .main-header .menu-aux .accordion-new .accordion-content ol.menu li a:hover, .accordion-new .accordion-content .main-header .menu-aux ol.menu li a:hover, .main-header .menu-aux ul.menu li a:focus-visible, .main-header .menu-aux .accordion-new .accordion-content ol.menu li a:focus-visible, .accordion-new .accordion-content .main-header .menu-aux ol.menu li a:focus-visible {
  background-color: rgba(8, 64, 151, 0.1);
  color: #084097;
  text-decoration: none;
  outline: none;
}
.main-header .menu-aux ul.menu li:last-child a, .main-header .menu-aux .accordion-new .accordion-content ol.menu li:last-child a, .accordion-new .accordion-content .main-header .menu-aux ol.menu li:last-child a {
  background-color: rgba(11, 92, 210, 0.08);
  color: #0b5cd2;
  font-weight: 700;
}
.main-header .menu-aux ul.menu li:last-child a:hover, .main-header .menu-aux .accordion-new .accordion-content ol.menu li:last-child a:hover, .accordion-new .accordion-content .main-header .menu-aux ol.menu li:last-child a:hover {
  background-color: rgba(11, 92, 210, 0.15);
}
.main-header .main-menu {
  order: 1;
  float: none;
  width: auto;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .main-header .main-menu {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .main-header .main-menu {
    display: none;
  }
}
.main-header .main-menu > ul, .main-header .accordion-new .accordion-content .main-menu > ol, .accordion-new .accordion-content .main-header .main-menu > ol {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .main-menu > ul > li, .main-header .accordion-new .accordion-content .main-menu > ol > li, .accordion-new .accordion-content .main-header .main-menu > ol > li {
  display: inline-flex;
  margin: 0;
}
.main-header .main-menu > ul > li > a, .main-header .accordion-new .accordion-content .main-menu > ol > li > a, .accordion-new .accordion-content .main-header .main-menu > ol > li > a {
  padding: 8px 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2b2b2b;
  text-decoration: none;
  border-radius: 4px;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.main-header .main-menu > ul > li > a:hover, .main-header .accordion-new .accordion-content .main-menu > ol > li > a:hover, .accordion-new .accordion-content .main-header .main-menu > ol > li > a:hover, .main-header .main-menu > ul > li > a:focus-visible, .main-header .accordion-new .accordion-content .main-menu > ol > li > a:focus-visible, .accordion-new .accordion-content .main-header .main-menu > ol > li > a:focus-visible {
  background-color: rgba(8, 64, 151, 0.08);
  color: #084097;
  text-decoration: none;
  outline: none;
}
.main-header .main-menu > ul > li > a.open, .main-header .accordion-new .accordion-content .main-menu > ol > li > a.open, .accordion-new .accordion-content .main-header .main-menu > ol > li > a.open {
  color: #fff;
  background-color: #084097;
  border-radius: 4px;
}
.main-header .main-menu > ul > li .sub-menu, .main-header .accordion-new .accordion-content .main-menu > ol > li .sub-menu, .accordion-new .accordion-content .main-header .main-menu > ol > li .sub-menu,
.main-header .main-menu > ul > li .dropdown-menu,
.main-header .accordion-new .accordion-content .main-menu > ol > li .dropdown-menu,
.accordion-new .accordion-content .main-header .main-menu > ol > li .dropdown-menu {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.main-header .menu-responsive {
  top: 0;
}

.main-menu .nav-link:not(.dropdown-toggle),
.main-menu ul li a:not(.dropdown-toggle),
.main-menu .accordion-new .accordion-content ol li a:not(.dropdown-toggle),
.accordion-new .accordion-content .main-menu ol li a:not(.dropdown-toggle),
.menu-aux .nav-link:not(.dropdown-toggle),
.menu-aux ul li a:not(.dropdown-toggle),
.menu-aux .accordion-new .accordion-content ol li a:not(.dropdown-toggle),
.accordion-new .accordion-content .menu-aux ol li a:not(.dropdown-toggle),
.menu-header-container ul li a:not(.dropdown-toggle),
.menu-header-container .accordion-new .accordion-content ol li a:not(.dropdown-toggle),
.accordion-new .accordion-content .menu-header-container ol li a:not(.dropdown-toggle),
.new__header .aux-menu li a:not(.dropdown-toggle) {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.main-menu .nav-link:not(.dropdown-toggle)::before,
.main-menu ul li a:not(.dropdown-toggle)::before,
.main-menu .accordion-new .accordion-content ol li a:not(.dropdown-toggle)::before,
.accordion-new .accordion-content .main-menu ol li a:not(.dropdown-toggle)::before,
.menu-aux .nav-link:not(.dropdown-toggle)::before,
.menu-aux ul li a:not(.dropdown-toggle)::before,
.menu-aux .accordion-new .accordion-content ol li a:not(.dropdown-toggle)::before,
.accordion-new .accordion-content .menu-aux ol li a:not(.dropdown-toggle)::before,
.menu-header-container ul li a:not(.dropdown-toggle)::before,
.menu-header-container .accordion-new .accordion-content ol li a:not(.dropdown-toggle)::before,
.accordion-new .accordion-content .menu-header-container ol li a:not(.dropdown-toggle)::before,
.new__header .aux-menu li a:not(.dropdown-toggle)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #084097;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.main-menu .nav-link:not(.dropdown-toggle):hover::before,
.main-menu ul li a:not(.dropdown-toggle):hover::before,
.main-menu .accordion-new .accordion-content ol li a:not(.dropdown-toggle):hover::before,
.accordion-new .accordion-content .main-menu ol li a:not(.dropdown-toggle):hover::before,
.menu-aux .nav-link:not(.dropdown-toggle):hover::before,
.menu-aux ul li a:not(.dropdown-toggle):hover::before,
.menu-aux .accordion-new .accordion-content ol li a:not(.dropdown-toggle):hover::before,
.accordion-new .accordion-content .menu-aux ol li a:not(.dropdown-toggle):hover::before,
.menu-header-container ul li a:not(.dropdown-toggle):hover::before,
.menu-header-container .accordion-new .accordion-content ol li a:not(.dropdown-toggle):hover::before,
.accordion-new .accordion-content .menu-header-container ol li a:not(.dropdown-toggle):hover::before,
.new__header .aux-menu li a:not(.dropdown-toggle):hover::before {
  opacity: 0.08;
}
.main-menu .nav-link:not(.dropdown-toggle):focus-visible::before,
.main-menu ul li a:not(.dropdown-toggle):focus-visible::before,
.main-menu .accordion-new .accordion-content ol li a:not(.dropdown-toggle):focus-visible::before,
.accordion-new .accordion-content .main-menu ol li a:not(.dropdown-toggle):focus-visible::before,
.menu-aux .nav-link:not(.dropdown-toggle):focus-visible::before,
.menu-aux ul li a:not(.dropdown-toggle):focus-visible::before,
.menu-aux .accordion-new .accordion-content ol li a:not(.dropdown-toggle):focus-visible::before,
.accordion-new .accordion-content .menu-aux ol li a:not(.dropdown-toggle):focus-visible::before,
.menu-header-container ul li a:not(.dropdown-toggle):focus-visible::before,
.menu-header-container .accordion-new .accordion-content ol li a:not(.dropdown-toggle):focus-visible::before,
.accordion-new .accordion-content .menu-header-container ol li a:not(.dropdown-toggle):focus-visible::before,
.new__header .aux-menu li a:not(.dropdown-toggle):focus-visible::before {
  opacity: 0.12;
}
.main-menu .nav-link:not(.dropdown-toggle):active::before,
.main-menu ul li a:not(.dropdown-toggle):active::before,
.main-menu .accordion-new .accordion-content ol li a:not(.dropdown-toggle):active::before,
.accordion-new .accordion-content .main-menu ol li a:not(.dropdown-toggle):active::before,
.menu-aux .nav-link:not(.dropdown-toggle):active::before,
.menu-aux ul li a:not(.dropdown-toggle):active::before,
.menu-aux .accordion-new .accordion-content ol li a:not(.dropdown-toggle):active::before,
.accordion-new .accordion-content .menu-aux ol li a:not(.dropdown-toggle):active::before,
.menu-header-container ul li a:not(.dropdown-toggle):active::before,
.menu-header-container .accordion-new .accordion-content ol li a:not(.dropdown-toggle):active::before,
.accordion-new .accordion-content .menu-header-container ol li a:not(.dropdown-toggle):active::before,
.new__header .aux-menu li a:not(.dropdown-toggle):active::before {
  opacity: 0.16;
}
.main-menu .nav-link:not(.dropdown-toggle) > *,
.main-menu ul li a:not(.dropdown-toggle) > *,
.main-menu .accordion-new .accordion-content ol li a:not(.dropdown-toggle) > *,
.accordion-new .accordion-content .main-menu ol li a:not(.dropdown-toggle) > *,
.menu-aux .nav-link:not(.dropdown-toggle) > *,
.menu-aux ul li a:not(.dropdown-toggle) > *,
.menu-aux .accordion-new .accordion-content ol li a:not(.dropdown-toggle) > *,
.accordion-new .accordion-content .menu-aux ol li a:not(.dropdown-toggle) > *,
.menu-header-container ul li a:not(.dropdown-toggle) > *,
.menu-header-container .accordion-new .accordion-content ol li a:not(.dropdown-toggle) > *,
.accordion-new .accordion-content .menu-header-container ol li a:not(.dropdown-toggle) > *,
.new__header .aux-menu li a:not(.dropdown-toggle) > * {
  position: relative;
  z-index: 1;
}
.main-menu .nav-link:not(.dropdown-toggle)::after,
.main-menu ul li a:not(.dropdown-toggle)::after,
.main-menu .accordion-new .accordion-content ol li a:not(.dropdown-toggle)::after,
.accordion-new .accordion-content .main-menu ol li a:not(.dropdown-toggle)::after,
.menu-aux .nav-link:not(.dropdown-toggle)::after,
.menu-aux ul li a:not(.dropdown-toggle)::after,
.menu-aux .accordion-new .accordion-content ol li a:not(.dropdown-toggle)::after,
.accordion-new .accordion-content .menu-aux ol li a:not(.dropdown-toggle)::after,
.menu-header-container ul li a:not(.dropdown-toggle)::after,
.menu-header-container .accordion-new .accordion-content ol li a:not(.dropdown-toggle)::after,
.accordion-new .accordion-content .menu-header-container ol li a:not(.dropdown-toggle)::after,
.new__header .aux-menu li a:not(.dropdown-toggle)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(8, 64, 151, 0.28);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 450ms cubic-bezier(0.4, 0, 0.2, 1), height 450ms cubic-bezier(0.4, 0, 0.2, 1), opacity 350ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.main-menu .nav-link:not(.dropdown-toggle):active::after,
.main-menu ul li a:not(.dropdown-toggle):active::after,
.main-menu .accordion-new .accordion-content ol li a:not(.dropdown-toggle):active::after,
.accordion-new .accordion-content .main-menu ol li a:not(.dropdown-toggle):active::after,
.menu-aux .nav-link:not(.dropdown-toggle):active::after,
.menu-aux ul li a:not(.dropdown-toggle):active::after,
.menu-aux .accordion-new .accordion-content ol li a:not(.dropdown-toggle):active::after,
.accordion-new .accordion-content .menu-aux ol li a:not(.dropdown-toggle):active::after,
.menu-header-container ul li a:not(.dropdown-toggle):active::after,
.menu-header-container .accordion-new .accordion-content ol li a:not(.dropdown-toggle):active::after,
.accordion-new .accordion-content .menu-header-container ol li a:not(.dropdown-toggle):active::after,
.new__header .aux-menu li a:not(.dropdown-toggle):active::after {
  width: 220%;
  height: 220%;
  opacity: 1;
  transition: 0s;
}
.main-menu .nav-link:not(.dropdown-toggle):focus-visible,
.main-menu ul li a:not(.dropdown-toggle):focus-visible,
.main-menu .accordion-new .accordion-content ol li a:not(.dropdown-toggle):focus-visible,
.accordion-new .accordion-content .main-menu ol li a:not(.dropdown-toggle):focus-visible,
.menu-aux .nav-link:not(.dropdown-toggle):focus-visible,
.menu-aux ul li a:not(.dropdown-toggle):focus-visible,
.menu-aux .accordion-new .accordion-content ol li a:not(.dropdown-toggle):focus-visible,
.accordion-new .accordion-content .menu-aux ol li a:not(.dropdown-toggle):focus-visible,
.menu-header-container ul li a:not(.dropdown-toggle):focus-visible,
.menu-header-container .accordion-new .accordion-content ol li a:not(.dropdown-toggle):focus-visible,
.accordion-new .accordion-content .menu-header-container ol li a:not(.dropdown-toggle):focus-visible,
.new__header .aux-menu li a:not(.dropdown-toggle):focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(11, 92, 210, 0.3);
}

.main-menu .nav-item.active > .nav-link:not(.dropdown-toggle),
.main-menu ul li.current-menu-item > .nav-link,
.main-menu .accordion-new .accordion-content ol li.current-menu-item > .nav-link,
.accordion-new .accordion-content .main-menu ol li.current-menu-item > .nav-link,
.main-menu ul li.current_page_item > .nav-link,
.main-menu .accordion-new .accordion-content ol li.current_page_item > .nav-link,
.accordion-new .accordion-content .main-menu ol li.current_page_item > .nav-link {
  color: #fff;
  background-color: #084097;
  border-radius: 4px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.menu-responsive {
  z-index: 1039;
  background-color: #fff;
  transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), height 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1.02);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.menu-responsive ul li a, .menu-responsive .accordion-new .accordion-content ol li a, .accordion-new .accordion-content .menu-responsive ol li a {
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom-color: rgba(114, 113, 113, 0.2);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.menu-responsive ul li a::before, .menu-responsive .accordion-new .accordion-content ol li a::before, .accordion-new .accordion-content .menu-responsive ol li a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #084097;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.menu-responsive ul li a:hover::before, .menu-responsive .accordion-new .accordion-content ol li a:hover::before, .accordion-new .accordion-content .menu-responsive ol li a:hover::before {
  opacity: 0.08;
}
.menu-responsive ul li a:focus-visible::before, .menu-responsive .accordion-new .accordion-content ol li a:focus-visible::before, .accordion-new .accordion-content .menu-responsive ol li a:focus-visible::before {
  opacity: 0.12;
}
.menu-responsive ul li a:active::before, .menu-responsive .accordion-new .accordion-content ol li a:active::before, .accordion-new .accordion-content .menu-responsive ol li a:active::before {
  opacity: 0.16;
}
.menu-responsive ul li a > *, .menu-responsive .accordion-new .accordion-content ol li a > *, .accordion-new .accordion-content .menu-responsive ol li a > * {
  position: relative;
  z-index: 1;
}
.menu-responsive ul li a::after, .menu-responsive .accordion-new .accordion-content ol li a::after, .accordion-new .accordion-content .menu-responsive ol li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(8, 64, 151, 0.28);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 450ms cubic-bezier(0.4, 0, 0.2, 1), height 450ms cubic-bezier(0.4, 0, 0.2, 1), opacity 350ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.menu-responsive ul li a:active::after, .menu-responsive .accordion-new .accordion-content ol li a:active::after, .accordion-new .accordion-content .menu-responsive ol li a:active::after {
  width: 220%;
  height: 220%;
  opacity: 1;
  transition: 0s;
}
.menu-responsive ul li a:focus-visible, .menu-responsive .accordion-new .accordion-content ol li a:focus-visible, .accordion-new .accordion-content .menu-responsive ol li a:focus-visible {
  outline: none;
  background-color: rgba(8, 64, 151, 0.06);
}
.menu-responsive--open {
  transform: scale(1);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.menu-responsive-trigger {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 0 0;
  z-index: 1040;
}
.menu-responsive-trigger a {
  display: block;
  padding: 10px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.menu-responsive-trigger a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #fff;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.menu-responsive-trigger a:hover::before {
  opacity: 0.08;
}
.menu-responsive-trigger a:focus-visible::before {
  opacity: 0.12;
}
.menu-responsive-trigger a:active::before {
  opacity: 0.16;
}
.menu-responsive-trigger a > * {
  position: relative;
  z-index: 1;
}
.menu-responsive-trigger a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 450ms cubic-bezier(0.4, 0, 0.2, 1), height 450ms cubic-bezier(0.4, 0, 0.2, 1), opacity 350ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.menu-responsive-trigger a:active::after {
  width: 220%;
  height: 220%;
  opacity: 1;
  transition: 0s;
}

[data-bs-theme=dark] .m3-aux-drawer,
[data-bs-theme=dark] .header,
[data-bs-theme=dark] .main-header,
[data-bs-theme=dark] .m3-fixed-controls {
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.45), 0 4px 12px -1px rgba(0, 0, 0, 0.3);
}
[data-bs-theme=dark] h1, [data-bs-theme=dark] .h1,
[data-bs-theme=dark] h2, [data-bs-theme=dark] .h2,
[data-bs-theme=dark] .section-title {
  color: var(--bs-heading-color, var(--bs-body-color));
}
[data-bs-theme=dark] h3, [data-bs-theme=dark] .banner-slider .flexslider .slides li.video .caption p, .banner-slider .flexslider .slides li.video .caption [data-bs-theme=dark] p, [data-bs-theme=dark] .h3,
[data-bs-theme=dark] h4, [data-bs-theme=dark] .h4,
[data-bs-theme=dark] h5, [data-bs-theme=dark] .h5,
[data-bs-theme=dark] h6, [data-bs-theme=dark] .h6,
[data-bs-theme=dark] p, [data-bs-theme=dark] .body-text,
[data-bs-theme=dark] .article-title,
[data-bs-theme=dark] .section-title,
[data-bs-theme=dark] .content-title,
[data-bs-theme=dark] .magister .content-title.slim,
.magister [data-bs-theme=dark] .content-title.slim,
[data-bs-theme=dark] .magisters .content-title.slim,
.magisters [data-bs-theme=dark] .content-title.slim,
[data-bs-theme=dark] .especializacion .content-title.slim,
.especializacion [data-bs-theme=dark] .content-title.slim,
[data-bs-theme=dark] .form-title {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] h6, [data-bs-theme=dark] .h6 {
  color: var(--bs-secondary-color);
}
[data-bs-theme=dark] .menu-responsive {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .btn-icon-m3 {
  background-color: rgba(255, 190, 0, 0.12);
  border-color: rgba(255, 190, 0, 0.25);
  color: #ffbe00;
}
[data-bs-theme=dark] .btn-icon-m3:hover, [data-bs-theme=dark] .btn-icon-m3:focus-visible {
  background-color: rgba(255, 190, 0, 0.2);
  color: #ffbe00;
}
[data-bs-theme=dark] .btn-icon-m3[aria-expanded=true] {
  background-color: #ffbe00;
  border-color: #ffbe00;
  color: #03265d;
}
[data-bs-theme=dark] .m3-aux-drawer .menu-aux ul.menu li > a, [data-bs-theme=dark] .m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu li > a, .accordion-new .accordion-content [data-bs-theme=dark] .m3-aux-drawer .menu-aux ol.menu li > a {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .m3-aux-drawer .menu-aux ul.menu li > a:hover, [data-bs-theme=dark] .m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu li > a:hover, .accordion-new .accordion-content [data-bs-theme=dark] .m3-aux-drawer .menu-aux ol.menu li > a:hover, [data-bs-theme=dark] .m3-aux-drawer .menu-aux ul.menu li > a:focus-visible, [data-bs-theme=dark] .m3-aux-drawer .menu-aux .accordion-new .accordion-content ol.menu li > a:focus-visible, .accordion-new .accordion-content [data-bs-theme=dark] .m3-aux-drawer .menu-aux ol.menu li > a:focus-visible {
  color: var(--bs-primary);
}
[data-bs-theme=dark] .form-control, [data-bs-theme=dark] .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]), .wpcf7-form [data-bs-theme=dark] input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form textarea,
.wpcf7-form [data-bs-theme=dark] textarea,
[data-bs-theme=dark] .wpcf7-form select,
.wpcf7-form [data-bs-theme=dark] select,
[data-bs-theme=dark] .wpcf7-form .search,
.wpcf7-form [data-bs-theme=dark] .search,
[data-bs-theme=dark] .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner textarea,
.contact-form-inner [data-bs-theme=dark] textarea,
[data-bs-theme=dark] .contact-form-inner select,
.contact-form-inner [data-bs-theme=dark] select,
[data-bs-theme=dark] .contact-form-inner .search,
.contact-form-inner [data-bs-theme=dark] .search,
[data-bs-theme=dark] #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] #list-filter textarea,
#list-filter [data-bs-theme=dark] textarea,
[data-bs-theme=dark] #list-filter select,
#list-filter [data-bs-theme=dark] select,
[data-bs-theme=dark] #list-filter .search,
#list-filter [data-bs-theme=dark] .search,
[data-bs-theme=dark] .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-bs-theme=dark] textarea,
[data-bs-theme=dark] .post-content .wpcf7 select,
.post-content .wpcf7 [data-bs-theme=dark] select,
[data-bs-theme=dark] .post-content .wpcf7 .search,
.post-content .wpcf7 [data-bs-theme=dark] .search,
[data-bs-theme=dark] .form-select,
[data-bs-theme=dark] .wpcf7-form input:not([type=submit]),
[data-bs-theme=dark] .wpcf7-form textarea,
[data-bs-theme=dark] .wpcf7-form select {
  background-color: rgba(var(--bs-body-bg-rgb), 0.55);
  color: var(--bs-body-color);
  border-bottom-color: rgba(var(--bs-border-color-rgb), 0.6);
}
[data-bs-theme=dark] .form-control:hover, [data-bs-theme=dark] .wpcf7-form input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]), .wpcf7-form [data-bs-theme=dark] input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form textarea:hover,
.wpcf7-form [data-bs-theme=dark] textarea:hover,
[data-bs-theme=dark] .wpcf7-form select:hover,
.wpcf7-form [data-bs-theme=dark] select:hover,
[data-bs-theme=dark] .wpcf7-form .search:hover,
.wpcf7-form [data-bs-theme=dark] .search:hover,
[data-bs-theme=dark] .contact-form-inner input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner textarea:hover,
.contact-form-inner [data-bs-theme=dark] textarea:hover,
[data-bs-theme=dark] .contact-form-inner select:hover,
.contact-form-inner [data-bs-theme=dark] select:hover,
[data-bs-theme=dark] .contact-form-inner .search:hover,
.contact-form-inner [data-bs-theme=dark] .search:hover,
[data-bs-theme=dark] #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] #list-filter textarea:hover,
#list-filter [data-bs-theme=dark] textarea:hover,
[data-bs-theme=dark] #list-filter select:hover,
#list-filter [data-bs-theme=dark] select:hover,
[data-bs-theme=dark] #list-filter .search:hover,
#list-filter [data-bs-theme=dark] .search:hover,
[data-bs-theme=dark] .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 [data-bs-theme=dark] textarea:hover,
[data-bs-theme=dark] .post-content .wpcf7 select:hover,
.post-content .wpcf7 [data-bs-theme=dark] select:hover,
[data-bs-theme=dark] .post-content .wpcf7 .search:hover,
.post-content .wpcf7 [data-bs-theme=dark] .search:hover,
[data-bs-theme=dark] .form-select:hover,
[data-bs-theme=dark] .wpcf7-form input:not([type=submit]):hover,
[data-bs-theme=dark] .wpcf7-form textarea:hover,
[data-bs-theme=dark] .wpcf7-form select:hover {
  background-color: rgba(var(--bs-body-bg-rgb), 0.75);
}
[data-bs-theme=dark] .form-control:focus, [data-bs-theme=dark] .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]), .wpcf7-form [data-bs-theme=dark] input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form textarea:focus,
.wpcf7-form [data-bs-theme=dark] textarea:focus,
[data-bs-theme=dark] .wpcf7-form select:focus,
.wpcf7-form [data-bs-theme=dark] select:focus,
[data-bs-theme=dark] .wpcf7-form .search:focus,
.wpcf7-form [data-bs-theme=dark] .search:focus,
[data-bs-theme=dark] .contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner textarea:focus,
.contact-form-inner [data-bs-theme=dark] textarea:focus,
[data-bs-theme=dark] .contact-form-inner select:focus,
.contact-form-inner [data-bs-theme=dark] select:focus,
[data-bs-theme=dark] .contact-form-inner .search:focus,
.contact-form-inner [data-bs-theme=dark] .search:focus,
[data-bs-theme=dark] #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] #list-filter textarea:focus,
#list-filter [data-bs-theme=dark] textarea:focus,
[data-bs-theme=dark] #list-filter select:focus,
#list-filter [data-bs-theme=dark] select:focus,
[data-bs-theme=dark] #list-filter .search:focus,
#list-filter [data-bs-theme=dark] .search:focus,
[data-bs-theme=dark] .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 [data-bs-theme=dark] textarea:focus,
[data-bs-theme=dark] .post-content .wpcf7 select:focus,
.post-content .wpcf7 [data-bs-theme=dark] select:focus,
[data-bs-theme=dark] .post-content .wpcf7 .search:focus,
.post-content .wpcf7 [data-bs-theme=dark] .search:focus, [data-bs-theme=dark] .form-control:focus-visible, [data-bs-theme=dark] .wpcf7-form input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]), .wpcf7-form [data-bs-theme=dark] input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form textarea:focus-visible,
.wpcf7-form [data-bs-theme=dark] textarea:focus-visible,
[data-bs-theme=dark] .wpcf7-form select:focus-visible,
.wpcf7-form [data-bs-theme=dark] select:focus-visible,
[data-bs-theme=dark] .wpcf7-form .search:focus-visible,
.wpcf7-form [data-bs-theme=dark] .search:focus-visible,
[data-bs-theme=dark] .contact-form-inner input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner textarea:focus-visible,
.contact-form-inner [data-bs-theme=dark] textarea:focus-visible,
[data-bs-theme=dark] .contact-form-inner select:focus-visible,
.contact-form-inner [data-bs-theme=dark] select:focus-visible,
[data-bs-theme=dark] .contact-form-inner .search:focus-visible,
.contact-form-inner [data-bs-theme=dark] .search:focus-visible,
[data-bs-theme=dark] #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] #list-filter textarea:focus-visible,
#list-filter [data-bs-theme=dark] textarea:focus-visible,
[data-bs-theme=dark] #list-filter select:focus-visible,
#list-filter [data-bs-theme=dark] select:focus-visible,
[data-bs-theme=dark] #list-filter .search:focus-visible,
#list-filter [data-bs-theme=dark] .search:focus-visible,
[data-bs-theme=dark] .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] textarea:focus-visible,
[data-bs-theme=dark] .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] select:focus-visible,
[data-bs-theme=dark] .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .search:focus-visible,
[data-bs-theme=dark] .form-select:focus,
[data-bs-theme=dark] .form-select:focus-visible,
[data-bs-theme=dark] .wpcf7-form input:not([type=submit]):focus,
[data-bs-theme=dark] .wpcf7-form input:not([type=submit]):focus-visible,
[data-bs-theme=dark] .wpcf7-form textarea:focus,
[data-bs-theme=dark] .wpcf7-form textarea:focus-visible,
[data-bs-theme=dark] .wpcf7-form select:focus,
[data-bs-theme=dark] .wpcf7-form select:focus-visible {
  background-color: var(--bs-body-bg);
  border-bottom-color: var(--bs-primary);
  box-shadow: 0 1px 0 0 var(--bs-primary);
}
[data-bs-theme=dark] .card,
[data-bs-theme=dark] .material-box {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

.m3-aux-drawer.m3-auxiliary-menu,
.m3-auxiliary-menu {
  background-color: var(--bs-surface-container-low, var(--bs-light)) !important;
  border-bottom: 1px solid var(--bs-border-color-translucent);
}
.m3-aux-drawer.m3-auxiliary-menu:not(.collapsing),
.m3-auxiliary-menu:not(.collapsing) {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.m3-aux-drawer.m3-auxiliary-menu > .container > .text-muted,
.m3-auxiliary-menu > .container > .text-muted {
  color: var(--bs-secondary-color) !important;
  transition: color 0.3s ease;
}
.m3-aux-drawer.m3-auxiliary-menu .menu-aux a,
.m3-aux-drawer.m3-auxiliary-menu .menu-aux .nav-link,
.m3-auxiliary-menu .menu-aux a,
.m3-auxiliary-menu .menu-aux .nav-link {
  color: var(--bs-secondary-color) !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.m3-aux-drawer.m3-auxiliary-menu .menu-aux a:hover, .m3-aux-drawer.m3-auxiliary-menu .menu-aux a:focus-visible, .m3-aux-drawer.m3-auxiliary-menu .menu-aux a.show,
.m3-aux-drawer.m3-auxiliary-menu .menu-aux .nav-link:hover,
.m3-aux-drawer.m3-auxiliary-menu .menu-aux .nav-link:focus-visible,
.m3-aux-drawer.m3-auxiliary-menu .menu-aux .nav-link.show,
.m3-auxiliary-menu .menu-aux a:hover,
.m3-auxiliary-menu .menu-aux a:focus-visible,
.m3-auxiliary-menu .menu-aux a.show,
.m3-auxiliary-menu .menu-aux .nav-link:hover,
.m3-auxiliary-menu .menu-aux .nav-link:focus-visible,
.m3-auxiliary-menu .menu-aux .nav-link.show {
  color: var(--bs-primary) !important;
}
.m3-aux-drawer.m3-auxiliary-menu .m3-footer-phones a,
.m3-auxiliary-menu .m3-footer-phones a {
  transition: color 0.2s ease;
}
.m3-aux-drawer.m3-auxiliary-menu .m3-footer-phones a:hover, .m3-aux-drawer.m3-auxiliary-menu .m3-footer-phones a:focus-visible,
.m3-auxiliary-menu .m3-footer-phones a:hover,
.m3-auxiliary-menu .m3-footer-phones a:focus-visible {
  color: var(--bs-primary) !important;
}
.m3-aux-drawer.m3-auxiliary-menu .references-links,
.m3-auxiliary-menu .references-links {
  width: auto;
}
.m3-aux-drawer.m3-auxiliary-menu .references-links > ul.list-inline,
.m3-auxiliary-menu .references-links > ul.list-inline,
.m3-auxiliary-menu .accordion-new .accordion-content .references-links > ol.list-inline,
.accordion-new .accordion-content .m3-auxiliary-menu .references-links > ol.list-inline {
  padding-left: 0;
  justify-content: center;
}
.m3-aux-drawer.m3-auxiliary-menu .references-links a,
.m3-auxiliary-menu .references-links a {
  transition: color 0.2s ease, transform 0.2s ease;
}
.m3-aux-drawer.m3-auxiliary-menu .references-links a:hover, .m3-aux-drawer.m3-auxiliary-menu .references-links a:focus-visible,
.m3-auxiliary-menu .references-links a:hover,
.m3-auxiliary-menu .references-links a:focus-visible {
  color: var(--bs-primary) !important;
}
.m3-aux-drawer.m3-auxiliary-menu .m3-aux-menu-wp,
.m3-auxiliary-menu .m3-aux-menu-wp {
  flex-shrink: 0;
  align-self: center;
}
.m3-aux-drawer.m3-auxiliary-menu .m3-aux-menu-wp .menu-aux,
.m3-auxiliary-menu .m3-aux-menu-wp .menu-aux {
  display: flex;
  align-items: center;
  width: auto;
}
.m3-aux-drawer.m3-auxiliary-menu .m3-aux-menu-wp .menu-aux > ul,
.m3-aux-drawer.m3-auxiliary-menu .m3-aux-menu-wp .menu-aux ul.menu,
.m3-auxiliary-menu .m3-aux-menu-wp .menu-aux > ul,
.m3-auxiliary-menu .m3-aux-menu-wp .accordion-new .accordion-content .menu-aux > ol,
.accordion-new .accordion-content .m3-auxiliary-menu .m3-aux-menu-wp .menu-aux > ol,
.m3-auxiliary-menu .m3-aux-menu-wp .menu-aux ul.menu,
.m3-auxiliary-menu .m3-aux-menu-wp .menu-aux .accordion-new .accordion-content ol.menu,
.accordion-new .accordion-content .m3-auxiliary-menu .m3-aux-menu-wp .menu-aux ol.menu {
  justify-content: center;
  margin-bottom: 0;
}
.m3-aux-drawer.m3-auxiliary-menu .m3-footer-phones ul,
.m3-auxiliary-menu .m3-footer-phones ul,
.m3-auxiliary-menu .m3-footer-phones .accordion-new .accordion-content ol,
.accordion-new .accordion-content .m3-auxiliary-menu .m3-footer-phones ol {
  padding-left: 0;
}
.m3-aux-drawer.m3-auxiliary-menu .m3-footer-phones li:not(:last-child)::after,
.m3-auxiliary-menu .m3-footer-phones li:not(:last-child)::after {
  content: none;
}

#panelAuxiliarM3 > .container {
  will-change: opacity, transform;
}
#panelAuxiliarM3.show > .container {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease 0.05s, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#panelAuxiliarM3.collapsing {
  overflow: hidden;
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: none;
  border-bottom-color: transparent;
}
#panelAuxiliarM3.collapsing > .container {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.22s ease, transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  #panelAuxiliarM3.collapsing {
    transition: none !important;
  }
  #panelAuxiliarM3.collapsing > .container {
    transition: none;
    transform: none;
  }
}
#panelAuxiliarM3 > .container > .d-flex {
  min-height: 2rem;
}
#panelAuxiliarM3 .m3-phone-top-link,
#panelAuxiliarM3 .references-links a:not(.nav-link) {
  line-height: 1 !important;
  display: inline-flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
#panelAuxiliarM3 ul.list-inline, #panelAuxiliarM3 .accordion-new .accordion-content ol.list-inline, .accordion-new .accordion-content #panelAuxiliarM3 ol.list-inline {
  margin-bottom: 0 !important;
  list-style: none;
}
#panelAuxiliarM3 .menu-aux {
  flex: 0 0 auto;
  width: auto;
}
#panelAuxiliarM3 .menu-aux > ul, #panelAuxiliarM3 .accordion-new .accordion-content .menu-aux > ol, .accordion-new .accordion-content #panelAuxiliarM3 .menu-aux > ol,
#panelAuxiliarM3 .menu-aux ul.menu,
#panelAuxiliarM3 .menu-aux .accordion-new .accordion-content ol.menu,
.accordion-new .accordion-content #panelAuxiliarM3 .menu-aux ol.menu,
#panelAuxiliarM3 .menu-aux .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: center;
  gap: 0.25rem;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
#panelAuxiliarM3 .menu-aux .nav-item,
#panelAuxiliarM3 .menu-aux > ul > li,
#panelAuxiliarM3 .accordion-new .accordion-content .menu-aux > ol > li,
.accordion-new .accordion-content #panelAuxiliarM3 .menu-aux > ol > li,
#panelAuxiliarM3 .menu-aux ul.menu > li,
#panelAuxiliarM3 .menu-aux .accordion-new .accordion-content ol.menu > li,
.accordion-new .accordion-content #panelAuxiliarM3 .menu-aux ol.menu > li {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  margin: 0;
  border-bottom: none !important;
}
#panelAuxiliarM3 .menu-aux .nav-link,
#panelAuxiliarM3 .menu-aux > ul > li > a,
#panelAuxiliarM3 .accordion-new .accordion-content .menu-aux > ol > li > a,
.accordion-new .accordion-content #panelAuxiliarM3 .menu-aux > ol > li > a,
#panelAuxiliarM3 .menu-aux ul.menu li > a,
#panelAuxiliarM3 .menu-aux .accordion-new .accordion-content ol.menu li > a,
.accordion-new .accordion-content #panelAuxiliarM3 .menu-aux ol.menu li > a {
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 6px 0 !important;
  font-size: 0.875rem;
  white-space: nowrap;
  border-radius: 0;
  background-color: transparent !important;
}
#panelAuxiliarM3 .menu-aux > ul > li:last-child > a, #panelAuxiliarM3 .accordion-new .accordion-content .menu-aux > ol > li:last-child > a, .accordion-new .accordion-content #panelAuxiliarM3 .menu-aux > ol > li:last-child > a,
#panelAuxiliarM3 .menu-aux ul.menu > li:last-child > a,
#panelAuxiliarM3 .menu-aux .accordion-new .accordion-content ol.menu > li:last-child > a,
.accordion-new .accordion-content #panelAuxiliarM3 .menu-aux ol.menu > li:last-child > a {
  font-weight: 500;
}

.header.m3-main-navbar,
.m3-main-navbar {
  position: relative;
  z-index: 1050 !important;
  background-color: var(--bs-body-bg) !important;
  border-bottom: none;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.08), 0 4px 12px -1px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.header.m3-main-navbar .main-menu .nav-link,
.m3-main-navbar .main-menu .nav-link {
  color: var(--bs-nav-link-color, var(--bs-body-color)) !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.header.m3-main-navbar .main-menu .nav-link:hover, .header.m3-main-navbar .main-menu .nav-link:focus-visible, .header.m3-main-navbar .main-menu .nav-link.show, .header.m3-main-navbar .main-menu .nav-link.active,
.m3-main-navbar .main-menu .nav-link:hover,
.m3-main-navbar .main-menu .nav-link:focus-visible,
.m3-main-navbar .main-menu .nav-link.show,
.m3-main-navbar .main-menu .nav-link.active {
  color: var(--bs-primary) !important;
}

.main-menu .navbar-nav,
.menu-aux .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu .nav-item,
.menu-aux .nav-item {
  position: relative;
  display: inline-flex;
  margin: 0;
}
.main-menu .nav-link,
.menu-aux .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 8px 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bs-nav-link-color, var(--bs-body-color));
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}
.main-menu .nav-link:hover, .main-menu .nav-link:focus-visible,
.menu-aux .nav-link:hover,
.menu-aux .nav-link:focus-visible {
  background-color: rgba(var(--bs-primary-rgb), 0.08);
  color: var(--bs-primary);
  outline: none;
}
.main-menu .nav-link.show, .main-menu .nav-link.active,
.menu-aux .nav-link.show,
.menu-aux .nav-link.active {
  background-color: rgba(var(--bs-primary-rgb), 0.12);
  color: var(--bs-primary);
}
.main-menu .nav-link.dropdown-toggle,
.menu-aux .nav-link.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--bs-nav-link-color, var(--bs-body-color));
}
.main-menu .nav-link.dropdown-toggle::after,
.menu-aux .nav-link.dropdown-toggle::after {
  display: inline-block;
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-color: currentColor;
  color: inherit;
  transform: rotate(45deg);
  transition: transform 0.25s ease-in-out, border-color 0.3s ease, color 0.3s ease;
  margin-left: 0.25rem;
  vertical-align: middle;
  position: static;
  top: auto;
  left: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  pointer-events: none;
}
.main-menu .nav-link.dropdown-toggle:hover::after, .main-menu .nav-link.dropdown-toggle:focus-visible::after, .main-menu .nav-link.dropdown-toggle.show::after, .main-menu .nav-link.dropdown-toggle.active::after,
.menu-aux .nav-link.dropdown-toggle:hover::after,
.menu-aux .nav-link.dropdown-toggle:focus-visible::after,
.menu-aux .nav-link.dropdown-toggle.show::after,
.menu-aux .nav-link.dropdown-toggle.active::after {
  border-right-color: currentColor;
  border-bottom-color: currentColor;
  color: inherit;
}
.main-menu .nav-link.dropdown-toggle:active::after,
.menu-aux .nav-link.dropdown-toggle:active::after {
  width: 0.45rem;
  height: 0.45rem;
  opacity: 1;
  transform: rotate(45deg);
}
.main-menu .nav-link.dropdown-toggle.show,
.menu-aux .nav-link.dropdown-toggle.show {
  color: var(--bs-primary);
}
.main-menu .nav-link.dropdown-toggle.show::after,
.menu-aux .nav-link.dropdown-toggle.show::after {
  transform: rotate(225deg);
  border-right-color: currentColor;
  border-bottom-color: currentColor;
}
.main-menu .nav-link.dropdown-toggle.show:active::after,
.menu-aux .nav-link.dropdown-toggle.show:active::after {
  transform: rotate(225deg);
}
.main-menu .dropdown-menu,
.menu-aux .dropdown-menu {
  border-radius: 16px !important;
  background-color: var(--bs-surface-container-high, var(--bs-body-bg)) !important;
  border: 1px solid var(--bs-border-color-translucent) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  padding: 0.5rem !important;
  margin-top: 0.35rem !important;
  min-width: 12rem;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.main-menu .dropdown-menu.show,
.menu-aux .dropdown-menu.show {
  display: block;
}
.main-menu .dropdown-item,
.menu-aux .dropdown-item {
  border-radius: 8px;
  padding: 0.6rem 1.2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bs-body-color);
  transition: color 0.3s ease, background-color 0.3s ease;
}
.main-menu .dropdown-item:hover, .main-menu .dropdown-item:focus, .main-menu .dropdown-item:focus-visible,
.menu-aux .dropdown-item:hover,
.menu-aux .dropdown-item:focus,
.menu-aux .dropdown-item:focus-visible {
  background-color: var(--bs-primary-border-subtle, rgba(var(--bs-primary-rgb), 0.12));
  color: var(--bs-primary);
  outline: none;
}
.main-menu .dropdown-item.active, .main-menu .dropdown-item:active,
.menu-aux .dropdown-item.active,
.menu-aux .dropdown-item:active {
  background-color: rgba(var(--bs-primary-rgb), 0.16);
  color: var(--bs-primary);
}

@media only screen and (max-width: 480px) {
  .menu-aux .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .menu-aux .nav-item {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .menu-aux .nav-link {
    width: 100%;
    min-height: 48px;
  }
}
.menu-aux .nav-link.dropdown-toggle::after {
  flex-shrink: 0;
  border-color: currentColor;
  color: inherit;
}
.menu-aux .dropdown-menu {
  position: static !important;
  transform: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  padding: 0 0 0 0.75rem !important;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .menu-aux .dropdown-menu {
    position: absolute !important;
    background-color: var(--bs-surface-container-high, var(--bs-body-bg)) !important;
    border: 1px solid var(--bs-border-color-translucent) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    padding: 0.5rem !important;
    margin-top: 0.35rem !important;
  }
}

.m3-main-navbar .main-menu .nav-item.active > .nav-link:not(.dropdown-toggle),
.m3-main-navbar .main-menu ul li.current-menu-item > .nav-link,
.m3-main-navbar .main-menu .accordion-new .accordion-content ol li.current-menu-item > .nav-link,
.accordion-new .accordion-content .m3-main-navbar .main-menu ol li.current-menu-item > .nav-link,
.m3-main-navbar .main-menu ul li.current_page_item > .nav-link,
.m3-main-navbar .main-menu .accordion-new .accordion-content ol li.current_page_item > .nav-link,
.accordion-new .accordion-content .m3-main-navbar .main-menu ol li.current_page_item > .nav-link {
  color: var(--bs-primary) !important;
  background-color: rgba(var(--bs-primary-rgb), 0.12);
}

[data-bs-theme=dark] .m3-main-navbar,
[data-bs-theme=dark] .m3-auxiliary-menu {
  --bs-nav-link-color: var(--bs-body-color);
}
[data-bs-theme=dark] .m3-auxiliary-menu {
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg)) !important;
  border-bottom-color: var(--bs-border-color-translucent);
}
[data-bs-theme=dark] .m3-main-navbar {
  background-color: #1a1c1e !important;
  border-bottom-color: var(--bs-border-color-translucent);
}
[data-bs-theme=dark] .main-menu .nav-link,
[data-bs-theme=dark] .menu-aux .nav-link {
  color: var(--bs-nav-link-color, var(--bs-body-color)) !important;
}
[data-bs-theme=dark] .main-menu .nav-link.dropdown-toggle::after,
[data-bs-theme=dark] .menu-aux .nav-link.dropdown-toggle::after {
  border-right-color: currentColor;
  border-bottom-color: currentColor;
  color: inherit;
}
[data-bs-theme=dark] .main-menu .dropdown-menu,
[data-bs-theme=dark] .menu-aux .dropdown-menu {
  background-color: var(--bs-surface-container-high, var(--bs-tertiary-bg)) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
}
[data-bs-theme=dark] .main-menu .dropdown-item,
[data-bs-theme=dark] .menu-aux .dropdown-item {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .main-menu .dropdown-item:hover, [data-bs-theme=dark] .main-menu .dropdown-item:focus, [data-bs-theme=dark] .main-menu .dropdown-item:focus-visible,
[data-bs-theme=dark] .menu-aux .dropdown-item:hover,
[data-bs-theme=dark] .menu-aux .dropdown-item:focus,
[data-bs-theme=dark] .menu-aux .dropdown-item:focus-visible {
  background-color: rgba(var(--bs-primary-rgb), 0.18);
  color: var(--bs-primary);
}
@media (max-width: 767.98px) {
  [data-bs-theme=dark] .menu-aux .dropdown-menu {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
}

.m3-mobile-drawer {
  top: 100px !important;
  height: calc(100vh - 100px) !important;
  height: calc(100dvh - 100px) !important;
  width: 280px !important;
  max-width: 85vw;
  background-color: #1a1c1e !important;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  box-shadow: -4px 12px 24px rgba(0, 0, 0, 0.3);
  z-index: 1040 !important;
  transform: translateX(100%);
}
.m3-mobile-drawer.show {
  transform: translateX(0);
}
.m3-mobile-drawer .offcanvas-header {
  display: flex !important;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background-color: rgba(255, 255, 255, 0.02);
}
.m3-mobile-drawer .offcanvas-header .offcanvas-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.m3-mobile-drawer .offcanvas-header .btn-close {
  filter: invert(1);
  opacity: 0.7;
}
.m3-mobile-drawer .offcanvas-header .btn-close:hover {
  opacity: 1;
}
.m3-mobile-drawer .offcanvas-body {
  overflow-y: auto;
  min-height: 0;
  padding-top: 0;
}
.m3-mobile-drawer .m3-mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.m3-mobile-drawer .m3-mobile-nav-list > .nav-item {
  margin-bottom: 4px;
  width: 100%;
}
.m3-mobile-drawer .m3-mobile-nav-list > .nav-item > .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 100px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.m3-mobile-drawer .m3-mobile-nav-list > .nav-item > .nav-link:hover, .m3-mobile-drawer .m3-mobile-nav-list > .nav-item > .nav-link:focus, .m3-mobile-drawer .m3-mobile-nav-list > .nav-item > .nav-link:focus-visible {
  background-color: rgba(8, 92, 210, 0.16);
  color: #fff;
  outline: none;
}
.m3-mobile-drawer .m3-mobile-nav-list > .nav-item > .nav-link.active, .m3-mobile-drawer .m3-mobile-nav-list > .nav-item > .nav-link.show {
  background-color: rgba(8, 92, 210, 0.22);
  color: #fff;
}
.m3-mobile-drawer .m3-mobile-nav-list > .nav-item.active > .nav-link:not(.dropdown-toggle) {
  background-color: rgba(8, 92, 210, 0.22);
  color: #fff;
}
.m3-mobile-drawer .m3-mobile-nav-list > .nav-item .dropdown-menu {
  position: static !important;
  float: none;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 0 0 1rem;
  margin: 0 0 4px;
  transform: none !important;
  display: none;
}
.m3-mobile-drawer .m3-mobile-nav-list > .nav-item .dropdown-menu.show {
  display: block;
}
.m3-mobile-drawer .m3-mobile-nav-list > .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 16px;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 100px;
}
.m3-mobile-drawer .m3-mobile-nav-list > .nav-item .dropdown-menu .dropdown-item:hover, .m3-mobile-drawer .m3-mobile-nav-list > .nav-item .dropdown-menu .dropdown-item:focus, .m3-mobile-drawer .m3-mobile-nav-list > .nav-item .dropdown-menu .dropdown-item:focus-visible {
  background-color: rgba(8, 92, 210, 0.16);
  color: #fff;
}
.m3-mobile-drawer .m3-mobile-nav-list > .nav-item .dropdown-menu .dropdown-item.active {
  background-color: rgba(8, 92, 210, 0.22);
  color: #fff;
}
.m3-mobile-drawer .m3-mobile-aux-section {
  background-color: rgba(255, 255, 255, 0.04);
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}
.m3-mobile-drawer .m3-mobile-aux-label {
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.55) !important;
}
.m3-mobile-drawer .m3-mobile-clients-btn {
  background-color: var(--bs-primary, #085cd2) !important;
  border-color: var(--bs-primary, #085cd2) !important;
  box-shadow: 0 2px 8px rgba(8, 92, 210, 0.25);
}
.m3-mobile-drawer .m3-mobile-portal-badge {
  background-color: rgba(255, 255, 255, 0.06);
  font-weight: 500;
  font-size: 0.8125rem;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.m3-mobile-drawer .m3-mobile-portal-badge:hover, .m3-mobile-drawer .m3-mobile-portal-badge:focus-visible {
  background-color: rgba(8, 92, 210, 0.16);
  border-color: rgba(8, 92, 210, 0.35) !important;
  color: #fff !important;
  outline: none;
}
.m3-mobile-drawer .m3-mobile-phone-link,
.m3-mobile-drawer .m3-mobile-social-link {
  color: rgba(255, 255, 255, 0.75) !important;
  transition: color 0.15s ease;
}
.m3-mobile-drawer .m3-mobile-phone-link:hover, .m3-mobile-drawer .m3-mobile-phone-link:focus-visible,
.m3-mobile-drawer .m3-mobile-social-link:hover,
.m3-mobile-drawer .m3-mobile-social-link:focus-visible {
  color: var(--bs-primary) !important;
  outline: none;
}
.m3-mobile-drawer .m3-mobile-extra-menu-list a {
  display: block;
  padding: 10px 14px;
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.15s ease, color 0.15s ease;
}
.m3-mobile-drawer .m3-mobile-extra-menu-list a:hover, .m3-mobile-drawer .m3-mobile-extra-menu-list a:focus-visible {
  background-color: rgba(8, 92, 210, 0.16);
  color: #fff;
  outline: none;
}

.offcanvas-backdrop {
  top: 100px !important;
  height: calc(100vh - 100px) !important;
  height: calc(100dvh - 100px) !important;
  z-index: 1030 !important;
}

.m3-services-section {
  color: var(--bs-body-color);
}
.m3-services-section__header {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.m3-services-section__eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--bs-primary);
  background-color: var(--bs-primary-bg-subtle);
  border-radius: 999px;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-services-section__title {
  margin-bottom: 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--bs-heading-color, var(--bs-body-color));
}
.m3-services-section__lead {
  max-width: 560px;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--bs-secondary-color);
}

.m3-bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .m3-bento-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 992px) {
  .m3-bento-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(200px, auto);
    gap: 1.5rem;
  }
  .m3-bento-grid .m3-service-card:nth-child(1) {
    grid-column: 1/span 7;
    grid-row: span 2;
  }
  .m3-bento-grid .m3-service-card:nth-child(2) {
    grid-column: 8/span 5;
    grid-row: span 1;
  }
  .m3-bento-grid .m3-service-card:nth-child(3) {
    grid-column: 8/span 5;
    grid-row: span 1;
  }
  .m3-bento-grid .m3-service-card:nth-child(4) {
    grid-column: 1/span 7;
    grid-row: span 2;
  }
}

.m3-service-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(var(--bs-border-color-rgb), 0.45);
  background-color: var(--bs-tertiary-bg, var(--bs-body-bg));
  overflow: hidden;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-card__link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 220px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-card__media {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.m3-service-card__media--bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.m3-service-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), filter 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-card__scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
}
.m3-service-card__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: var(--bs-primary);
  background-color: var(--bs-primary-bg-subtle);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.m3-service-card__title {
  margin-bottom: 0.5rem;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color, var(--bs-body-color));
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-card__text {
  flex: 1;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--bs-secondary-color);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  margin-top: auto;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bs-primary);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-card__cta i {
  font-size: 1.35rem;
  transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-card--featured .m3-service-card__link {
  min-height: 280px;
}
@media (min-width: 992px) {
  .m3-service-card--featured .m3-service-card__link {
    display: grid;
    grid-template-columns: 1fr 44%;
    grid-template-rows: 1fr;
    min-height: 100%;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .m3-service-card--featured .m3-service-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
}
@media (min-width: 992px) {
  .m3-service-card--featured .m3-service-card__media {
    order: 2;
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  .m3-service-card--featured .m3-service-card__img {
    min-height: 280px;
  }
}
@media (min-width: 992px) {
  .m3-service-card--featured .m3-service-card__img {
    min-height: 100%;
  }
}
.m3-service-card--featured .m3-service-card__scrim {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.38) 45%, rgba(0, 0, 0, 0.12) 100%);
}
@media (min-width: 992px) {
  .m3-service-card--featured .m3-service-card__scrim {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 40%);
  }
}
@media (min-width: 992px) {
  .m3-service-card--featured .m3-service-card__content {
    order: 1;
    justify-content: center;
    padding: 2rem;
    background-color: var(--bs-tertiary-bg, var(--bs-body-bg));
  }
}
.m3-service-card--featured .m3-service-card__icon-wrap {
  width: 60px;
  height: 60px;
  font-size: 1.75rem;
}
.m3-service-card--featured .m3-service-card__title {
  font-size: clamp(1.25rem, 3vw, 1.625rem);
}
.m3-service-card--featured .m3-service-card__text {
  font-size: 1rem;
  max-width: 42ch;
}
@media (max-width: 991.98px) {
  .m3-service-card--featured .m3-service-card__content {
    justify-content: flex-end;
    min-height: 280px;
    padding: 1.75rem;
    color: #fff;
  }
  .m3-service-card--featured .m3-service-card__title,
  .m3-service-card--featured .m3-service-card__text {
    color: rgba(255, 255, 255, 0.95);
  }
  .m3-service-card--featured .m3-service-card__text {
    color: rgba(255, 255, 255, 0.82);
  }
  .m3-service-card--featured .m3-service-card__cta {
    color: #fff;
  }
  .m3-service-card--featured .m3-service-card__icon-wrap {
    background-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.m3-service-card--compact .m3-service-card__link {
  min-height: 200px;
  padding: 0;
}
.m3-service-card--compact .m3-service-card__img {
  filter: blur(1px) saturate(0.9);
  opacity: 0.55;
  transform: scale(1.02);
}
.m3-service-card--compact .m3-service-card__scrim {
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.55) 100%);
}
.m3-service-card--compact .m3-service-card__content {
  justify-content: flex-end;
  min-height: 200px;
  padding: 1.35rem;
  color: #fff;
}
.m3-service-card--compact .m3-service-card__title {
  color: rgba(255, 255, 255, 0.98);
}
.m3-service-card--compact .m3-service-card__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
}
.m3-service-card--compact .m3-service-card__cta {
  color: rgba(255, 255, 255, 0.95);
}
.m3-service-card--compact .m3-service-card__icon-wrap {
  width: 44px;
  height: 44px;
  margin-bottom: 0.85rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.m3-service-card--surface {
  background-color: var(--bs-surface-container-low, var(--bs-body-bg));
}
.m3-service-card--surface .m3-service-card__link {
  min-height: auto;
}
.m3-service-card--surface .m3-service-card__media {
  position: relative;
  flex-shrink: 0;
}
.m3-service-card--surface .m3-service-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  opacity: 1;
  transform: none;
}
.m3-service-card--surface .m3-service-card__content {
  color: var(--bs-body-color);
  background-color: var(--bs-surface-container-low, var(--bs-body-bg));
}
.m3-service-card--surface .m3-service-card__title {
  color: var(--bs-heading-color, var(--bs-body-color));
}
.m3-service-card--surface .m3-service-card__text {
  color: var(--bs-secondary-color);
}
.m3-service-card--surface .m3-service-card__cta {
  color: var(--bs-primary);
}
.m3-service-card--surface .m3-service-card__icon-wrap {
  color: var(--bs-primary);
  background-color: var(--bs-primary-bg-subtle);
  border: none;
}
.m3-service-card--surface:hover .m3-service-card__img, .m3-service-card--surface:focus-within .m3-service-card__img {
  transform: scale(1.05);
}
.m3-service-card--advisory .m3-service-card__icon-wrap {
  color: var(--bs-info, var(--bs-primary));
  background-color: rgba(var(--bs-info-rgb, var(--bs-primary-rgb)), 0.2);
}
.m3-service-card--certification .m3-service-card__icon-wrap {
  color: var(--bs-success);
  background-color: rgba(var(--bs-success-rgb), 0.2);
}
.m3-service-card:hover, .m3-service-card:focus-within {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  border-color: rgba(var(--bs-primary-rgb), 0.25);
}
.m3-service-card:hover .m3-service-card__img, .m3-service-card:focus-within .m3-service-card__img {
  transform: scale(1.05);
}
.m3-service-card:hover--compact .m3-service-card__img, .m3-service-card:focus-within--compact .m3-service-card__img {
  filter: blur(0.5px) saturate(1);
  opacity: 0.65;
}
.m3-service-card:hover .m3-service-card__scrim, .m3-service-card:focus-within .m3-service-card__scrim {
  opacity: 0.92;
}
.m3-service-card:hover .m3-service-card__icon-wrap, .m3-service-card:focus-within .m3-service-card__icon-wrap {
  transform: scale(1.08) translateY(-2px);
}
.m3-service-card:hover .m3-service-card__text, .m3-service-card:focus-within .m3-service-card__text {
  opacity: 0.92;
  transform: translateY(-2px);
}
.m3-service-card:hover .m3-service-card__cta i, .m3-service-card:focus-within .m3-service-card__cta i {
  transform: translateX(4px);
}
@media (min-width: 992px) {
  .m3-service-card--featured:hover .m3-service-card__title, .m3-service-card--featured:focus-within .m3-service-card__title {
    color: var(--bs-primary);
  }
}
.m3-service-card:active .m3-service-card__link {
  transform: scale(0.99);
}

[data-bs-theme=dark] .m3-services-section__eyebrow {
  background-color: rgba(var(--bs-primary-rgb), 0.18);
}
[data-bs-theme=dark] .m3-service-card {
  border-color: rgba(var(--bs-border-color-rgb), 0.35);
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .m3-service-card--featured .m3-service-card__content {
    background-color: var(--bs-tertiary-bg);
  }
}
[data-bs-theme=dark] .m3-service-card--surface {
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg));
}
[data-bs-theme=dark] .m3-service-card--surface .m3-service-card__content {
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg));
}
[data-bs-theme=dark] .m3-service-card--surface .m3-service-card__title {
  color: var(--bs-heading-color, var(--bs-body-color));
}
[data-bs-theme=dark] .m3-service-card--surface .m3-service-card__text {
  color: var(--bs-secondary-color);
}
[data-bs-theme=dark] .m3-service-card--compact .m3-service-card__img {
  opacity: 0.45;
}
[data-bs-theme=dark] .m3-service-card--compact .m3-service-card__scrim {
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.72) 100%);
}
[data-bs-theme=dark] .m3-service-card:hover, [data-bs-theme=dark] .m3-service-card:focus-within {
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.5), 0 8px 24px -4px rgba(0, 0, 0, 0.35);
}

.m3-services-section {
  position: relative;
  transition: background 0.5s ease-in-out;
  color: var(--bs-body-color);
}
.m3-services-section__title {
  color: var(--bs-heading-color, var(--bs-emphasis-color, var(--bs-body-color)));
}
.m3-services-section__lead {
  color: var(--bs-secondary-color);
}

.m3-services-slick-wrapper {
  position: relative;
  overflow: visible;
}
@media (min-width: 992px) {
  .m3-services-slick-wrapper {
    min-height: 540px;
  }
}

@media (min-width: 992px) {
  .m3-services-slick-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    min-height: 540px;
    overflow: visible;
  }
  .m3-services-slick-row > [class*=col-] {
    display: flex;
    flex-direction: column;
    min-height: 540px;
  }
}

.m3-services-slider-for {
  width: 100%;
  height: 100%;
  min-height: 420px;
  overflow: hidden !important;
  border-radius: 16px;
  isolation: isolate;
}
@media (min-width: 992px) {
  .m3-services-slider-for {
    min-height: 540px;
    height: 540px;
  }
}
.m3-services-slider-for .slick-list,
.m3-services-slider-for .slick-track {
  height: 100%;
}
.m3-services-slider-for .slick-list {
  overflow: hidden !important;
  border-radius: inherit;
}
.m3-services-slider-for .slick-slide {
  height: 100%;
}
.m3-services-slider-for .slick-slide > div {
  height: 100%;
  border-radius: inherit;
  overflow: hidden !important;
}

.m3-service-slide-for {
  position: relative;
  display: block !important;
  height: 100%;
  min-height: 420px;
  overflow: hidden !important;
  border-radius: 16px;
  box-sizing: border-box;
  background: transparent !important;
  backdrop-filter: blur(16px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(120%) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 992px) {
  .m3-service-slide-for {
    min-height: 540px;
    height: 100%;
  }
}
.m3-service-slide-for__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background-color: var(--bs-surface-container-high, var(--bs-secondary-bg));
}
.m3-service-slide-for__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-slide-for:hover .m3-service-slide-for__img {
  transform: scale(1.03);
}
.m3-service-slide-for__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2.5rem 2rem 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.15) 75%, transparent 100%);
  color: #ffffff;
  pointer-events: none;
}
.m3-service-slide-for__body > * {
  pointer-events: auto;
}
.m3-service-slide-for__badge {
  flex-shrink: 0;
  align-self: flex-start;
  padding: 0.3rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}
.m3-service-slide-for__title {
  margin: 0;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m3-service-slide-for__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92) !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m3-service-slide-for__cta {
  flex-shrink: 0;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bs-primary) !important;
  background-color: #ffffff !important;
  border: none;
  border-radius: 999px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-slide-for__cta:hover, .m3-service-slide-for__cta:focus-visible {
  color: var(--bs-primary) !important;
  background-color: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.m3-services-slider-nav {
  width: 100%;
  min-height: 360px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .m3-services-slider-nav {
    height: 540px !important;
    min-height: 540px;
  }
  .m3-services-slider-nav .slick-list,
  .m3-services-slider-nav .slick-track {
    height: 100% !important;
  }
  .m3-services-slider-nav .slick-slide {
    height: calc(25% - 0.75rem) !important;
    min-height: calc(25% - 0.75rem) !important;
    margin-bottom: 1rem;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 12px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    background: transparent !important;
    border: 2px solid transparent;
  }
  .m3-services-slider-nav .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  .m3-services-slider-nav .slick-slide:last-child {
    margin-bottom: 0;
  }
  .m3-services-slider-nav .slick-slide.slick-current {
    border-color: rgba(var(--bs-primary-rgb), 0.65) !important;
    box-shadow: 0 6px 28px rgba(var(--bs-primary-rgb), 0.2);
  }
}

.m3-service-slide-nav {
  position: relative;
  display: block !important;
  width: 100%;
  height: 100%;
  min-height: 88px;
  overflow: hidden;
  cursor: pointer;
  border-radius: inherit;
  background-color: var(--bs-secondary-bg);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-slide-nav__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.m3-service-slide-nav__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-slide-nav:hover .m3-service-slide-nav__img {
  transform: scale(1.04);
}
.m3-service-slide-nav__body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 0.75rem 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 50%, transparent 100%);
}
.m3-service-slide-nav__title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .m3-service-slide-nav {
    min-height: 100px;
    border: 1px solid rgba(var(--bs-border-color-rgb), 0.35);
    border-radius: 12px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .m3-service-slide-nav:hover {
    border-color: rgba(var(--bs-primary-rgb), 0.35);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 991.98px) {
  .m3-services-slick-wrapper {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .m3-services-slider-nav {
    min-height: 120px;
    margin-top: 0.5rem;
  }
  .m3-services-slider-nav .slick-track {
    flex-direction: row !important;
    justify-content: flex-start !important;
  }
  .m3-services-slider-nav .slick-slide {
    height: auto !important;
    min-height: 100px !important;
    margin-bottom: 0;
    padding: 0 !important;
    background: transparent;
    border: none;
    border-radius: 12px;
    overflow: hidden;
  }
  .m3-service-slide-for {
    min-height: 65vh;
    max-height: 520px;
  }
}
[data-bs-theme=dark] .m3-services-section {
  background: linear-gradient(135deg, var(--bs-body-bg) 0%, rgba(10, 37, 64, 0.4) 50%, var(--bs-surface-container-low, var(--bs-tertiary-bg)) 100%);
}
[data-bs-theme=dark] .m3-service-slide-for {
  background: transparent !important;
  backdrop-filter: blur(16px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(120%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3) !important;
}
[data-bs-theme=dark] .m3-service-slide-for__badge {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}
[data-bs-theme=dark] .m3-service-slide-for__media,
[data-bs-theme=dark] .m3-service-slide-nav__media {
  background-color: rgba(var(--bs-body-color-rgb), 0.06);
}
@media (min-width: 992px) {
  [data-bs-theme=dark] .m3-services-slider-nav .slick-slide.slick-current {
    border-color: rgba(var(--bs-primary-rgb), 0.75) !important;
    box-shadow: 0 8px 32px rgba(var(--bs-primary-rgb), 0.25);
  }
}

.m3-counters-section {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

.m3-counter-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  border: 1px solid transparent;
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg));
  color: var(--bs-body-color);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-counter-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: var(--bs-primary);
  background-color: var(--bs-primary-bg-subtle);
  border-radius: 999px;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-counter-card__value {
  margin: 0 0 0.5rem;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--bs-heading-color, var(--bs-body-color));
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-counter-card__label {
  margin: 0;
  max-width: 22ch;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--bs-secondary-color);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-counter-card--partners .m3-counter-card__icon {
  color: var(--bs-primary);
  background-color: rgba(var(--bs-primary-rgb), 0.12);
}
.m3-counter-card--certifications .m3-counter-card__icon {
  color: var(--bs-success);
  background-color: rgba(var(--bs-success-rgb), 0.12);
}
.m3-counter-card--analysis .m3-counter-card__icon {
  color: var(--bs-info, var(--bs-primary));
  background-color: rgba(var(--bs-info-rgb, var(--bs-primary-rgb)), 0.12);
}
.m3-counter-card:hover, .m3-counter-card:focus-within {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  border-color: rgba(var(--bs-primary-rgb), 0.12);
}
.m3-counter-card:hover .m3-counter-card__icon, .m3-counter-card:focus-within .m3-counter-card__icon {
  transform: scale(1.06);
}
.m3-counter-card:hover .m3-counter-card__value, .m3-counter-card:focus-within .m3-counter-card__value {
  color: var(--bs-primary);
}

[data-bs-theme=dark] .m3-counter-card {
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg));
  border-color: rgba(var(--bs-border-color-rgb), 0.2);
}
[data-bs-theme=dark] .m3-counter-card__value {
  color: var(--bs-heading-color, var(--bs-body-color));
}
[data-bs-theme=dark] .m3-counter-card__label {
  color: var(--bs-secondary-color);
}
[data-bs-theme=dark] .m3-counter-card--partners .m3-counter-card__icon {
  background-color: rgba(var(--bs-primary-rgb), 0.18);
}
[data-bs-theme=dark] .m3-counter-card--certifications .m3-counter-card__icon {
  background-color: rgba(var(--bs-success-rgb), 0.18);
}
[data-bs-theme=dark] .m3-counter-card--analysis .m3-counter-card__icon {
  background-color: rgba(var(--bs-info-rgb, var(--bs-primary-rgb)), 0.18);
}
[data-bs-theme=dark] .m3-counter-card:hover, [data-bs-theme=dark] .m3-counter-card:focus-within {
  border-color: rgba(var(--bs-primary-rgb), 0.25);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.5), 0 8px 24px -4px rgba(0, 0, 0, 0.35);
}

.m3-codelab-section {
  background: linear-gradient(180deg, transparent, rgba(11, 92, 210, 0.02));
}
.m3-codelab-section .m3-codelab-lead {
  font-size: 1.05rem;
  line-height: 1.7;
}
.m3-codelab-section .m3-codelab-body {
  font-size: 1rem;
  line-height: 1.7;
}
.m3-codelab-section .m3-img-container {
  display: inline-block;
  max-width: 100%;
}
.m3-codelab-section .m3-img-container .m3-codelab-img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  height: auto;
}
.m3-codelab-section .m3-img-container .m3-codelab-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.m3-codelab-section .m3-img-container .m3-tech-backdrop {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 92, 210, 0.05);
  border-radius: 24px;
  z-index: 0;
}

[data-bs-theme=dark] .m3-codelab-section {
  background: linear-gradient(180deg, transparent, rgba(77, 154, 255, 0.04));
}
[data-bs-theme=dark] .m3-codelab-section .m3-img-container .m3-codelab-img {
  border-color: rgba(255, 255, 255, 0.08);
}
[data-bs-theme=dark] .m3-codelab-section .m3-img-container .m3-tech-backdrop {
  background-color: rgba(77, 154, 255, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  .m3-codelab-section .m3-codelab-img {
    transition: none;
  }
  .m3-codelab-section .m3-codelab-img:hover {
    transform: none;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.m3-clients-section {
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg));
  color: var(--bs-body-color);
}

.m3-section-title {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--bs-heading-color, var(--bs-body-color));
}

.m3-section-subtitle {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bs-secondary-color);
}

.m3-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
}

.m3-marquee-track {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: max-content;
  padding: 0.5rem 0;
  animation: marquee 25s linear infinite;
  will-change: transform;
}
.m3-marquee-track:hover {
  animation-play-state: paused;
}
.m3-marquee-track__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m3-marquee-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.m3-marquee-logo img {
  display: block;
  max-height: 50px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.65);
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.m3-marquee-logo:hover img, .m3-marquee-logo:focus-within img {
  filter: none;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .m3-marquee-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .m3-marquee-track__item[aria-hidden=true] {
    display: none;
  }
  .m3-marquee-wrapper {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.m3-testimonials-section {
  background-color: var(--bs-body-bg, #fff);
  color: var(--bs-body-color);
}
.m3-testimonials-section__header {
  max-width: 42rem;
  margin-inline: auto;
}

.m3-testimonial-card {
  padding: 1.5rem;
  border-radius: 16px;
  background-color: var(--bs-surface-container-low, #fcfcfc);
  border: 1px solid var(--bs-border-color-translucent);
  min-height: 280px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-testimonial-card:hover {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.m3-testimonial-card__quote {
  display: block;
  margin-bottom: -0.25rem;
  font-size: 2rem;
  line-height: 1;
  color: var(--bs-primary);
  opacity: 0.3;
}
.m3-testimonial-card__text {
  font-size: 0.8rem;
  line-height: 1.6;
  color: var(--bs-secondary-color);
}
.m3-testimonial-card__text p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.8rem;
}
.m3-testimonial-card__footer {
  margin-top: 1.25rem;
  padding-top: 0;
  background: transparent;
  border: 0;
}
.m3-testimonial-card__avatar {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 0.75rem;
  object-fit: cover;
  border: 2px solid var(--bs-border-color);
}
.m3-testimonial-card__avatar--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-secondary-bg);
  color: var(--bs-secondary-color);
  font-size: 1.5rem;
}
.m3-testimonial-card__name {
  display: block;
  font-size: 1.05rem;
  line-height: 1.2;
  color: var(--bs-heading-color, var(--bs-emphasis-color));
}
.m3-testimonial-card__role {
  display: block;
  margin-top: 2px;
  font-size: 0.85rem;
  line-height: 1.3;
  color: var(--bs-secondary-color);
}

.testimonios-slick-slider.m3-testimonials-slider {
  position: relative;
  padding-inline: 3rem;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-prev,
.testimonios-slick-slider.m3-testimonials-slider .slick-next {
  position: absolute;
  top: 42%;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, 0.1));
  border-radius: 50%;
  background-color: var(--bs-body-bg, #fff);
  color: var(--bs-primary, #085cd2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-prev::before,
.testimonios-slick-slider.m3-testimonials-slider .slick-next::before {
  display: none !important;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-prev i,
.testimonios-slick-slider.m3-testimonials-slider .slick-next i {
  font-size: 1.35rem;
  line-height: 1;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-prev:hover, .testimonios-slick-slider.m3-testimonials-slider .slick-prev:focus-visible,
.testimonios-slick-slider.m3-testimonials-slider .slick-next:hover,
.testimonios-slick-slider.m3-testimonials-slider .slick-next:focus-visible {
  outline: none;
  background-color: var(--bs-primary, #085cd2);
  color: #fff;
  box-shadow: 0 4px 12px rgba(8, 92, 210, 0.25);
}
.testimonios-slick-slider.m3-testimonials-slider .slick-prev {
  left: 0;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-next {
  right: 0;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-track {
  display: flex !important;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-slide {
  height: auto;
  display: flex !important;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-slide > div {
  display: flex;
  width: 100%;
}
.testimonios-slick-slider.m3-testimonials-slider .m3-testimonial-slide {
  display: flex !important;
  width: 100%;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  gap: 0.35rem;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-dots li {
  margin: 0;
  vertical-align: unset;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-dots li button,
.testimonios-slick-slider.m3-testimonials-slider .slick-dots li a {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: var(--bs-border-color, #ccc);
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  transition: background 0.3s ease, width 0.3s ease, border-radius 0.3s ease;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-dots li button::before,
.testimonios-slick-slider.m3-testimonials-slider .slick-dots li a::before {
  display: none;
}
.testimonios-slick-slider.m3-testimonials-slider .slick-dots li.slick-active button,
.testimonios-slick-slider.m3-testimonials-slider .slick-dots li a.flex-active {
  width: 24px;
  border-radius: 6px;
  background: var(--bs-primary, #085cd2);
}
@media (max-width: 575.98px) {
  .testimonios-slick-slider.m3-testimonials-slider {
    padding-inline: 2.75rem;
  }
  .testimonios-slick-slider.m3-testimonials-slider .slick-prev,
  .testimonios-slick-slider.m3-testimonials-slider .slick-next {
    width: 36px;
    height: 36px;
  }
  .testimonios-slick-slider.m3-testimonials-slider .slick-prev i,
  .testimonios-slick-slider.m3-testimonials-slider .slick-next i {
    font-size: 1.1rem;
  }
}

[data-bs-theme=dark] .m3-testimonials-section {
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .m3-testimonial-card {
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg));
  border-color: rgba(255, 255, 255, 0.08);
}

.m3-gradient-section-wrapper {
  position: relative;
  z-index: 1;
  padding-block: 3rem;
  color: var(--bs-body-color);
  transition: background 0.5s ease-in-out;
  background: linear-gradient(180deg, var(--bs-body-bg) 0%, var(--bs-primary-border-subtle, #c5cae9) 50%, var(--bs-surface-container-low, var(--bs-tertiary-bg, #eef1f6)) 100%) !important;
}
.m3-gradient-section-wrapper .m3-section-title {
  color: var(--bs-heading-color, var(--bs-body-color));
}
.m3-gradient-section-wrapper .m3-section-subtitle,
.m3-gradient-section-wrapper .m3-flipbook-section__lead {
  color: var(--bs-secondary-color);
}
.m3-gradient-section-wrapper .m3-flipbook-section,
.m3-gradient-section-wrapper .m3-news-section,
.m3-gradient-section-wrapper section,
.m3-gradient-section-wrapper .container,
.m3-gradient-section-wrapper .row {
  background-color: transparent !important;
  background: transparent !important;
}

[data-bs-theme=dark] .m3-gradient-section-wrapper {
  background: linear-gradient(180deg, var(--bs-body-bg) 0%, rgba(10, 37, 64, 0.4) 50%, var(--bs-surface-container-low, var(--bs-tertiary-bg, #eef1f6)) 100%) !important;
}
[data-bs-theme=dark] .m3-gradient-section-wrapper .m3-section-title {
  color: var(--bs-heading-color, var(--bs-body-color));
}
[data-bs-theme=dark] .m3-gradient-section-wrapper .m3-section-subtitle,
[data-bs-theme=dark] .m3-gradient-section-wrapper .m3-flipbook-section__lead {
  color: var(--bs-secondary-color);
}

@media (min-width: 768px) {
  .m3-gradient-section-wrapper {
    padding-block: 4rem;
  }
}
.m3-flipbook-section {
  background-color: transparent !important;
  background: transparent !important;
  color: var(--bs-body-color);
}
.m3-flipbook-section__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--bs-secondary-color);
}
.m3-flipbook-section__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  border-radius: 999px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-flipbook-section__cta:hover, .m3-flipbook-section__cta:focus-visible {
  transform: translateY(-1px);
}

.m3-flipbook-embed {
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg));
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-flipbook-embed__frame {
  display: block;
  width: 100%;
  height: 400px;
  max-height: 400px;
  border: 0;
}

[data-bs-theme=dark] .m3-flipbook-embed {
  border: 1px solid rgba(var(--bs-border-color-rgb), 0.2);
}

@media (max-width: 767.98px) {
  .m3-flipbook-embed__frame {
    height: 320px;
    max-height: 320px;
  }
}
.m3-news-section {
  background-color: transparent !important;
  background: transparent !important;
  color: var(--bs-body-color);
}
.m3-news-section__header {
  max-width: 40rem;
  margin-inline: auto;
}

.m3-news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg));
  border: 1px solid transparent;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-news-card:hover, .m3-news-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(var(--bs-primary-rgb), 0.12);
}
.m3-news-card__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  overflow: hidden;
  background-color: var(--bs-surface-container-high, var(--bs-secondary-bg));
  transition: background-color 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-news-card__image-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.m3-news-card:hover .m3-news-card__image-wrapper, .m3-news-card:focus-within .m3-news-card__image-wrapper {
  background-color: var(--bs-surface-container-highest, var(--bs-tertiary-bg));
}
.m3-news-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-news-card__placeholder {
  width: 60%;
  height: 60%;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.1), rgba(var(--bs-body-color-rgb), 0.06));
}
.m3-news-card:hover .m3-news-card__img, .m3-news-card:focus-within .m3-news-card__img {
  transform: scale(1.03);
}
.m3-news-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.5rem;
  padding: 1rem;
  background-color: transparent;
  color: var(--bs-body-color);
}
.m3-news-card__meta {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--bs-secondary-color);
}
.m3-news-card__meta-sep {
  margin-inline: 0.35rem;
  opacity: 0.6;
}
.m3-news-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.m3-news-card__title a {
  color: var(--bs-heading-color, var(--bs-body-color));
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-news-card__title a:hover, .m3-news-card__title a:focus-visible {
  color: var(--bs-primary);
}
.m3-news-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  margin-top: auto;
  padding-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bs-primary);
  text-decoration: none;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-news-card__link i {
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-news-card__link:hover, .m3-news-card__link:focus-visible {
  color: var(--bs-primary);
  text-decoration: underline;
}
.m3-news-card__link:hover i, .m3-news-card__link:focus-visible i {
  transform: translateX(3px);
}

.m3-news-list {
  height: 100%;
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg));
  border: 1px solid rgba(var(--bs-border-color-rgb), 0.12);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-news-list__title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--bs-heading-color, var(--bs-body-color));
}
.m3-news-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.m3-news-list__items li + li {
  margin-top: 0.65rem;
}
.m3-news-list__items a {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-news-list__items a:hover, .m3-news-list__items a:focus-visible {
  color: var(--bs-primary);
}

[data-bs-theme=dark] .m3-news-card {
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg));
  border-color: rgba(var(--bs-border-color-rgb), 0.2);
}
[data-bs-theme=dark] .m3-news-card__image-wrapper {
  background-color: var(--bs-surface-container-high, rgba(var(--bs-body-color-rgb), 0.08));
}
[data-bs-theme=dark] .m3-news-card:hover [data-bs-theme=dark] .m3-news-card__image-wrapper, [data-bs-theme=dark] .m3-news-card:focus-within [data-bs-theme=dark] .m3-news-card__image-wrapper {
  background-color: var(--bs-surface-container-highest, rgba(var(--bs-body-color-rgb), 0.12));
}
[data-bs-theme=dark] .m3-news-card__content {
  color: var(--bs-body-color);
}
[data-bs-theme=dark] .m3-news-card__title a {
  color: var(--bs-heading-color, var(--bs-body-color));
}
[data-bs-theme=dark] .m3-news-card__meta {
  color: var(--bs-secondary-color);
}
[data-bs-theme=dark] .m3-news-card:hover, [data-bs-theme=dark] .m3-news-card:focus-within {
  border-color: rgba(var(--bs-primary-rgb), 0.25);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.5), 0 8px 20px -4px rgba(0, 0, 0, 0.35);
}
[data-bs-theme=dark] .m3-news-list {
  border-color: rgba(var(--bs-border-color-rgb), 0.2);
}

.m3-fab-contact-btn {
  position: fixed;
  right: 1rem;
  bottom: calc(1rem + 56px + 0.75rem);
  z-index: 1050;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-primary, #085cd2);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(8, 92, 210, 0.3);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.3s ease;
}
.m3-fab-contact-btn i {
  font-size: 1.75rem;
  line-height: 1;
}
.m3-fab-contact-btn:hover, .m3-fab-contact-btn:focus-visible {
  filter: brightness(1.08);
  outline: none;
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 8px 24px rgba(8, 92, 210, 0.4);
}
.m3-fab-contact-btn[aria-expanded=true] {
  transform: scale(0.96);
}

body:has(#m3-whatsapp-fab) .m3-fab-contact-btn {
  bottom: calc(5rem + 56px + 0.75rem);
}

.m3-sheet-overlay {
  position: fixed;
  inset: 0;
  z-index: 1055;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.2, 0, 0, 1), visibility 0.4s cubic-bezier(0.2, 0, 0, 1);
}

.m3-glass-side-sheet {
  position: fixed;
  border-radius: 20px 0px 0px 20px;
  top: 0;
  right: -450px;
  width: 450px;
  height: 100vh;
  height: 100dvh;
  z-index: 1060;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.6) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1);
  will-change: transform;
  overflow: hidden;
}
.m3-glass-side-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-shrink: 0;
  padding: 1.25rem 1.25rem 0.75rem;
  border-bottom: 1px solid rgba(var(--bs-border-color-rgb, 0, 0, 0), 0.12);
}
.m3-glass-side-sheet__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bs-heading-color, var(--bs-emphasis-color));
  line-height: 1.2;
}
.m3-glass-side-sheet__close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.m3-glass-side-sheet__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 1rem 2.25rem 1.5rem;
  -webkit-overflow-scrolling: touch;
}
.m3-glass-side-sheet__lead {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--bs-secondary-color);
}
.m3-glass-side-sheet__form .wpcf7-form {
  margin: 0;
}

body.contact-sheet-active {
  overflow: hidden;
}
body.contact-sheet-active .m3-sheet-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.contact-sheet-active .m3-glass-side-sheet {
  transform: translateX(-450px);
}

@media (max-width: 767.98px) {
  .m3-fab-contact-btn {
    right: 1.25rem;
    bottom: calc(1.25rem + 52px + 0.75rem);
    width: 52px;
    height: 52px;
    font-size: 1.6rem;
  }
  .m3-fab-contact-btn i {
    font-size: 1.6rem;
  }
  .m3-glass-side-sheet {
    right: 0;
    width: 100%;
    max-width: 100%;
    transform: translateX(100%);
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px 16px 0 0;
    height: 90vh;
    height: 90dvh;
    top: auto;
    bottom: 0;
  }
  body.contact-sheet-active .m3-glass-side-sheet {
    transform: translateX(0);
  }
}
[data-bs-theme=dark] .m3-fab-contact-btn {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
[data-bs-theme=dark] .m3-fab-contact-btn:hover, [data-bs-theme=dark] .m3-fab-contact-btn:focus-visible {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
}
[data-bs-theme=dark] .m3-glass-side-sheet {
  background: rgba(25, 35, 50, 0.7) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: -8px 0 48px rgba(0, 0, 0, 0.45);
}
[data-bs-theme=dark] .m3-sheet-overlay {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
  [data-bs-theme=dark] .m3-glass-side-sheet {
    border-top-color: rgba(255, 255, 255, 0.08);
  }
}

.m3-interior-hero .m3-hero-content-box {
  max-width: 100%;
}
.m3-interior-hero .m3-hero-breadcrumbs a {
  transition: color 0.2s ease;
}
.m3-interior-hero .m3-hero-breadcrumbs a:hover, .m3-interior-hero .m3-hero-breadcrumbs a:focus-visible {
  color: #fff !important;
  text-decoration: underline !important;
  outline: none;
}

.m3-interior-hero.m3-hero-curved {
  position: relative;
  height: 340px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-bottom-right-radius: 120px !important;
  isolation: isolate;
}
.m3-interior-hero.m3-hero-curved .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
  z-index: 1;
  border-bottom-right-radius: inherit;
}
.m3-interior-hero.m3-hero-curved .m3-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(12, 28, 48, 0.9) 0%, rgba(12, 28, 48, 0.5) 70%, transparent 100%) !important;
  z-index: 2;
  border-bottom-right-radius: inherit;
}
.m3-interior-hero.m3-hero-curved .m3-hero-title {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: calc(1.8rem + 1.2vw);
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.m3-interior-hero.m3-hero-curved .m3-hero-subtitle {
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.2rem);
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  max-width: 42rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.m3-interior-hero.m3-hero-curved .m3-hero-content-box .btn-success.js-open-contact-sheet {
  font-weight: 600;
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.m3-interior-hero.m3-hero-curved .m3-hero-content-box .btn-success.js-open-contact-sheet:hover, .m3-interior-hero.m3-hero-curved .m3-hero-content-box .btn-success.js-open-contact-sheet:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.m3-servicio-main.site-main {
  position: relative;
  z-index: 0;
  background-color: var(--bs-body-bg, #fff);
  padding-top: 0.25rem;
}
.m3-servicio-main.site-main > .container {
  padding-top: 2rem;
}

@media (max-width: 767.98px) {
  .m3-interior-hero.m3-hero-curved {
    height: 280px;
    border-bottom-right-radius: 72px !important;
  }
  .m3-interior-hero.m3-hero-curved .m3-hero-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
  .m3-interior-hero.m3-hero-curved .m3-hero-breadcrumbs {
    font-size: 0.75rem !important;
  }
  .m3-servicio-main.site-main > .container {
    padding-top: 1.5rem;
  }
}
[data-bs-theme=dark] .m3-interior-hero.m3-hero-curved .m3-hero-overlay {
  background: linear-gradient(135deg, rgba(5, 15, 30, 0.94) 0%, rgba(5, 15, 30, 0.6) 70%, transparent 100%) !important;
}
[data-bs-theme=dark] .m3-servicio-main.site-main {
  background-color: var(--bs-body-bg);
}

.m3-subservices-grid {
  margin-top: 2rem;
}

.m3-service-card {
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg));
  border: 1px solid var(--bs-border-color-translucent);
  border-radius: 16px !important;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.m3-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  background-color: var(--bs-surface-container-high, var(--bs-secondary-bg));
}
.m3-service-card .m3-card-thumb-wrapper {
  height: 180px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--bs-secondary-bg, rgba(var(--bs-body-color-rgb), 0.06));
}
.m3-service-card .m3-card-thumb-wrapper .m3-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
  transition: transform 0.5s ease;
}
.m3-service-card:hover .m3-card-img {
  transform: scale(1.05);
}
.m3-service-card .m3-card-body {
  background-color: transparent;
}
.m3-service-card .m3-card-title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color, var(--bs-emphasis-color));
}
.m3-service-card .m3-card-excerpt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--bs-secondary-color) !important;
}
.m3-service-card .m3-btn-rounded {
  border-radius: 999px;
  font-weight: 500;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-service-card .m3-btn-rounded:hover, .m3-service-card .m3-btn-rounded:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

[data-bs-theme=dark] .m3-service-card {
  background-color: var(--bs-surface-container-low, var(--bs-tertiary-bg));
  border-color: rgba(255, 255, 255, 0.08);
}
[data-bs-theme=dark] .m3-service-card:hover {
  background-color: var(--bs-surface-container-high, var(--bs-secondary-bg));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
[data-bs-theme=dark] .m3-service-card .m3-card-thumb-wrapper {
  background-color: rgba(var(--bs-body-color-rgb), 0.08);
}
[data-bs-theme=dark] .m3-service-card .m3-card-title {
  color: var(--bs-heading-color, var(--bs-body-color));
}
[data-bs-theme=dark] .m3-service-card .m3-card-excerpt {
  color: var(--bs-secondary-color) !important;
}

.m3-related-services-section {
  margin-bottom: 1rem;
}

.m3-related-card {
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.m3-related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}
.m3-related-card__media {
  height: 180px;
  overflow: hidden;
}
.m3-related-card .card-title {
  color: var(--bs-heading-color, var(--bs-emphasis-color));
}
.m3-related-card .m3-btn-rounded {
  border-radius: 999px;
  font-weight: 500;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m3-related-card .m3-btn-rounded:hover, .m3-related-card .m3-btn-rounded:focus-visible {
  transform: translateY(-1px);
}

.object-fit-cover {
  object-fit: cover;
}

.m3-btn-rounded {
  border-radius: 999px;
}

.m3-whatsapp-fab {
  position: fixed;
  bottom: 5rem;
  right: 1rem;
  width: 56px;
  height: 56px;
  background-color: #25d366 !important;
  color: #ffffff !important;
  border-radius: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
  z-index: 1040;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.3s ease;
}
.m3-whatsapp-fab:hover, .m3-whatsapp-fab:focus-visible {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  color: #ffffff !important;
  outline: none;
}

@media (max-width: 767.98px) {
  .m3-whatsapp-fab {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 52px;
    height: 52px;
    font-size: 1.6rem;
  }
}
[data-bs-theme=dark] .m3-whatsapp-fab {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
[data-bs-theme=dark] .m3-whatsapp-fab:hover, [data-bs-theme=dark] .m3-whatsapp-fab:focus-visible {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
}

.m3-brand-logo-container .m3-logo-link {
  display: inline-block;
  max-width: 220px;
}
.m3-brand-logo-container .m3-svg-logo-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.m3-brand-logo-container .m3-svg-logo-wrapper svg {
  width: 100%;
  height: auto;
  max-height: 92px;
  display: block;
}
.m3-brand-logo-container .m3-svg-logo-wrapper svg .cls-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.m3-brand-logo-container .site-title-fallback {
  color: #085cd2;
  font-size: 1rem;
  line-height: 1.2;
}
.m3-brand-logo-container--footer {
  display: flex;
  justify-content: center;
  width: 100%;
}
.m3-brand-logo-container--footer .m3-logo-link {
  max-width: none;
  width: min(100%, 320px);
  min-width: 280px;
  background-color: transparent;
}
.m3-brand-logo-container--footer .m3-svg-logo-wrapper svg,
.m3-brand-logo-container--footer .m3-logo-img-main,
.m3-brand-logo-container--footer img.logo-large,
.m3-brand-logo-container--footer img.footer-logo {
  width: 100%;
  min-width: 280px;
  max-width: 320px;
  max-height: none;
  height: auto;
}

.m3-logo-anniversary-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  line-height: 0;
}

.m3-logo-brand-link,
.m3-logo-link {
  position: relative;
  background-color: var(--bs-body-bg);
  z-index: 2;
  display: block;
  text-decoration: none;
  line-height: 0;
}
.m3-logo-brand-link .m3-logo-img-main,
.m3-logo-brand-link img.logo-large,
.m3-logo-link .m3-logo-img-main,
.m3-logo-link img.logo-large {
  display: block;
  height: auto;
  max-height: 92px;
  width: auto;
  max-width: 100%;
}

.m3-text-badge-30years {
  position: absolute;
  left: 100px;
  top: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #0b5cd2 !important;
  font-family: var(--bs-font-sans-serif);
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%) translateX(0);
  opacity: 0;
  animation: m3SlideAniversary 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.m3-text-badge-30years .m3-num-30 {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.m3-text-badge-30years .m3-text-years {
  font-size: 0.67rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 2px;
}

@keyframes m3SlideAniversary {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  12% {
    transform: translateY(-50%) translateX(65px);
    opacity: 1;
  }
  45% {
    transform: translateY(-50%) translateX(65px);
    opacity: 1;
  }
  52% {
    transform: translateY(-50%) translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 0;
  }
}
[data-bs-theme=dark] .m3-logo-brand-link,
[data-bs-theme=dark] .m3-logo-link {
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .m3-brand-logo-container--footer .m3-logo-link {
  background-color: transparent;
}
[data-bs-theme=dark] .m3-text-badge-30years {
  color: #085cd2 !important;
}

[data-bs-theme=dark] .m3-brand-logo-container--footer .m3-logo-link, .dark-mode .m3-brand-logo-container--footer .m3-logo-link, [data-theme=dark] .m3-brand-logo-container--footer .m3-logo-link {
  background-color: transparent;
}
[data-bs-theme=dark] .m3-brand-logo-container .m3-logo-img-main,
[data-bs-theme=dark] .m3-brand-logo-container img.logo-large,
[data-bs-theme=dark] .m3-brand-logo-container img.footer-logo, .dark-mode .m3-brand-logo-container .m3-logo-img-main,
.dark-mode .m3-brand-logo-container img.logo-large,
.dark-mode .m3-brand-logo-container img.footer-logo, [data-theme=dark] .m3-brand-logo-container .m3-logo-img-main,
[data-theme=dark] .m3-brand-logo-container img.logo-large,
[data-theme=dark] .m3-brand-logo-container img.footer-logo {
  filter: brightness(0) invert(1);
}

@media (max-width: 991.98px) {
  .m3-brand-logo-container:not(.m3-brand-logo-container--footer) .m3-logo-link {
    max-width: none;
  }
  .m3-brand-logo-container:not(.m3-brand-logo-container--footer) .m3-svg-logo-wrapper {
    width: auto;
  }
  .m3-brand-logo-container:not(.m3-brand-logo-container--footer) .m3-svg-logo-wrapper svg {
    width: auto;
    height: 72px;
    max-height: 72px;
  }
  .m3-logo-link .m3-logo-img-main,
  .m3-logo-link img.logo-large {
    width: auto;
    height: 72px;
    max-height: 72px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .m3-text-badge-30years {
    animation: none;
    opacity: 0;
  }
}
.m3-top-footer-bar {
  border-bottom: 1px solid var(--m3-footer-border, var(--bs-border-color-translucent));
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
.m3-top-footer-bar > .d-flex {
  min-height: 2rem;
}
.m3-top-footer-bar .m3-phone-top-link,
.m3-top-footer-bar .references-links a {
  line-height: 1 !important;
  display: inline-flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
.m3-top-footer-bar ul.list-inline, .m3-top-footer-bar .accordion-new .accordion-content ol.list-inline, .accordion-new .accordion-content .m3-top-footer-bar ol.list-inline {
  margin-bottom: 0 !important;
  list-style: none;
}
.m3-top-footer-bar .m3-footer-phones li {
  margin-right: 0;
}
.m3-top-footer-bar .m3-footer-phones li:not(:last-child)::after {
  content: none;
}
.m3-top-footer-bar .m3-footer-phones a {
  transition: color 0.2s ease;
}
.m3-top-footer-bar .m3-footer-phones a:hover, .m3-top-footer-bar .m3-footer-phones a:focus-visible {
  color: rgb(22.8440366972, 115.7064220183, 246.1559633028) !important;
}
.m3-top-footer-bar .references-links {
  width: auto;
}
.m3-top-footer-bar .references-links > ul.list-inline, .m3-top-footer-bar .accordion-new .accordion-content .references-links > ol.list-inline, .accordion-new .accordion-content .m3-top-footer-bar .references-links > ol.list-inline {
  justify-content: center;
}
.m3-top-footer-bar .references-links a {
  transition: color 0.2s ease, transform 0.2s ease;
}
.m3-top-footer-bar .references-links a:hover, .m3-top-footer-bar .references-links a:focus-visible {
  color: rgb(22.8440366972, 115.7064220183, 246.1559633028) !important;
}

.m3-footer-muted {
  color: var(--m3-footer-muted-color, var(--bs-secondary-color)) !important;
}

.m3-footer-link {
  color: var(--m3-footer-link-color, var(--bs-secondary-color)) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
.m3-footer-link:hover, .m3-footer-link:focus-visible {
  color: var(--bs-primary) !important;
  text-decoration: underline;
}

.m3-footer-phones ul, .m3-footer-phones .accordion-new .accordion-content ol, .accordion-new .accordion-content .m3-footer-phones ol {
  padding-left: 0;
}

.references-links ul, .references-links .accordion-new .accordion-content ol, .accordion-new .accordion-content .references-links ol {
  padding-left: 0;
  gap: 0.15rem;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .references-links ul, .references-links .accordion-new .accordion-content ol, .accordion-new .accordion-content .references-links ol {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.references-links a:not(.m3-tech-social-link) {
  font-size: 0.85rem;
  font-weight: 500;
}

.m3-social-separator {
  font-size: 0.85rem;
  pointer-events: none;
}

.m3-tech-social-link {
  font-size: 1.05rem !important;
  color: var(--m3-footer-link-color, var(--bs-secondary-color)) !important;
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease, color 0.2s ease !important;
}
.m3-tech-social-link:hover, .m3-tech-social-link:focus-visible {
  color: var(--bs-primary) !important;
  transform: scale(1.15);
  text-decoration: none !important;
}

@media (max-width: 767.98px) {
  .references-links ul, .references-links .accordion-new .accordion-content ol, .accordion-new .accordion-content .references-links ol {
    row-gap: 0.5rem;
  }
}
.footer-new,
.footer-new *:not(.shape):not(.shape *),
.m3-footer-section {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.shape,
.shape * {
  transition: none;
}

.footer-new {
  --m3-footer-bg: #ffffff;
  --m3-footer-text: #085cd2;
  --m3-footer-heading: #333333;
  --m3-footer-muted-color: rgba(8, 64, 151, 0.75);
  --m3-footer-link-color: #085cd2;
  --m3-footer-border: rgba(8, 64, 151, 0.12);
  --m3-footer-copyright-text: #ffffff;
  --m3-footer-bar-bg: #454846;
  position: relative;
  width: 100%;
  background-color: var(--m3-footer-bg);
  color: var(--m3-footer-text);
  font-family: inherit;
  padding-bottom: 0;
  overflow: hidden;
}
.footer-new .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
  pointer-events: none;
}
.footer-new .shape .waves {
  position: relative;
  width: 100%;
  height: 95px;
  margin-bottom: -1px;
  display: block;
}
.footer-new .shape .waves .parallax > use.wave-layer-1 {
  fill: rgba(8, 64, 151, 0.7) !important;
}
.footer-new .shape .waves .parallax > use.wave-layer-2 {
  fill: rgba(8, 64, 151, 0.5) !important;
}
.footer-new .shape .waves .parallax > use.wave-layer-3 {
  fill: rgba(8, 64, 151, 0.3) !important;
}
.footer-new .shape .waves .parallax > use.wave-layer-4 {
  fill: #084097 !important;
}
.footer-new .shape .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.footer-new .shape .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.footer-new .shape .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.footer-new .shape .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.footer-new .shape .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.footer-new .container {
  position: relative;
  z-index: 2;
}
.footer-new .link-content {
  background-color: var(--m3-footer-bg);
  padding-bottom: 1rem;
}
.footer-new .m3-top-footer-bar {
  background-color: var(--m3-footer-bg);
  border-top-color: var(--m3-footer-border, var(--bs-border-color-translucent)) !important;
}
.footer-new .logo-footer {
  margin-bottom: 1rem;
}
.footer-new .logo-footer .m3-brand-logo-container--footer {
  margin-left: auto;
  margin-right: auto;
}
.footer-new .footer-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.5rem;
  color: var(--m3-footer-heading);
}
.footer-new .footer-subtitle {
  font-size: 1rem;
  color: var(--m3-footer-muted-color);
}
.footer-new .phone-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.footer-new .phone-list .list-inline-item {
  margin: 0 10px;
}
.footer-new .phone-list .list-inline-item .phone-link {
  color: var(--m3-footer-link-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}
.footer-new .phone-list .list-inline-item .phone-link i {
  margin-right: 5px;
}
.footer-new .phone-list .list-inline-item .phone-link:hover {
  text-decoration: underline;
  color: rgb(22.8440366972, 115.7064220183, 246.1559633028);
}
.footer-new .social-list {
  margin: 0.3rem 0;
}
.footer-new .social-list .list-inline-item {
  margin: 0 8px;
}
.footer-new .social-list .list-inline-item a {
  font-size: 1.8rem;
  color: var(--m3-footer-link-color);
  transition: color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}
.footer-new .social-list .list-inline-item a:hover, .footer-new .social-list .list-inline-item a:focus-visible {
  color: rgb(22.8440366972, 115.7064220183, 246.1559633028);
  transform: translateY(-2px);
}
.footer-new .address-box {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  font-style: normal;
}
.footer-new .address-box a {
  color: var(--m3-footer-link-color);
  text-decoration: none;
}
.footer-new .address-box a:hover, .footer-new .address-box a:focus-visible {
  text-decoration: underline;
  color: rgb(22.8440366972, 115.7064220183, 246.1559633028);
}
.footer-new .address-box strong {
  margin-right: 10px;
  display: inline-block;
  color: var(--m3-footer-text);
}
.footer-new .address-box .map_link {
  color: var(--m3-footer-link-color);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.footer-new .address-box .map_link .waze-logo {
  height: 20px;
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
}
.footer-new .address-box .map_link:hover, .footer-new .address-box .map_link:focus-visible {
  text-decoration: underline;
  color: rgb(22.8440366972, 115.7064220183, 246.1559633028);
}
.footer-new .external-links {
  margin-bottom: 1.5rem;
}
.footer-new .external-links .list-inline-item {
  margin: 0 12px;
}
.footer-new .external-links .list-inline-item a {
  color: var(--m3-footer-link-color);
  text-decoration: none;
  font-weight: 500;
}
.footer-new .external-links .list-inline-item a i {
  font-size: 0.8em;
  margin-left: 2px;
}
.footer-new .external-links .list-inline-item a:hover, .footer-new .external-links .list-inline-item a:focus-visible {
  text-decoration: underline;
  color: rgb(22.8440366972, 115.7064220183, 246.1559633028);
}
.footer-new .copyright-bar {
  position: relative;
  z-index: 2;
  background-color: transparent;
  color: var(--m3-footer-copyright-text);
  padding: 20px 0;
  margin-top: 0;
  font-size: 0.75rem;
}
.footer-new .copyright-bar .copyrights,
.footer-new .copyright-bar .m3-footer-copyright {
  background-color: transparent;
  color: inherit;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.footer-bottom-bar {
  background-color: var(--m3-footer-bar-bg, #454846);
}

.color-bar-footer {
  display: flex;
  width: 100%;
  height: 8px;
}
.color-bar-footer .bar-color {
  flex: 1;
  height: 100%;
}
.color-bar-footer .bar-color.green {
  background-color: #00ae75;
}
.color-bar-footer .bar-color.yellow {
  background-color: #ffbe00;
}
.color-bar-footer .bar-color.red {
  background-color: #e3352b;
}
.color-bar-footer .bar-color.blue {
  background-color: #085cd2;
}

[data-bs-theme=dark] .footer-new, .dark-mode .footer-new, [data-theme=dark] .footer-new {
  --m3-footer-bg: #121212;
  --m3-footer-text: #e0e0e0;
  --m3-footer-heading: #f5f5f5;
  --m3-footer-muted-color: #b0b0b0;
  --m3-footer-link-color: #e0e0e0;
  --m3-footer-border: rgba(255, 255, 255, 0.12);
  --m3-footer-copyright-text: #f5f5f5;
  --m3-footer-bar-bg: #1a1a1a;
  border-top-color: var(--m3-footer-border) !important;
}
[data-bs-theme=dark] .footer-new .shape .waves .parallax > use.wave-layer-1, .dark-mode .footer-new .shape .waves .parallax > use.wave-layer-1, [data-theme=dark] .footer-new .shape .waves .parallax > use.wave-layer-1 {
  fill: rgba(8, 64, 151, 0.7) !important;
}
[data-bs-theme=dark] .footer-new .shape .waves .parallax > use.wave-layer-2, .dark-mode .footer-new .shape .waves .parallax > use.wave-layer-2, [data-theme=dark] .footer-new .shape .waves .parallax > use.wave-layer-2 {
  fill: rgba(8, 64, 151, 0.5) !important;
}
[data-bs-theme=dark] .footer-new .shape .waves .parallax > use.wave-layer-3, .dark-mode .footer-new .shape .waves .parallax > use.wave-layer-3, [data-theme=dark] .footer-new .shape .waves .parallax > use.wave-layer-3 {
  fill: rgba(8, 64, 151, 0.3) !important;
}
[data-bs-theme=dark] .footer-new .shape .waves .parallax > use.wave-layer-4, .dark-mode .footer-new .shape .waves .parallax > use.wave-layer-4, [data-theme=dark] .footer-new .shape .waves .parallax > use.wave-layer-4 {
  fill: #084097 !important;
}
[data-bs-theme=dark] .footer-new .copyright-bar, .dark-mode .footer-new .copyright-bar, [data-theme=dark] .footer-new .copyright-bar {
  background-color: transparent;
  color: var(--m3-footer-copyright-text);
}
[data-bs-theme=dark] .footer-new .m3-footer-link:hover, [data-bs-theme=dark] .footer-new .m3-footer-link:focus-visible,
[data-bs-theme=dark] .footer-new .m3-tech-social-link:hover,
[data-bs-theme=dark] .footer-new .m3-tech-social-link:focus-visible,
[data-bs-theme=dark] .footer-new .social-list a:hover,
[data-bs-theme=dark] .footer-new .social-list a:focus-visible,
[data-bs-theme=dark] .footer-new .address-box a:hover,
[data-bs-theme=dark] .footer-new .address-box a:focus-visible,
[data-bs-theme=dark] .footer-new .phone-list .phone-link:hover,
[data-bs-theme=dark] .footer-new .phone-list .phone-link:focus-visible,
[data-bs-theme=dark] .footer-new .m3-top-footer-bar .m3-footer-phones a:hover,
[data-bs-theme=dark] .footer-new .m3-top-footer-bar .m3-footer-phones a:focus-visible,
[data-bs-theme=dark] .footer-new .m3-top-footer-bar .references-links a:hover,
[data-bs-theme=dark] .footer-new .m3-top-footer-bar .references-links a:focus-visible, .dark-mode .footer-new .m3-footer-link:hover, .dark-mode .footer-new .m3-footer-link:focus-visible,
.dark-mode .footer-new .m3-tech-social-link:hover,
.dark-mode .footer-new .m3-tech-social-link:focus-visible,
.dark-mode .footer-new .social-list a:hover,
.dark-mode .footer-new .social-list a:focus-visible,
.dark-mode .footer-new .address-box a:hover,
.dark-mode .footer-new .address-box a:focus-visible,
.dark-mode .footer-new .phone-list .phone-link:hover,
.dark-mode .footer-new .phone-list .phone-link:focus-visible,
.dark-mode .footer-new .m3-top-footer-bar .m3-footer-phones a:hover,
.dark-mode .footer-new .m3-top-footer-bar .m3-footer-phones a:focus-visible,
.dark-mode .footer-new .m3-top-footer-bar .references-links a:hover,
.dark-mode .footer-new .m3-top-footer-bar .references-links a:focus-visible, [data-theme=dark] .footer-new .m3-footer-link:hover, [data-theme=dark] .footer-new .m3-footer-link:focus-visible,
[data-theme=dark] .footer-new .m3-tech-social-link:hover,
[data-theme=dark] .footer-new .m3-tech-social-link:focus-visible,
[data-theme=dark] .footer-new .social-list a:hover,
[data-theme=dark] .footer-new .social-list a:focus-visible,
[data-theme=dark] .footer-new .address-box a:hover,
[data-theme=dark] .footer-new .address-box a:focus-visible,
[data-theme=dark] .footer-new .phone-list .phone-link:hover,
[data-theme=dark] .footer-new .phone-list .phone-link:focus-visible,
[data-theme=dark] .footer-new .m3-top-footer-bar .m3-footer-phones a:hover,
[data-theme=dark] .footer-new .m3-top-footer-bar .m3-footer-phones a:focus-visible,
[data-theme=dark] .footer-new .m3-top-footer-bar .references-links a:hover,
[data-theme=dark] .footer-new .m3-top-footer-bar .references-links a:focus-visible {
  color: #085cd2 !important;
}

@media (prefers-reduced-motion: reduce) {
  .footer-new,
  .footer-new *,
  .m3-footer-section {
    transition: none;
  }
  .footer-new .shape .parallax > use {
    animation: none;
  }
}
#wpcf7-f2061-p1774-o1 {
  max-width: 600px;
  margin: 0 auto;
}

.bg-form {
  background-color: #ebf5ff;
}

.image-contact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 520px;
  height: 100%;
}

.form-title {
  font-size: 18px;
  display: block;
}

.content-form-entry {
  padding: 10px;
}

.wpcf7-contrast .wpcf7-form label {
  color: #fff;
}

.wpcf7-form br,
.m3-form-container br,
.m3-cf7-form br {
  display: none !important;
}

.wpcf7-form p,
.m3-form-container p,
.m3-cf7-form p {
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}

.wpcf7-form,
.m3-cf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem !important;
  width: 100%;
}

.contact-form-inner,
.m3-glass-side-sheet__form {
  display: block;
  width: 100%;
}
.contact-form-inner .wpcf7-form,
.m3-glass-side-sheet__form .wpcf7-form {
  width: 100%;
}

.form-floating {
  position: relative;
  width: 100%;
}
.form-floating .form-control,
.form-floating .wpcf7-form textarea,
.wpcf7-form .form-floating textarea,
.form-floating .wpcf7-form select,
.wpcf7-form .form-floating select,
.form-floating .wpcf7-form .search,
.wpcf7-form .form-floating .search,
.form-floating .contact-form-inner textarea,
.contact-form-inner .form-floating textarea,
.form-floating .contact-form-inner select,
.contact-form-inner .form-floating select,
.form-floating .contact-form-inner .search,
.contact-form-inner .form-floating .search,
.form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.form-floating #list-filter textarea,
#list-filter .form-floating textarea,
.form-floating #list-filter select,
#list-filter .form-floating select,
.form-floating #list-filter .search,
#list-filter .form-floating .search,
.form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 .form-floating textarea,
.form-floating .post-content .wpcf7 select,
.post-content .wpcf7 .form-floating select,
.form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 .form-floating .search,
.form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.form-floating textarea,
.form-floating select {
  display: block;
  width: 100% !important;
  height: 3.625rem;
  padding-top: 1.75rem !important;
  padding-right: 1rem !important;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  color: #1f1f23 !important;
  background-color: #f0f0f4 !important;
  border: 1px solid transparent !important;
  border-radius: 16px !important;
  box-sizing: border-box;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  appearance: none;
}
.form-floating .form-control::placeholder,
.form-floating .wpcf7-form textarea::placeholder,
.wpcf7-form .form-floating textarea::placeholder,
.form-floating .wpcf7-form select::placeholder,
.wpcf7-form .form-floating select::placeholder,
.form-floating .wpcf7-form .search::placeholder,
.wpcf7-form .form-floating .search::placeholder,
.form-floating .contact-form-inner textarea::placeholder,
.contact-form-inner .form-floating textarea::placeholder,
.form-floating .contact-form-inner select::placeholder,
.contact-form-inner .form-floating select::placeholder,
.form-floating .contact-form-inner .search::placeholder,
.contact-form-inner .form-floating .search::placeholder,
.form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file])::placeholder,
#list-filter .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file])::placeholder,
.form-floating #list-filter textarea::placeholder,
#list-filter .form-floating textarea::placeholder,
.form-floating #list-filter select::placeholder,
#list-filter .form-floating select::placeholder,
.form-floating #list-filter .search::placeholder,
#list-filter .form-floating .search::placeholder,
.form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file])::placeholder,
.post-content .wpcf7 .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file])::placeholder,
.form-floating .post-content .wpcf7 textarea::placeholder,
.post-content .wpcf7 .form-floating textarea::placeholder,
.form-floating .post-content .wpcf7 select::placeholder,
.post-content .wpcf7 .form-floating select::placeholder,
.form-floating .post-content .wpcf7 .search::placeholder,
.post-content .wpcf7 .form-floating .search::placeholder,
.form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file])::placeholder,
.form-floating textarea::placeholder,
.form-floating select::placeholder {
  color: transparent !important;
}
.form-floating .form-control:hover,
.form-floating .wpcf7-form textarea:hover,
.wpcf7-form .form-floating textarea:hover,
.form-floating .wpcf7-form select:hover,
.wpcf7-form .form-floating select:hover,
.form-floating .wpcf7-form .search:hover,
.wpcf7-form .form-floating .search:hover,
.form-floating .contact-form-inner textarea:hover,
.contact-form-inner .form-floating textarea:hover,
.form-floating .contact-form-inner select:hover,
.contact-form-inner .form-floating select:hover,
.form-floating .contact-form-inner .search:hover,
.contact-form-inner .form-floating .search:hover,
.form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.form-floating #list-filter textarea:hover,
#list-filter .form-floating textarea:hover,
.form-floating #list-filter select:hover,
#list-filter .form-floating select:hover,
.form-floating #list-filter .search:hover,
#list-filter .form-floating .search:hover,
.form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 .form-floating textarea:hover,
.form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 .form-floating select:hover,
.form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 .form-floating .search:hover,
.form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
.form-floating textarea:hover,
.form-floating select:hover {
  background-color: rgb(231.1730769231, 231.1730769231, 237.5269230769) !important;
}
.form-floating .form-control:focus,
.form-floating .wpcf7-form textarea:focus,
.wpcf7-form .form-floating textarea:focus,
.form-floating .wpcf7-form select:focus,
.wpcf7-form .form-floating select:focus,
.form-floating .wpcf7-form .search:focus,
.wpcf7-form .form-floating .search:focus,
.form-floating .contact-form-inner textarea:focus,
.contact-form-inner .form-floating textarea:focus,
.form-floating .contact-form-inner select:focus,
.contact-form-inner .form-floating select:focus,
.form-floating .contact-form-inner .search:focus,
.contact-form-inner .form-floating .search:focus,
.form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.form-floating #list-filter textarea:focus,
#list-filter .form-floating textarea:focus,
.form-floating #list-filter select:focus,
#list-filter .form-floating select:focus,
.form-floating #list-filter .search:focus,
#list-filter .form-floating .search:focus,
.form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 .form-floating textarea:focus,
.form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 .form-floating select:focus,
.form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 .form-floating .search:focus, .form-floating .form-control:focus-visible,
.form-floating .wpcf7-form textarea:focus-visible,
.wpcf7-form .form-floating textarea:focus-visible,
.form-floating .wpcf7-form select:focus-visible,
.wpcf7-form .form-floating select:focus-visible,
.form-floating .wpcf7-form .search:focus-visible,
.wpcf7-form .form-floating .search:focus-visible,
.form-floating .contact-form-inner textarea:focus-visible,
.contact-form-inner .form-floating textarea:focus-visible,
.form-floating .contact-form-inner select:focus-visible,
.contact-form-inner .form-floating select:focus-visible,
.form-floating .contact-form-inner .search:focus-visible,
.contact-form-inner .form-floating .search:focus-visible,
.form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.form-floating #list-filter textarea:focus-visible,
#list-filter .form-floating textarea:focus-visible,
.form-floating #list-filter select:focus-visible,
#list-filter .form-floating select:focus-visible,
.form-floating #list-filter .search:focus-visible,
#list-filter .form-floating .search:focus-visible,
.form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 .form-floating textarea:focus-visible,
.form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 .form-floating select:focus-visible,
.form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 .form-floating .search:focus-visible,
.form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
.form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
.form-floating textarea:focus,
.form-floating textarea:focus-visible,
.form-floating select:focus,
.form-floating select:focus-visible {
  background-color: #fff !important;
  border-color: #085cd2 !important;
  box-shadow: 0 0 0 3px rgba(8, 92, 210, 0.15) !important;
  outline: none !important;
}
.form-floating textarea {
  height: auto !important;
  min-height: 120px !important;
  padding-top: 2rem !important;
  border-radius: 20px !important;
}
.form-floating select {
  cursor: pointer;
  padding-right: 2rem !important;
}
.form-floating label,
.form-floating .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 1.1rem 1rem !important;
  color: #44474e !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  pointer-events: none;
  transform-origin: 0 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  background: transparent;
}
.form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) > label,
.form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) > .label,
.form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
.form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label, .form-floating:has(.form-control:not(:placeholder-shown), .wpcf7-form input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:not(:placeholder-shown),
.wpcf7-form select:not(:placeholder-shown),
.wpcf7-form .search:not(:placeholder-shown),
.contact-form-inner input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:not(:placeholder-shown),
.contact-form-inner select:not(:placeholder-shown),
.contact-form-inner .search:not(:placeholder-shown),
#list-filter input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:not(:placeholder-shown),
#list-filter select:not(:placeholder-shown),
#list-filter .search:not(:placeholder-shown),
.post-content .wpcf7 input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:not(:placeholder-shown),
.post-content .wpcf7 select:not(:placeholder-shown),
.post-content .wpcf7 .search:not(:placeholder-shown)) > label,
.form-floating:has(.form-control:not(:placeholder-shown), .wpcf7-form input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:not(:placeholder-shown),
.wpcf7-form select:not(:placeholder-shown),
.wpcf7-form .search:not(:placeholder-shown),
.contact-form-inner input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:not(:placeholder-shown),
.contact-form-inner select:not(:placeholder-shown),
.contact-form-inner .search:not(:placeholder-shown),
#list-filter input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:not(:placeholder-shown),
#list-filter select:not(:placeholder-shown),
#list-filter .search:not(:placeholder-shown),
.post-content .wpcf7 input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:not(:placeholder-shown),
.post-content .wpcf7 select:not(:placeholder-shown),
.post-content .wpcf7 .search:not(:placeholder-shown)) > .label,
.form-floating:has(.form-control:not(:placeholder-shown), .wpcf7-form input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:not(:placeholder-shown),
.wpcf7-form select:not(:placeholder-shown),
.wpcf7-form .search:not(:placeholder-shown),
.contact-form-inner input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:not(:placeholder-shown),
.contact-form-inner select:not(:placeholder-shown),
.contact-form-inner .search:not(:placeholder-shown),
#list-filter input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:not(:placeholder-shown),
#list-filter select:not(:placeholder-shown),
#list-filter .search:not(:placeholder-shown),
.post-content .wpcf7 input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:not(:placeholder-shown),
.post-content .wpcf7 select:not(:placeholder-shown),
.post-content .wpcf7 .search:not(:placeholder-shown)) label,
.form-floating:has(.form-control:not(:placeholder-shown), .wpcf7-form input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:not(:placeholder-shown),
.wpcf7-form select:not(:placeholder-shown),
.wpcf7-form .search:not(:placeholder-shown),
.contact-form-inner input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:not(:placeholder-shown),
.contact-form-inner select:not(:placeholder-shown),
.contact-form-inner .search:not(:placeholder-shown),
#list-filter input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:not(:placeholder-shown),
#list-filter select:not(:placeholder-shown),
#list-filter .search:not(:placeholder-shown),
.post-content .wpcf7 input:not(:placeholder-shown):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:not(:placeholder-shown),
.post-content .wpcf7 select:not(:placeholder-shown),
.post-content .wpcf7 .search:not(:placeholder-shown)) .label, .form-floating:has(input:focus) > label,
.form-floating:has(input:focus) > .label,
.form-floating:has(input:focus) label,
.form-floating:has(input:focus) .label, .form-floating:has(input:not(:placeholder-shown)) > label,
.form-floating:has(input:not(:placeholder-shown)) > .label,
.form-floating:has(input:not(:placeholder-shown)) label,
.form-floating:has(input:not(:placeholder-shown)) .label, .form-floating:has(textarea:focus) > label,
.form-floating:has(textarea:focus) > .label,
.form-floating:has(textarea:focus) label,
.form-floating:has(textarea:focus) .label, .form-floating:has(textarea:not(:placeholder-shown)) > label,
.form-floating:has(textarea:not(:placeholder-shown)) > .label,
.form-floating:has(textarea:not(:placeholder-shown)) label,
.form-floating:has(textarea:not(:placeholder-shown)) .label, .form-floating:has(select) > label,
.form-floating:has(select) > .label,
.form-floating:has(select) label,
.form-floating:has(select) .label, .form-floating.is-focused > label,
.form-floating.is-focused > .label,
.form-floating.is-focused label,
.form-floating.is-focused .label, .form-floating.is-filled > label,
.form-floating.is-filled > .label,
.form-floating.is-filled label,
.form-floating.is-filled .label {
  transform: scale(0.75) translateY(-0.75rem) translateX(0.2rem) !important;
  color: #085cd2 !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}
.form-floating:has(.iti) .iti, .form-floating:has(input[type=tel]) .iti {
  display: flex !important;
  width: 100% !important;
  position: static;
}
.form-floating:has(.iti) input[type=tel],
.form-floating:has(.iti) input[type=tel].wpcf7-tel,
.form-floating:has(.iti) .iti input[type=tel],
.form-floating:has(.iti) .wpcf7-form-control-wrap .iti input[type=tel], .form-floating:has(input[type=tel]) input[type=tel],
.form-floating:has(input[type=tel]) input[type=tel].wpcf7-tel,
.form-floating:has(input[type=tel]) .iti input[type=tel],
.form-floating:has(input[type=tel]) .wpcf7-form-control-wrap .iti input[type=tel] {
  padding-bottom: 1.7rem !important;
  padding-left: 95px !important;
}
.form-floating:has(.iti) label,
.form-floating:has(.iti) .label, .form-floating:has(input[type=tel]) label,
.form-floating:has(input[type=tel]) .label {
  transform: scale(0.75) translateY(-0.75rem) translateX(0.2rem) !important;
  color: #085cd2 !important;
  font-weight: 700 !important;
}
.form-floating:has(.iti) .iti__flag-container, .form-floating:has(input[type=tel]) .iti__flag-container {
  padding-left: 12px !important;
  padding-top: 2px !important;
}

.iti {
  width: 100% !important;
}

.iti__country-list {
  z-index: 1065;
  text-align: left;
}

.wpcf7-form input[type=submit].wpcf7-submit,
.wpcf7-form .wpcf7-submit,
.wpcf7-form input.submit,
.wpcf7-form input[type=submit],
.wpcf7-submit,
.btn-normal.btn-dblue,
.contact-form-inner .wpcf7-form input[type=submit].wpcf7-submit,
.contact-form-inner .wpcf7-form .wpcf7-submit,
.m3-glass-side-sheet__form .wpcf7-form input[type=submit],
.post-content .wpcf7-form input[type=submit],
.post-content .wpcf7 .wpcf7-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 160px !important;
  max-width: none !important;
  height: 48px !important;
  margin-top: 1rem !important;
  padding: 14px 36px !important;
  border: none !important;
  border-radius: 100px !important;
  background-color: #085cd2 !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  text-transform: uppercase !important;
  letter-spacing: 0.12rem !important;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7-form input[type=submit].wpcf7-submit:hover, .wpcf7-form input[type=submit].wpcf7-submit:focus, .wpcf7-form input[type=submit].wpcf7-submit:focus-visible,
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus,
.wpcf7-form .wpcf7-submit:focus-visible,
.wpcf7-form input.submit:hover,
.wpcf7-form input.submit:focus,
.wpcf7-form input.submit:focus-visible,
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=submit]:focus,
.wpcf7-form input[type=submit]:focus-visible,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:focus-visible,
.btn-normal.btn-dblue:hover,
.btn-normal.btn-dblue:focus,
.btn-normal.btn-dblue:focus-visible,
.contact-form-inner .wpcf7-form input[type=submit].wpcf7-submit:hover,
.contact-form-inner .wpcf7-form input[type=submit].wpcf7-submit:focus,
.contact-form-inner .wpcf7-form input[type=submit].wpcf7-submit:focus-visible,
.contact-form-inner .wpcf7-form .wpcf7-submit:hover,
.contact-form-inner .wpcf7-form .wpcf7-submit:focus,
.contact-form-inner .wpcf7-form .wpcf7-submit:focus-visible,
.m3-glass-side-sheet__form .wpcf7-form input[type=submit]:hover,
.m3-glass-side-sheet__form .wpcf7-form input[type=submit]:focus,
.m3-glass-side-sheet__form .wpcf7-form input[type=submit]:focus-visible,
.post-content .wpcf7-form input[type=submit]:hover,
.post-content .wpcf7-form input[type=submit]:focus,
.post-content .wpcf7-form input[type=submit]:focus-visible,
.post-content .wpcf7 .wpcf7-submit:hover,
.post-content .wpcf7 .wpcf7-submit:focus,
.post-content .wpcf7 .wpcf7-submit:focus-visible {
  background-color: rgb(6.5027522936, 74.7816513761, 170.6972477064) !important;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.3) !important;
  outline: none !important;
  color: #fff !important;
}
.wpcf7-form input[type=submit].wpcf7-submit:active,
.wpcf7-form .wpcf7-submit:active,
.wpcf7-form input.submit:active,
.wpcf7-form input[type=submit]:active,
.wpcf7-submit:active,
.btn-normal.btn-dblue:active,
.contact-form-inner .wpcf7-form input[type=submit].wpcf7-submit:active,
.contact-form-inner .wpcf7-form .wpcf7-submit:active,
.m3-glass-side-sheet__form .wpcf7-form input[type=submit]:active,
.post-content .wpcf7-form input[type=submit]:active,
.post-content .wpcf7 .wpcf7-submit:active {
  transform: scale(0.98) !important;
}

.wpcf7 .wpcf7-response-output,
.m3-cf7-form .wpcf7-response-output {
  margin: 1.5rem 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 4px !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  border: none !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.wpcf7.sent .wpcf7-response-output {
  background-color: #d1e7dd !important;
  color: #0f5132 !important;
  border-left: 4px solid var(--bs-success, #198754) !important;
}

.wpcf7.failed .wpcf7-response-output,
.wpcf7.aborted .wpcf7-response-output,
.wpcf7.invalid .wpcf7-response-output,
.wpcf7.unaccepted .wpcf7-response-output {
  background-color: #f8d7da !important;
  color: #842029 !important;
  border-left: 4px solid var(--bs-danger, #dc3545) !important;
}

.wpcf7.spam .wpcf7-response-output {
  background-color: #fff3cd !important;
  color: #664d03 !important;
  border-left: 4px solid var(--bs-warning, #ffc107) !important;
}

span.wpcf7-not-valid-tip {
  color: var(--bs-danger, #dc3545);
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 4px;
  display: block;
  text-align: left;
}

.m3-cf7-form .wpcf7-spinner {
  margin-left: 0.5rem;
  vertical-align: middle;
}

.m3-cf7-select-group > .form-label {
  display: block;
  margin: 0 0 0.5rem;
  padding: 0;
  color: #44474e;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.m3-cf7-select-group > p {
  margin: 0 !important;
}
.m3-cf7-select-group .wpcf7-form-control-wrap {
  display: block;
  width: 100% !important;
}
.m3-cf7-select-group .form-select,
.m3-cf7-select-group select.wpcf7-select {
  display: block;
  width: 100% !important;
  height: auto;
  min-height: 3.25rem;
  padding: 0.85rem 2.5rem 0.85rem 1rem !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1a1c1e;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2344474e'%3e%3cpath d='M8 11.5 3 6.5h10z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
  border: 2px solid #74777f;
  border-radius: 12px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.15s ease-in-out, background-color 0.2s ease;
}
.m3-cf7-select-group .form-select:hover,
.m3-cf7-select-group select.wpcf7-select:hover {
  border-color: #44474e;
}
.m3-cf7-select-group .form-select:focus, .m3-cf7-select-group .form-select:focus-visible,
.m3-cf7-select-group select.wpcf7-select:focus,
.m3-cf7-select-group select.wpcf7-select:focus-visible {
  border-color: #085cd2;
  box-shadow: 0 0 0 4px rgba(8, 92, 210, 0.15);
  outline: none;
}
.m3-cf7-select-group .form-select option,
.m3-cf7-select-group select.wpcf7-select option {
  color: #1a1c1e;
  background-color: #fff;
}

.m3-cf7-radio-group,
.m3-cf7-row:has(span.wpcf7-radio) {
  background-color: rgba(255, 255, 255, 0.02);
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.m3-cf7-radio-group > .form-label,
.m3-cf7-row:has(span.wpcf7-radio) > .form-label {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 0.75rem;
  padding: 0;
  pointer-events: auto;
  transform: none;
  white-space: normal;
}
.m3-cf7-radio-group > p,
.m3-cf7-row:has(span.wpcf7-radio) > p {
  margin: 0 !important;
}
.m3-cf7-radio-group span.wpcf7-radio,
.m3-cf7-row:has(span.wpcf7-radio) span.wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
  gap: 1.5rem !important;
  align-items: center;
  width: 100%;
}
.m3-cf7-radio-group .wpcf7-list-item,
.m3-cf7-row:has(span.wpcf7-radio) .wpcf7-list-item {
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.m3-cf7-radio-group .wpcf7-list-item > label,
.m3-cf7-row:has(span.wpcf7-radio) .wpcf7-list-item > label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  cursor: pointer;
  pointer-events: auto;
}
.m3-cf7-radio-group .wpcf7-list-item-label,
.m3-cf7-row:has(span.wpcf7-radio) .wpcf7-list-item-label {
  margin: 0;
  font-size: 0.95rem;
  color: #44474e;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
  font-weight: 500;
  white-space: nowrap;
}
.m3-cf7-radio-group .wpcf7-list-item-label::before, .m3-cf7-radio-group .wpcf7-list-item-label::after,
.m3-cf7-row:has(span.wpcf7-radio) .wpcf7-list-item-label::before,
.m3-cf7-row:has(span.wpcf7-radio) .wpcf7-list-item-label::after {
  content: none;
  display: none;
}
.m3-cf7-radio-group .form-check-input,
.m3-cf7-row:has(span.wpcf7-radio) .form-check-input {
  border: none !important;
  --bs-form-check-bg: transparent !important;
}
.m3-cf7-radio-group input[type=radio].wpcf7-radio,
.m3-cf7-radio-group input[type=radio].form-check-input,
.m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio,
.m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input {
  display: inline-block !important;
  flex: none !important;
  width: 20px;
  height: 20px;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #74777f;
  border-radius: 50%;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.15s ease-in-out;
}
.m3-cf7-radio-group input[type=radio].wpcf7-radio:checked,
.m3-cf7-radio-group input[type=radio].form-check-input:checked,
.m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:checked,
.m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:checked {
  background-color: transparent;
  border-color: #085cd2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3ccircle cx='10' cy='10' r='5' fill='%23085cd2'/%3e%3c/svg%3e");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.m3-cf7-radio-group input[type=radio].wpcf7-radio:focus, .m3-cf7-radio-group input[type=radio].wpcf7-radio:focus-visible,
.m3-cf7-radio-group input[type=radio].form-check-input:focus,
.m3-cf7-radio-group input[type=radio].form-check-input:focus-visible,
.m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:focus,
.m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:focus-visible,
.m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:focus,
.m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:focus-visible {
  border-color: #085cd2;
  box-shadow: 0 0 0 6px rgba(8, 92, 210, 0.15);
  outline: none;
}
.m3-cf7-radio-group input[type=radio].wpcf7-radio:active,
.m3-cf7-radio-group input[type=radio].form-check-input:active,
.m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:active,
.m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:active {
  filter: brightness(90%);
}

.m3-cf7-checkbox-group {
  display: block;
  width: 100%;
}
.m3-cf7-checkbox-group .form-check {
  padding-left: 0 !important;
  margin: 0;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}
.m3-cf7-checkbox-group .form-check > p {
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto;
  width: auto !important;
  max-width: none;
}
.m3-cf7-checkbox-group .wpcf7-form-control-wrap {
  display: block;
  width: auto !important;
  margin: 0 !important;
}
.m3-cf7-checkbox-group span.wpcf7-acceptance,
.m3-cf7-checkbox-group span.wpcf7-checkbox {
  display: block;
  width: auto;
  background-color: transparent !important;
  border: none !important;
  margin-left: 0px;
}
.m3-cf7-checkbox-group .wpcf7-list-item {
  margin: 0 !important;
  width: auto;
}
.m3-cf7-checkbox-group .form-check:has(> .form-check-label) > p {
  flex: 0 0 auto;
}
.m3-cf7-checkbox-group .form-check:has(> .form-check-label) > .form-check-label {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: var(--bs-secondary-color, #6c757d);
  line-height: 1.25;
  cursor: pointer;
  user-select: none;
  text-align: left;
}
.m3-cf7-checkbox-group .form-check:has(span.wpcf7-checkbox) > p {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
}
.m3-cf7-checkbox-group .form-check:has(span.wpcf7-checkbox) span.wpcf7-checkbox {
  width: 100%;
}
.m3-cf7-checkbox-group .form-check:has(span.wpcf7-checkbox) .wpcf7-list-item {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
}
.m3-cf7-checkbox-group .form-check:has(span.wpcf7-checkbox) .wpcf7-list-item-label {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  color: var(--bs-secondary-color, #6c757d);
  line-height: 1.25;
  cursor: pointer;
  user-select: none;
  text-align: left;
}
.m3-cf7-checkbox-group .form-check:has(span.wpcf7-checkbox) .wpcf7-list-item-label::before, .m3-cf7-checkbox-group .form-check:has(span.wpcf7-checkbox) .wpcf7-list-item-label::after {
  content: none;
  display: none;
}
.m3-cf7-checkbox-group input[type=checkbox].form-check-input,
.m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control,
.m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance {
  float: none !important;
  clear: none !important;
  position: static !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 0 !important;
  max-width: 18px !important;
  flex: 0 0 18px;
  cursor: pointer;
  display: inline-block !important;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #74777f;
  border-radius: 4px;
  background-color: transparent;
  background-image: none;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.15s ease-in-out;
}
.m3-cf7-checkbox-group input[type=checkbox].form-check-input:checked,
.m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control:checked,
.m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance:checked {
  background-color: #085cd2;
  border-color: #085cd2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.m3-cf7-checkbox-group input[type=checkbox].form-check-input:focus, .m3-cf7-checkbox-group input[type=checkbox].form-check-input:focus-visible,
.m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control:focus,
.m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control:focus-visible,
.m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance:focus,
.m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance:focus-visible {
  border-color: #085cd2;
  box-shadow: 0 0 0 6px rgba(8, 92, 210, 0.15);
  outline: none;
}

[data-bs-theme=dark] .wpcf7-form .form-floating .form-control, [data-bs-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating textarea,
[data-bs-theme=dark] .wpcf7-form .form-floating select,
[data-bs-theme=dark] .wpcf7-form .form-floating .search,
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner textarea,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating textarea,
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner select,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating select,
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner .search,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating .search,
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter textarea,
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating textarea,
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter select,
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating select,
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter .search,
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating .search,
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating textarea,
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 select,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating select,
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating .search,
[data-bs-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating textarea,
[data-bs-theme=dark] .wpcf7-form .form-floating select,
[data-bs-theme=dark] .wpcf7-form .form-floating .iti input[type=tel],
[data-bs-theme=dark] .m3-cf7-form .form-floating .form-control,
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form textarea,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating textarea,
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form select,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating select,
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form .search,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating .search,
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner textarea,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating textarea,
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner select,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating select,
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner .search,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating .search,
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter textarea,
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating textarea,
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter select,
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating select,
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter .search,
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating .search,
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating textarea,
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 select,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating select,
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating .search,
[data-bs-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating textarea,
[data-bs-theme=dark] .m3-cf7-form .form-floating select,
[data-bs-theme=dark] .m3-cf7-form .form-floating .iti input[type=tel],
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .form-control,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form textarea,
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form select,
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form .search,
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner textarea,
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner select,
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner .search,
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter textarea,
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter select,
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter .search,
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 select,
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .iti input[type=tel],
[data-bs-theme=dark] .contact-form-inner .form-floating .form-control,
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form textarea,
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating textarea,
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form select,
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating select,
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form .search,
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating .search,
[data-bs-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating textarea,
[data-bs-theme=dark] .contact-form-inner .form-floating select,
[data-bs-theme=dark] .contact-form-inner .form-floating .search,
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter textarea,
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating textarea,
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter select,
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating select,
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter .search,
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating .search,
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating textarea,
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 select,
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating select,
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating .search,
[data-bs-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating textarea,
[data-bs-theme=dark] .contact-form-inner .form-floating select,
[data-bs-theme=dark] .contact-form-inner .form-floating .iti input[type=tel], .dark-mode .wpcf7-form .form-floating .form-control, .dark-mode .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating textarea,
.dark-mode .wpcf7-form .form-floating select,
.dark-mode .wpcf7-form .form-floating .search,
.dark-mode .wpcf7-form .form-floating .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating .contact-form-inner textarea,
.contact-form-inner .dark-mode .wpcf7-form .form-floating textarea,
.dark-mode .wpcf7-form .form-floating .contact-form-inner select,
.contact-form-inner .dark-mode .wpcf7-form .form-floating select,
.dark-mode .wpcf7-form .form-floating .contact-form-inner .search,
.contact-form-inner .dark-mode .wpcf7-form .form-floating .search,
.dark-mode .wpcf7-form .form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating #list-filter textarea,
#list-filter .dark-mode .wpcf7-form .form-floating textarea,
.dark-mode .wpcf7-form .form-floating #list-filter select,
#list-filter .dark-mode .wpcf7-form .form-floating select,
.dark-mode .wpcf7-form .form-floating #list-filter .search,
#list-filter .dark-mode .wpcf7-form .form-floating .search,
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating textarea,
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 select,
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating select,
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating .search,
.dark-mode .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating textarea,
.dark-mode .wpcf7-form .form-floating select,
.dark-mode .wpcf7-form .form-floating .iti input[type=tel],
.dark-mode .m3-cf7-form .form-floating .form-control,
.dark-mode .m3-cf7-form .form-floating .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating .wpcf7-form textarea,
.wpcf7-form .dark-mode .m3-cf7-form .form-floating textarea,
.dark-mode .m3-cf7-form .form-floating .wpcf7-form select,
.wpcf7-form .dark-mode .m3-cf7-form .form-floating select,
.dark-mode .m3-cf7-form .form-floating .wpcf7-form .search,
.wpcf7-form .dark-mode .m3-cf7-form .form-floating .search,
.dark-mode .m3-cf7-form .form-floating .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating .contact-form-inner textarea,
.contact-form-inner .dark-mode .m3-cf7-form .form-floating textarea,
.dark-mode .m3-cf7-form .form-floating .contact-form-inner select,
.contact-form-inner .dark-mode .m3-cf7-form .form-floating select,
.dark-mode .m3-cf7-form .form-floating .contact-form-inner .search,
.contact-form-inner .dark-mode .m3-cf7-form .form-floating .search,
.dark-mode .m3-cf7-form .form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating #list-filter textarea,
#list-filter .dark-mode .m3-cf7-form .form-floating textarea,
.dark-mode .m3-cf7-form .form-floating #list-filter select,
#list-filter .dark-mode .m3-cf7-form .form-floating select,
.dark-mode .m3-cf7-form .form-floating #list-filter .search,
#list-filter .dark-mode .m3-cf7-form .form-floating .search,
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating textarea,
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 select,
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating select,
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating .search,
.dark-mode .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating textarea,
.dark-mode .m3-cf7-form .form-floating select,
.dark-mode .m3-cf7-form .form-floating .iti input[type=tel],
.dark-mode .m3-glass-side-sheet__form .form-floating .form-control,
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form textarea,
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating textarea,
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form select,
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating select,
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form .search,
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating .search,
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner textarea,
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating textarea,
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner select,
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating select,
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner .search,
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating .search,
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter textarea,
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating textarea,
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter select,
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating select,
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter .search,
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating .search,
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating textarea,
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 select,
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating select,
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating .search,
.dark-mode .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating textarea,
.dark-mode .m3-glass-side-sheet__form .form-floating select,
.dark-mode .m3-glass-side-sheet__form .form-floating .iti input[type=tel],
.dark-mode .contact-form-inner .form-floating .form-control,
.dark-mode .contact-form-inner .form-floating .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating .wpcf7-form textarea,
.wpcf7-form .dark-mode .contact-form-inner .form-floating textarea,
.dark-mode .contact-form-inner .form-floating .wpcf7-form select,
.wpcf7-form .dark-mode .contact-form-inner .form-floating select,
.dark-mode .contact-form-inner .form-floating .wpcf7-form .search,
.wpcf7-form .dark-mode .contact-form-inner .form-floating .search,
.dark-mode .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating textarea,
.dark-mode .contact-form-inner .form-floating select,
.dark-mode .contact-form-inner .form-floating .search,
.dark-mode .contact-form-inner .form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating #list-filter textarea,
#list-filter .dark-mode .contact-form-inner .form-floating textarea,
.dark-mode .contact-form-inner .form-floating #list-filter select,
#list-filter .dark-mode .contact-form-inner .form-floating select,
.dark-mode .contact-form-inner .form-floating #list-filter .search,
#list-filter .dark-mode .contact-form-inner .form-floating .search,
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating textarea,
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 select,
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating select,
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating .search,
.dark-mode .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating textarea,
.dark-mode .contact-form-inner .form-floating select,
.dark-mode .contact-form-inner .form-floating .iti input[type=tel], [data-theme=dark] .wpcf7-form .form-floating .form-control, [data-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating textarea,
[data-theme=dark] .wpcf7-form .form-floating select,
[data-theme=dark] .wpcf7-form .form-floating .search,
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner textarea,
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating textarea,
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner select,
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating select,
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner .search,
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating .search,
[data-theme=dark] .wpcf7-form .form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating #list-filter textarea,
#list-filter [data-theme=dark] .wpcf7-form .form-floating textarea,
[data-theme=dark] .wpcf7-form .form-floating #list-filter select,
#list-filter [data-theme=dark] .wpcf7-form .form-floating select,
[data-theme=dark] .wpcf7-form .form-floating #list-filter .search,
#list-filter [data-theme=dark] .wpcf7-form .form-floating .search,
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating textarea,
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 select,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating select,
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating .search,
[data-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating textarea,
[data-theme=dark] .wpcf7-form .form-floating select,
[data-theme=dark] .wpcf7-form .form-floating .iti input[type=tel],
[data-theme=dark] .m3-cf7-form .form-floating .form-control,
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form textarea,
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating textarea,
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form select,
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating select,
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form .search,
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating .search,
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner textarea,
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating textarea,
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner select,
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating select,
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner .search,
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating .search,
[data-theme=dark] .m3-cf7-form .form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating #list-filter textarea,
#list-filter [data-theme=dark] .m3-cf7-form .form-floating textarea,
[data-theme=dark] .m3-cf7-form .form-floating #list-filter select,
#list-filter [data-theme=dark] .m3-cf7-form .form-floating select,
[data-theme=dark] .m3-cf7-form .form-floating #list-filter .search,
#list-filter [data-theme=dark] .m3-cf7-form .form-floating .search,
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating textarea,
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 select,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating select,
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating .search,
[data-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating textarea,
[data-theme=dark] .m3-cf7-form .form-floating select,
[data-theme=dark] .m3-cf7-form .form-floating .iti input[type=tel],
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .form-control,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form textarea,
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form select,
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating select,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form .search,
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner textarea,
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner select,
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating select,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner .search,
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter textarea,
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter select,
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating select,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter .search,
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 select,
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating select,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating select,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .iti input[type=tel],
[data-theme=dark] .contact-form-inner .form-floating .form-control,
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form textarea,
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating textarea,
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form select,
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating select,
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form .search,
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating .search,
[data-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating textarea,
[data-theme=dark] .contact-form-inner .form-floating select,
[data-theme=dark] .contact-form-inner .form-floating .search,
[data-theme=dark] .contact-form-inner .form-floating #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating #list-filter textarea,
#list-filter [data-theme=dark] .contact-form-inner .form-floating textarea,
[data-theme=dark] .contact-form-inner .form-floating #list-filter select,
#list-filter [data-theme=dark] .contact-form-inner .form-floating select,
[data-theme=dark] .contact-form-inner .form-floating #list-filter .search,
#list-filter [data-theme=dark] .contact-form-inner .form-floating .search,
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating textarea,
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 select,
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating select,
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 .search,
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating .search,
[data-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating textarea,
[data-theme=dark] .contact-form-inner .form-floating select,
[data-theme=dark] .contact-form-inner .form-floating .iti input[type=tel] {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #e8e8ed !important;
  border-color: transparent !important;
}
[data-bs-theme=dark] .wpcf7-form .form-floating .form-control:hover, [data-bs-theme=dark] .wpcf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating textarea:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating select:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating .search:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner textarea:hover,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating textarea:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner select:hover,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating select:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner .search:hover,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating .search:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter textarea:hover,
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating textarea:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter select:hover,
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating select:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter .search:hover,
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating .search:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating textarea:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating select:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating .search:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
[data-bs-theme=dark] .wpcf7-form .form-floating textarea:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating select:hover,
[data-bs-theme=dark] .wpcf7-form .form-floating .iti input[type=tel]:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating .form-control:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form textarea:hover,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating textarea:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form select:hover,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating select:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form .search:hover,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating .search:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner textarea:hover,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating textarea:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner select:hover,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating select:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner .search:hover,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating .search:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter textarea:hover,
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating textarea:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter select:hover,
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating select:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter .search:hover,
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating .search:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating textarea:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating select:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating .search:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating textarea:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating select:hover,
[data-bs-theme=dark] .m3-cf7-form .form-floating .iti input[type=tel]:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .form-control:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form textarea:hover,
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form select:hover,
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form .search:hover,
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner textarea:hover,
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner select:hover,
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner .search:hover,
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter textarea:hover,
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter select:hover,
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter .search:hover,
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:hover,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .iti input[type=tel]:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating .form-control:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form textarea:hover,
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating textarea:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form select:hover,
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating select:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form .search:hover,
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating .search:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating textarea:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating select:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating .search:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter textarea:hover,
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating textarea:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter select:hover,
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating select:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter .search:hover,
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating .search:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating textarea:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating select:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating .search:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
[data-bs-theme=dark] .contact-form-inner .form-floating textarea:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating select:hover,
[data-bs-theme=dark] .contact-form-inner .form-floating .iti input[type=tel]:hover, .dark-mode .wpcf7-form .form-floating .form-control:hover, .dark-mode .wpcf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating textarea:hover,
.dark-mode .wpcf7-form .form-floating select:hover,
.dark-mode .wpcf7-form .form-floating .search:hover,
.dark-mode .wpcf7-form .form-floating .contact-form-inner input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .wpcf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating .contact-form-inner textarea:hover,
.contact-form-inner .dark-mode .wpcf7-form .form-floating textarea:hover,
.dark-mode .wpcf7-form .form-floating .contact-form-inner select:hover,
.contact-form-inner .dark-mode .wpcf7-form .form-floating select:hover,
.dark-mode .wpcf7-form .form-floating .contact-form-inner .search:hover,
.contact-form-inner .dark-mode .wpcf7-form .form-floating .search:hover,
.dark-mode .wpcf7-form .form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .wpcf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating #list-filter textarea:hover,
#list-filter .dark-mode .wpcf7-form .form-floating textarea:hover,
.dark-mode .wpcf7-form .form-floating #list-filter select:hover,
#list-filter .dark-mode .wpcf7-form .form-floating select:hover,
.dark-mode .wpcf7-form .form-floating #list-filter .search:hover,
#list-filter .dark-mode .wpcf7-form .form-floating .search:hover,
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating textarea:hover,
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating select:hover,
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating .search:hover,
.dark-mode .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
.dark-mode .wpcf7-form .form-floating textarea:hover,
.dark-mode .wpcf7-form .form-floating select:hover,
.dark-mode .wpcf7-form .form-floating .iti input[type=tel]:hover,
.dark-mode .m3-cf7-form .form-floating .form-control:hover,
.dark-mode .m3-cf7-form .form-floating .wpcf7-form input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .m3-cf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating .wpcf7-form textarea:hover,
.wpcf7-form .dark-mode .m3-cf7-form .form-floating textarea:hover,
.dark-mode .m3-cf7-form .form-floating .wpcf7-form select:hover,
.wpcf7-form .dark-mode .m3-cf7-form .form-floating select:hover,
.dark-mode .m3-cf7-form .form-floating .wpcf7-form .search:hover,
.wpcf7-form .dark-mode .m3-cf7-form .form-floating .search:hover,
.dark-mode .m3-cf7-form .form-floating .contact-form-inner input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .m3-cf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating .contact-form-inner textarea:hover,
.contact-form-inner .dark-mode .m3-cf7-form .form-floating textarea:hover,
.dark-mode .m3-cf7-form .form-floating .contact-form-inner select:hover,
.contact-form-inner .dark-mode .m3-cf7-form .form-floating select:hover,
.dark-mode .m3-cf7-form .form-floating .contact-form-inner .search:hover,
.contact-form-inner .dark-mode .m3-cf7-form .form-floating .search:hover,
.dark-mode .m3-cf7-form .form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .m3-cf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating #list-filter textarea:hover,
#list-filter .dark-mode .m3-cf7-form .form-floating textarea:hover,
.dark-mode .m3-cf7-form .form-floating #list-filter select:hover,
#list-filter .dark-mode .m3-cf7-form .form-floating select:hover,
.dark-mode .m3-cf7-form .form-floating #list-filter .search:hover,
#list-filter .dark-mode .m3-cf7-form .form-floating .search:hover,
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating textarea:hover,
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating select:hover,
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating .search:hover,
.dark-mode .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
.dark-mode .m3-cf7-form .form-floating textarea:hover,
.dark-mode .m3-cf7-form .form-floating select:hover,
.dark-mode .m3-cf7-form .form-floating .iti input[type=tel]:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating .form-control:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form textarea:hover,
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating textarea:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form select:hover,
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating select:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form .search:hover,
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating .search:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner textarea:hover,
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating textarea:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner select:hover,
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating select:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner .search:hover,
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating .search:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter textarea:hover,
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating textarea:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter select:hover,
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating select:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter .search:hover,
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating .search:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating textarea:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating select:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating .search:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
.dark-mode .m3-glass-side-sheet__form .form-floating textarea:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating select:hover,
.dark-mode .m3-glass-side-sheet__form .form-floating .iti input[type=tel]:hover,
.dark-mode .contact-form-inner .form-floating .form-control:hover,
.dark-mode .contact-form-inner .form-floating .wpcf7-form input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .contact-form-inner .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating .wpcf7-form textarea:hover,
.wpcf7-form .dark-mode .contact-form-inner .form-floating textarea:hover,
.dark-mode .contact-form-inner .form-floating .wpcf7-form select:hover,
.wpcf7-form .dark-mode .contact-form-inner .form-floating select:hover,
.dark-mode .contact-form-inner .form-floating .wpcf7-form .search:hover,
.wpcf7-form .dark-mode .contact-form-inner .form-floating .search:hover,
.dark-mode .contact-form-inner .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating textarea:hover,
.dark-mode .contact-form-inner .form-floating select:hover,
.dark-mode .contact-form-inner .form-floating .search:hover,
.dark-mode .contact-form-inner .form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .contact-form-inner .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating #list-filter textarea:hover,
#list-filter .dark-mode .contact-form-inner .form-floating textarea:hover,
.dark-mode .contact-form-inner .form-floating #list-filter select:hover,
#list-filter .dark-mode .contact-form-inner .form-floating select:hover,
.dark-mode .contact-form-inner .form-floating #list-filter .search:hover,
#list-filter .dark-mode .contact-form-inner .form-floating .search:hover,
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating textarea:hover,
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating select:hover,
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating .search:hover,
.dark-mode .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
.dark-mode .contact-form-inner .form-floating textarea:hover,
.dark-mode .contact-form-inner .form-floating select:hover,
.dark-mode .contact-form-inner .form-floating .iti input[type=tel]:hover, [data-theme=dark] .wpcf7-form .form-floating .form-control:hover, [data-theme=dark] .wpcf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating textarea:hover,
[data-theme=dark] .wpcf7-form .form-floating select:hover,
[data-theme=dark] .wpcf7-form .form-floating .search:hover,
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner textarea:hover,
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating textarea:hover,
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner select:hover,
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating select:hover,
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner .search:hover,
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating .search:hover,
[data-theme=dark] .wpcf7-form .form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .wpcf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating #list-filter textarea:hover,
#list-filter [data-theme=dark] .wpcf7-form .form-floating textarea:hover,
[data-theme=dark] .wpcf7-form .form-floating #list-filter select:hover,
#list-filter [data-theme=dark] .wpcf7-form .form-floating select:hover,
[data-theme=dark] .wpcf7-form .form-floating #list-filter .search:hover,
#list-filter [data-theme=dark] .wpcf7-form .form-floating .search:hover,
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating textarea:hover,
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating select:hover,
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating .search:hover,
[data-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
[data-theme=dark] .wpcf7-form .form-floating textarea:hover,
[data-theme=dark] .wpcf7-form .form-floating select:hover,
[data-theme=dark] .wpcf7-form .form-floating .iti input[type=tel]:hover,
[data-theme=dark] .m3-cf7-form .form-floating .form-control:hover,
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form textarea:hover,
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating textarea:hover,
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form select:hover,
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating select:hover,
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form .search:hover,
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating .search:hover,
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner textarea:hover,
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating textarea:hover,
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner select:hover,
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating select:hover,
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner .search:hover,
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating .search:hover,
[data-theme=dark] .m3-cf7-form .form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .m3-cf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating #list-filter textarea:hover,
#list-filter [data-theme=dark] .m3-cf7-form .form-floating textarea:hover,
[data-theme=dark] .m3-cf7-form .form-floating #list-filter select:hover,
#list-filter [data-theme=dark] .m3-cf7-form .form-floating select:hover,
[data-theme=dark] .m3-cf7-form .form-floating #list-filter .search:hover,
#list-filter [data-theme=dark] .m3-cf7-form .form-floating .search:hover,
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating textarea:hover,
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating select:hover,
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating .search:hover,
[data-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
[data-theme=dark] .m3-cf7-form .form-floating textarea:hover,
[data-theme=dark] .m3-cf7-form .form-floating select:hover,
[data-theme=dark] .m3-cf7-form .form-floating .iti input[type=tel]:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .form-control:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form textarea:hover,
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form select:hover,
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating select:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form .search:hover,
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner textarea:hover,
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner select:hover,
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating select:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner .search:hover,
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter textarea:hover,
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter select:hover,
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating select:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter .search:hover,
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating select:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating select:hover,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .iti input[type=tel]:hover,
[data-theme=dark] .contact-form-inner .form-floating .form-control:hover,
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form textarea:hover,
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating textarea:hover,
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form select:hover,
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating select:hover,
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form .search:hover,
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating .search:hover,
[data-theme=dark] .contact-form-inner .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating textarea:hover,
[data-theme=dark] .contact-form-inner .form-floating select:hover,
[data-theme=dark] .contact-form-inner .form-floating .search:hover,
[data-theme=dark] .contact-form-inner .form-floating #list-filter input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .contact-form-inner .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating #list-filter textarea:hover,
#list-filter [data-theme=dark] .contact-form-inner .form-floating textarea:hover,
[data-theme=dark] .contact-form-inner .form-floating #list-filter select:hover,
#list-filter [data-theme=dark] .contact-form-inner .form-floating select:hover,
[data-theme=dark] .contact-form-inner .form-floating #list-filter .search:hover,
#list-filter [data-theme=dark] .contact-form-inner .form-floating .search:hover,
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating input:hover:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 textarea:hover,
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating textarea:hover,
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 select:hover,
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating select:hover,
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 .search:hover,
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating .search:hover,
[data-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):hover,
[data-theme=dark] .contact-form-inner .form-floating textarea:hover,
[data-theme=dark] .contact-form-inner .form-floating select:hover,
[data-theme=dark] .contact-form-inner .form-floating .iti input[type=tel]:hover {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: #e8e8ed !important;
}
[data-bs-theme=dark] .wpcf7-form .form-floating .form-control:focus, [data-bs-theme=dark] .wpcf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating textarea:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating select:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating .search:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner textarea:focus,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating textarea:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner select:focus,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating select:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner .search:focus,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating .search:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter textarea:focus,
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating textarea:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter select:focus,
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating select:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter .search:focus,
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating .search:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating textarea:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating select:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating .search:focus, [data-bs-theme=dark] .wpcf7-form .form-floating .form-control:focus-visible, [data-bs-theme=dark] .wpcf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating select:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating .search:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner textarea:focus-visible,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner select:focus-visible,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating select:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating .contact-form-inner .search:focus-visible,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .form-floating .search:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter textarea:focus-visible,
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter select:focus-visible,
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating select:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating #list-filter .search:focus-visible,
#list-filter [data-bs-theme=dark] .wpcf7-form .form-floating .search:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating select:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .form-floating .search:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
[data-bs-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating textarea:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating select:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating select:focus-visible,
[data-bs-theme=dark] .wpcf7-form .form-floating .iti input[type=tel]:focus,
[data-bs-theme=dark] .wpcf7-form .form-floating .iti input[type=tel]:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating .form-control:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form textarea:focus,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating textarea:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form select:focus,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating select:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form .search:focus,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating .search:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner textarea:focus,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating textarea:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner select:focus,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating select:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner .search:focus,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating .search:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter textarea:focus,
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating textarea:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter select:focus,
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating select:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter .search:focus,
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating .search:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating textarea:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating select:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating .search:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating .form-control:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form textarea:focus-visible,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form select:focus-visible,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating select:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating .wpcf7-form .search:focus-visible,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .form-floating .search:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner textarea:focus-visible,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner select:focus-visible,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating select:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating .contact-form-inner .search:focus-visible,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .form-floating .search:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter textarea:focus-visible,
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter select:focus-visible,
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating select:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating #list-filter .search:focus-visible,
#list-filter [data-bs-theme=dark] .m3-cf7-form .form-floating .search:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating select:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .form-floating .search:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating textarea:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating select:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating select:focus-visible,
[data-bs-theme=dark] .m3-cf7-form .form-floating .iti input[type=tel]:focus,
[data-bs-theme=dark] .m3-cf7-form .form-floating .iti input[type=tel]:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .form-control:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form textarea:focus,
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form select:focus,
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form .search:focus,
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner textarea:focus,
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner select:focus,
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner .search:focus,
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter textarea:focus,
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter select:focus,
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter .search:focus,
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .form-control:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form textarea:focus-visible,
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form select:focus-visible,
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form .search:focus-visible,
.wpcf7-form [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner textarea:focus-visible,
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner select:focus-visible,
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner .search:focus-visible,
.contact-form-inner [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter textarea:focus-visible,
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter select:focus-visible,
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter .search:focus-visible,
#list-filter [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus-visible,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .iti input[type=tel]:focus,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .iti input[type=tel]:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating .form-control:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form textarea:focus,
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating textarea:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form select:focus,
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating select:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form .search:focus,
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating .search:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating textarea:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating select:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating .search:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter textarea:focus,
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating textarea:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter select:focus,
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating select:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter .search:focus,
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating .search:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating textarea:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating select:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating .search:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating .form-control:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form textarea:focus-visible,
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating textarea:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form select:focus-visible,
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating select:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating .wpcf7-form .search:focus-visible,
.wpcf7-form [data-bs-theme=dark] .contact-form-inner .form-floating .search:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating textarea:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating select:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating .search:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter textarea:focus-visible,
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating textarea:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter select:focus-visible,
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating select:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating #list-filter .search:focus-visible,
#list-filter [data-bs-theme=dark] .contact-form-inner .form-floating .search:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating textarea:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating select:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 [data-bs-theme=dark] .contact-form-inner .form-floating .search:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
[data-bs-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating textarea:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating textarea:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating select:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating select:focus-visible,
[data-bs-theme=dark] .contact-form-inner .form-floating .iti input[type=tel]:focus,
[data-bs-theme=dark] .contact-form-inner .form-floating .iti input[type=tel]:focus-visible, .dark-mode .wpcf7-form .form-floating .form-control:focus, .dark-mode .wpcf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating textarea:focus,
.dark-mode .wpcf7-form .form-floating select:focus,
.dark-mode .wpcf7-form .form-floating .search:focus,
.dark-mode .wpcf7-form .form-floating .contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .wpcf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating .contact-form-inner textarea:focus,
.contact-form-inner .dark-mode .wpcf7-form .form-floating textarea:focus,
.dark-mode .wpcf7-form .form-floating .contact-form-inner select:focus,
.contact-form-inner .dark-mode .wpcf7-form .form-floating select:focus,
.dark-mode .wpcf7-form .form-floating .contact-form-inner .search:focus,
.contact-form-inner .dark-mode .wpcf7-form .form-floating .search:focus,
.dark-mode .wpcf7-form .form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .wpcf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating #list-filter textarea:focus,
#list-filter .dark-mode .wpcf7-form .form-floating textarea:focus,
.dark-mode .wpcf7-form .form-floating #list-filter select:focus,
#list-filter .dark-mode .wpcf7-form .form-floating select:focus,
.dark-mode .wpcf7-form .form-floating #list-filter .search:focus,
#list-filter .dark-mode .wpcf7-form .form-floating .search:focus,
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating textarea:focus,
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating select:focus,
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating .search:focus, .dark-mode .wpcf7-form .form-floating .form-control:focus-visible, .dark-mode .wpcf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating textarea:focus-visible,
.dark-mode .wpcf7-form .form-floating select:focus-visible,
.dark-mode .wpcf7-form .form-floating .search:focus-visible,
.dark-mode .wpcf7-form .form-floating .contact-form-inner input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .wpcf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating .contact-form-inner textarea:focus-visible,
.contact-form-inner .dark-mode .wpcf7-form .form-floating textarea:focus-visible,
.dark-mode .wpcf7-form .form-floating .contact-form-inner select:focus-visible,
.contact-form-inner .dark-mode .wpcf7-form .form-floating select:focus-visible,
.dark-mode .wpcf7-form .form-floating .contact-form-inner .search:focus-visible,
.contact-form-inner .dark-mode .wpcf7-form .form-floating .search:focus-visible,
.dark-mode .wpcf7-form .form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .wpcf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating #list-filter textarea:focus-visible,
#list-filter .dark-mode .wpcf7-form .form-floating textarea:focus-visible,
.dark-mode .wpcf7-form .form-floating #list-filter select:focus-visible,
#list-filter .dark-mode .wpcf7-form .form-floating select:focus-visible,
.dark-mode .wpcf7-form .form-floating #list-filter .search:focus-visible,
#list-filter .dark-mode .wpcf7-form .form-floating .search:focus-visible,
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating textarea:focus-visible,
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating select:focus-visible,
.dark-mode .wpcf7-form .form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 .dark-mode .wpcf7-form .form-floating .search:focus-visible,
.dark-mode .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
.dark-mode .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
.dark-mode .wpcf7-form .form-floating textarea:focus,
.dark-mode .wpcf7-form .form-floating textarea:focus-visible,
.dark-mode .wpcf7-form .form-floating select:focus,
.dark-mode .wpcf7-form .form-floating select:focus-visible,
.dark-mode .wpcf7-form .form-floating .iti input[type=tel]:focus,
.dark-mode .wpcf7-form .form-floating .iti input[type=tel]:focus-visible,
.dark-mode .m3-cf7-form .form-floating .form-control:focus,
.dark-mode .m3-cf7-form .form-floating .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .m3-cf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating .wpcf7-form textarea:focus,
.wpcf7-form .dark-mode .m3-cf7-form .form-floating textarea:focus,
.dark-mode .m3-cf7-form .form-floating .wpcf7-form select:focus,
.wpcf7-form .dark-mode .m3-cf7-form .form-floating select:focus,
.dark-mode .m3-cf7-form .form-floating .wpcf7-form .search:focus,
.wpcf7-form .dark-mode .m3-cf7-form .form-floating .search:focus,
.dark-mode .m3-cf7-form .form-floating .contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .m3-cf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating .contact-form-inner textarea:focus,
.contact-form-inner .dark-mode .m3-cf7-form .form-floating textarea:focus,
.dark-mode .m3-cf7-form .form-floating .contact-form-inner select:focus,
.contact-form-inner .dark-mode .m3-cf7-form .form-floating select:focus,
.dark-mode .m3-cf7-form .form-floating .contact-form-inner .search:focus,
.contact-form-inner .dark-mode .m3-cf7-form .form-floating .search:focus,
.dark-mode .m3-cf7-form .form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .m3-cf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating #list-filter textarea:focus,
#list-filter .dark-mode .m3-cf7-form .form-floating textarea:focus,
.dark-mode .m3-cf7-form .form-floating #list-filter select:focus,
#list-filter .dark-mode .m3-cf7-form .form-floating select:focus,
.dark-mode .m3-cf7-form .form-floating #list-filter .search:focus,
#list-filter .dark-mode .m3-cf7-form .form-floating .search:focus,
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating textarea:focus,
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating select:focus,
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating .search:focus,
.dark-mode .m3-cf7-form .form-floating .form-control:focus-visible,
.dark-mode .m3-cf7-form .form-floating .wpcf7-form input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .m3-cf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating .wpcf7-form textarea:focus-visible,
.wpcf7-form .dark-mode .m3-cf7-form .form-floating textarea:focus-visible,
.dark-mode .m3-cf7-form .form-floating .wpcf7-form select:focus-visible,
.wpcf7-form .dark-mode .m3-cf7-form .form-floating select:focus-visible,
.dark-mode .m3-cf7-form .form-floating .wpcf7-form .search:focus-visible,
.wpcf7-form .dark-mode .m3-cf7-form .form-floating .search:focus-visible,
.dark-mode .m3-cf7-form .form-floating .contact-form-inner input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .m3-cf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating .contact-form-inner textarea:focus-visible,
.contact-form-inner .dark-mode .m3-cf7-form .form-floating textarea:focus-visible,
.dark-mode .m3-cf7-form .form-floating .contact-form-inner select:focus-visible,
.contact-form-inner .dark-mode .m3-cf7-form .form-floating select:focus-visible,
.dark-mode .m3-cf7-form .form-floating .contact-form-inner .search:focus-visible,
.contact-form-inner .dark-mode .m3-cf7-form .form-floating .search:focus-visible,
.dark-mode .m3-cf7-form .form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .m3-cf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating #list-filter textarea:focus-visible,
#list-filter .dark-mode .m3-cf7-form .form-floating textarea:focus-visible,
.dark-mode .m3-cf7-form .form-floating #list-filter select:focus-visible,
#list-filter .dark-mode .m3-cf7-form .form-floating select:focus-visible,
.dark-mode .m3-cf7-form .form-floating #list-filter .search:focus-visible,
#list-filter .dark-mode .m3-cf7-form .form-floating .search:focus-visible,
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating textarea:focus-visible,
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating select:focus-visible,
.dark-mode .m3-cf7-form .form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 .dark-mode .m3-cf7-form .form-floating .search:focus-visible,
.dark-mode .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
.dark-mode .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
.dark-mode .m3-cf7-form .form-floating textarea:focus,
.dark-mode .m3-cf7-form .form-floating textarea:focus-visible,
.dark-mode .m3-cf7-form .form-floating select:focus,
.dark-mode .m3-cf7-form .form-floating select:focus-visible,
.dark-mode .m3-cf7-form .form-floating .iti input[type=tel]:focus,
.dark-mode .m3-cf7-form .form-floating .iti input[type=tel]:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating .form-control:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form textarea:focus,
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating textarea:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form select:focus,
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating select:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form .search:focus,
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating .search:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner textarea:focus,
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating textarea:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner select:focus,
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating select:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner .search:focus,
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating .search:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter textarea:focus,
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating textarea:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter select:focus,
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating select:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter .search:focus,
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating .search:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating textarea:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating select:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating .search:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating .form-control:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form textarea:focus-visible,
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form select:focus-visible,
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating select:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating .wpcf7-form .search:focus-visible,
.wpcf7-form .dark-mode .m3-glass-side-sheet__form .form-floating .search:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner textarea:focus-visible,
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner select:focus-visible,
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating select:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating .contact-form-inner .search:focus-visible,
.contact-form-inner .dark-mode .m3-glass-side-sheet__form .form-floating .search:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter textarea:focus-visible,
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter select:focus-visible,
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating select:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating #list-filter .search:focus-visible,
#list-filter .dark-mode .m3-glass-side-sheet__form .form-floating .search:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating select:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 .dark-mode .m3-glass-side-sheet__form .form-floating .search:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
.dark-mode .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating textarea:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating select:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating select:focus-visible,
.dark-mode .m3-glass-side-sheet__form .form-floating .iti input[type=tel]:focus,
.dark-mode .m3-glass-side-sheet__form .form-floating .iti input[type=tel]:focus-visible,
.dark-mode .contact-form-inner .form-floating .form-control:focus,
.dark-mode .contact-form-inner .form-floating .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .contact-form-inner .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating .wpcf7-form textarea:focus,
.wpcf7-form .dark-mode .contact-form-inner .form-floating textarea:focus,
.dark-mode .contact-form-inner .form-floating .wpcf7-form select:focus,
.wpcf7-form .dark-mode .contact-form-inner .form-floating select:focus,
.dark-mode .contact-form-inner .form-floating .wpcf7-form .search:focus,
.wpcf7-form .dark-mode .contact-form-inner .form-floating .search:focus,
.dark-mode .contact-form-inner .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating textarea:focus,
.dark-mode .contact-form-inner .form-floating select:focus,
.dark-mode .contact-form-inner .form-floating .search:focus,
.dark-mode .contact-form-inner .form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .contact-form-inner .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating #list-filter textarea:focus,
#list-filter .dark-mode .contact-form-inner .form-floating textarea:focus,
.dark-mode .contact-form-inner .form-floating #list-filter select:focus,
#list-filter .dark-mode .contact-form-inner .form-floating select:focus,
.dark-mode .contact-form-inner .form-floating #list-filter .search:focus,
#list-filter .dark-mode .contact-form-inner .form-floating .search:focus,
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating textarea:focus,
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating select:focus,
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating .search:focus,
.dark-mode .contact-form-inner .form-floating .form-control:focus-visible,
.dark-mode .contact-form-inner .form-floating .wpcf7-form input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .contact-form-inner .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating .wpcf7-form textarea:focus-visible,
.wpcf7-form .dark-mode .contact-form-inner .form-floating textarea:focus-visible,
.dark-mode .contact-form-inner .form-floating .wpcf7-form select:focus-visible,
.wpcf7-form .dark-mode .contact-form-inner .form-floating select:focus-visible,
.dark-mode .contact-form-inner .form-floating .wpcf7-form .search:focus-visible,
.wpcf7-form .dark-mode .contact-form-inner .form-floating .search:focus-visible,
.dark-mode .contact-form-inner .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating textarea:focus-visible,
.dark-mode .contact-form-inner .form-floating select:focus-visible,
.dark-mode .contact-form-inner .form-floating .search:focus-visible,
.dark-mode .contact-form-inner .form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .contact-form-inner .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating #list-filter textarea:focus-visible,
#list-filter .dark-mode .contact-form-inner .form-floating textarea:focus-visible,
.dark-mode .contact-form-inner .form-floating #list-filter select:focus-visible,
#list-filter .dark-mode .contact-form-inner .form-floating select:focus-visible,
.dark-mode .contact-form-inner .form-floating #list-filter .search:focus-visible,
#list-filter .dark-mode .contact-form-inner .form-floating .search:focus-visible,
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating textarea:focus-visible,
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating select:focus-visible,
.dark-mode .contact-form-inner .form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 .dark-mode .contact-form-inner .form-floating .search:focus-visible,
.dark-mode .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
.dark-mode .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
.dark-mode .contact-form-inner .form-floating textarea:focus,
.dark-mode .contact-form-inner .form-floating textarea:focus-visible,
.dark-mode .contact-form-inner .form-floating select:focus,
.dark-mode .contact-form-inner .form-floating select:focus-visible,
.dark-mode .contact-form-inner .form-floating .iti input[type=tel]:focus,
.dark-mode .contact-form-inner .form-floating .iti input[type=tel]:focus-visible, [data-theme=dark] .wpcf7-form .form-floating .form-control:focus, [data-theme=dark] .wpcf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating textarea:focus,
[data-theme=dark] .wpcf7-form .form-floating select:focus,
[data-theme=dark] .wpcf7-form .form-floating .search:focus,
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner textarea:focus,
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating textarea:focus,
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner select:focus,
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating select:focus,
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner .search:focus,
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating .search:focus,
[data-theme=dark] .wpcf7-form .form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .wpcf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating #list-filter textarea:focus,
#list-filter [data-theme=dark] .wpcf7-form .form-floating textarea:focus,
[data-theme=dark] .wpcf7-form .form-floating #list-filter select:focus,
#list-filter [data-theme=dark] .wpcf7-form .form-floating select:focus,
[data-theme=dark] .wpcf7-form .form-floating #list-filter .search:focus,
#list-filter [data-theme=dark] .wpcf7-form .form-floating .search:focus,
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating textarea:focus,
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating select:focus,
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating .search:focus, [data-theme=dark] .wpcf7-form .form-floating .form-control:focus-visible, [data-theme=dark] .wpcf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating textarea:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating select:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating .search:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner textarea:focus-visible,
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating textarea:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner select:focus-visible,
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating select:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating .contact-form-inner .search:focus-visible,
.contact-form-inner [data-theme=dark] .wpcf7-form .form-floating .search:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .wpcf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating #list-filter textarea:focus-visible,
#list-filter [data-theme=dark] .wpcf7-form .form-floating textarea:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating #list-filter select:focus-visible,
#list-filter [data-theme=dark] .wpcf7-form .form-floating select:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating #list-filter .search:focus-visible,
#list-filter [data-theme=dark] .wpcf7-form .form-floating .search:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating textarea:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating select:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .form-floating .search:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
[data-theme=dark] .wpcf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
[data-theme=dark] .wpcf7-form .form-floating textarea:focus,
[data-theme=dark] .wpcf7-form .form-floating textarea:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating select:focus,
[data-theme=dark] .wpcf7-form .form-floating select:focus-visible,
[data-theme=dark] .wpcf7-form .form-floating .iti input[type=tel]:focus,
[data-theme=dark] .wpcf7-form .form-floating .iti input[type=tel]:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating .form-control:focus,
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form textarea:focus,
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating textarea:focus,
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form select:focus,
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating select:focus,
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form .search:focus,
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating .search:focus,
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner textarea:focus,
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating textarea:focus,
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner select:focus,
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating select:focus,
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner .search:focus,
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating .search:focus,
[data-theme=dark] .m3-cf7-form .form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .m3-cf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating #list-filter textarea:focus,
#list-filter [data-theme=dark] .m3-cf7-form .form-floating textarea:focus,
[data-theme=dark] .m3-cf7-form .form-floating #list-filter select:focus,
#list-filter [data-theme=dark] .m3-cf7-form .form-floating select:focus,
[data-theme=dark] .m3-cf7-form .form-floating #list-filter .search:focus,
#list-filter [data-theme=dark] .m3-cf7-form .form-floating .search:focus,
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating textarea:focus,
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating select:focus,
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating .search:focus,
[data-theme=dark] .m3-cf7-form .form-floating .form-control:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form textarea:focus-visible,
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating textarea:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form select:focus-visible,
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating select:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating .wpcf7-form .search:focus-visible,
.wpcf7-form [data-theme=dark] .m3-cf7-form .form-floating .search:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner textarea:focus-visible,
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating textarea:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner select:focus-visible,
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating select:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating .contact-form-inner .search:focus-visible,
.contact-form-inner [data-theme=dark] .m3-cf7-form .form-floating .search:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .m3-cf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating #list-filter textarea:focus-visible,
#list-filter [data-theme=dark] .m3-cf7-form .form-floating textarea:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating #list-filter select:focus-visible,
#list-filter [data-theme=dark] .m3-cf7-form .form-floating select:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating #list-filter .search:focus-visible,
#list-filter [data-theme=dark] .m3-cf7-form .form-floating .search:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating textarea:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating select:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .form-floating .search:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
[data-theme=dark] .m3-cf7-form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating textarea:focus,
[data-theme=dark] .m3-cf7-form .form-floating textarea:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating select:focus,
[data-theme=dark] .m3-cf7-form .form-floating select:focus-visible,
[data-theme=dark] .m3-cf7-form .form-floating .iti input[type=tel]:focus,
[data-theme=dark] .m3-cf7-form .form-floating .iti input[type=tel]:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .form-control:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form textarea:focus,
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form select:focus,
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form .search:focus,
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner textarea:focus,
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner select:focus,
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner .search:focus,
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter textarea:focus,
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter select:focus,
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter .search:focus,
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .form-control:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form textarea:focus-visible,
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form select:focus-visible,
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .wpcf7-form .search:focus-visible,
.wpcf7-form [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner textarea:focus-visible,
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner select:focus-visible,
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .contact-form-inner .search:focus-visible,
.contact-form-inner [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter textarea:focus-visible,
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter select:focus-visible,
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating #list-filter .search:focus-visible,
#list-filter [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 [data-theme=dark] .m3-glass-side-sheet__form .form-floating .search:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating textarea:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating select:focus-visible,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .iti input[type=tel]:focus,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .iti input[type=tel]:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating .form-control:focus,
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form textarea:focus,
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating textarea:focus,
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form select:focus,
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating select:focus,
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form .search:focus,
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating .search:focus,
[data-theme=dark] .contact-form-inner .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating textarea:focus,
[data-theme=dark] .contact-form-inner .form-floating select:focus,
[data-theme=dark] .contact-form-inner .form-floating .search:focus,
[data-theme=dark] .contact-form-inner .form-floating #list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .contact-form-inner .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating #list-filter textarea:focus,
#list-filter [data-theme=dark] .contact-form-inner .form-floating textarea:focus,
[data-theme=dark] .contact-form-inner .form-floating #list-filter select:focus,
#list-filter [data-theme=dark] .contact-form-inner .form-floating select:focus,
[data-theme=dark] .contact-form-inner .form-floating #list-filter .search:focus,
#list-filter [data-theme=dark] .contact-form-inner .form-floating .search:focus,
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 textarea:focus,
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating textarea:focus,
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 select:focus,
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating select:focus,
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 .search:focus,
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating .search:focus,
[data-theme=dark] .contact-form-inner .form-floating .form-control:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form textarea:focus-visible,
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating textarea:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form select:focus-visible,
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating select:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating .wpcf7-form .search:focus-visible,
.wpcf7-form [data-theme=dark] .contact-form-inner .form-floating .search:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating textarea:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating select:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating .search:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating #list-filter input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .contact-form-inner .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating #list-filter textarea:focus-visible,
#list-filter [data-theme=dark] .contact-form-inner .form-floating textarea:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating #list-filter select:focus-visible,
#list-filter [data-theme=dark] .contact-form-inner .form-floating select:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating #list-filter .search:focus-visible,
#list-filter [data-theme=dark] .contact-form-inner .form-floating .search:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 textarea:focus-visible,
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating textarea:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 select:focus-visible,
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating select:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating .post-content .wpcf7 .search:focus-visible,
.post-content .wpcf7 [data-theme=dark] .contact-form-inner .form-floating .search:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,
[data-theme=dark] .contact-form-inner .form-floating input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus-visible,
[data-theme=dark] .contact-form-inner .form-floating textarea:focus,
[data-theme=dark] .contact-form-inner .form-floating textarea:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating select:focus,
[data-theme=dark] .contact-form-inner .form-floating select:focus-visible,
[data-theme=dark] .contact-form-inner .form-floating .iti input[type=tel]:focus,
[data-theme=dark] .contact-form-inner .form-floating .iti input[type=tel]:focus-visible {
  background-color: rgba(255, 255, 255, 0.14) !important;
  color: #e8e8ed !important;
  border-color: #4961fd !important;
  box-shadow: 0 0 0 3px rgba(73, 97, 253, 0.2) !important;
}
[data-bs-theme=dark] .wpcf7-form .form-floating label,
[data-bs-theme=dark] .wpcf7-form .form-floating .label,
[data-bs-theme=dark] .m3-cf7-form .form-floating label,
[data-bs-theme=dark] .m3-cf7-form .form-floating .label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating .label,
[data-bs-theme=dark] .contact-form-inner .form-floating label,
[data-bs-theme=dark] .contact-form-inner .form-floating .label, .dark-mode .wpcf7-form .form-floating label,
.dark-mode .wpcf7-form .form-floating .label,
.dark-mode .m3-cf7-form .form-floating label,
.dark-mode .m3-cf7-form .form-floating .label,
.dark-mode .m3-glass-side-sheet__form .form-floating label,
.dark-mode .m3-glass-side-sheet__form .form-floating .label,
.dark-mode .contact-form-inner .form-floating label,
.dark-mode .contact-form-inner .form-floating .label, [data-theme=dark] .wpcf7-form .form-floating label,
[data-theme=dark] .wpcf7-form .form-floating .label,
[data-theme=dark] .m3-cf7-form .form-floating label,
[data-theme=dark] .m3-cf7-form .form-floating .label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating .label,
[data-theme=dark] .contact-form-inner .form-floating label,
[data-theme=dark] .contact-form-inner .form-floating .label {
  color: rgba(255, 255, 255, 0.72) !important;
}
[data-bs-theme=dark] .wpcf7-form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
[data-bs-theme=dark] .wpcf7-form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label, [data-bs-theme=dark] .wpcf7-form .form-floating:has(input:focus) label,
[data-bs-theme=dark] .wpcf7-form .form-floating:has(input:focus) .label, [data-bs-theme=dark] .wpcf7-form .form-floating:has(textarea:focus) label,
[data-bs-theme=dark] .wpcf7-form .form-floating:has(textarea:focus) .label, [data-bs-theme=dark] .wpcf7-form .form-floating:has(.iti) label,
[data-bs-theme=dark] .wpcf7-form .form-floating:has(.iti) .label, [data-bs-theme=dark] .wpcf7-form .form-floating.is-focused label,
[data-bs-theme=dark] .wpcf7-form .form-floating.is-focused .label, [data-bs-theme=dark] .wpcf7-form .form-floating.is-filled label,
[data-bs-theme=dark] .wpcf7-form .form-floating.is-filled .label,
[data-bs-theme=dark] .m3-cf7-form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
[data-bs-theme=dark] .m3-cf7-form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label,
[data-bs-theme=dark] .m3-cf7-form .form-floating:has(input:focus) label,
[data-bs-theme=dark] .m3-cf7-form .form-floating:has(input:focus) .label,
[data-bs-theme=dark] .m3-cf7-form .form-floating:has(textarea:focus) label,
[data-bs-theme=dark] .m3-cf7-form .form-floating:has(textarea:focus) .label,
[data-bs-theme=dark] .m3-cf7-form .form-floating:has(.iti) label,
[data-bs-theme=dark] .m3-cf7-form .form-floating:has(.iti) .label,
[data-bs-theme=dark] .m3-cf7-form .form-floating.is-focused label,
[data-bs-theme=dark] .m3-cf7-form .form-floating.is-focused .label,
[data-bs-theme=dark] .m3-cf7-form .form-floating.is-filled label,
[data-bs-theme=dark] .m3-cf7-form .form-floating.is-filled .label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating:has(input:focus) label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating:has(input:focus) .label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating:has(textarea:focus) label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating:has(textarea:focus) .label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating:has(.iti) label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating:has(.iti) .label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating.is-focused label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating.is-focused .label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating.is-filled label,
[data-bs-theme=dark] .m3-glass-side-sheet__form .form-floating.is-filled .label,
[data-bs-theme=dark] .contact-form-inner .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
[data-bs-theme=dark] .contact-form-inner .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label,
[data-bs-theme=dark] .contact-form-inner .form-floating:has(input:focus) label,
[data-bs-theme=dark] .contact-form-inner .form-floating:has(input:focus) .label,
[data-bs-theme=dark] .contact-form-inner .form-floating:has(textarea:focus) label,
[data-bs-theme=dark] .contact-form-inner .form-floating:has(textarea:focus) .label,
[data-bs-theme=dark] .contact-form-inner .form-floating:has(.iti) label,
[data-bs-theme=dark] .contact-form-inner .form-floating:has(.iti) .label,
[data-bs-theme=dark] .contact-form-inner .form-floating.is-focused label,
[data-bs-theme=dark] .contact-form-inner .form-floating.is-focused .label,
[data-bs-theme=dark] .contact-form-inner .form-floating.is-filled label,
[data-bs-theme=dark] .contact-form-inner .form-floating.is-filled .label, .dark-mode .wpcf7-form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
.dark-mode .wpcf7-form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label, .dark-mode .wpcf7-form .form-floating:has(input:focus) label,
.dark-mode .wpcf7-form .form-floating:has(input:focus) .label, .dark-mode .wpcf7-form .form-floating:has(textarea:focus) label,
.dark-mode .wpcf7-form .form-floating:has(textarea:focus) .label, .dark-mode .wpcf7-form .form-floating:has(.iti) label,
.dark-mode .wpcf7-form .form-floating:has(.iti) .label, .dark-mode .wpcf7-form .form-floating.is-focused label,
.dark-mode .wpcf7-form .form-floating.is-focused .label, .dark-mode .wpcf7-form .form-floating.is-filled label,
.dark-mode .wpcf7-form .form-floating.is-filled .label,
.dark-mode .m3-cf7-form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
.dark-mode .m3-cf7-form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label,
.dark-mode .m3-cf7-form .form-floating:has(input:focus) label,
.dark-mode .m3-cf7-form .form-floating:has(input:focus) .label,
.dark-mode .m3-cf7-form .form-floating:has(textarea:focus) label,
.dark-mode .m3-cf7-form .form-floating:has(textarea:focus) .label,
.dark-mode .m3-cf7-form .form-floating:has(.iti) label,
.dark-mode .m3-cf7-form .form-floating:has(.iti) .label,
.dark-mode .m3-cf7-form .form-floating.is-focused label,
.dark-mode .m3-cf7-form .form-floating.is-focused .label,
.dark-mode .m3-cf7-form .form-floating.is-filled label,
.dark-mode .m3-cf7-form .form-floating.is-filled .label,
.dark-mode .m3-glass-side-sheet__form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
.dark-mode .m3-glass-side-sheet__form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label,
.dark-mode .m3-glass-side-sheet__form .form-floating:has(input:focus) label,
.dark-mode .m3-glass-side-sheet__form .form-floating:has(input:focus) .label,
.dark-mode .m3-glass-side-sheet__form .form-floating:has(textarea:focus) label,
.dark-mode .m3-glass-side-sheet__form .form-floating:has(textarea:focus) .label,
.dark-mode .m3-glass-side-sheet__form .form-floating:has(.iti) label,
.dark-mode .m3-glass-side-sheet__form .form-floating:has(.iti) .label,
.dark-mode .m3-glass-side-sheet__form .form-floating.is-focused label,
.dark-mode .m3-glass-side-sheet__form .form-floating.is-focused .label,
.dark-mode .m3-glass-side-sheet__form .form-floating.is-filled label,
.dark-mode .m3-glass-side-sheet__form .form-floating.is-filled .label,
.dark-mode .contact-form-inner .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
.dark-mode .contact-form-inner .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label,
.dark-mode .contact-form-inner .form-floating:has(input:focus) label,
.dark-mode .contact-form-inner .form-floating:has(input:focus) .label,
.dark-mode .contact-form-inner .form-floating:has(textarea:focus) label,
.dark-mode .contact-form-inner .form-floating:has(textarea:focus) .label,
.dark-mode .contact-form-inner .form-floating:has(.iti) label,
.dark-mode .contact-form-inner .form-floating:has(.iti) .label,
.dark-mode .contact-form-inner .form-floating.is-focused label,
.dark-mode .contact-form-inner .form-floating.is-focused .label,
.dark-mode .contact-form-inner .form-floating.is-filled label,
.dark-mode .contact-form-inner .form-floating.is-filled .label, [data-theme=dark] .wpcf7-form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
[data-theme=dark] .wpcf7-form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label, [data-theme=dark] .wpcf7-form .form-floating:has(input:focus) label,
[data-theme=dark] .wpcf7-form .form-floating:has(input:focus) .label, [data-theme=dark] .wpcf7-form .form-floating:has(textarea:focus) label,
[data-theme=dark] .wpcf7-form .form-floating:has(textarea:focus) .label, [data-theme=dark] .wpcf7-form .form-floating:has(.iti) label,
[data-theme=dark] .wpcf7-form .form-floating:has(.iti) .label, [data-theme=dark] .wpcf7-form .form-floating.is-focused label,
[data-theme=dark] .wpcf7-form .form-floating.is-focused .label, [data-theme=dark] .wpcf7-form .form-floating.is-filled label,
[data-theme=dark] .wpcf7-form .form-floating.is-filled .label,
[data-theme=dark] .m3-cf7-form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
[data-theme=dark] .m3-cf7-form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label,
[data-theme=dark] .m3-cf7-form .form-floating:has(input:focus) label,
[data-theme=dark] .m3-cf7-form .form-floating:has(input:focus) .label,
[data-theme=dark] .m3-cf7-form .form-floating:has(textarea:focus) label,
[data-theme=dark] .m3-cf7-form .form-floating:has(textarea:focus) .label,
[data-theme=dark] .m3-cf7-form .form-floating:has(.iti) label,
[data-theme=dark] .m3-cf7-form .form-floating:has(.iti) .label,
[data-theme=dark] .m3-cf7-form .form-floating.is-focused label,
[data-theme=dark] .m3-cf7-form .form-floating.is-focused .label,
[data-theme=dark] .m3-cf7-form .form-floating.is-filled label,
[data-theme=dark] .m3-cf7-form .form-floating.is-filled .label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating:has(input:focus) label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating:has(input:focus) .label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating:has(textarea:focus) label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating:has(textarea:focus) .label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating:has(.iti) label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating:has(.iti) .label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating.is-focused label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating.is-focused .label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating.is-filled label,
[data-theme=dark] .m3-glass-side-sheet__form .form-floating.is-filled .label,
[data-theme=dark] .contact-form-inner .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) label,
[data-theme=dark] .contact-form-inner .form-floating:has(.form-control:focus, .wpcf7-form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form .search:focus,
.contact-form-inner input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner textarea:focus,
.contact-form-inner select:focus,
.contact-form-inner .search:focus,
#list-filter input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter textarea:focus,
#list-filter select:focus,
#list-filter .search:focus,
.post-content .wpcf7 input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 textarea:focus,
.post-content .wpcf7 select:focus,
.post-content .wpcf7 .search:focus) .label,
[data-theme=dark] .contact-form-inner .form-floating:has(input:focus) label,
[data-theme=dark] .contact-form-inner .form-floating:has(input:focus) .label,
[data-theme=dark] .contact-form-inner .form-floating:has(textarea:focus) label,
[data-theme=dark] .contact-form-inner .form-floating:has(textarea:focus) .label,
[data-theme=dark] .contact-form-inner .form-floating:has(.iti) label,
[data-theme=dark] .contact-form-inner .form-floating:has(.iti) .label,
[data-theme=dark] .contact-form-inner .form-floating.is-focused label,
[data-theme=dark] .contact-form-inner .form-floating.is-focused .label,
[data-theme=dark] .contact-form-inner .form-floating.is-filled label,
[data-theme=dark] .contact-form-inner .form-floating.is-filled .label {
  color: #4961fd !important;
}
[data-bs-theme=dark] .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form textarea,
[data-bs-theme=dark] .wpcf7-form select,
[data-bs-theme=dark] .wpcf7-form .form-control,
[data-bs-theme=dark] .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form textarea,
[data-bs-theme=dark] .wpcf7-form select,
[data-bs-theme=dark] .wpcf7-form .search,
[data-bs-theme=dark] .wpcf7-form .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .contact-form-inner textarea,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form textarea,
[data-bs-theme=dark] .wpcf7-form .contact-form-inner select,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form select,
[data-bs-theme=dark] .wpcf7-form .contact-form-inner .search,
.contact-form-inner [data-bs-theme=dark] .wpcf7-form .search,
[data-bs-theme=dark] .wpcf7-form #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form #list-filter textarea,
#list-filter [data-bs-theme=dark] .wpcf7-form textarea,
[data-bs-theme=dark] .wpcf7-form #list-filter select,
#list-filter [data-bs-theme=dark] .wpcf7-form select,
[data-bs-theme=dark] .wpcf7-form #list-filter .search,
#list-filter [data-bs-theme=dark] .wpcf7-form .search,
[data-bs-theme=dark] .wpcf7-form .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .wpcf7-form .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form textarea,
[data-bs-theme=dark] .wpcf7-form .post-content .wpcf7 select,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form select,
[data-bs-theme=dark] .wpcf7-form .post-content .wpcf7 .search,
.post-content .wpcf7 [data-bs-theme=dark] .wpcf7-form .search,
[data-bs-theme=dark] .wpcf7-form .iti input[type=tel],
[data-bs-theme=dark] .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form textarea,
[data-bs-theme=dark] .m3-cf7-form select,
[data-bs-theme=dark] .m3-cf7-form .form-control,
[data-bs-theme=dark] .m3-cf7-form .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .wpcf7-form textarea,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form textarea,
[data-bs-theme=dark] .m3-cf7-form .wpcf7-form select,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form select,
[data-bs-theme=dark] .m3-cf7-form .wpcf7-form .search,
.wpcf7-form [data-bs-theme=dark] .m3-cf7-form .search,
[data-bs-theme=dark] .m3-cf7-form .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .contact-form-inner textarea,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form textarea,
[data-bs-theme=dark] .m3-cf7-form .contact-form-inner select,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form select,
[data-bs-theme=dark] .m3-cf7-form .contact-form-inner .search,
.contact-form-inner [data-bs-theme=dark] .m3-cf7-form .search,
[data-bs-theme=dark] .m3-cf7-form #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-bs-theme=dark] .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form #list-filter textarea,
#list-filter [data-bs-theme=dark] .m3-cf7-form textarea,
[data-bs-theme=dark] .m3-cf7-form #list-filter select,
#list-filter [data-bs-theme=dark] .m3-cf7-form select,
[data-bs-theme=dark] .m3-cf7-form #list-filter .search,
#list-filter [data-bs-theme=dark] .m3-cf7-form .search,
[data-bs-theme=dark] .m3-cf7-form .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-bs-theme=dark] .m3-cf7-form .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form textarea,
[data-bs-theme=dark] .m3-cf7-form .post-content .wpcf7 select,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form select,
[data-bs-theme=dark] .m3-cf7-form .post-content .wpcf7 .search,
.post-content .wpcf7 [data-bs-theme=dark] .m3-cf7-form .search,
[data-bs-theme=dark] .m3-cf7-form .iti input[type=tel], .dark-mode .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form textarea,
.dark-mode .wpcf7-form select,
.dark-mode .wpcf7-form .form-control,
.dark-mode .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form textarea,
.dark-mode .wpcf7-form select,
.dark-mode .wpcf7-form .search,
.dark-mode .wpcf7-form .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .contact-form-inner textarea,
.contact-form-inner .dark-mode .wpcf7-form textarea,
.dark-mode .wpcf7-form .contact-form-inner select,
.contact-form-inner .dark-mode .wpcf7-form select,
.dark-mode .wpcf7-form .contact-form-inner .search,
.contact-form-inner .dark-mode .wpcf7-form .search,
.dark-mode .wpcf7-form #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form #list-filter textarea,
#list-filter .dark-mode .wpcf7-form textarea,
.dark-mode .wpcf7-form #list-filter select,
#list-filter .dark-mode .wpcf7-form select,
.dark-mode .wpcf7-form #list-filter .search,
#list-filter .dark-mode .wpcf7-form .search,
.dark-mode .wpcf7-form .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .wpcf7-form .post-content .wpcf7 textarea,
.post-content .wpcf7 .dark-mode .wpcf7-form textarea,
.dark-mode .wpcf7-form .post-content .wpcf7 select,
.post-content .wpcf7 .dark-mode .wpcf7-form select,
.dark-mode .wpcf7-form .post-content .wpcf7 .search,
.post-content .wpcf7 .dark-mode .wpcf7-form .search,
.dark-mode .wpcf7-form .iti input[type=tel],
.dark-mode .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form textarea,
.dark-mode .m3-cf7-form select,
.dark-mode .m3-cf7-form .form-control,
.dark-mode .m3-cf7-form .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form .dark-mode .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .wpcf7-form textarea,
.wpcf7-form .dark-mode .m3-cf7-form textarea,
.dark-mode .m3-cf7-form .wpcf7-form select,
.wpcf7-form .dark-mode .m3-cf7-form select,
.dark-mode .m3-cf7-form .wpcf7-form .search,
.wpcf7-form .dark-mode .m3-cf7-form .search,
.dark-mode .m3-cf7-form .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner .dark-mode .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .contact-form-inner textarea,
.contact-form-inner .dark-mode .m3-cf7-form textarea,
.dark-mode .m3-cf7-form .contact-form-inner select,
.contact-form-inner .dark-mode .m3-cf7-form select,
.dark-mode .m3-cf7-form .contact-form-inner .search,
.contact-form-inner .dark-mode .m3-cf7-form .search,
.dark-mode .m3-cf7-form #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter .dark-mode .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form #list-filter textarea,
#list-filter .dark-mode .m3-cf7-form textarea,
.dark-mode .m3-cf7-form #list-filter select,
#list-filter .dark-mode .m3-cf7-form select,
.dark-mode .m3-cf7-form #list-filter .search,
#list-filter .dark-mode .m3-cf7-form .search,
.dark-mode .m3-cf7-form .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 .dark-mode .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.dark-mode .m3-cf7-form .post-content .wpcf7 textarea,
.post-content .wpcf7 .dark-mode .m3-cf7-form textarea,
.dark-mode .m3-cf7-form .post-content .wpcf7 select,
.post-content .wpcf7 .dark-mode .m3-cf7-form select,
.dark-mode .m3-cf7-form .post-content .wpcf7 .search,
.post-content .wpcf7 .dark-mode .m3-cf7-form .search,
.dark-mode .m3-cf7-form .iti input[type=tel], [data-theme=dark] .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form textarea,
[data-theme=dark] .wpcf7-form select,
[data-theme=dark] .wpcf7-form .form-control,
[data-theme=dark] .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form textarea,
[data-theme=dark] .wpcf7-form select,
[data-theme=dark] .wpcf7-form .search,
[data-theme=dark] .wpcf7-form .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .contact-form-inner textarea,
.contact-form-inner [data-theme=dark] .wpcf7-form textarea,
[data-theme=dark] .wpcf7-form .contact-form-inner select,
.contact-form-inner [data-theme=dark] .wpcf7-form select,
[data-theme=dark] .wpcf7-form .contact-form-inner .search,
.contact-form-inner [data-theme=dark] .wpcf7-form .search,
[data-theme=dark] .wpcf7-form #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form #list-filter textarea,
#list-filter [data-theme=dark] .wpcf7-form textarea,
[data-theme=dark] .wpcf7-form #list-filter select,
#list-filter [data-theme=dark] .wpcf7-form select,
[data-theme=dark] .wpcf7-form #list-filter .search,
#list-filter [data-theme=dark] .wpcf7-form .search,
[data-theme=dark] .wpcf7-form .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .wpcf7-form .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form textarea,
[data-theme=dark] .wpcf7-form .post-content .wpcf7 select,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form select,
[data-theme=dark] .wpcf7-form .post-content .wpcf7 .search,
.post-content .wpcf7 [data-theme=dark] .wpcf7-form .search,
[data-theme=dark] .wpcf7-form .iti input[type=tel],
[data-theme=dark] .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form textarea,
[data-theme=dark] .m3-cf7-form select,
[data-theme=dark] .m3-cf7-form .form-control,
[data-theme=dark] .m3-cf7-form .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.wpcf7-form [data-theme=dark] .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .wpcf7-form textarea,
.wpcf7-form [data-theme=dark] .m3-cf7-form textarea,
[data-theme=dark] .m3-cf7-form .wpcf7-form select,
.wpcf7-form [data-theme=dark] .m3-cf7-form select,
[data-theme=dark] .m3-cf7-form .wpcf7-form .search,
.wpcf7-form [data-theme=dark] .m3-cf7-form .search,
[data-theme=dark] .m3-cf7-form .contact-form-inner input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.contact-form-inner [data-theme=dark] .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .contact-form-inner textarea,
.contact-form-inner [data-theme=dark] .m3-cf7-form textarea,
[data-theme=dark] .m3-cf7-form .contact-form-inner select,
.contact-form-inner [data-theme=dark] .m3-cf7-form select,
[data-theme=dark] .m3-cf7-form .contact-form-inner .search,
.contact-form-inner [data-theme=dark] .m3-cf7-form .search,
[data-theme=dark] .m3-cf7-form #list-filter input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
#list-filter [data-theme=dark] .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form #list-filter textarea,
#list-filter [data-theme=dark] .m3-cf7-form textarea,
[data-theme=dark] .m3-cf7-form #list-filter select,
#list-filter [data-theme=dark] .m3-cf7-form select,
[data-theme=dark] .m3-cf7-form #list-filter .search,
#list-filter [data-theme=dark] .m3-cf7-form .search,
[data-theme=dark] .m3-cf7-form .post-content .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),
[data-theme=dark] .m3-cf7-form .post-content .wpcf7 textarea,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form textarea,
[data-theme=dark] .m3-cf7-form .post-content .wpcf7 select,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form select,
[data-theme=dark] .m3-cf7-form .post-content .wpcf7 .search,
.post-content .wpcf7 [data-theme=dark] .m3-cf7-form .search,
[data-theme=dark] .m3-cf7-form .iti input[type=tel] {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #e8e8ed !important;
  border-color: transparent !important;
}
[data-bs-theme=dark] .iti, .dark-mode .iti, [data-theme=dark] .iti {
  --iti-border-color: transparent;
}
[data-bs-theme=dark] .iti .iti__selected-dial-code, .dark-mode .iti .iti__selected-dial-code, [data-theme=dark] .iti .iti__selected-dial-code {
  color: #e8e8ed;
}
[data-bs-theme=dark] span.wpcf7-not-valid-tip, .dark-mode span.wpcf7-not-valid-tip, [data-theme=dark] span.wpcf7-not-valid-tip {
  color: #f1aeb5;
}
[data-bs-theme=dark] .wpcf7.sent .wpcf7-response-output, .dark-mode .wpcf7.sent .wpcf7-response-output, [data-theme=dark] .wpcf7.sent .wpcf7-response-output {
  color: #75d8a8 !important;
}
[data-bs-theme=dark] .wpcf7.failed .wpcf7-response-output,
[data-bs-theme=dark] .wpcf7.invalid .wpcf7-response-output, .dark-mode .wpcf7.failed .wpcf7-response-output,
.dark-mode .wpcf7.invalid .wpcf7-response-output, [data-theme=dark] .wpcf7.failed .wpcf7-response-output,
[data-theme=dark] .wpcf7.invalid .wpcf7-response-output {
  color: #f1aeb5 !important;
}
[data-bs-theme=dark] .m3-cf7-select-group > .form-label, .dark-mode .m3-cf7-select-group > .form-label, [data-theme=dark] .m3-cf7-select-group > .form-label {
  color: rgba(227, 226, 230, 0.85) !important;
}
[data-bs-theme=dark] .m3-cf7-select-group .form-select,
[data-bs-theme=dark] .m3-cf7-select-group select.wpcf7-select, .dark-mode .m3-cf7-select-group .form-select,
.dark-mode .m3-cf7-select-group select.wpcf7-select, [data-theme=dark] .m3-cf7-select-group .form-select,
[data-theme=dark] .m3-cf7-select-group select.wpcf7-select {
  color: #e3e2e6;
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(147, 245, 245, 0.6);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2393f5f5'%3e%3cpath d='M8 11.5 3 6.5h10z'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .m3-cf7-select-group .form-select:hover,
[data-bs-theme=dark] .m3-cf7-select-group select.wpcf7-select:hover, .dark-mode .m3-cf7-select-group .form-select:hover,
.dark-mode .m3-cf7-select-group select.wpcf7-select:hover, [data-theme=dark] .m3-cf7-select-group .form-select:hover,
[data-theme=dark] .m3-cf7-select-group select.wpcf7-select:hover {
  border-color: #93f5f5;
  background-color: rgba(255, 255, 255, 0.08);
}
[data-bs-theme=dark] .m3-cf7-select-group .form-select:focus, [data-bs-theme=dark] .m3-cf7-select-group .form-select:focus-visible,
[data-bs-theme=dark] .m3-cf7-select-group select.wpcf7-select:focus,
[data-bs-theme=dark] .m3-cf7-select-group select.wpcf7-select:focus-visible, .dark-mode .m3-cf7-select-group .form-select:focus, .dark-mode .m3-cf7-select-group .form-select:focus-visible,
.dark-mode .m3-cf7-select-group select.wpcf7-select:focus,
.dark-mode .m3-cf7-select-group select.wpcf7-select:focus-visible, [data-theme=dark] .m3-cf7-select-group .form-select:focus, [data-theme=dark] .m3-cf7-select-group .form-select:focus-visible,
[data-theme=dark] .m3-cf7-select-group select.wpcf7-select:focus,
[data-theme=dark] .m3-cf7-select-group select.wpcf7-select:focus-visible {
  border-color: #93f5f5;
  box-shadow: 0 0 0 4px rgba(147, 245, 245, 0.2);
}
[data-bs-theme=dark] .m3-cf7-select-group .form-select option,
[data-bs-theme=dark] .m3-cf7-select-group select.wpcf7-select option, .dark-mode .m3-cf7-select-group .form-select option,
.dark-mode .m3-cf7-select-group select.wpcf7-select option, [data-theme=dark] .m3-cf7-select-group .form-select option,
[data-theme=dark] .m3-cf7-select-group select.wpcf7-select option {
  color: #e3e2e6;
  background-color: #1a1c1e;
}
[data-bs-theme=dark] .m3-cf7-radio-group,
[data-bs-theme=dark] .m3-cf7-row:has(span.wpcf7-radio), .dark-mode .m3-cf7-radio-group,
.dark-mode .m3-cf7-row:has(span.wpcf7-radio), [data-theme=dark] .m3-cf7-radio-group,
[data-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}
[data-bs-theme=dark] .m3-cf7-radio-group > .form-label,
[data-bs-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) > .form-label, .dark-mode .m3-cf7-radio-group > .form-label,
.dark-mode .m3-cf7-row:has(span.wpcf7-radio) > .form-label, [data-theme=dark] .m3-cf7-radio-group > .form-label,
[data-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) > .form-label {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-bs-theme=dark] .m3-cf7-radio-group .wpcf7-list-item-label,
[data-bs-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) .wpcf7-list-item-label, .dark-mode .m3-cf7-radio-group .wpcf7-list-item-label,
.dark-mode .m3-cf7-row:has(span.wpcf7-radio) .wpcf7-list-item-label, [data-theme=dark] .m3-cf7-radio-group .wpcf7-list-item-label,
[data-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) .wpcf7-list-item-label {
  color: #e3e2e6;
}
[data-bs-theme=dark] .m3-cf7-radio-group input[type=radio].wpcf7-radio,
[data-bs-theme=dark] .m3-cf7-radio-group input[type=radio].form-check-input,
[data-bs-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio,
[data-bs-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input, .dark-mode .m3-cf7-radio-group input[type=radio].wpcf7-radio,
.dark-mode .m3-cf7-radio-group input[type=radio].form-check-input,
.dark-mode .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio,
.dark-mode .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input, [data-theme=dark] .m3-cf7-radio-group input[type=radio].wpcf7-radio,
[data-theme=dark] .m3-cf7-radio-group input[type=radio].form-check-input,
[data-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio,
[data-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input {
  border-color: #4961fd;
}
[data-bs-theme=dark] .m3-cf7-radio-group input[type=radio].wpcf7-radio:checked,
[data-bs-theme=dark] .m3-cf7-radio-group input[type=radio].form-check-input:checked,
[data-bs-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:checked,
[data-bs-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:checked, .dark-mode .m3-cf7-radio-group input[type=radio].wpcf7-radio:checked,
.dark-mode .m3-cf7-radio-group input[type=radio].form-check-input:checked,
.dark-mode .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:checked,
.dark-mode .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:checked, [data-theme=dark] .m3-cf7-radio-group input[type=radio].wpcf7-radio:checked,
[data-theme=dark] .m3-cf7-radio-group input[type=radio].form-check-input:checked,
[data-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:checked,
[data-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:checked {
  border-color: #4961fd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3ccircle cx='10' cy='10' r='5' fill='%234961fd'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .m3-cf7-radio-group input[type=radio].wpcf7-radio:focus, [data-bs-theme=dark] .m3-cf7-radio-group input[type=radio].wpcf7-radio:focus-visible,
[data-bs-theme=dark] .m3-cf7-radio-group input[type=radio].form-check-input:focus,
[data-bs-theme=dark] .m3-cf7-radio-group input[type=radio].form-check-input:focus-visible,
[data-bs-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:focus,
[data-bs-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:focus-visible,
[data-bs-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:focus,
[data-bs-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:focus-visible, .dark-mode .m3-cf7-radio-group input[type=radio].wpcf7-radio:focus, .dark-mode .m3-cf7-radio-group input[type=radio].wpcf7-radio:focus-visible,
.dark-mode .m3-cf7-radio-group input[type=radio].form-check-input:focus,
.dark-mode .m3-cf7-radio-group input[type=radio].form-check-input:focus-visible,
.dark-mode .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:focus,
.dark-mode .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:focus-visible,
.dark-mode .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:focus,
.dark-mode .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:focus-visible, [data-theme=dark] .m3-cf7-radio-group input[type=radio].wpcf7-radio:focus, [data-theme=dark] .m3-cf7-radio-group input[type=radio].wpcf7-radio:focus-visible,
[data-theme=dark] .m3-cf7-radio-group input[type=radio].form-check-input:focus,
[data-theme=dark] .m3-cf7-radio-group input[type=radio].form-check-input:focus-visible,
[data-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:focus,
[data-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].wpcf7-radio:focus-visible,
[data-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:focus,
[data-theme=dark] .m3-cf7-row:has(span.wpcf7-radio) input[type=radio].form-check-input:focus-visible {
  border-color: #4961fd;
  box-shadow: 0 0 0 6px rgba(73, 97, 253, 0.2);
}
[data-bs-theme=dark] .m3-cf7-checkbox-group .form-check > .form-check-label, .dark-mode .m3-cf7-checkbox-group .form-check > .form-check-label, [data-theme=dark] .m3-cf7-checkbox-group .form-check > .form-check-label {
  color: rgba(227, 226, 230, 0.88);
}
[data-bs-theme=dark] .m3-cf7-checkbox-group .wpcf7-list-item-label, .dark-mode .m3-cf7-checkbox-group .wpcf7-list-item-label, [data-theme=dark] .m3-cf7-checkbox-group .wpcf7-list-item-label {
  color: rgba(227, 226, 230, 0.78);
}
[data-bs-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].form-check-input,
[data-bs-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control,
[data-bs-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance, .dark-mode .m3-cf7-checkbox-group input[type=checkbox].form-check-input,
.dark-mode .m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control,
.dark-mode .m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance, [data-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].form-check-input,
[data-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control,
[data-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance {
  border-color: #93f5f5;
}
[data-bs-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].form-check-input:checked,
[data-bs-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control:checked,
[data-bs-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance:checked, .dark-mode .m3-cf7-checkbox-group input[type=checkbox].form-check-input:checked,
.dark-mode .m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control:checked,
.dark-mode .m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance:checked, [data-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].form-check-input:checked,
[data-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control:checked,
[data-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance:checked {
  background-color: #93f5f5;
  border-color: #93f5f5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231a1c1e' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].form-check-input:focus, [data-bs-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].form-check-input:focus-visible,
[data-bs-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control:focus,
[data-bs-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control:focus-visible,
[data-bs-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance:focus,
[data-bs-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance:focus-visible, .dark-mode .m3-cf7-checkbox-group input[type=checkbox].form-check-input:focus, .dark-mode .m3-cf7-checkbox-group input[type=checkbox].form-check-input:focus-visible,
.dark-mode .m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control:focus,
.dark-mode .m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control:focus-visible,
.dark-mode .m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance:focus,
.dark-mode .m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance:focus-visible, [data-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].form-check-input:focus, [data-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].form-check-input:focus-visible,
[data-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control:focus,
[data-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-form-control:focus-visible,
[data-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance:focus,
[data-theme=dark] .m3-cf7-checkbox-group input[type=checkbox].wpcf7-acceptance:focus-visible {
  border-color: #93f5f5;
  box-shadow: 0 0 0 6px rgba(147, 245, 245, 0.2);
}

.m3-single-article .m3-card-surface {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .m3-single-article .m3-card-surface {
    padding: 1.5rem;
    border-radius: 16px;
  }
}
.m3-single-article .featured-image-wrapper {
  margin-bottom: 2rem;
}
.m3-single-article .featured-image-wrapper img.m3-radius-large {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  max-height: 480px;
}
.m3-single-article .post-header-meta {
  margin-bottom: 2rem;
  border-bottom: 1px solid #e1e2ec;
  padding-bottom: 1.5rem;
}
.m3-single-article .post-header-meta .m3-headline-large {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1f1f23;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .m3-single-article .post-header-meta .m3-headline-large {
    font-size: 1.75rem;
  }
}
.m3-single-article .post-header-meta .m3-display-date {
  font-size: 0.95rem;
  color: #44474e;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.m3-single-article .post-header-meta .m3-display-date .daytext {
  font-style: normal;
  font-weight: 600;
  color: #085cd2;
}
.m3-single-article .post-header-meta .m3-display-date .day,
.m3-single-article .post-header-meta .m3-display-date .month,
.m3-single-article .post-header-meta .m3-display-date .year {
  font-style: normal;
}
.m3-single-article .main-content {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #1f1f23;
}
.m3-single-article .main-content p {
  margin-bottom: 1.5rem;
}
.m3-single-article .main-content img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}

.m3-related-posts {
  border-top: 1px solid #e1e2ec;
  padding-top: 3rem;
}
.m3-related-posts .m3-title-medium {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.m3-related-posts .m3-related-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.m3-related-posts .slider-item-padd {
  padding: 10px;
}
.m3-related-posts .m3-related-card {
  background-color: #ffffff;
  border: 1px solid #c4c6d0;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.m3-related-posts .m3-related-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.m3-related-posts .m3-related-card .related-thumb {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background-color: #f0f0f4;
}
.m3-related-posts .m3-related-card .related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.m3-related-posts .m3-related-card:hover .related-thumb img {
  transform: scale(1.05);
}
.m3-related-posts .m3-related-card .related-card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.m3-related-posts .m3-related-card .related-card-body .related-date {
  font-size: 0.8rem;
  color: #44474e;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}
.m3-related-posts .m3-related-card .related-card-body .related-title {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
}
.m3-related-posts .m3-related-card .related-card-body .related-title a {
  color: #1f1f23;
  text-decoration: none;
  transition: color 0.2s ease;
}
.m3-related-posts .m3-related-card .related-card-body .related-title a:hover {
  color: #085cd2;
}
.m3-related-posts .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 1.5rem;
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  gap: 8px;
}
.m3-related-posts .slick-dots li {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
.m3-related-posts .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: #c4c6d0;
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  transition: width 0.2s ease, background-color 0.2s ease, border-radius 0.2s ease;
  cursor: pointer;
}
.m3-related-posts .slick-dots li button:before {
  display: none;
}
.m3-related-posts .slick-dots li.slick-active button {
  background-color: #085cd2;
  width: 20px;
  border-radius: 4px;
}

[data-bs-theme=dark] .m3-single-article .m3-card-surface, .dark-mode .m3-single-article .m3-card-surface, [data-theme=dark] .m3-single-article .m3-card-surface {
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
[data-bs-theme=dark] .m3-single-article .post-header-meta, .dark-mode .m3-single-article .post-header-meta, [data-theme=dark] .m3-single-article .post-header-meta {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .m3-single-article .post-header-meta .m3-headline-large, .dark-mode .m3-single-article .post-header-meta .m3-headline-large, [data-theme=dark] .m3-single-article .post-header-meta .m3-headline-large {
  color: #e8e8ed;
}
[data-bs-theme=dark] .m3-single-article .post-header-meta .m3-display-date, .dark-mode .m3-single-article .post-header-meta .m3-display-date, [data-theme=dark] .m3-single-article .post-header-meta .m3-display-date {
  color: rgba(255, 255, 255, 0.72);
}
[data-bs-theme=dark] .m3-single-article .post-header-meta .m3-display-date .daytext, .dark-mode .m3-single-article .post-header-meta .m3-display-date .daytext, [data-theme=dark] .m3-single-article .post-header-meta .m3-display-date .daytext {
  color: #4961fd;
}
[data-bs-theme=dark] .m3-single-article .main-content, .dark-mode .m3-single-article .main-content, [data-theme=dark] .m3-single-article .main-content {
  color: #e8e8ed;
}
[data-bs-theme=dark] .m3-related-posts, .dark-mode .m3-related-posts, [data-theme=dark] .m3-related-posts {
  border-top-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .m3-related-posts .m3-related-card, .dark-mode .m3-related-posts .m3-related-card, [data-theme=dark] .m3-related-posts .m3-related-card {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}
[data-bs-theme=dark] .m3-related-posts .m3-related-card .related-card-body .related-date, .dark-mode .m3-related-posts .m3-related-card .related-card-body .related-date, [data-theme=dark] .m3-related-posts .m3-related-card .related-card-body .related-date {
  color: rgba(255, 255, 255, 0.6);
}
[data-bs-theme=dark] .m3-related-posts .m3-related-card .related-card-body .related-title a, .dark-mode .m3-related-posts .m3-related-card .related-card-body .related-title a, [data-theme=dark] .m3-related-posts .m3-related-card .related-card-body .related-title a {
  color: #e8e8ed;
}
[data-bs-theme=dark] .m3-related-posts .m3-related-card .related-card-body .related-title a:hover, .dark-mode .m3-related-posts .m3-related-card .related-card-body .related-title a:hover, [data-theme=dark] .m3-related-posts .m3-related-card .related-card-body .related-title a:hover {
  color: #4961fd;
}
[data-bs-theme=dark] .m3-related-posts .slick-dots li button, .dark-mode .m3-related-posts .slick-dots li button, [data-theme=dark] .m3-related-posts .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.35);
}
[data-bs-theme=dark] .m3-related-posts .slick-dots li.slick-active button, .dark-mode .m3-related-posts .slick-dots li.slick-active button, [data-theme=dark] .m3-related-posts .slick-dots li.slick-active button {
  background-color: #4961fd;
}

.m3-post-gallery {
  border-top: 1px solid #e1e2ec;
  padding-top: 2rem;
}
.m3-post-gallery .m3-gallery-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f1f23;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.m3-post-gallery .m3-gallery-title .m3-gallery-icon {
  color: #085cd2;
  font-size: 1.4rem;
}
.m3-post-gallery .m3-gallery-grid {
  margin-top: 1rem;
}
.m3-post-gallery .m3-gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #f0f0f4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.m3-post-gallery .m3-gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.m3-post-gallery .m3-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.m3-post-gallery .m3-gallery-item .m3-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 92, 210, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  color: #fff;
  font-size: 1.5rem;
}
.m3-post-gallery .m3-gallery-item .m3-gallery-overlay .icon-search {
  color: #fff;
}
.m3-post-gallery .m3-gallery-item:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.m3-post-gallery .m3-gallery-item:hover img {
  transform: scale(1.05);
}
.m3-post-gallery .m3-gallery-item:hover .m3-gallery-overlay {
  opacity: 1;
}

[data-bs-theme=dark] .m3-post-gallery, .dark-mode .m3-post-gallery, [data-theme=dark] .m3-post-gallery {
  border-top-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .m3-post-gallery .m3-gallery-title, .dark-mode .m3-post-gallery .m3-gallery-title, [data-theme=dark] .m3-post-gallery .m3-gallery-title {
  color: #e8e8ed;
}
[data-bs-theme=dark] .m3-post-gallery .m3-gallery-item, .dark-mode .m3-post-gallery .m3-gallery-item, [data-theme=dark] .m3-post-gallery .m3-gallery-item {
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.m3-archive-container .archive-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #44474e;
  max-width: 48rem;
  margin-inline: auto;
}
.m3-archive-container .m3-archive-header .title-archive {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .m3-archive-container .m3-archive-header .title-archive {
    font-size: 1.75rem;
  }
}
.m3-archive-container .m3-archive-header .subtitle-archive {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
}
.m3-archive-container .m3-archive-header .archive-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #44474e;
  max-width: 48rem;
  margin-inline: auto;
}
.m3-archive-container .m3-search-bar-container {
  max-width: 36rem;
  margin-inline: auto;
}
.m3-archive-container .m3-search-form {
  width: 100%;
}
.m3-archive-container .m3-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f0f0f4;
  border-radius: 28px;
  padding: 0.35rem 1.25rem;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.m3-archive-container .m3-search-wrapper:focus-within {
  background-color: #fff;
  border-color: #085cd2;
  box-shadow: 0 0 0 3px rgba(8, 92, 210, 0.15);
}
.m3-archive-container .m3-search-icon {
  color: #085cd2;
  font-size: 1.25rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.m3-archive-container .m3-search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #1f1f23;
  padding: 0.75rem 0;
  outline: none;
  min-width: 0;
}
.m3-archive-container .m3-search-input::placeholder {
  color: #727171;
}
.m3-archive-container .m3-archive-news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e1e2ec;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.m3-archive-container .m3-archive-news-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.m3-archive-container .m3-archive-news-card .card-thumb-wrapper {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background-color: #f0f0f4;
}
.m3-archive-container .m3-archive-news-card .card-thumb-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.m3-archive-container .m3-archive-news-card .card-thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.m3-archive-container .m3-archive-news-card .card-thumb-wrapper img.no-preview {
  object-fit: contain;
  padding: 1rem;
  background-color: #f0f0f4;
}
.m3-archive-container .m3-archive-news-card:hover .card-thumb-wrapper img:not(.no-preview) {
  transform: scale(1.05);
}
.m3-archive-container .m3-archive-news-card .card-content-wrapper {
  padding: 1.25rem 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.m3-archive-container .m3-archive-news-card .card-meta {
  font-size: 0.8rem;
  font-weight: 500;
  color: #727171;
  display: flex;
  align-items: center;
}
.m3-archive-container .m3-archive-news-card .card-meta .icon-calendar_today {
  color: #085cd2;
  font-size: 0.95rem;
}
.m3-archive-container .m3-archive-news-card .card-news-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.m3-archive-container .m3-archive-news-card .card-news-title a {
  color: #1f1f23;
  text-decoration: none;
  transition: color 0.2s ease;
}
.m3-archive-container .m3-archive-news-card .card-news-title a:hover {
  color: #085cd2;
}
.m3-archive-container .m3-archive-news-card .card-news-excerpt {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #44474e;
  margin-bottom: 0;
  flex-grow: 1;
}
.m3-archive-container .m3-empty-message {
  font-size: 1.1rem;
  color: #727171;
  margin: 0;
}
.m3-archive-container #m3-ajax-wrapper {
  position: relative;
  transition: opacity 0.2s ease;
  min-height: 120px;
}
.m3-archive-container #m3-ajax-loader {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: opacity 0.2s ease;
}
.m3-archive-container #m3-ajax-loader.m3-loader-hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.m3-archive-container #m3-ajax-loader .m3-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #f0f0f4;
  border-top-color: #085cd2;
  border-radius: 50%;
  animation: m3-archive-spin 0.8s linear infinite;
}
@keyframes m3-archive-spin {
  to {
    transform: rotate(360deg);
  }
}
.m3-archive-container .m3-pagination-wrapper {
  display: flex;
  justify-content: center;
}
.m3-archive-container .m3-pagination-wrapper .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.m3-archive-container .m3-pagination-wrapper .page-numbers li {
  margin: 0;
  padding: 0;
}
.m3-archive-container .m3-pagination-wrapper .page-numbers a,
.m3-archive-container .m3-pagination-wrapper .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.85rem;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.m3-archive-container .m3-pagination-wrapper .page-numbers a {
  color: #085cd2;
  background-color: rgba(8, 92, 210, 0.08);
}
.m3-archive-container .m3-pagination-wrapper .page-numbers a:hover {
  background-color: rgba(8, 92, 210, 0.16);
}
.m3-archive-container .m3-pagination-wrapper .page-numbers span.current {
  background-color: #085cd2;
  color: #fff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.m3-archive-container .m3-pagination-wrapper .page-numbers .prev,
.m3-archive-container .m3-pagination-wrapper .page-numbers .next {
  min-width: auto;
  padding-inline: 1.1rem;
}
.m3-archive-container .m3-pagination-wrapper .page-numbers .dots {
  background: transparent;
  color: #727171;
  min-width: auto;
  padding-inline: 0.25rem;
}

[data-bs-theme=dark] .m3-archive-container .archive-description, .dark-mode .m3-archive-container .archive-description, [data-theme=dark] .m3-archive-container .archive-description {
  color: rgba(255, 255, 255, 0.72);
}
[data-bs-theme=dark] .m3-archive-container .m3-archive-header .archive-description, .dark-mode .m3-archive-container .m3-archive-header .archive-description, [data-theme=dark] .m3-archive-container .m3-archive-header .archive-description {
  color: rgba(255, 255, 255, 0.72);
}
[data-bs-theme=dark] .m3-archive-container .m3-search-wrapper, .dark-mode .m3-archive-container .m3-search-wrapper, [data-theme=dark] .m3-archive-container .m3-search-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
}
[data-bs-theme=dark] .m3-archive-container .m3-search-wrapper:focus-within, .dark-mode .m3-archive-container .m3-search-wrapper:focus-within, [data-theme=dark] .m3-archive-container .m3-search-wrapper:focus-within {
  background-color: rgba(255, 255, 255, 0.14);
  border-color: #4961fd;
  box-shadow: 0 0 0 3px rgba(73, 97, 253, 0.2);
}
[data-bs-theme=dark] .m3-archive-container .m3-search-input, .dark-mode .m3-archive-container .m3-search-input, [data-theme=dark] .m3-archive-container .m3-search-input {
  color: #e8e8ed;
}
[data-bs-theme=dark] .m3-archive-container .m3-search-input::placeholder, .dark-mode .m3-archive-container .m3-search-input::placeholder, [data-theme=dark] .m3-archive-container .m3-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
[data-bs-theme=dark] .m3-archive-container .m3-archive-news-card, .dark-mode .m3-archive-container .m3-archive-news-card, [data-theme=dark] .m3-archive-container .m3-archive-news-card {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .m3-archive-container .m3-archive-news-card .card-thumb-wrapper, .dark-mode .m3-archive-container .m3-archive-news-card .card-thumb-wrapper, [data-theme=dark] .m3-archive-container .m3-archive-news-card .card-thumb-wrapper {
  background-color: rgba(255, 255, 255, 0.04);
}
[data-bs-theme=dark] .m3-archive-container .m3-archive-news-card .card-meta, .dark-mode .m3-archive-container .m3-archive-news-card .card-meta, [data-theme=dark] .m3-archive-container .m3-archive-news-card .card-meta {
  color: rgba(255, 255, 255, 0.6);
}
[data-bs-theme=dark] .m3-archive-container .m3-archive-news-card .card-news-title a, .dark-mode .m3-archive-container .m3-archive-news-card .card-news-title a, [data-theme=dark] .m3-archive-container .m3-archive-news-card .card-news-title a {
  color: #e8e8ed;
}
[data-bs-theme=dark] .m3-archive-container .m3-archive-news-card .card-news-title a:hover, .dark-mode .m3-archive-container .m3-archive-news-card .card-news-title a:hover, [data-theme=dark] .m3-archive-container .m3-archive-news-card .card-news-title a:hover {
  color: #4961fd;
}
[data-bs-theme=dark] .m3-archive-container .m3-archive-news-card .card-news-excerpt, .dark-mode .m3-archive-container .m3-archive-news-card .card-news-excerpt, [data-theme=dark] .m3-archive-container .m3-archive-news-card .card-news-excerpt {
  color: rgba(255, 255, 255, 0.72);
}
[data-bs-theme=dark] .m3-archive-container .m3-empty-message, .dark-mode .m3-archive-container .m3-empty-message, [data-theme=dark] .m3-archive-container .m3-empty-message {
  color: rgba(255, 255, 255, 0.65);
}
[data-bs-theme=dark] .m3-archive-container .m3-pagination-wrapper .page-numbers a, .dark-mode .m3-archive-container .m3-pagination-wrapper .page-numbers a, [data-theme=dark] .m3-archive-container .m3-pagination-wrapper .page-numbers a {
  color: #4961fd;
  background-color: rgba(73, 97, 253, 0.12);
}
[data-bs-theme=dark] .m3-archive-container .m3-pagination-wrapper .page-numbers a:hover, .dark-mode .m3-archive-container .m3-pagination-wrapper .page-numbers a:hover, [data-theme=dark] .m3-archive-container .m3-pagination-wrapper .page-numbers a:hover {
  background-color: rgba(73, 97, 253, 0.22);
}
[data-bs-theme=dark] .m3-archive-container .m3-pagination-wrapper .page-numbers span.current, .dark-mode .m3-archive-container .m3-pagination-wrapper .page-numbers span.current, [data-theme=dark] .m3-archive-container .m3-pagination-wrapper .page-numbers span.current {
  background-color: #085cd2;
}

.m3-documentos-archive .m3-archive-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.m3-documentos-archive .m3-archive-description {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 48rem;
}
.m3-documentos-archive .m3-filter-panel {
  background-color: #f9f9f9;
  border: 1px solid #e1e2ec;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .m3-documentos-archive .m3-sticky-panel {
    position: sticky;
    top: 24px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(8, 92, 210, 0.35) transparent;
  }
  .m3-documentos-archive .m3-sticky-panel::-webkit-scrollbar {
    width: 4px;
  }
  .m3-documentos-archive .m3-sticky-panel::-webkit-scrollbar-thumb {
    background-color: rgba(8, 92, 210, 0.35);
    border-radius: 4px;
  }
  .m3-documentos-archive .m3-sticky-panel::-webkit-scrollbar-track {
    background: transparent;
  }
}
.m3-documentos-archive .m3-chips-container {
  width: 100%;
}
.m3-documentos-archive .m3-filter-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #44474e;
}
.m3-documentos-archive .m3-doc-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e1e2ec;
  border-radius: 28px;
  padding: 0.35rem 1.25rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.m3-documentos-archive .m3-doc-search-wrapper:focus-within {
  border-color: #085cd2;
  box-shadow: 0 0 0 3px rgba(8, 92, 210, 0.12);
}
.m3-documentos-archive .m3-doc-search-wrapper .m3-search-icon {
  color: #085cd2;
  font-size: 1.2rem;
  margin-right: 0.75rem;
}
.m3-documentos-archive .m3-doc-search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #1f1f23;
  padding: 0.75rem 0;
  outline: none;
  min-width: 0;
}
.m3-documentos-archive .m3-doc-search-input::placeholder {
  color: #727171;
}
.m3-documentos-archive .m3-filter-chip {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  color: #44474e;
  background-color: transparent;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.m3-documentos-archive .m3-filter-chip:hover {
  background-color: rgba(8, 92, 210, 0.06);
  color: #085cd2;
}
.m3-documentos-archive .m3-filter-chip.active {
  background-color: rgba(8, 92, 210, 0.12);
  color: #085cd2;
  border-color: #085cd2;
  font-weight: 700;
}
.m3-documentos-archive .m3-document-list {
  list-style: none;
}
.m3-documentos-archive .m3-document-item {
  background-color: #fff;
  border: 1px solid #e1e2ec;
  border-radius: 14px;
  padding: 1.1rem 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.m3-documentos-archive .m3-document-item:hover {
  transform: translateY(-1px);
  border-color: rgba(8, 92, 210, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.m3-documentos-archive .m3-doc-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  color: #1f1f23;
}
.m3-documentos-archive .m3-doc-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.m3-documentos-archive .m3-doc-title a:hover {
  color: #085cd2;
}
.m3-documentos-archive .m3-doc-date {
  font-size: 0.8rem;
}
.m3-documentos-archive .m3-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.65rem;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: #e8eef8;
  color: #084097;
}
.m3-documentos-archive .m3-badge.ley {
  background-color: #e3f2fd;
  color: #0d47a1;
}
.m3-documentos-archive .m3-badge.reglamento {
  background-color: #e8f5e9;
  color: #1b5e20;
}
.m3-documentos-archive .m3-badge.decreto {
  background-color: #fff3e0;
  color: #e65100;
}
.m3-documentos-archive .m3-badge.resolucion {
  background-color: #f3e5f5;
  color: #6a1b9a;
}
.m3-documentos-archive .m3-badge.directriz {
  background-color: #e0f7fa;
  color: #006064;
}
.m3-documentos-archive .m3-badge.articulo {
  background-color: #fce4ec;
  color: #880e4f;
}
.m3-documentos-archive .m3-badge.documento {
  background-color: #eceff1;
  color: #37474f;
}
.m3-documentos-archive .m3-badge.external {
  background-color: rgba(8, 92, 210, 0.1);
  color: #085cd2;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}
.m3-documentos-archive .m3-download-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}
.m3-documentos-archive .m3-download-actions a {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  color: #085cd2;
  padding: 0.35rem 0.75rem;
  border-radius: 100px;
  background-color: rgba(8, 92, 210, 0.08);
  transition: background-color 0.2s ease;
}
.m3-documentos-archive .m3-download-actions a:hover {
  background-color: rgba(8, 92, 210, 0.16);
}
.m3-documentos-archive .m3-btn-outline-primary {
  border: 1px solid #085cd2;
  color: #085cd2;
  border-radius: 100px;
  font-weight: 600;
}
.m3-documentos-archive .m3-btn-outline-primary:hover {
  background-color: rgba(8, 92, 210, 0.08);
  color: #085cd2;
}
.m3-documentos-archive #m3-doc-ajax-wrapper {
  position: relative;
  transition: opacity 0.2s ease;
  min-height: 120px;
}
.m3-documentos-archive #m3-doc-loader {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.m3-documentos-archive #m3-doc-loader.m3-loader-hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.m3-documentos-archive #m3-doc-loader .m3-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #f0f0f4;
  border-top-color: #085cd2;
  border-radius: 50%;
  animation: m3-docs-spin 0.8s linear infinite;
}
@keyframes m3-docs-spin {
  to {
    transform: rotate(360deg);
  }
}
.m3-documentos-archive .m3-pagination-wrapper {
  display: flex;
  justify-content: center;
}
.m3-documentos-archive .m3-pagination-wrapper .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.m3-documentos-archive .m3-pagination-wrapper .page-numbers li {
  margin: 0;
  padding: 0;
}
.m3-documentos-archive .m3-pagination-wrapper .page-numbers a,
.m3-documentos-archive .m3-pagination-wrapper .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.85rem;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.m3-documentos-archive .m3-pagination-wrapper .page-numbers a {
  color: #085cd2;
  background-color: rgba(8, 92, 210, 0.08);
}
.m3-documentos-archive .m3-pagination-wrapper .page-numbers a:hover {
  background-color: rgba(8, 92, 210, 0.16);
}
.m3-documentos-archive .m3-pagination-wrapper .page-numbers span.current {
  background-color: #085cd2;
  color: #fff;
}

[data-bs-theme=dark] .m3-documentos-archive .m3-filter-panel, .dark-mode .m3-documentos-archive .m3-filter-panel, [data-theme=dark] .m3-documentos-archive .m3-filter-panel {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .m3-documentos-archive .m3-doc-search-wrapper, .dark-mode .m3-documentos-archive .m3-doc-search-wrapper, [data-theme=dark] .m3-documentos-archive .m3-doc-search-wrapper {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .m3-documentos-archive .m3-doc-search-input, .dark-mode .m3-documentos-archive .m3-doc-search-input, [data-theme=dark] .m3-documentos-archive .m3-doc-search-input {
  color: #e8e8ed;
}
[data-bs-theme=dark] .m3-documentos-archive .m3-filter-chip, .dark-mode .m3-documentos-archive .m3-filter-chip, [data-theme=dark] .m3-documentos-archive .m3-filter-chip {
  color: rgba(255, 255, 255, 0.78);
}
[data-bs-theme=dark] .m3-documentos-archive .m3-filter-chip:hover, .dark-mode .m3-documentos-archive .m3-filter-chip:hover, [data-theme=dark] .m3-documentos-archive .m3-filter-chip:hover {
  background-color: rgba(73, 97, 253, 0.1);
  color: #4961fd;
}
[data-bs-theme=dark] .m3-documentos-archive .m3-filter-chip.active, .dark-mode .m3-documentos-archive .m3-filter-chip.active, [data-theme=dark] .m3-documentos-archive .m3-filter-chip.active {
  background-color: rgba(73, 97, 253, 0.14);
  color: #4961fd;
  border-color: #4961fd;
}
[data-bs-theme=dark] .m3-documentos-archive .m3-document-item, .dark-mode .m3-documentos-archive .m3-document-item, [data-theme=dark] .m3-documentos-archive .m3-document-item {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .m3-documentos-archive .m3-doc-title, .dark-mode .m3-documentos-archive .m3-doc-title, [data-theme=dark] .m3-documentos-archive .m3-doc-title {
  color: #e8e8ed;
}
[data-bs-theme=dark] .m3-documentos-archive .m3-doc-title a:hover, .dark-mode .m3-documentos-archive .m3-doc-title a:hover, [data-theme=dark] .m3-documentos-archive .m3-doc-title a:hover {
  color: #4961fd;
}

.m3-contacto-section .m3-overline {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.m3-contacto-section .m3-section-title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.3;
  color: #1f1f23;
}
.m3-contacto-section .m3-info-card {
  background-color: #f7f7fa;
  border: 1px solid #e1e2ec;
  border-radius: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.m3-contacto-section .m3-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.m3-contacto-section .m3-info-card a:not(.m3-btn-outline):not(.m3-btn-whatsapp) {
  transition: color 0.2s ease;
}
.m3-contacto-section .m3-info-card a:not(.m3-btn-outline):not(.m3-btn-whatsapp):hover {
  color: #085cd2 !important;
}
.m3-contacto-section .m3-info-card .m3-card-info-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1f1f23;
}
.m3-contacto-section .m3-info-card .m3-icon-box {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.m3-contacto-section .m3-info-card .m3-icon-box--phone {
  background-color: rgba(8, 92, 210, 0.1);
  color: #085cd2;
}
.m3-contacto-section .m3-info-card .m3-icon-box--whatsapp {
  background-color: rgba(46, 125, 50, 0.1);
  color: #2e7d32;
}
.m3-contacto-section .m3-info-card .m3-icon-box--location {
  background-color: rgba(8, 64, 151, 0.12);
  color: #084097;
}
.m3-contacto-section .m3-info-card .m3-btn-outline {
  border: 1px solid #c4c6d0;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #44474e;
  background-color: #fff;
  transition: all 0.2s ease;
}
.m3-contacto-section .m3-info-card .m3-btn-outline:hover, .m3-contacto-section .m3-info-card .m3-btn-outline:focus-visible {
  background-color: #085cd2;
  color: #fff;
  border-color: #085cd2;
}
.m3-contacto-section .m3-info-card .m3-btn-whatsapp {
  background-color: #2e7d32;
  color: #fff;
  border: 1px solid #2e7d32;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.m3-contacto-section .m3-info-card .m3-btn-whatsapp:hover, .m3-contacto-section .m3-info-card .m3-btn-whatsapp:focus-visible {
  background-color: #1b5e20;
  border-color: #1b5e20;
  color: #fff;
}
.m3-contacto-section .m3-card-form {
  background-color: #fff;
  border: 1px solid #c4c6d0;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  height: 100%;
}
.m3-contacto-section .m3-cf7-container {
  width: 100%;
}

body.m3-contacto-page .m3-whatsapp-fab,
body.m3-contacto-page #m3-whatsapp-fab,
body.m3-contacto-page .m3-fab-contact-btn,
body.m3-contacto-page #openContactBtn,
body.m3-contacto-page .whatsapp-flotante,
body.m3-contacto-page #contacto-flotante,
body.m3-contacto-page .btn-contacto-side,
body.m3-contacto-page .m3-floating-button {
  display: none !important;
}

[data-bs-theme=dark] .m3-contacto-section .m3-section-title,
[data-bs-theme=dark] .m3-contacto-section .m3-info-card .m3-card-info-title, .dark-mode .m3-contacto-section .m3-section-title,
.dark-mode .m3-contacto-section .m3-info-card .m3-card-info-title, [data-theme=dark] .m3-contacto-section .m3-section-title,
[data-theme=dark] .m3-contacto-section .m3-info-card .m3-card-info-title {
  color: #e8e8ed;
}
[data-bs-theme=dark] .m3-contacto-section .m3-info-card, .dark-mode .m3-contacto-section .m3-info-card, [data-theme=dark] .m3-contacto-section .m3-info-card {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .m3-contacto-section .m3-info-card a:not(.m3-btn-outline):not(.m3-btn-whatsapp), .dark-mode .m3-contacto-section .m3-info-card a:not(.m3-btn-outline):not(.m3-btn-whatsapp), [data-theme=dark] .m3-contacto-section .m3-info-card a:not(.m3-btn-outline):not(.m3-btn-whatsapp) {
  color: #e8e8ed !important;
}
[data-bs-theme=dark] .m3-contacto-section .m3-info-card a:not(.m3-btn-outline):not(.m3-btn-whatsapp):hover, .dark-mode .m3-contacto-section .m3-info-card a:not(.m3-btn-outline):not(.m3-btn-whatsapp):hover, [data-theme=dark] .m3-contacto-section .m3-info-card a:not(.m3-btn-outline):not(.m3-btn-whatsapp):hover {
  color: #4961fd !important;
}
[data-bs-theme=dark] .m3-contacto-section .m3-card-form, .dark-mode .m3-contacto-section .m3-card-form, [data-theme=dark] .m3-contacto-section .m3-card-form {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
[data-bs-theme=dark] .m3-contacto-section .m3-btn-outline, .dark-mode .m3-contacto-section .m3-btn-outline, [data-theme=dark] .m3-contacto-section .m3-btn-outline {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #e8e8ed;
}
[data-bs-theme=dark] .m3-contacto-section .m3-btn-outline:hover, [data-bs-theme=dark] .m3-contacto-section .m3-btn-outline:focus-visible, .dark-mode .m3-contacto-section .m3-btn-outline:hover, .dark-mode .m3-contacto-section .m3-btn-outline:focus-visible, [data-theme=dark] .m3-contacto-section .m3-btn-outline:hover, [data-theme=dark] .m3-contacto-section .m3-btn-outline:focus-visible {
  background-color: #085cd2;
  border-color: #085cd2;
  color: #fff;
}

.m3-dinta-template-wrapper .m3-overline {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.m3-dinta-template-wrapper .m3-brand-lead {
  font-size: 1.2rem;
  line-height: 1.5;
}
.m3-dinta-template-wrapper .m3-surface-card {
  background-color: #f7f7fa;
  border: 1px solid #e1e2ec;
  border-radius: 16px;
}
.m3-dinta-template-wrapper .bg-light-surface {
  background-color: #f9f9fc;
}
.m3-dinta-template-wrapper .m3-divider-center {
  width: 60px;
  height: 4px;
  background-color: #085cd2;
  border-radius: 2px;
}
.m3-dinta-template-wrapper .m3-valor-card {
  background-color: #fff;
  border: 1px solid #c4c6d0;
  border-radius: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.m3-dinta-template-wrapper .m3-valor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.m3-dinta-template-wrapper .m3-valor-card .m3-valor-icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: rgba(8, 92, 210, 0.08);
  color: #085cd2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.m3-dinta-template-wrapper .m3-team-card {
  background-color: #fff;
  border: 1px solid #c4c6d0;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}
.m3-dinta-template-wrapper .m3-team-card .m3-team-avatar-wrapper,
.m3-dinta-template-wrapper .m3-team-card .m3-team-avatar {
  position: relative;
  width: 100%;
  max-width: 187.5px;
  aspect-ratio: 3/4;
  max-height: 250px;
  margin-inline: auto;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f0f0f3;
}
.m3-dinta-template-wrapper .m3-team-card .m3-team-avatar-wrapper::after,
.m3-dinta-template-wrapper .m3-team-card .m3-team-avatar::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent);
  pointer-events: none;
}
.m3-dinta-template-wrapper .m3-team-card .m3-team-avatar-wrapper img,
.m3-dinta-template-wrapper .m3-team-card .m3-team-avatar-wrapper .m3-team-avatar-img,
.m3-dinta-template-wrapper .m3-team-card .m3-team-avatar img,
.m3-dinta-template-wrapper .m3-team-card .m3-team-avatar .m3-team-avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 12px;
}
.m3-dinta-template-wrapper .m3-team-card .m3-team-role {
  color: #085cd2;
}
.m3-dinta-template-wrapper .m3-team-card .m3-linkedin-icon {
  color: #0077b5;
  font-size: 1.2rem;
  text-decoration: none;
}
.m3-dinta-template-wrapper .m3-team-card .m3-linkedin-icon:hover {
  opacity: 0.8;
}
.m3-dinta-template-wrapper .bg-dark-editorial {
  background: linear-gradient(165deg, rgba(8, 92, 210, 0.07) 0%, rgba(8, 92, 210, 0.04) 24%, #eef3fb 52%, #f8f9fd 100%);
  color: #1f1f23;
}
.m3-dinta-template-wrapper .bg-dark-editorial #dinta-lab-heading {
  color: #084097;
}
.m3-dinta-template-wrapper .bg-dark-editorial .m3-accent-light {
  color: #085cd2;
}
.m3-dinta-template-wrapper .bg-dark-editorial .text-light-muted {
  color: #5c5f66;
}
.m3-dinta-template-wrapper .bg-dark-editorial .m3-editorial-quote {
  background-color: rgba(8, 92, 210, 0.06);
  border-left: 4px solid #085cd2;
  font-style: italic;
  color: #44474e;
}
.m3-dinta-template-wrapper .bg-dark-editorial .m3-surface-card-dark {
  background-color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 92, 210, 0.12);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(8, 92, 210, 0.06);
  backdrop-filter: blur(8px);
}
.m3-dinta-template-wrapper .bg-dark-editorial .m3-surface-card-dark .m3-accent-light {
  color: #084097;
}
.m3-dinta-template-wrapper .bg-dark-editorial .m3-surface-card-dark .text-white-50 {
  color: #5c5f66 !important;
}
.m3-dinta-template-wrapper .bg-dark-editorial .m3-lab-carousel-img {
  height: 320px;
  object-fit: cover;
}

[data-bs-theme=dark] .m3-dinta-template-wrapper .m3-surface-card, .dark-mode .m3-dinta-template-wrapper .m3-surface-card, [data-theme=dark] .m3-dinta-template-wrapper .m3-surface-card {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .m3-dinta-template-wrapper .bg-light-surface, .dark-mode .m3-dinta-template-wrapper .bg-light-surface, [data-theme=dark] .m3-dinta-template-wrapper .bg-light-surface {
  background-color: rgba(255, 255, 255, 0.04);
}
[data-bs-theme=dark] .m3-dinta-template-wrapper .m3-valor-card,
[data-bs-theme=dark] .m3-dinta-template-wrapper .m3-team-card, .dark-mode .m3-dinta-template-wrapper .m3-valor-card,
.dark-mode .m3-dinta-template-wrapper .m3-team-card, [data-theme=dark] .m3-dinta-template-wrapper .m3-valor-card,
[data-theme=dark] .m3-dinta-template-wrapper .m3-team-card {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .m3-dinta-template-wrapper .m3-valor-card .text-dark,
[data-bs-theme=dark] .m3-dinta-template-wrapper .m3-team-card .text-dark, .dark-mode .m3-dinta-template-wrapper .m3-valor-card .text-dark,
.dark-mode .m3-dinta-template-wrapper .m3-team-card .text-dark, [data-theme=dark] .m3-dinta-template-wrapper .m3-valor-card .text-dark,
[data-theme=dark] .m3-dinta-template-wrapper .m3-team-card .text-dark {
  color: #e8e8ed !important;
}
[data-bs-theme=dark] .m3-dinta-template-wrapper .m3-valor-card .m3-team-avatar-wrapper,
[data-bs-theme=dark] .m3-dinta-template-wrapper .m3-valor-card .m3-team-avatar,
[data-bs-theme=dark] .m3-dinta-template-wrapper .m3-team-card .m3-team-avatar-wrapper,
[data-bs-theme=dark] .m3-dinta-template-wrapper .m3-team-card .m3-team-avatar, .dark-mode .m3-dinta-template-wrapper .m3-valor-card .m3-team-avatar-wrapper,
.dark-mode .m3-dinta-template-wrapper .m3-valor-card .m3-team-avatar,
.dark-mode .m3-dinta-template-wrapper .m3-team-card .m3-team-avatar-wrapper,
.dark-mode .m3-dinta-template-wrapper .m3-team-card .m3-team-avatar, [data-theme=dark] .m3-dinta-template-wrapper .m3-valor-card .m3-team-avatar-wrapper,
[data-theme=dark] .m3-dinta-template-wrapper .m3-valor-card .m3-team-avatar,
[data-theme=dark] .m3-dinta-template-wrapper .m3-team-card .m3-team-avatar-wrapper,
[data-theme=dark] .m3-dinta-template-wrapper .m3-team-card .m3-team-avatar {
  background-color: rgba(255, 255, 255, 0.08);
}
[data-bs-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial, .dark-mode .m3-dinta-template-wrapper .bg-dark-editorial, [data-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial {
  background: linear-gradient(135deg, #0b1d3a 0%, #1a1c1e 100%);
  color: #fff;
}
[data-bs-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial #dinta-lab-heading, .dark-mode .m3-dinta-template-wrapper .bg-dark-editorial #dinta-lab-heading, [data-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial #dinta-lab-heading {
  color: #fff;
}
[data-bs-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial .m3-accent-light, .dark-mode .m3-dinta-template-wrapper .bg-dark-editorial .m3-accent-light, [data-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial .m3-accent-light {
  color: #5dd4d4;
}
[data-bs-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial .text-light-muted, .dark-mode .m3-dinta-template-wrapper .bg-dark-editorial .text-light-muted, [data-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial .text-light-muted {
  color: #c4c6d0;
}
[data-bs-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial .m3-editorial-quote, .dark-mode .m3-dinta-template-wrapper .bg-dark-editorial .m3-editorial-quote, [data-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial .m3-editorial-quote {
  background-color: rgba(93, 212, 212, 0.03);
  border-left-color: #5dd4d4;
  color: #e1e2ec;
}
[data-bs-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial .m3-surface-card-dark, .dark-mode .m3-dinta-template-wrapper .bg-dark-editorial .m3-surface-card-dark, [data-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial .m3-surface-card-dark {
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
[data-bs-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial .m3-surface-card-dark .m3-accent-light, .dark-mode .m3-dinta-template-wrapper .bg-dark-editorial .m3-surface-card-dark .m3-accent-light, [data-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial .m3-surface-card-dark .m3-accent-light {
  color: #5dd4d4;
}
[data-bs-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial .m3-surface-card-dark .text-white-50, .dark-mode .m3-dinta-template-wrapper .bg-dark-editorial .m3-surface-card-dark .text-white-50, [data-theme=dark] .m3-dinta-template-wrapper .bg-dark-editorial .m3-surface-card-dark .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
