@charset "UTF-8";
/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/
/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
@font-face {
  font-family: "Read";
  src: url(/wp-content/fonts/Read-Light-LGC.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Read";
  src: url(/wp-content/fonts/Read-Medium-LGC.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body,
input,
textarea,
select {
  font-family: "Read", Helvetica, Arial, Lucida, sans-serif;
}

#footer-info a {
  position: relative;
}
#footer-info a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  transition: all 0.2s;
  border-bottom: 1px solid;
  content: "";
}
#footer-info a:hover::after {
  width: 100%;
}

.row::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

input[type=text], input[type=tel], input[type=email] {
  border-width: 0 0 1px;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select select {
  width: 100% !important;
}

.ginput_container_select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
}

.gfield_checkbox label::before, .gfield_consent_label::before {
  background-color: #fff;
  border: 1px solid;
  content: "";
  left: 0;
  position: absolute;
  top: calc(50% - 10px);
  border-radius: 3px;
  height: 20px;
  width: 20px;
}

.gform_footer button[type=submit], .gform_page_footer button[type=submit] {
  margin-top: 30px;
  float: right;
}
.gform_footer button[type=submit]::after, .gform_page_footer button[type=submit]::after {
  font-weight: normal;
  display: inline-block;
  margin-left: 9px;
  font-size: 1rem;
  vertical-align: top;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-sm-6 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 576px) {
  .col-sm-6 {
    max-width: 50%;
    float: left;
  }
}
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
  position: fixed;
}

#top-header .container {
  padding-right: 0;
}

#et_mobile_nav_menu .mobile_menu_bar {
  cursor: pointer;
}

.et_header_style_left .logo_container {
  padding-left: 0 !important;
}

#main-header .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  position: relative;
}

#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-family: "ETmodules";
  text-align: center;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}

#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-size: 16px;
  content: "L";
  top: 13px;
  right: 10px;
}

#main-header .et_mobile_menu .menu-item-has-children > a.visible:after {
  content: "M";
}

#main-header .et_mobile_menu ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  transition: all 1.5s ease-in-out;
}

#main-header .et_mobile_menu ul.sub-menu {
  padding-left: 0 !important;
}

#main-header .et_mobile_menu ul.sub-menu.visible {
  display: block !important;
  visibility: visible !important;
}

.mobile_menu_bar::before {
  font-size: 40px;
  font-weight: lighter;
}

#top-menu a {
  transition: all 0.1s ease-in-out;
}

#top-menu li {
  padding-right: 0;
}

#top-menu li li {
  padding: 0;
}

#top-menu li li a {
  padding: 4px 20px;
}

#top-menu > li > a {
  text-transform: uppercase;
}

.nav li li ul {
  left: 100% !important;
}

.nav li ul {
  width: auto !important;
}

#top-menu .menu-item-has-children > a:first-child::after {
  top: 0px;
  transform: translateX(70%);
}

.nav > li.menu-item-has-children:last-child > ul.sub-menu {
  right: 0;
}

.logo_title {
  color: #000;
  font-size: 1.5em;
  vertical-align: middle;
  line-height: 2em;
  margin-top: 10px;
  font-weight: bold;
}

.black-bar {
  position: sticky;
  width: 100%;
  max-width: unset;
  left: 0;
  top: 0;
  z-index: 101;
}

.bread-nav, .sub-nav {
  border-bottom: 1px solid transparent;
  padding: 0 8px;
  height: 60px;
}
.bread-nav .et_pb_code_inner, .sub-nav .et_pb_code_inner {
  overflow: auto;
  height: 100%;
}
.bread-nav ul, .sub-nav ul {
  display: flex;
  list-style: none;
  height: 100%;
  padding: 0;
}
.bread-nav ul li, .sub-nav ul li {
  flex-shrink: 0;
}
.bread-nav a, .sub-nav a {
  position: relative;
  display: flex;
  line-height: 18px;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #000;
}
.bread-nav a.is-active, .sub-nav a.is-active {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
}
.bread-nav a::before, .sub-nav a::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 3px solid transparent;
  transition: border-bottom-color 0.5s ease;
  bottom: 0;
}

.sub-nav {
  margin-bottom: -43.8px;
}
.sub-nav a {
  cursor: pointer;
}
@media screen and (min-width: 500.5px) {
  .sub-nav ul {
    justify-content: center;
  }
}

.et-pb-slider-arrows a {
  height: 60px;
  width: 28px;
  outline-color: #000;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  margin-top: -30px;
}
.et_pb_slider:hover .et-pb-slider-arrows a {
  opacity: 0.75;
}
.et-pb-slider-arrows a::before {
  content: none;
}
.et-pb-slider-arrows a:focus {
  outline-width: 1px;
  outline-style: dotted;
}
@media screen and (max-width: 500px) {
  .et-pb-slider-arrows a {
    display: none;
  }
}

.et-pb-arrow-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC4wNzUgMzQuMDc1Ij48cGF0aCBkPSJNMjQuNTcgMzQuMDc1YTEuOTY0IDEuOTY0IDAgMCAxLTEuMzk2LS41NzdMOC4xMSAxOC40MzJhMS45NzIgMS45NzIgMCAwIDEgMC0yLjc5TDIzLjE3NC41NzhhMS45NzMgMS45NzMgMCAxIDEgMi43OTEgMi43OWwtMTMuNjcgMTMuNjY5IDEzLjY3IDEzLjY2OWExLjk3NCAxLjk3NCAwIDAgMS0xLjM5NSAzLjM2OXoiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=");
  left: -44px;
}
.et_pb_slider:hover .et-pb-arrow-prev {
  left: 0;
}

.et-pb-arrow-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxODUuMzQzIDE4NS4zNDMiPjxwYXRoIGQ9Ik01MS43MDcgMTg1LjM0M2ExMC42OTIgMTAuNjkyIDAgMCAxLTcuNTkzLTMuMTQ5IDEwLjcyNCAxMC43MjQgMCAwIDEgMC0xNS4xNzVsNzQuMzUyLTc0LjM0N0w0NC4xMTQgMTguMzJjLTQuMTk0LTQuMTk0LTQuMTk0LTEwLjk4NyAwLTE1LjE3NSA0LjE5NC00LjE5NCAxMC45ODctNC4xOTQgMTUuMTggMGw4MS45MzQgODEuOTM0YzQuMTk0IDQuMTk0IDQuMTk0IDEwLjk4NyAwIDE1LjE3NWwtODEuOTM0IDgxLjkzOWExMC42NzggMTAuNjc4IDAgMCAxLTcuNTg3IDMuMTV6IiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+");
  right: -44px;
}
.et_pb_slider:hover .et-pb-arrow-next {
  right: 0;
}

.et-pb-controllers a {
  width: 13px;
  height: 13px;
  background-color: #fff !important;
  vertical-align: top;
  position: relative;
  opacity: 1;
}

.big-slide .et_pb_slider_container_inner, .mobil-slide .et_pb_slider_container_inner {
  vertical-align: top !important;
}

li.no-star .gfield_required {
  display: none !important;
}

.gfield_consent_description {
  border: none !important;
  font-size: 0.8rem !important;
  overflow: unset !important;
  max-height: unset !important;
}

.col-xs-12 {
  width: 100%;
  float: left;
}

.col-sm-4 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 479px) {
  .welcome-title {
    margin-bottom: 0px;
  }

  form.narrow li.gfield, form.narrow .wide > .ginput_container_consent {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .gfield_consent_description {
    overflow-y: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-sm-4 {
    max-width: 33.333333%;
    float: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.9px) {
  .col-sm-4 {
    max-width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 767.9px) {
  form.narrow li.gfield, form.narrow .wide > .ginput_container_consent, form.narrow .gform_footer {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  form.narrow li.wide > .header {
    padding-left: 10%;
    padding-right: 10%;
  }

  #footer-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-widget:nth-child(n) {
    flex-basis: 50%;
    margin-right: 0 !important;
  }

  .footer-widget:last-child {
    flex-grow: 2;
  }
}
@media only screen and (min-width: 768px) {
  form.narrow li.gfield, form.narrow .wide > .ginput_container_consent, form.narrow .gform_footer {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  form.narrow li.wide > .header {
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media all and (max-width: 980px) {
  .welcome-logo img {
    width: 30vw;
    max-width: 150px;
  }

  .logo-wrapper {
    padding: 0 20px;
  }

  .footer-widget:nth-last-child(-n+2) {
    margin-bottom: 7.5% !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .footer-widget:nth-child(n) {
    width: auto !important;
  }

  .footer-widget:last-child {
    margin-right: 0 !important;
  }

  .footer-widget:nth-last-child(-n+2) {
    margin-bottom: 7.5% !important;
  }
}
@media only screen and (min-width: 980px) {
  .col-md-6 {
    width: 50%;
    float: left;
  }

  .footer-widget:nth-child(n) {
    margin-right: 2% !important;
  }

  .footer-widget:last-child {
    margin-right: 0 !important;
  }
}
.modelrange-button {
  line-height: 14px !important;
  background-color: inherit !important;
  transition: none !important;
  border: none !important;
  color: inherit;
}
.modelrange-button.et_pb_button, .modelrange-button.et_pb_button:hover {
  padding: 1px 4px !important;
}
.modelrange-button::after, .modelrange-button::before {
  content: "";
  box-sizing: border-box;
}

.Prefooter__buttonContainer {
  text-align: center;
}

.Prefooter__returnToTop {
  background: none;
  padding: 16px 0;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  line-height: 16px;
  font-size: 14px;
  opacity: 1 !important;
  animation: none !important;
}
.Prefooter__returnToTop::before {
  content: none;
}
.Prefooter__returnToTop > .Button__content {
  position: relative;
  margin-right: 22.2400678119px;
  display: block;
}
.Prefooter__returnToTop > .Button__content::after, .Prefooter__returnToTop > .Button__content::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  background-color: #000;
  top: 7.5px;
}
.Prefooter__returnToTop > .Button__content::before {
  transform: rotate(-45deg);
  right: -15.8180194847px;
}
.Prefooter__returnToTop > .Button__content::after {
  transform: rotate(45deg);
  right: -22.1819805153px;
}

.Prefooter__content {
  padding: 0 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.SubPrefooter {
  text-align: center;
  margin-bottom: 8px;
  width: 25%;
}

@media screen and (max-width: 500px) {
  .Prefooter__content {
    padding: 0;
  }

  .SubPrefooter {
    width: calc(50% - 8px);
  }
}
.SubPrefooter__link {
  display: inline-block;
  padding: 16px;
}

.SubPrefooter__icon {
  margin-bottom: 8px;
  display: block;
}
.SubPrefooter__icon img {
  vertical-align: top;
}

.SubPrefooter__mainText {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.simple-buttons li {
  display: inline-block;
  min-width: 14em;
  margin: 0 1.0714285714em 2.1428571429em;
}

.simple-buttons {
  margin: 1.4285714286em 0 0;
  padding: 0 15px !important;
}

.simple-buttons li:first-child {
  margin-left: 0;
}

.simple-buttons li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .simple-buttons li a {
    width: 100%;
  }

  .simple-buttons li {
    display: block;
    margin: 10px !important;
  }
}
.simple-buttons li a {
  display: inline-block;
  padding: 0.6785714286em 40px 0.6785714286em 20px;
  word-break: normal;
  background-color: #fc3;
  border: 1px solid #fc3;
  position: relative;
  color: #000;
}

.simple-buttons li a:after {
  font-family: ETModules;
  content: "5";
  color: #000;
  position: absolute;
  right: 0.375em;
  display: inline-block;
  top: 50%;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  font-size: 1.6rem;
  margin-top: -0.5em;
  font-weight: bold;
}

.gform_wrapper div.charleft {
  display: none !important;
}

form.narrow li.wide {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.leftalign {
  text-align: left;
}

.welcome-bottom a {
  color: #fff;
}

.welcome-title h1 {
  margin-top: 0;
}

.dacia-button {
  background-color: #0073ac !important;
  border: 1px solid #0073ac !important;
}

.logo-wrapper .white-button:hover {
  background-color: #fd3;
  border: 1px solid #fd3;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.footer-legal .item {
  white-space: nowrap;
  padding: 4px 16px 4px 0;
  line-height: 16px;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .footer-legal {
    padding: 8px;
  }
  .footer-legal .item {
    text-align: left;
    width: 100%;
  }
}

.icon-fb::before {
  font-family: ETModules;
  content: "";
  font-size: 2em;
}

.icon-ig::before {
  font-family: ETModules;
  content: "";
  font-size: 2em;
}

#footer-info {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  color: #fff;
}
#footer-info a {
  font-weight: normal;
  color: inherit;
}
#footer-info a:hover {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  #footer-info {
    padding-bottom: 8px;
    flex-wrap: wrap;
  }
}

#footer-widgets {
  display: flex;
  flex-wrap: wrap;
}

.fwidget {
  width: 100%;
}

.footer-widget h4 {
  font-weight: bold;
  padding-bottom: 0;
}
.footer-widget li {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.footer-widget li:before {
  content: none !important;
}
.footer-widget .et_pb_tabs {
  border: none;
}
.footer-widget .et_pb_tabs_controls {
  text-align: center;
}
.footer-widget .et_pb_tabs_controls li {
  border-right: none;
  border-bottom: 3px solid transparent;
  height: auto !important;
  font-weight: normal;
  display: inline-block;
  float: none;
}
.footer-widget .et_pb_tabs_controls li a {
  line-height: 18px;
  font-size: 16px;
  padding: 8px 0 16px;
  margin: 0 16px;
  display: block;
}
.footer-widget .et_pb_tabs_controls li a:hover {
  font-weight: bold;
}
.footer-widget .et_pb_tabs_controls li.et_pb_tab_active {
  background-color: inherit !important;
  font-weight: bold;
}
.footer-widget .et_pb_tabs_controls:after {
  border-top: none;
}
.footer-widget .et-social-icons {
  display: grid;
  margin-bottom: 0;
  grid-template-columns: repeat(auto-fit, minmax(12px, min-content));
  column-gap: 16px;
  float: none;
}
.footer-widget .et-social-icons li {
  transition: transform 0.2s;
  transform: scale(1);
  margin-left: 0;
  padding: 1px 0;
  max-width: 100%;
  width: 32px;
  /*&:not(:last-child) {
  	margin-right: 16px;
  }*/
}
.footer-widget .et-social-icons li:hover {
  transform: scale(1.2);
  z-index: 1;
}
.footer-widget .et-social-icons a {
  color: #fff !important;
  left: calc(50% - 15px);
  vertical-align: top;
}
.footer-widget .et-social-icons a::before {
  display: block;
}
.footer-widget .et-social-icons a:hover {
  opacity: 1;
}

.footer-block {
  width: 50%;
  float: left;
}
@media screen and (max-width: 500px) {
  .footer-block {
    width: 100%;
    float: none;
  }
  .footer-block:last-child {
    margin-bottom: 0 !important;
  }
}
.footer-block .mail a:hover {
  text-decoration: underline !important;
}
.footer-block .mail a::after {
  content: none;
}
.footer-block .et_pb_code_inner {
  text-align: left;
}
.footer-block table {
  min-width: auto !important;
  width: 100%;
}
.footer-block table:last-child {
  margin-bottom: 0 !important;
}
.footer-block table td {
  padding: 0;
}
.footer-block table td:first-child {
  min-width: 84px;
}

/*@media all and (max-width:980px) {
	#footer-info {width:100%}
}*/
.error404 .footer-widget li {
  padding-left: 0;
}

.error404 .footer-widget li::before {
  display: none;
}

/* Social Icons */
.et-social-pinterest a.icon:before {
  content: "";
}

.et-social-linkedin a.icon:before {
  content: "";
}

.et-social-tumblr a.icon:before {
  content: "";
}

.et-social-skype a.icon:before {
  content: "";
}

.et-social-flikr a.icon:before {
  content: "";
}

.et-social-myspace a.icon:before {
  content: "";
}

.et-social-dribbble a.icon:before {
  content: "";
}

.et-social-youtube a.icon:before {
  content: "";
}

.et-social-vimeo a.icon:before {
  content: "";
}

#footer-bottom {
  padding: 8px 64px;
}
@media screen and (max-width: 500px) {
  #footer-bottom {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.footer-copyright {
  font-weight: bold;
  padding-left: 8px;
  line-height: 14px;
  font-size: 10px;
  flex: 12091 0 min-content;
  max-width: max-content;
}
@media screen and (max-width: 500px) {
  .footer-copyright {
    padding-top: 8px;
  }
}

#main-footer .footer-widget:nth-child(1) {
  flex-basis: 80%;
}
#main-footer .footer-widget:nth-child(1) .fwidget {
  width: 25%;
}
#main-footer .footer-widget:nth-child(2) {
  flex-basis: 20%;
}
@media screen and (min-width: 500.5px) and (max-width: 980px) {
  #main-footer .footer-widget:nth-child(1) {
    flex-basis: 70%;
  }
  #main-footer .footer-widget:nth-child(1) .fwidget {
    width: 50%;
  }
  #main-footer .footer-widget:nth-child(2) {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 500px) {
  #main-footer .footer-widget {
    flex-basis: 100% !important;
  }
  #main-footer .footer-widget:nth-child(1) .fwidget {
    width: 50%;
  }
}
#main-footer #footer-widgets .footer-widget, #main-footer #footer-widgets .fwidget {
  margin: 0 !important;
}
#main-footer #custom_html-2 {
  width: 50%;
}
@media screen and (min-width: 768.5px) and (max-width: 980px), screen and (max-width: 500px) {
  #main-footer #custom_html-2 {
    width: 100%;
  }
}
@media screen and (min-width: 500.5px) and (max-width: 768px) {
  #main-footer #custom_html-2 {
    width: 142.8571428571%;
    max-width: none;
  }
}
