@charset "UTF-8";
@keyframes cdv-bounceFade {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.8;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body, button, input, select, optgroup, textarea {
  color: rgb(38, 40, 51);
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.5em;
}

ul li, ol li {
  margin-top: 1em;
}

ul li:first-child, ol li:first-child {
  margin-top: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-top: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

th, td {
  border: 2px solid #ebeef1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5rem;
  table-layout: fixed;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

thead th {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #2c3847;
}

th, td {
  padding: 0.8em;
}

@media (min-width: 769px) {
  th, td {
    padding: 1.3em;
  }
}
button, input[type=button], input[type=reset], input[type=submit], .button, .more-link {
  display: inline-block;
  border: none;
  border-radius: 10px;
  background: #AA965D;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  padding: 1.36666em 2.5em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover, .more-link:hover {
  cursor: pointer;
  background: #68c5f9;
  text-decoration: none;
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus, .button:active, .button:focus, .more-link:active, .more-link:focus {
  text-decoration: none;
  outline: none;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], select, textarea {
  display: block;
  width: 100%;
  border: 2px solid #ebeef1;
  border-radius: 0;
  padding: 0.655em 1.5em;
  background: #fff;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, select:focus, textarea:focus {
  border-color: #AA965D;
  outline: none;
}

select {
  height: 56px;
}

textarea {
  width: 100%;
}

label {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1em;
  line-height: 1;
  display: inline-block;
}

form > * {
  margin-bottom: 1.875rem;
}

form > *:last-child {
  margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
  margin-right: 0.5em;
}

input[type=checkbox] + label, input[type=radio] + label {
  display: inline;
}

fieldset {
  padding: 1.5rem 2.5rem;
  border: 2px solid #ebeef1;
}

fieldset legend {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #2c3847;
  padding: 0 0.5em;
  font-weight: 500;
}

a {
  color: rgb(38, 40, 51);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  overflow: hidden;
}

.comment-navigation .nav-links:after, .posts-navigation .nav-links:after, .post-navigation .nav-links:after {
  content: "";
  display: table;
  clear: both;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 100%;
}

@media (min-width: 769px) {
  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    width: 50%;
  }
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 100%;
}

@media (min-width: 769px) {
  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    width: 50%;
  }
}
.comment-navigation .nav-previous + .nav-next, .posts-navigation .nav-previous + .nav-next, .post-navigation .nav-previous + .nav-next {
  margin-top: 2.5rem;
}

@media (min-width: 769px) {
  .comment-navigation .nav-previous + .nav-next, .posts-navigation .nav-previous + .nav-next, .post-navigation .nav-previous + .nav-next {
    margin-top: 0;
  }
}
.navigation.pagination {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 500;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation.pagination .nav-links .page-numbers {
  margin: 0 10px 10px 0;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid #f3f9fd;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #6c727a;
}

.navigation.pagination .nav-links .page-numbers:last-child {
  margin-right: 0;
}

.navigation.pagination .nav-links .page-numbers.dots {
  border: 0;
}

.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers:focus {
  text-decoration: none;
}

.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current {
  border-color: #AA965D;
  color: #2c3847;
}

.navigation.pagination .nav-links .page-numbers.next span, .navigation.pagination .nav-links .page-numbers.prev span {
  border-color: currentColor;
}

.navigation.pagination .nav-links .next-icon, .navigation.pagination .nav-links .previous-icon {
  border: solid #6c727a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.navigation.pagination .nav-links .next-icon {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -3px;
}

.navigation.pagination .nav-links .previous-icon {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: -3px;
}

.post-navigation-wrapper {
  max-width: 1130px;
  margin: 6.75rem auto;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  border-top: 8px dotted #f1f4f7;
  border-bottom: 8px dotted #f1f4f7;
}

.post-navigation-wrapper a:hover {
  text-decoration: none;
}

.post-navigation-wrapper a:hover .lnr {
  color: #AA965D;
}

.post-navigation-wrapper a:hover .post-title {
  color: #AA965D;
}

.post-navigation-wrapper a:focus {
  text-decoration: none;
  outline: none;
}

.post-navigation-wrapper .previous, .post-navigation-wrapper .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.4;
}

.post-navigation-wrapper .previous .lnr, .post-navigation-wrapper .next .lnr {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 63px;
  height: 63px;
  font-size: 25px;
  font-size: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3f8fb;
  border-radius: 50%;
  color: #6c727a;
}

.post-navigation-wrapper .previous .meta, .post-navigation-wrapper .next .meta {
  display: block;
  font-style: italic;
  color: #6c727a;
  margin-bottom: 0.875rem;
}

.post-navigation-wrapper .previous .post-title, .post-navigation-wrapper .next .post-title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #2c3847;
  font-weight: 500;
}

.post-navigation-wrapper .previous .title, .post-navigation-wrapper .next .title {
  width: 100%;
}

.post-navigation-wrapper .previous {
  padding-right: 1.25rem;
}

.post-navigation-wrapper .previous .lnr {
  margin-right: 1.875rem;
}

.post-navigation-wrapper .previous .lnr:before {
  margin-left: -4px;
}

.post-navigation-wrapper .next {
  padding-left: 1.25rem;
}

.post-navigation-wrapper .next .lnr {
  margin-left: 1.875rem;
}

.post-navigation-wrapper .next .lnr:before {
  margin-right: -4px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

.widget {
  margin: 0;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget select {
  max-width: 100%;
}

.widget .widget-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.search-form {
  position: relative;
  padding-right: 3.125rem;
  border: 2px solid #f3f9fd;
}

.search-form input {
  border: 0;
  width: 100%;
}

.search-form label {
  margin: 0;
  display: block;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.125rem;
  padding: 0;
  background: #fff;
  border-radius: 0;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
}

.search-form .search-submit:hover {
  color: #AA965D;
}

.search-form .search-submit .lnr {
  display: block;
  margin-top: 3px;
}

.widget_nav_menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_nav_menu .menu a {
  color: inherit;
}

.widget_nav_menu .menu a:hover {
  color: #AA965D;
  text-decoration: none;
}

.widget_nav_menu .menu li {
  margin-top: 0.5em;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  min-height: 600px;
  background: #fff;
}

.site-main {
  padding-left: 25px;
  padding-right: 25px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-main {
    display: block;
  }
}
@media (min-width: 768px) {
  .site-main {
    padding-left: 95px;
    padding-right: 95px;
  }
}
.entry-title, .page-title {
  word-wrap: break-word;
}

.post-thumbnail {
  display: block;
}

.post-thumbnail img {
  display: block;
}

.post-thumbnail-wrapper {
  margin-bottom: 3.125rem;
  position: relative;
}

.post-thumbnail-wrapper .sticky {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 76px;
  height: 76px;
  font-size: 34px;
  font-size: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #68c5f9;
  border-radius: 50%;
}

.entry-header {
  margin-bottom: 1.875rem;
}

.entry-meta {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #707070;
}

.entry-meta > span:after {
  content: "/";
  margin: 0 5px;
}

.entry-meta > span:last-child:after {
  display: none;
}

.entry-footer {
  margin-top: 2.5rem;
}

.tags-links a {
  display: inline-block;
  margin: 0 0.625rem 0.625rem 0;
  padding: 0.875rem 1.875rem;
  color: #2c3847;
  background: #f3f8fb;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.tags-links a:hover {
  text-decoration: none;
}

.tags-links a:focus, .tags-links a:active {
  text-decoration: none;
}

.more-tag-wrapper {
  margin-top: 3.75rem;
}

.alignwide, .alignfull {
  clear: both;
}

.hentry > .entry-header, .hentry > .entry-footer, .hentry > .post-thumbnail, .hentry > .entry-content > * {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
}

.hentry > .entry-content > * {
  margin-bottom: 20px;
}

.hentry > .entry-content > *.wp-block-separator {
  margin: 10px 0;
}

.hentry > .entry-content > *:first-child {
  margin-top: 0;
}

.hentry > .entry-content > *:last-child {
  margin-bottom: 0;
}

.hentry > .entry-content > *.alignwide {
  max-width: 1130px;
  width: auto;
}

.hentry > .entry-content > *.alignfull {
  max-width: calc(100% + 25px + 25px);
  margin-left: -25px;
  margin-right: -25px;
  width: auto;
}

@media (min-width: 768px) {
  .hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 95px + 95px);
    margin-left: -95px;
    margin-right: -95px;
  }
}
.hentry > .entry-content > *.alignleft {
  margin-left: 0;
  margin-right: 1.5em;
}

@media (min-width: 769px) {
  .hentry > .entry-content > *.alignleft {
    margin-left: calc((100% - 748px) / 2);
  }
  .hentry > .entry-content > *.alignleft + .alignleft {
    margin-right: 1.5em;
  }
}
.hentry > .entry-content > *.alignright {
  margin-right: 0;
  margin-left: 1.5em;
}

@media (min-width: 769px) {
  .hentry > .entry-content > *.alignright {
    margin-right: calc((100% - 748px) / 2);
  }
  .hentry > .entry-content > *.alignright + .alignrignt {
    margin-left: 1.5em;
  }
}
@media (min-width: 769px) {
  .hentry > .entry-content > *.alignleft,
  .hentry > .entry-content > *.alignright {
    max-width: 374px;
  }
}
body.page .site-main > .hentry > .entry-header,
body.page .site-main > .hentry > .entry-footer,
body.page .site-main > .hentry > .post-thumbnail,
body.page .site-main > .hentry > .entry-content > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

body.page .site-main > .hentry > .post-thumbnail {
  margin-bottom: 3.125rem;
}

body.page .site-main > .hentry > .entry-content > *.alignwide {
  max-width: 1130px;
}

body.page .site-main > .hentry > .entry-content > *.alignfull {
  max-width: calc(100% + 25px + 25px);
  margin-left: -25px;
  margin-right: -25px;
}

@media (min-width: 768px) {
  body.page .site-main > .hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 95px + 95px);
    margin-left: -95px;
    margin-right: -95px;
  }
}
@media (min-width: 769px) {
  body.page .site-main > .hentry > .entry-content > *.alignleft {
    margin-right: 1.5em;
    margin-left: calc((100% - 1300px) / 2);
  }
  body.page .site-main > .hentry > .entry-content > *.alignleft + .alignleft {
    margin-left: 1.5em;
  }
}
@media (min-width: 769px) {
  body.page .site-main > .hentry > .entry-content > *.alignright {
    margin-left: 1.5em;
    margin-right: calc((100% - 1300px) / 2);
  }
  body.page .site-main > .hentry > .entry-content > *.alignright + .alignright {
    margin-right: 1.5em;
  }
}
@media (min-width: 769px) {
  body.page .site-main > .hentry > .entry-content > *.alignleft, body.page .site-main > .hentry > .entry-content > *.alignright {
    max-width: 469px;
  }
}
body.blog .site-main > .page-header, body.search .site-main > .page-header, body.archive .site-main > .page-header {
  max-width: 1300px;
  margin: 7.5rem auto 0;
}

body.blog .site-main > .page-header .page-title, body.search .site-main > .page-header .page-title, body.archive .site-main > .page-header .page-title {
  margin: 0;
  width: 100%;
  text-align: center;
}

body.blog .site-main > .page-header .page-title + .archive-description, body.search .site-main > .page-header .page-title + .archive-description, body.archive .site-main > .page-header .page-title + .archive-description {
  margin-top: 2.5rem;
}

body.blog .site-main > .page-header .archive-description, body.search .site-main > .page-header .archive-description, body.archive .site-main > .page-header .archive-description {
  font-style: italic;
  text-align: center;
}

body.blog .site-main > .hentry, body.search .site-main > .hentry, body.archive .site-main > .hentry {
  margin-top: 5.625rem;
  margin-bottom: 0;
  padding-bottom: calc(5.625rem + 8px);
  position: relative;
}

body.blog .site-main > .hentry:after, body.search .site-main > .hentry:after, body.archive .site-main > .hentry:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 8px dotted #f1f4f7;
  width: 100%;
  max-width: 1300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.blog .site-main > .hentry:last-of-type:after, body.search .site-main > .hentry:last-of-type:after, body.archive .site-main > .hentry:last-of-type:after {
  display: none;
}

body.blog .site-main > .hentry > .entry-header, body.blog .site-main > .hentry > .entry-footer, body.blog .site-main > .hentry > .post-thumbnail-wrapper, body.blog .site-main > .hentry > .entry-content > *, body.blog .site-main > .hentry > .entry-summary > *, body.search .site-main > .hentry > .entry-header, body.search .site-main > .hentry > .entry-footer, body.search .site-main > .hentry > .post-thumbnail-wrapper, body.search .site-main > .hentry > .entry-content > *, body.search .site-main > .hentry > .entry-summary > *, body.archive .site-main > .hentry > .entry-header, body.archive .site-main > .hentry > .entry-footer, body.archive .site-main > .hentry > .post-thumbnail-wrapper, body.archive .site-main > .hentry > .entry-content > *, body.archive .site-main > .hentry > .entry-summary > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

body.blog .site-main > .hentry > .entry-content > *.alignleft, body.search .site-main > .hentry > .entry-content > *.alignleft, body.archive .site-main > .hentry > .entry-content > *.alignleft {
  margin-right: 1.5em;
}

@media (min-width: 769px) {
  body.blog .site-main > .hentry > .entry-content > *.alignleft, body.search .site-main > .hentry > .entry-content > *.alignleft, body.archive .site-main > .hentry > .entry-content > *.alignleft {
    margin-left: calc((100% - 1300px) / 2);
  }
  body.blog .site-main > .hentry > .entry-content > *.alignleft + .alignleft, body.search .site-main > .hentry > .entry-content > *.alignleft + .alignleft, body.archive .site-main > .hentry > .entry-content > *.alignleft + .alignleft {
    margin-right: 1.5em;
  }
}
body.blog .site-main > .hentry > .entry-content > *.alignright, body.search .site-main > .hentry > .entry-content > *.alignright, body.archive .site-main > .hentry > .entry-content > *.alignright {
  margin-left: 1.5em;
}

@media (min-width: 769px) {
  body.blog .site-main > .hentry > .entry-content > *.alignright, body.search .site-main > .hentry > .entry-content > *.alignright, body.archive .site-main > .hentry > .entry-content > *.alignright {
    margin-right: calc((100% - 1300px) / 2);
  }
  body.blog .site-main > .hentry > .entry-content > *.alignright + .alignright, body.search .site-main > .hentry > .entry-content > *.alignright + .alignright, body.archive .site-main > .hentry > .entry-content > *.alignright + .alignright {
    margin-left: 1.5em;
  }
}
@media (min-width: 769px) {
  body.blog .site-main > .hentry > .entry-content > *.alignleft, body.blog .site-main > .hentry > .entry-content > *.alignright, body.search .site-main > .hentry > .entry-content > *.alignleft, body.search .site-main > .hentry > .entry-content > *.alignright, body.archive .site-main > .hentry > .entry-content > *.alignleft, body.archive .site-main > .hentry > .entry-content > *.alignright {
    max-width: 469px;
  }
}
body.blog .site-main > .hentry > .entry-content > h1, body.search .site-main > .hentry > .entry-content > h1, body.archive .site-main > .hentry > .entry-content > h1 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h2, body.search .site-main > .hentry > .entry-content > h2, body.archive .site-main > .hentry > .entry-content > h2 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h3, body.search .site-main > .hentry > .entry-content > h3, body.archive .site-main > .hentry > .entry-content > h3 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h4, body.search .site-main > .hentry > .entry-content > h4, body.archive .site-main > .hentry > .entry-content > h4 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h5, body.search .site-main > .hentry > .entry-content > h5, body.archive .site-main > .hentry > .entry-content > h5 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h6, body.search .site-main > .hentry > .entry-content > h6, body.archive .site-main > .hentry > .entry-content > h6 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry .entry-header .entry-title, body.search .site-main > .hentry .entry-header .entry-title, body.archive .site-main > .hentry .entry-header .entry-title {
  font-size: 34px;
  font-size: 2.125rem;
}

body.blog .site-main > .hentry .entry-header .entry-title a, body.search .site-main > .hentry .entry-header .entry-title a, body.archive .site-main > .hentry .entry-header .entry-title a {
  color: inherit;
}

body.blog .site-main > .hentry .entry-header .entry-title a:hover, body.search .site-main > .hentry .entry-header .entry-title a:hover, body.archive .site-main > .hentry .entry-header .entry-title a:hover {
  color: #AA965D;
  text-decoration: none;
}

body.blog .site-main > .hentry .entry-header .entry-title a:focus, body.blog .site-main > .hentry .entry-header .entry-title a:active, body.search .site-main > .hentry .entry-header .entry-title a:focus, body.search .site-main > .hentry .entry-header .entry-title a:active, body.archive .site-main > .hentry .entry-header .entry-title a:focus, body.archive .site-main > .hentry .entry-header .entry-title a:active {
  text-decoration: none;
}

body.blog .site-main > .hentry:not(.has-post-thumbnail) .entry-header, body.search .site-main > .hentry:not(.has-post-thumbnail) .entry-header, body.archive .site-main > .hentry:not(.has-post-thumbnail) .entry-header {
  padding-right: 3.125rem;
  position: relative;
}

body.blog .site-main > .hentry:not(.has-post-thumbnail) .entry-header .sticky, body.search .site-main > .hentry:not(.has-post-thumbnail) .entry-header .sticky, body.archive .site-main > .hentry:not(.has-post-thumbnail) .entry-header .sticky {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 34px;
  font-size: 2.125rem;
}

body.single .site-main > .hentry > .entry-header,
body.page .site-main > .hentry > .entry-header {
  max-width: 1130px;
}

body.single .site-main > .hentry > .entry-header .post-thumbnail, body.page .site-main > .hentry > .entry-header .post-thumbnail {
  margin-bottom: 3.75rem;
}

body.single .site-main > .hentry > .entry-header .entry-meta, body.page .site-main > .hentry > .entry-header .entry-meta {
  max-width: 748px;
  margin: 0 auto;
}

body .site-main > .error-404, body .site-main > .no-results {
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
  padding: 10rem 0 5rem;
}

@media (min-width: 769px) {
  body .site-main > .error-404 > *, body .site-main > .no-results > * {
    max-width: 50%;
    margin: 0 auto;
  }
}
body .site-main > .error-404 .page-title, body .site-main > .no-results .page-title {
  font-size: 80px;
  font-size: 5rem;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  body .site-main > .error-404 .page-title, body .site-main > .no-results .page-title {
    font-size: 150px;
    font-size: 9.375rem;
  }
}
body .site-main > .error-404 .page-title .subtitle, body .site-main > .no-results .page-title .subtitle {
  display: block;
  font-size: 33px;
  font-size: 2.0625rem;
}

body .site-main > .error-404 .page-header, body .site-main > .no-results .page-header {
  margin-bottom: 6.25rem;
}

body .site-main > .error-404 .search-form, body .site-main > .no-results .search-form {
  margin-bottom: 1.875rem;
}

body .site-main > .no-results .page-title {
  font-size: 60px;
  font-size: 3.75rem;
}

body.page-template-template-front-page .site-header {
  border-bottom: 0;
}

body.page-template-template-front-page .site-content {
  background: transparent;
}

body.page-template-template-front-page .site-main > .hentry > .entry-header {
  display: none;
}

body.page-template-template-front-page .site-main > .hentry > .post-thumbnail {
  display: none;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin: 6.25rem auto 0;
  max-width: 1130px;
  padding-bottom: 6.25rem;
  border-bottom: 8px dotted #f1f4f7;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
  font-size: 28px;
  font-size: 1.75rem;
}

.comments-area .comments-title {
  margin-bottom: 3.75rem;
}

.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comments-area .comment-list + .comment-respond {
  margin-top: 6.25rem;
}

.comments-area .comment-list .children {
  list-style: none;
  padding-left: 2.5rem;
}

.comments-area .comment .comment-body {
  min-height: 200px;
}

.comments-area .comment .comment-body + .comment-respond {
  margin-top: 3.75rem;
}

.comments-area .comment, .comments-area .pingback {
  margin-top: 1.875rem;
}

.comments-area .comment .comment-body, .comments-area .pingback .comment-body {
  border: 2px solid #ebeef1;
  position: relative;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .comments-area .comment .comment-body, .comments-area .pingback .comment-body {
    padding: 3.125rem;
  }
}
@media (min-width: 769px) {
  .comments-area .comment .comment-body, .comments-area .pingback .comment-body {
    padding: 3.125rem 3.125rem 3.125rem 12.5rem;
  }
}
.comments-area .pingback .comment-body {
  padding-left: 3.125rem;
}

.comments-area .comment-author .avatar {
  border-radius: 50%;
  float: left;
  margin-right: 1.25rem;
}

@media (min-width: 769px) {
  .comments-area .comment-author .avatar {
    float: none;
    margin: 0;
    position: absolute;
    left: 3.125rem;
    top: 3.125rem;
  }
}
.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-author .fn {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #2c3847;
}

@media screen and (max-width: 991px) {
  .comments-area .comment-author .fn {
    display: inline-block;
    margin-top: 0.875rem;
  }
}
.comments-area .comment-author .fn a {
  color: inherit;
}

.comments-area .comment-author .fn a:hover, .comments-area .comment-author .fn a:focus, .comments-area .comment-author .fn a:active {
  text-decoration: none;
}

.comments-area .comment-metadata {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #707070;
  font-style: italic;
}

.comments-area .comment-metadata a {
  color: inherit;
}

.comments-area .comment-metadata a:hover, .comments-area .comment-metadata a:focus, .comments-area .comment-metadata a:active {
  text-decoration: none;
}

.comments-area .comment-meta {
  margin-bottom: 1.25rem;
}

@media (min-width: 769px) {
  .comments-area .comment-meta {
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .comments-area .comment-meta:after {
    display: table;
    content: "";
    clear: both;
  }
}
.comments-area .reply {
  margin-top: 1.875rem;
}

.comments-area .reply .comment-reply-link {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #64c0f4;
  font-size: 16px;
  font-size: 1rem;
}

.comments-area .reply .comment-reply-link:hover {
  color: #AA965D;
  text-decoration: none;
}

.comments-area .reply .comment-reply-link:focus, .comments-area .reply .comment-reply-link:active {
  text-decoration: none;
}

.comments-area .no-comments {
  margin-top: 3.75rem;
}

@media (min-width: 769px) {
  .comment-respond {
    max-width: 50%;
  }
}
.comment-respond .comment-notes {
  font-size: 15px;
  font-size: 0.9375rem;
}

/*
.site-branding{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}
.site-branding .custom-logo-link+.site-title{margin-left:.625rem}
*/
.site-branding {
  align-items: flex-start;
  gap: 15px;
  z-index: 10;
  display: none;
}
@media (min-width: 769px) {
  .site-branding {
    display: flex;
    margin: 0 0 0 5px;
  }
}
@media (min-width: 1024px) {
  .site-branding {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1220px) {
  .site-branding {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1440px) {
  .site-branding {
    margin: 0 0 0 100px;
  }
}

.site-title, .site-title a {
  font-family: "Sofia Sans", sans-serif;
  margin: 15px 0 0 0 !important;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
}
.site-title:hover, .site-title:focus, .site-title.active, .site-title a:hover, .site-title a:focus, .site-title a.active {
  text-decoration: none;
  outline: none;
}
.site-title span, .site-title a span {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
}

.site-description {
  display: none;
}

.site-header {
  position: fixed;
  top: 0;
  transform: translateY(0);
  transition: all 0.35s ease;
  width: 100%;
  z-index: 99999;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 65px;
  background-color: rgb(0, 167, 232);
}
@media (min-width: 769px) {
  .site-header {
    padding: 0;
    background-color: transparent;
  }
}
.site-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65px, rgb(0, 0, 0) 65px, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media (min-width: 769px) {
  .site-header:before {
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  }
}
.site-header.fixed {
  position: fixed;
  padding: 0;
  transform: translateY(0);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  align-items: end;
}
.site-header.fixed:before {
  display: none;
}
@media (min-width: 769px) {
  .site-header.fixed {
    background-color: rgb(255, 255, 255);
  }
  .site-header.fixed .main-top-bar-wrapper {
    display: none;
  }
}
.site-header.fixed .site-branding .custom-logo {
  height: 55px;
  width: auto;
  filter: brightness(0) saturate(100%) invert(53%) sepia(92%) saturate(1785%) hue-rotate(171deg) brightness(101%) contrast(102%);
}
.site-header.fixed .site-branding .site-title {
  display: none;
}
.site-header.fixed .main-navigation-wrapper {
  margin: 30px 0 0 0;
}
@media (min-width: 1024px) {
  .site-header.fixed .main-navigation-wrapper {
    margin: 30px 20px 0 0;
  }
}
@media (min-width: 1220px) {
  .site-header.fixed .main-navigation-wrapper {
    margin: 30px 110px 0 0;
  }
}
.site-header.fixed .main-navigation-wrapper .main-navigation ul ul {
  display: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.site-header.fixed .main-navigation-wrapper .main-navigation ul ul a {
  font-size: 16px;
}
.site-header.fixed .main-navigation-wrapper .main-navigation ul li:hover ul {
  display: flex;
}
.site-header.fixed .main-navigation-wrapper .main-navigation ul li:hover ul a {
  color: rgb(38, 40, 51) !important;
}
.site-header.fixed .main-navigation-wrapper .main-navigation .menu-item-has-children > a:after {
  background-color: rgb(165, 165, 165);
}
.site-header .hidden-up {
  transform: translateY(-100%);
  opacity: 0;
}

.site-header.has-custom-color .main-navigation, .site-header.has-custom-color .search-toggle:not(:hover), .site-header.has-custom-color .menu-toggle, .site-header.has-custom-color .dropdown-toggle, .site-header.has-custom-color .primary-menu-more-toggle {
  color: inherit;
}

@media screen and (max-width: 991px) {
  .site-header.has-custom-color .main-navigation ul ul {
    color: inherit;
  }
}
.site-header.has-custom-background {
  border-color: transparent;
}

.search-toggle {
  display: none;
  background: transparent;
  color: #6c727a;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.5em;
  margin-left: 1.25rem;
}

@media (min-width: 769px) {
  .search-toggle {
    display: block;
  }
}
.search-toggle:hover {
  background: transparent;
  color: #AA965D;
}

.search-modal {
  position: fixed;
  top: -100%;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 15;
  padding: 95px;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.search-modal:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 50%;
  min-width: 0;
  min-height: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  background: rgba(242, 249, 253, 0.98);
  -webkit-transition: min-width 0.3s linear 0.5s, min-height 0.3s linear 0.5s, border-radius 0.3s linear 0.2s;
  -o-transition: min-width 0.3s linear 0.5s, min-height 0.3s linear 0.5s, border-radius 0.3s linear 0.2s;
  transition: min-width 0.3s linear 0.5s, min-height 0.3s linear 0.5s, border-radius 0.3s linear 0.2s;
}

.search-modal.opened {
  top: 0;
  bottom: 0;
}

.search-modal.opened:before {
  min-width: 200%;
  min-height: 200%;
  border-radius: 0;
  -webkit-transition: min-width 0.3s linear, min-height 0.3s linear, border-radius 0.3s linear 0.3s;
  -o-transition: min-width 0.3s linear, min-height 0.3s linear, border-radius 0.3s linear 0.3s;
  transition: min-width 0.3s linear, min-height 0.3s linear, border-radius 0.3s linear 0.3s;
}

.search-modal.opened .search-form-wrapper {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}

.search-modal .search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.search-modal .search-form {
  border: 0;
  padding-left: 3.125rem;
}

.search-modal .search-form .search-submit {
  display: none;
}

.search-modal .search-form label {
  margin: 0;
}

.search-modal .search-form .search-field {
  background: transparent;
  border: 0;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #2c3847;
  padding: 0;
  line-height: 1.2;
  font-size: 52px;
  font-size: 3.25rem;
  text-align: center;
}

.search-modal .search-form .search-field:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.search-modal .search-form .search-field:focus::-moz-placeholder {
  opacity: 0.5;
}

.search-modal .search-form .search-field:focus::-ms-input-placeholder {
  opacity: 0.5;
}

.search-modal .search-form .search-field:focus::placeholder {
  opacity: 0.5;
}

.search-modal .search-form .search-field::-webkit-input-placeholder {
  opacity: 1;
}

.search-modal .search-form .search-field::-moz-placeholder {
  opacity: 1;
}

.search-modal .search-form .search-field::-ms-input-placeholder {
  opacity: 1;
}

.search-modal .search-form .search-field::placeholder {
  opacity: 1;
}

.close-search-modal {
  padding: 0;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  background: transparent;
  color: #2c3847;
  font-size: 28px;
  font-size: 1.75rem;
}

.close-search-modal:hover {
  background: transparent;
  color: #AA965D;
}

.site-footer {
  position: relative;
  border-top: solid 3px rgb(38, 40, 51);
  background-color: #ffffff;
  z-index: 10;
}
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed, iframe, object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: 6.5em;
}

.contact-form .grunion-field-wrap input[type=text], .contact-form .grunion-field-wrap input[type=email], .contact-form .grunion-field-wrap input[type=url], .contact-form .grunion-field-wrap textarea {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.contact-form .grunion-field-wrap label {
  margin-bottom: 1em;
  font-weight: normal;
}

.contact-form .grunion-field-wrap label span {
  color: inherit;
}

.contact-form .contact-submit {
  margin-top: 2.5rem;
}

.wp-block-image img {
  display: block;
}

.wp-block-image:first-child figure {
  margin-top: 0;
}

.wp-block-image:first-child figure.alignleft, .wp-block-image:first-child figure.alignright {
  margin-top: 0;
}

.wp-block-image:last-child figure {
  margin-bottom: 0;
}

.wp-block-image:last-child figure.alignleft, .wp-block-image:last-child figure.alignright {
  margin-bottom: 0;
}

.wp-block-image figure {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

.wp-block-image figure.alignleft {
  margin: 1.875rem 2.5rem 1.5rem 0;
}

.wp-block-image figure.alignright {
  margin: 1.875rem 0 1.5rem 2.5rem;
}

figure.wp-block-image {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

figure.wp-block-image:first-child {
  margin-top: 0;
}

figure.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-columns.align-center .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-columns.align-bottom .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.wp-block-column {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2.5em;
}

@media (min-width: 768px) {
  .wp-block-column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .wp-block-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
  }
}
.wp-block-column:nth-child(odd) {
  margin-right: 0;
}

.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
  margin-left: 0;
}

@media (min-width: 768px) {
  .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 20px;
  }
}
.wp-block-column:not(:last-child) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-column:not(:last-child) {
    margin-right: 20px;
  }
}
.wp-block-column > * {
  margin-bottom: 2em;
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 400px;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 11px 11px 0;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 11px) / 2);
}

.wp-block-gallery {
  padding: 0;
  width: 100%;
}

.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: calc((100% - 11px) / 1);
    margin-right: 11px;
  }
}
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
  margin-right: 0;
}

.wp-block-gallery.columns-2 .blocks-gallery-image, .wp-block-gallery.columns-2 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-2 .blocks-gallery-image, .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc((100% - 22px) / 2);
    margin-right: 11px;
  }
}
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 33px) / 3);
    margin-right: 11px;
  }
}
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  margin-right: 0;
}

.wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 44px) / 4);
    margin-right: 11px;
  }
}
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
  margin-right: 0;
}

.wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 55px) / 5);
    margin-right: 11px;
  }
}
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
  margin-right: 0;
}

.wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 66px) / 6);
    margin-right: 11px;
  }
}
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
  margin-right: 0;
}

.wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 77px) / 7);
    margin-right: 11px;
  }
}
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
  margin-right: 0;
}

.wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 88px) / 8);
    margin-right: 11px;
  }
}
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
  margin-right: 0;
}

.wp-block-gallery.columns-9 .blocks-gallery-image, .wp-block-gallery.columns-9 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-9 .blocks-gallery-image, .wp-block-gallery.columns-9 .blocks-gallery-item {
    width: calc((100% - 99px) / 9);
    margin-right: 11px;
  }
}
.wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(9n), .wp-block-gallery.columns-9 .blocks-gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.wp-block-gallery.columns-10 .blocks-gallery-image, .wp-block-gallery.columns-10 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-10 .blocks-gallery-image, .wp-block-gallery.columns-10 .blocks-gallery-item {
    width: calc((100% - 110px) / 10);
    margin-right: 11px;
  }
}
.wp-block-gallery.columns-10 .blocks-gallery-image:nth-of-type(10n), .wp-block-gallery.columns-10 .blocks-gallery-item:nth-of-type(10n) {
  margin-right: 0;
}

.wp-block-gallery.columns-11 .blocks-gallery-image, .wp-block-gallery.columns-11 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-11 .blocks-gallery-image, .wp-block-gallery.columns-11 .blocks-gallery-item {
    width: calc((100% - 121px) / 11);
    margin-right: 11px;
  }
}
.wp-block-gallery.columns-11 .blocks-gallery-image:nth-of-type(11n), .wp-block-gallery.columns-11 .blocks-gallery-item:nth-of-type(11n) {
  margin-right: 0;
}

.wp-block-gallery.columns-12 .blocks-gallery-image, .wp-block-gallery.columns-12 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-12 .blocks-gallery-image, .wp-block-gallery.columns-12 .blocks-gallery-item {
    width: calc((100% - 132px) / 12);
    margin-right: 11px;
  }
}
.wp-block-gallery.columns-12 .blocks-gallery-image:nth-of-type(12n), .wp-block-gallery.columns-12 .blocks-gallery-item:nth-of-type(12n) {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-gallery .blocks-gallery-item figure {
    height: auto;
  }
}
.wp-block-quote, .wp-block-quote.is-style-large {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #2c3847;
  padding-left: 4.5rem;
  position: relative;
  font-style: italic;
}

.wp-block-quote:before, .wp-block-quote.is-style-large:before {
  content: "“";
  font-size: 100px;
  font-size: 6.25rem;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.wp-block-quote p:last-of-type, .wp-block-quote.is-style-large p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite, .wp-block-quote .wp-block-quote__citation, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large .wp-block-quote__citation {
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #707070;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.wp-block-pullquote {
  border-top: 2px solid #dbdee1;
  border-bottom: 2px solid #dbdee1;
  padding: 3.75rem 0;
  color: #2c3847;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
}

.wp-block-pullquote blockquote {
  margin: 0;
}

.wp-block-pullquote p {
  font-size: inherit;
}

.wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-pullquote.alignfull blockquote {
  margin: 0 1.5rem;
}

.wp-block-pullquote cite, .wp-block-pullquote .wp-block-pullquote__citation {
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #707070;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.wp-block-pullquote.is-style-solid-color {
  padding: 3.75rem;
  border: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote cite, .wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
  text-transform: uppercase;
  color: inherit;
}

p.has-background {
  padding: 3.75rem;
}

.wp-block-separator {
  background: #f3f9fd;
  color: #f3f9fd;
  height: 2px;
}

.wp-block-separator.is-style-dots {
  height: auto;
  background: transparent;
  border-bottom: 8px dotted currentColor;
}

.wp-block-separator.is-style-dots:not(.has-background) {
  border-bottom: 8px dotted #f1f4f7;
}

.wp-block-separator.is-style-dots:before {
  display: none;
}

.wp-block-separator:not(.is-style-dots):not(.is-style-wide) {
  max-width: 300px;
}

.wp-block-group.has-background {
  padding: 20px;
}

.wp-block-group.has-background .wp-block-group__inner-container > *.allignfull {
  margin-left: -20px;
  margin-right: -20px;
}

.wp-block-cover {
  padding: 20px;
}

.wp-block-cover__inner-container > *, .wp-block-group__inner-container > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-cover__inner-container > *.alignwide, .wp-block-group__inner-container > *.alignwide {
  max-width: 1130px;
}

.wp-block-cover__inner-container > *.alignfull, .wp-block-group__inner-container > *.alignfull {
  max-width: none;
  width: auto;
}

:root .has-primary-color {
  color: rgb(38, 40, 51);
}

:root .has-primary-background-color {
  background-color: rgb(38, 40, 51);
}

:root .has-ocre-color {
  color: #AA965D;
}

:root .has-ocre-background-color {
  background-color: #AA965D;
}

:root .has-blue-color {
  color: #68c5f9;
}

:root .has-blue-background-color {
  background-color: #68c5f9;
}

:root .has-gray-color {
  color: #9ea6ac;
}

:root .has-gray-background-color {
  background-color: #9ea6ac;
}

:root .has-light-gray-color {
  color: #f3f9fd;
}

:root .has-light-gray-background-color {
  background-color: #f3f9fd;
}

:root .has-dark-blue-color {
  color: #2c3847;
}

:root .has-dark-blue-background-color {
  background-color: #2c3847;
}

:root .has-dore-color {
  color: #E2DFD1;
}

:root .has-dore-background-color {
  background-color: #E2DFD1;
}

.wp-block-getwid-images-slider:after, .wp-block-getwid-media-text-slider:after, .wp-block-getwid-post-slider:after, .wp-block-getwid-post-carousel:after {
  content: "";
  display: table;
  clear: both;
}

.wp-block-getwid-images-slider .slick-prev, .wp-block-getwid-images-slider .slick-next, .wp-block-getwid-media-text-slider .slick-prev, .wp-block-getwid-media-text-slider .slick-next, .wp-block-getwid-post-slider .slick-prev, .wp-block-getwid-post-slider .slick-next, .wp-block-getwid-post-carousel .slick-prev, .wp-block-getwid-post-carousel .slick-next {
  overflow: hidden;
  z-index: 1;
  text-shadow: none;
  width: 63px;
  height: 63px;
  background: rgba(242, 249, 253, 0.2);
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.wp-block-getwid-images-slider .slick-prev:before, .wp-block-getwid-images-slider .slick-next:before, .wp-block-getwid-media-text-slider .slick-prev:before, .wp-block-getwid-media-text-slider .slick-next:before, .wp-block-getwid-post-slider .slick-prev:before, .wp-block-getwid-post-slider .slick-next:before, .wp-block-getwid-post-carousel .slick-prev:before, .wp-block-getwid-post-carousel .slick-next:before {
  color: #2c3847;
  font-family: Linearicons-Free;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  font-size: 24px;
}

.wp-block-getwid-images-slider .slick-prev:hover, .wp-block-getwid-images-slider .slick-next:hover, .wp-block-getwid-media-text-slider .slick-prev:hover, .wp-block-getwid-media-text-slider .slick-next:hover, .wp-block-getwid-post-slider .slick-prev:hover, .wp-block-getwid-post-slider .slick-next:hover, .wp-block-getwid-post-carousel .slick-prev:hover, .wp-block-getwid-post-carousel .slick-next:hover {
  background: #f2f9fd;
}

.wp-block-getwid-images-slider .slick-next, .wp-block-getwid-media-text-slider .slick-next, .wp-block-getwid-post-slider .slick-next, .wp-block-getwid-post-carousel .slick-next {
  right: -20px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider .slick-next, .wp-block-getwid-media-text-slider .slick-next, .wp-block-getwid-post-slider .slick-next, .wp-block-getwid-post-carousel .slick-next {
    right: -90px;
  }
}
.wp-block-getwid-images-slider .slick-next:before, .wp-block-getwid-media-text-slider .slick-next:before, .wp-block-getwid-post-slider .slick-next:before, .wp-block-getwid-post-carousel .slick-next:before {
  content: "\e876";
  -webkit-transform: translateX(-40%) translateY(-50%);
  -ms-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
}

.wp-block-getwid-images-slider .slick-prev, .wp-block-getwid-media-text-slider .slick-prev, .wp-block-getwid-post-slider .slick-prev, .wp-block-getwid-post-carousel .slick-prev {
  left: -20px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider .slick-prev, .wp-block-getwid-media-text-slider .slick-prev, .wp-block-getwid-post-slider .slick-prev, .wp-block-getwid-post-carousel .slick-prev {
    left: -90px;
  }
}
.wp-block-getwid-images-slider .slick-prev:before, .wp-block-getwid-media-text-slider .slick-prev:before, .wp-block-getwid-post-slider .slick-prev:before, .wp-block-getwid-post-carousel .slick-prev:before {
  -webkit-transform: translateX(-60%) translateY(-50%);
  -ms-transform: translateX(-60%) translateY(-50%);
  transform: translateX(-60%) translateY(-50%);
  content: "\e875";
}

.wp-block-getwid-images-slider .slick-dots, .wp-block-getwid-media-text-slider .slick-dots, .wp-block-getwid-post-slider .slick-dots, .wp-block-getwid-post-carousel .slick-dots {
  bottom: 0;
}

.wp-block-getwid-images-slider .slick-dots li, .wp-block-getwid-media-text-slider .slick-dots li, .wp-block-getwid-post-slider .slick-dots li, .wp-block-getwid-post-carousel .slick-dots li {
  margin: 0;
}

.wp-block-getwid-images-slider .slick-dots li.slick-active button:before, .wp-block-getwid-media-text-slider .slick-dots li.slick-active button:before, .wp-block-getwid-post-slider .slick-dots li.slick-active button:before, .wp-block-getwid-post-carousel .slick-dots li.slick-active button:before {
  color: #AA965D;
}

.wp-block-getwid-images-slider .slick-dots li button, .wp-block-getwid-media-text-slider .slick-dots li button, .wp-block-getwid-post-slider .slick-dots li button, .wp-block-getwid-post-carousel .slick-dots li button {
  padding: 7px;
  text-shadow: none;
}

.wp-block-getwid-images-slider .slick-dots li button:before, .wp-block-getwid-media-text-slider .slick-dots li button:before, .wp-block-getwid-post-slider .slick-dots li button:before, .wp-block-getwid-post-carousel .slick-dots li button:before {
  font-size: 10px;
  color: #ced2d5;
  opacity: 1;
}

.wp-block-getwid-images-slider .slick-dotted.slick-slider, .wp-block-getwid-media-text-slider .slick-dotted.slick-slider, .wp-block-getwid-post-slider .slick-dotted.slick-slider, .wp-block-getwid-post-carousel .slick-dotted.slick-slider {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.wp-block-getwid-images-slider .slick-dotted.slick-slider .slick-dots, .wp-block-getwid-media-text-slider .slick-dotted.slick-slider .slick-dots, .wp-block-getwid-post-slider .slick-dotted.slick-slider .slick-dots, .wp-block-getwid-post-carousel .slick-dotted.slick-slider .slick-dots {
  bottom: -50px;
}

.wp-block-getwid-images-slider.has-dots-inside .wp-block-getwid-images-slider__wrapper, .wp-block-getwid-media-text-slider.has-dots-inside .wp-block-getwid-images-slider__wrapper, .wp-block-getwid-post-slider.has-dots-inside .wp-block-getwid-images-slider__wrapper, .wp-block-getwid-post-carousel.has-dots-inside .wp-block-getwid-images-slider__wrapper {
  padding-bottom: 0;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider, .wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider, .wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider, .wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 0;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots, .wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots, .wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots, .wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots {
  bottom: 30px;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button, .wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button, .wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button, .wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots li button {
  text-shadow: none;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:before, .wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:before, .wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:before, .wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:before {
  color: #ced2d5;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button:before, .wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button:before, .wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button:before, .wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  color: #AA965D;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev, .wp-block-getwid-images-slider.has-arrows-inside .slick-next, .wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev, .wp-block-getwid-media-text-slider.has-arrows-inside .slick-next, .wp-block-getwid-post-slider.has-arrows-inside .slick-prev, .wp-block-getwid-post-slider.has-arrows-inside .slick-next, .wp-block-getwid-post-carousel.has-arrows-inside .slick-prev, .wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
  text-shadow: none;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev:before, .wp-block-getwid-images-slider.has-arrows-inside .slick-next:before, .wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev:before, .wp-block-getwid-media-text-slider.has-arrows-inside .slick-next:before, .wp-block-getwid-post-slider.has-arrows-inside .slick-prev:before, .wp-block-getwid-post-slider.has-arrows-inside .slick-next:before, .wp-block-getwid-post-carousel.has-arrows-inside .slick-prev:before, .wp-block-getwid-post-carousel.has-arrows-inside .slick-next:before {
  color: #2c3847;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-next, .wp-block-getwid-media-text-slider.has-arrows-inside .slick-next, .wp-block-getwid-post-slider.has-arrows-inside .slick-next, .wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
  right: 20px;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev, .wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev, .wp-block-getwid-post-slider.has-arrows-inside .slick-prev, .wp-block-getwid-post-carousel.has-arrows-inside .slick-prev {
  left: 20px;
}

.wp-block-getwid-images-slider.alignfull .slick-next, .wp-block-getwid-media-text-slider.alignfull .slick-next, .wp-block-getwid-post-slider.alignfull .slick-next, .wp-block-getwid-post-carousel.alignfull .slick-next {
  right: 20px;
}

.wp-block-getwid-images-slider.alignfull .slick-prev, .wp-block-getwid-media-text-slider.alignfull .slick-prev, .wp-block-getwid-post-slider.alignfull .slick-prev, .wp-block-getwid-post-carousel.alignfull .slick-prev {
  left: 20px;
}

.tippy-box[data-theme=translucent] a, .tippy-box[data-theme=google] a, .tippy-box[data-theme=dark] a {
  color: inherit;
  text-decoration: underline;
}

.tippy-box .tippy-content {
  padding: 0;
}

.tippy-box .wp-block-getwid-image-hotspot__tooltip-title {
  font-size: 1.1em;
}

.tippy-box .wp-block-getwid-image-hotspot__tooltip {
  padding: 0.875rem;
}

.tippy-box .wp-block-getwid-image-hotspot__tooltip-content {
  font-size: 13px;
}

.getwid-columns {
  margin-left: -11px;
  margin-right: -11px;
}

.getwid-columns.getwid-columns-1 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-2 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-3 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-4 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-5 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-6 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-7 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-8 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-9 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-10 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-11 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-12 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.wp-block-getwid-accordion {
  background: #fff;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  padding: 1em 1.25em;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header a {
  color: inherit;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
  margin-bottom: -2px;
  border: 2px solid #ebeef1;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  border: 2px solid #ebeef1;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active a, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:hover .wp-block-getwid-accordion__icon, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:hover a {
  color: #AA965D;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__icon {
  color: inherit;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__content {
  margin-top: 2px;
  border: 0;
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__image-container {
  margin: 0 0 30px 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-getwid-image-box .wp-block-getwid-image-box__image-container {
    width: 100%;
  }
  .wp-block-getwid-image-box .wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper {
    width: 100%;
  }
}
.wp-block-getwid-image-box .wp-block-getwid-image-box__content blockquote {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-getwid-image-box.has-image-left .wp-block-getwid-image-box__image-container {
  margin: 0 40px 0 0;
}

.wp-block-getwid-image-box.has-image-right .wp-block-getwid-image-box__image-container {
  margin: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
  .wp-block-getwid-image-box.has-mobile-layout-column .wp-block-getwid-image-box__image-container {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-getwid-image-box.has-mobile-layout-column-reverse .wp-block-getwid-image-box__image-container {
    margin: 40px 0 0 0;
  }
}
.wp-block-getwid-images-slider {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__wrapper.getwid-columns .wp-block-getwid-recent-posts__post {
  margin-bottom: 1.5em;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-wrapper {
  border: 2px solid #eaedef;
  background: #fff;
  height: 100%;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
  position: relative;
  margin: 0;
  width: 100%;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__content-wrapper {
  margin: 0;
  padding: 3.125rem 2.5rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__content-wrapper {
    width: 100%;
  }
}
.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h1.wp-block-getwid-recent-posts__post-title {
  font-size: 30px;
  font-size: 1.875rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h2.wp-block-getwid-recent-posts__post-title {
  font-size: 27px;
  font-size: 1.6875rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h3.wp-block-getwid-recent-posts__post-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h4.wp-block-getwid-recent-posts__post-title {
  font-size: 21px;
  font-size: 1.3125rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h5.wp-block-getwid-recent-posts__post-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title:last-child {
  margin-bottom: 0;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a {
  color: inherit;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:hover {
  text-decoration: none;
  color: #AA965D;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:focus, .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:active {
  text-decoration: none;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header:last-child {
  margin-bottom: 0;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer > span:after {
  content: "/";
  margin: 0 0.5em;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer > span:last-child:after {
  display: none;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer .wp-block-getwid-recent-posts__post-tags a {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #AA965D;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer .wp-block-getwid-recent-posts__post-tags a:hover {
  text-decoration: underline;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
  height: auto;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail a {
  height: 100%;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post-wrapper {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post + .wp-block-getwid-recent-posts__post {
  margin-top: 1.25rem;
}

.wp-block-getwid-toggle {
  background: #fff;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row {
  margin-top: -2px;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child {
  margin-top: 0;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child .wp-block-getwid-toggle__header-wrapper {
  border-top: 2px solid #ebeef1;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header {
  padding: 1em 1.25em;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header a {
  color: inherit;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-wrapper {
  border: 2px solid #ebeef1;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header:hover a, .wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header:hover .wp-block-getwid-toggle__icon {
  color: #AA965D;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__icon {
  color: inherit;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content {
  border: 0;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__header a {
  color: #AA965D;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links {
  margin: 0 0 -2px 0;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
  border: 2px solid #ebeef1;
  margin: 0 -2px 0 0;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:last-child {
  margin-right: 0;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active {
  border-color: #ebeef1;
  background: #fff;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
  color: #AA965D;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a {
  color: #2c3847;
  padding: 15px 50px;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:hover a {
  color: #AA965D;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content {
  border: 2px solid #ebeef1;
  padding: 50px;
  background: #fff;
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links, .wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links, .wp-block-getwid-tabs.is-style-vertical .wp-block-getwid-tabs__nav-links {
  margin: 0 -2px 0 0;
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link, .wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link, .wp-block-getwid-tabs.is-style-vertical .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
  margin: 0 0 -2px 0;
  border: 2px solid #ebeef1;
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a, .wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a, .wp-block-getwid-tabs.is-style-vertical .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a {
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links {
  margin: 0 0 0 -2px;
}

.wp-block-getwid-advanced-heading + h1, .wp-block-getwid-advanced-heading + h2, .wp-block-getwid-advanced-heading + h3, .wp-block-getwid-advanced-heading + h4, .wp-block-getwid-advanced-heading + h5, .wp-block-getwid-advanced-heading + h6 {
  margin-top: 0.2em;
}

.wp-block-getwid-advanced-heading h1, .wp-block-getwid-advanced-heading h2, .wp-block-getwid-advanced-heading h3, .wp-block-getwid-advanced-heading h4, .wp-block-getwid-advanced-heading h5, .wp-block-getwid-advanced-heading h6 {
  margin: 0;
}

h1 + .wp-block-getwid-advanced-heading, h2 + .wp-block-getwid-advanced-heading, h3 + .wp-block-getwid-advanced-heading, h4 + .wp-block-getwid-advanced-heading, h5 + .wp-block-getwid-advanced-heading, h6 + .wp-block-getwid-advanced-heading {
  margin-top: 0.25em;
}

.wp-block-getwid-section .wp-block-getwid-section__inner-content blockquote {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-getwid-testimonial {
  padding-top: 58px;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border: 2px solid #ebeef1;
  background: #fff;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper + .wp-block-getwid-testimonial__header {
  margin-top: 0;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image-wrapper + .wp-block-getwid-testimonial__heading {
  margin-left: 0;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__heading {
  text-align: center;
  font-family: "Sofia Sans Condensed", sans-serif;
  margin-top: 2rem;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #2c3847;
  font-weight: 500;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__subtitle {
  font-size: 16px;
  font-size: 1rem;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image-wrapper {
  max-width: 116px;
  margin-top: -60px;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image img {
  border: 8px solid #fff;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper {
  text-align: center;
  padding: 1rem 3.125rem 3.125rem;
}

.wp-block-getwid-person .wp-block-getwid-person__image + .wp-block-getwid-person__content-wrapper {
  margin-top: 1.875rem;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-social-links {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin: 0;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-social-links:not(:only-child) {
  margin-bottom: 1.25rem;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-person__title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #2c3847;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-person__subtitle {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-person__content {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.wp-block-getwid-social-links {
  font-size: 18px;
  font-size: 1.125rem;
}

.wp-block-getwid-social-links .wp-block-getwid-social-links__wrapper {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wp-block-getwid-social-links .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper {
  color: #68c5f9;
}

.wp-block-getwid-social-links .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper.has-text-color.has-blue-color {
  color: #AA965D;
}

.wp-block-getwid-social-links.has-icons-stacked .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper {
  padding: 1em;
}

.wp-block-getwid-social-links.has-icons-stacked .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper {
  color: #fff;
  background: #68c5f9;
}

.wp-block-getwid-social-links.has-icons-stacked .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper.has-background.has-blue-background-color {
  background: #AA965D;
}

.wp-block-getwid-social-links.has-icons-framed .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper {
  padding: 1em;
  border-width: 2px;
}

.wp-block-getwid-social-links.has-icons-framed .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper {
  color: #68c5f9;
}

.wp-block-getwid-media-text-slider .wp-block-getwid-media-text-slider-slide__content {
  padding: 80px 50px;
}

@media (min-width: 768px) {
  .wp-block-getwid-media-text-slider .wp-block-getwid-media-text-slider-slide__content {
    padding: 80px 125px;
  }
}
.wp-block-getwid-banner .wp-block-getwid-banner__title {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-getwid-banner .wp-block-getwid-banner__caption-wrapper {
    width: 100%;
  }
}
.wp-block-getwid-icon-box {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 769px) {
  .wp-block-getwid-icon-box {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.wp-block-getwid-icon-box .wp-block-getwid-icon-box__icon-container {
  margin-bottom: 30px;
}

.wp-block-getwid-icon-box.has-icon-left .wp-block-getwid-icon-box__icon-container {
  margin: 0 30px 0 0;
}

.wp-block-getwid-icon-box.has-icon-right .wp-block-getwid-icon-box__icon-container {
  margin: 0 0 0 30px;
}

.wp-block-getwid-instagram.has-spacing-medium .wp-block-getwid-instagram__wrapper {
  margin: -10px;
}

.wp-block-getwid-instagram.has-spacing-medium .wp-block-getwid-instagram__item {
  padding: 10px;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__header {
  margin-bottom: 0.5em;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__percent {
  color: #2c3847;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__bar {
  height: 4px;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__bar:not(.has-background) {
  background-color: #ebeef1;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__progress:not(.has-text-color) {
  color: #AA965D;
}

.wp-block-getwid-price-box {
  border: 2px solid #edeef0;
  padding: 3.75rem 1.875rem;
}

.wp-block-getwid-price-box.has-text-color .wp-block-getwid-price-box__pricing {
  color: inherit;
}

.wp-block-getwid-price-box.has-text-color .wp-block-getwid-price-box__title {
  color: inherit;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__title {
  color: #2c3847;
  margin-bottom: 2.5rem;
}

.wp-block-getwid-price-box h6.wp-block-getwid-price-box__title {
  font-size: 16px;
  font-size: 1rem;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing {
  color: #AA965D;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 500;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__currency {
  font-size: 33px;
  font-size: 2.0625rem;
  vertical-align: baseline;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__amount {
  font-size: 33px;
  font-size: 2.0625rem;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__period {
  vertical-align: baseline;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features {
  margin-bottom: 3.75rem;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number:not(.has-text-color) {
  color: #2c3847;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__suffix {
  padding-top: 0.875em;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__prefix {
  padding-bottom: 0.875em;
}

.wp-block-getwid-contact-form .wp-block-getwid-contact-form__submit {
  margin-top: 2.5rem;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post {
  padding: 100px;
}

@media (min-width: 768px) {
  .wp-block-getwid-post-slider .wp-block-getwid-post-slider__post {
    padding: 150px;
  }
}
.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-overlay {
  opacity: 0.4;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-content-wrapper {
  text-align: left;
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-title {
  color: #fff;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-title a {
  color: inherit;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-title a:hover {
  text-decoration: none;
  color: #AA965D;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-excerpt {
  color: #fff;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post {
  border: 2px solid #edeef0;
  background: #fff;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-thumbnail {
  margin-bottom: 0;
  position: relative;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-content-wrapper {
  padding: 50px 40px;
  width: 100%;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title a {
  color: inherit;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title a:hover {
  text-decoration: none;
  color: #AA965D;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-excerpt {
  margin-top: 20px;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post:first-child {
  margin-top: 0;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-wrapper {
  border: 2px solid #eaedef;
  background: #fff;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail {
  position: relative;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title a {
  color: inherit;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title a:hover {
  color: #AA965D;
  text-decoration: none;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__content-wrapper {
  padding: 50px 40px;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-wrapper {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail {
  height: auto;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail a {
  height: 100%;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail + .wp-block-getwid-custom-post-type__content-wrapper {
  max-width: 60%;
}

.wp-block-getwid-custom-post-type.has-layout-grid .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail {
  margin-bottom: 0;
}

.wp-block-getwid-price-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-block-getwid-price-list.has-dots .wp-block-getwid-price-list__price-line {
  border-bottom: 5px dotted currentColor;
}

.wp-block-getwid-price-list.has-dots:not(.has-text-color) .wp-block-getwid-price-list__price-line {
  border-bottom: 5px dotted #f1f4f7;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-getwid-price-list .wp-block-getwid-price-list__content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
  }
}
.wp-block-getwid-template-post-title:not(.has-text-color) a {
  color: inherit;
}

.wp-block-getwid-template-post-title:not(.has-text-color) a:hover {
  color: #AA965D;
}

.wp-block-getwid-template-post-title a:hover {
  text-decoration: none;
}

.wp-block-getwid-template-post-featured-background-image {
  padding: 100px;
}

@media (min-width: 768px) {
  .wp-block-getwid-template-post-featured-background-image {
    padding: 150px;
  }
}
.wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__content > *:not(.has-text-color) {
  color: #fff;
}

.wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__content > *:not(.has-text-color) a {
  color: inherit;
}

.wp-block-getwid-template-post-meta {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
}

.wp-block-getwid-template-post-meta.has-direction-row > * {
  margin-right: 5px;
}

.wp-block-getwid-template-post-meta.has-direction-row p + div {
  margin-left: 0;
}

.wp-block-getwid-template-post-link {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 700;
}

.wp-block-getwid-template-post-link:not(.has-text-color) a {
  color: #64c0f4;
}

.main-navigation-wrapper {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-end;
  margin: 0 70px 0 0;
}

.main-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.primary-menu-more {
  display: none;
}

@media (min-width: 769px) {
  .primary-menu-more {
    display: block;
  }
}
.primary-menu-more .primary-menu-more-toggle {
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
  height: 54px;
  width: 50px;
  font-size: 25px;
}

.primary-menu-more .primary-menu-more-toggle.is-empty {
  display: none;
}

.primary-menu-more .primary-menu-more-toggle svg {
  margin-top: 5px;
  width: 24px;
  height: 24px;
  fill: #2c3847;
}

.main-navigation {
  font-family: "Mulish", sans-serif;
  line-height: 25px;
  color: #E2DFD1;
  font-size: 20px;
}

.main-navigation .nav-menu li {
  margin: 0;
  padding: 0;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

@media (min-width: 769px) {
  .main-navigation ul {
    width: auto;
  }
}
.main-navigation ul:after {
  display: table;
  clear: both;
  content: "";
}

.main-navigation ul ul {
  padding: 10px 0 10px 0;
}
@media (min-width: 769px) {
  .main-navigation ul ul {
    justify-content: space-evenly;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    padding: 5px;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    visibility: hidden;
    opacity: 0;
  }
}

.main-navigation ul ul.toleft {
  right: 0;
  left: auto;
}

.main-navigation ul ul ul {
  left: 100%;
}

.main-navigation ul ul ul.toleft {
  right: 100%;
  left: auto;
}

@media (min-width: 769px) {
  .main-navigation ul ul ul {
    top: 0;
    visibility: hidden;
  }
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  top: 25%;
}

.main-navigation ul ul.sub-menu a {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  padding: 5px 5px 5px 0px;
}
@media (min-width: 769px) {
  .main-navigation ul ul.sub-menu a {
    font-family: "Mulish", sans-serif;
    width: fit-content;
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: inherit;
    line-height: 30px;
    color: rgb(38, 40, 51);
    text-align: left;
  }
}
.main-navigation ul ul.sub-menu a:before {
  display: none;
}

.main-navigation ul ul .menu-item-has-children > a {
  position: relative;
}

.main-navigation ul ul .menu-item-has-children > a:after {
  position: absolute;
  right: 2.25rem;
  top: 1rem;
  transition: 0.3s ease;
}

.main-navigation ul ul .menu-item-has-children:hover > a:after {
  transform: rotate(-90deg);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li.current-menu-ancestor > ul,
.main-navigation ul li.current-page-ancestor > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  z-index: 10;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  z-index: 20;
}

.main-navigation li {
  margin-top: 0px;
  width: 100%;
  border-top: solid 1px #fff;
}
.main-navigation li li {
  border-top: none;
}
@media (min-width: 769px) {
  .main-navigation li {
    border: none;
    width: auto;
    float: left;
    overflow: hidden;
    height: 40px;
  }
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #ffffff;
  text-decoration: none;
}

.main-navigation li li:hover > a,
.main-navigation li li.focus > a,
.main-navigation li li.current_page_item > a,
.main-navigation li li.current-page-ancestor > a {
  color: #ffffff;
  text-decoration: none;
  background-color: rgb(165, 165, 165);
  border-radius: 2px;
}

.main-navigation a {
  font-family: "Mulish", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media (min-width: 769px) {
  .main-navigation a {
    color: rgb(165, 165, 165);
    display: block;
    padding: 0px 5px;
    font-size: 15px;
    line-height: 25px; /* 166.667% */
    text-align: center;
    transition: color 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .main-navigation a {
    padding: 0px 20px;
  }
}
@media (min-width: 769px) {
  .main-navigation a {
    gap: 0px;
  }
  .main-navigation a:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 0 2px 0;
    background-color: rgb(165, 165, 165);
  }
}

.site-header.fixed .main-navigation a {
  color: rgb(165, 165, 165);
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #ffffff !important;
}
.main-navigation .current_page_item > a:before,
.main-navigation .current-menu-item > a:before,
.main-navigation .current_page_ancestor > a:before,
.main-navigation .current-menu-ancestor > a:before {
  background-color: #fff;
}

.site-header.fixed .main-navigation .current_page_item > a,
.site-header.fixed .main-navigation .current-menu-item > a,
.site-header.fixed .main-navigation .current_page_ancestor > a,
.site-header.fixed .main-navigation .current-menu-ancestor > a {
  color: #ffffff !important;
}
@media (min-width: 769px) {
  .site-header.fixed .main-navigation .current_page_item > a,
  .site-header.fixed .main-navigation .current-menu-item > a,
  .site-header.fixed .main-navigation .current_page_ancestor > a,
  .site-header.fixed .main-navigation .current-menu-ancestor > a {
    color: rgb(38, 40, 51) !important;
  }
}

.main-navigation.toggled .menu-item-has-children {
  position: relative;
}
.main-navigation.toggled .menu-item-has-children.is-open .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}

.main-navigation .menu-item-has-children > a:after {
  display: none;
  width: 40px;
  margin: 10px auto 0 auto;
  height: 40px;
  content: "";
  background-color: #ffffff;
  transform: rotate(45deg);
  vertical-align: middle;
}

.primary-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 5rem 1.5625rem;
  transform: translateX(-100%);
  transition: transform 0.35s ease, z-index 1s step-end;
  will-change: transform;
  z-index: -10;
}
@media (min-width: 769px) {
  .primary-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    padding: 0;
    z-index: 10;
    transform: none;
    position: static;
    top: initial;
    min-height: auto;
    transition: none;
  }
}
.primary-menu-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vmax;
  height: 100vmax;
  border-radius: 50%;
  background: rgb(4, 42, 77);
  transform: translate(50%, -50%) scale(0);
  transition: transform 0.35s ease, border-radius 0.35s ease;
}
@media (min-width: 769px) {
  .primary-menu-wrapper:after {
    display: none;
  }
}

.main-navigation.toggled .primary-menu-wrapper:after {
  border-radius: 0;
  transform: translate(50%, -50%) scale(3);
}

.primary-menu-wrapper .primary-menu-container {
  display: flex;
  z-index: 1;
  justify-content: center;
}

@media (min-width: 769px) {
  .primary-menu-wrapper .primary-menu-container {
    display: block;
  }
}
.primary-menu-wrapper .menu {
  z-index: 1;
  opacity: 0;
  display: flex;
  transition: opacity 0.3s ease;
  align-items: flex-end;
  gap: 25px;
}
@media (min-width: 769px) {
  .primary-menu-wrapper .menu {
    gap: 25px;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .primary-menu-wrapper .menu {
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .primary-menu-wrapper .menu {
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  .primary-menu-wrapper .menu {
    gap: 25px;
  }
}
@media (min-width: 2380px) {
  .primary-menu-wrapper .menu {
    gap: 60px;
  }
}

@media (min-width: 769px) {
  .primary-menu-wrapper .menu {
    opacity: 1;
    max-width: none;
  }
}
.primary-menu-wrapper .mobile-search-form-wrapper {
  margin: 2.5rem auto 0;
  max-width: 345px;
  z-index: 1;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (min-width: 769px) {
  .primary-menu-wrapper .mobile-search-form-wrapper {
    display: none;
  }
}
.primary-menu-wrapper .mobile-search-form-wrapper .search-form {
  background: #fff;
  border: 2px solid #ebeef1;
}

.primary-menu-wrapper .mobile-search-form-wrapper .search-form input {
  background: transparent;
}

.primary-menu-wrapper .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.325em 0.875em;
  background: transparent;
  color: #2c3847;
}

.primary-menu-wrapper .dropdown-toggle:hover {
  color: #8f4ec7;
  background: transparent;
}

@media (min-width: 769px) {
  .primary-menu-wrapper .dropdown-toggle {
    display: none;
  }
}
.primary-menu-wrapper .dropdown-toggle span {
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.primary-menu-wrapper .dropdown-toggle.toggled-on span {
  transform: rotate(180deg);
}

.main-navigation.toggled .primary-menu-wrapper {
  margin-top: 0;
  z-index: 5;
  max-width: fit-content;
}
@media (max-width: 769px) {
  .main-navigation.toggled .primary-menu-wrapper {
    min-height: 100vh;
    transform: translateX(0);
    max-width: 100%;
    min-width: 350px;
    transition: transform 0.35s ease, z-index 1s step-start;
  }
}

.main-navigation.toggled .primary-menu-wrapper:after {
  min-width: 200%;
  min-height: 200%;
  border-radius: 0;
  transition: min-width 0.4s linear, min-height 0.4s linear, border-radius 0.4s linear 0.4s;
}

.main-navigation.toggled .primary-menu-wrapper .menu {
  opacity: 1;
  transition: opacity 0.3s ease 0.5s;
}

.main-navigation.toggled .primary-menu-wrapper .mobile-search-form-wrapper {
  opacity: 1;
  transition: opacity 0.3s ease 0.5s;
}

.main-navigation.toggled .primary-menu-wrapper ul ul {
  display: none;
}
@media (min-width: 769px) {
  .main-navigation.toggled .primary-menu-wrapper ul ul {
    display: block;
  }
}

.main-navigation.toggled .primary-menu-wrapper ul ul.toggled-on,
.main-navigation.toggled .primary-menu-wrapper ul li.current-page-ancestor ul,
.main-navigation.toggled .primary-menu-wrapper ul li.current_page_item ul {
  display: block;
}

.menu-toggle .lnr-cross {
  display: none;
}

.menu-toggle[aria-expanded=true] .lnr-cross {
  display: block;
}

.menu-toggle[aria-expanded=true] .lnr-menu {
  display: none;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media (min-width: 769px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.menu-toggle,
.site-header.has-custom-color .menu-toggle {
  display: flex;
  background: rgb(0, 167, 232);
  border-radius: 0;
  color: #fff;
  font-weight: 900;
  padding: 5px;
  z-index: 11;
  font-size: 35px;
  position: absolute;
  top: 8px;
  right: 8px;
}
@media (min-width: 769px) {
  .menu-toggle,
  .site-header.has-custom-color .menu-toggle {
    display: none;
  }
}
.menu-toggle:hover,
.site-header.has-custom-color .menu-toggle:hover {
  background-color: #fff;
  color: rgb(4, 42, 77);
}

.toggled .menu-toggle {
  background: #fff !important;
  color: rgb(0, 167, 232) !important;
  border-color: #fff !important;
}

.site-header.fixed .main-top-bar-wrapper {
  /*
  .widget_block > * {
    display: none;
    @media (min-width: $screen-m) {
      display: block;
    }
  }*/
}
.site-header.fixed .main-navigation {
  padding: 5px 0 0 0;
}
.site-header.fixed .main-navigation .current_page_item > a, .site-header.fixed .main-navigation .current-menu-item > a,
.site-header.fixed .main-navigation .current_page_ancestor > a, .site-header.fixed .main-navigation .current-menu-ancestor > a {
  color: #000000;
}
.site-header.fixed .main-navigation:hover {
  transition: all 1s ease;
}
.site-header.fixed .main-navigation:hover li {
  visibility: visible !important;
}
.site-header.fixed .main-navigation:hover li:hover > a, .site-header.fixed .main-navigation:hover li.focus > a {
  color: #000000;
}

.ouvert-ferme p {
  line-height: 1.16;
}

.primary-menu-wrapper .menu {
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (min-width: 769px) {
  .primary-menu-wrapper .menu {
    opacity: 1;
  }
}

.main-navigation.toggled .primary-menu-wrapper .menu {
  opacity: 1;
  transition: opacity 0.2s ease 0.15s;
}

body.menu-open {
  overflow: hidden;
}

.editor-styles-wrapper .wp-block:not([data-align=full]) {
  max-width: 1300px !important;
  margin: 0 auto;
}
.editor-styles-wrapper .is-root-container {
  padding-top: 50px;
}
.editor-styles-wrapper .wp-block-getwid-section__wrapper {
  padding: 0;
}
.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6 {
  font-family: "Mulish", sans-serif;
  clear: both;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-weight: 500;
}
.editor-styles-wrapper h1:first-child, .editor-styles-wrapper h2:first-child, .editor-styles-wrapper h3:first-child, .editor-styles-wrapper h4:first-child, .editor-styles-wrapper h5:first-child, .editor-styles-wrapper h6:first-child {
  margin-top: 0;
}
.editor-styles-wrapper h1 {
  font-family: "Mulish", sans-serif;
  font-weight: 250;
  letter-spacing: 0.86px;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 43px;
  line-height: 45px;
  margin: 0;
  font-style: normal;
}
.editor-styles-wrapper h1.entry-title {
  color: rgb(0, 167, 232);
  text-align: left;
}
.editor-styles-wrapper h1.entry-title:after {
  display: none;
}
.editor-styles-wrapper h2 {
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  color: rgb(38, 40, 51);
  max-width: 1300px;
  margin: 0 auto 25px auto !important;
}
.editor-styles-wrapper h3 {
  font-family: "Sofia Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto 10px auto !important;
}
.editor-styles-wrapper h4 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
}
.editor-styles-wrapper h5 {
  font-size: 22px;
}
.editor-styles-wrapper h6 {
  font-size: 14px;
  text-transform: uppercase;
}
.editor-styles-wrapper p {
  margin: 0 0 1.1em;
  font-size: 20px;
}
.editor-styles-wrapper p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .has-small-font-size {
  font-size: 16px !important;
}
.editor-styles-wrapper .has-medium-font-size {
  font-size: 20px !important;
}
.editor-styles-wrapper .has-large-font-size {
  font-size: 24px !important;
}
.editor-styles-wrapper .wp-block-separator, .editor-styles-wrapper hr {
  background-color: rgb(0, 167, 232);
  height: 5px;
  margin: 30px auto !important;
  border: none;
  width: 175px;
}
.editor-styles-wrapper .wp-block-list li {
  margin-top: 0.5em;
}
.editor-styles-wrapper .diaporama-header-section h1 {
  color: #fff;
}
.editor-styles-wrapper .diaporama-header-section p {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #ffffff;
  max-width: 500px;
  font-size: 18px;
  line-height: 30px;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 0px;
  background: rgb(0, 167, 232);
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  line-height: 25px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  white-space: nowrap;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover {
  cursor: pointer;
  background: #ffffff;
  color: rgb(0, 167, 232);
  text-decoration: none;
  border-color: rgb(0, 167, 232);
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-background.has-blue-background-color:hover {
  background: rgb(38, 40, 51);
}
.editor-styles-wrapper .wp-block-button.is-style-outline {
  color: rgb(38, 40, 51);
}
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #E2DFD1;
  color: #fff;
}
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  background: rgb(165, 165, 165);
  color: #fff;
  border: 1px solid rgb(165, 165, 165) !important;
}
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: inherit;
}
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background: #fff;
  color: rgb(0, 167, 232) !important;
  border: solid 1px rgb(0, 167, 232);
  padding: 5px 20px;
}
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  background: rgb(0, 167, 232) !important;
  color: #fff !important;
}
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background).has-text-color.has-blue-color:hover {
  color: #AA965D;
}
.editor-styles-wrapper .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.editor-styles-wrapper .wp-block-getwid-icon-box {
  padding: 0;
}
.editor-styles-wrapper .wp-block-getwid-icon-box.avec-fond-ocre {
  padding: 20px;
}
.editor-styles-wrapper .wp-block-getwid-icon-box.avec-fond-ocre h3 {
  display: none;
}
.editor-styles-wrapper .wp-block-getwid-icon-box__icon-wrapper {
  font-size: 35px;
  padding: 0;
}
.editor-styles-wrapper .wp-block-column:not(:last-child) {
  margin-right: 0;
}
.editor-styles-wrapper .wp-block-column:not(:first-child),
.editor-styles-wrapper .wp-block-column:nth-child(2n) {
  margin-left: 0;
}
.editor-styles-wrapper .wp-block-media-text {
  position: relative;
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media {
  position: relative;
}
.editor-styles-wrapper .wp-block-media-text.is-image-fill-element {
  overflow: hidden;
}
.editor-styles-wrapper .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
  height: auto !important;
}
.editor-styles-wrapper .wp-block-pullquote {
  padding: 20px;
  border-color: #E2DFD1;
  font-style: italic;
}
.editor-styles-wrapper .wp-block-getwid-content-timeline-item__wrapper {
  align-items: flex-start;
}
.editor-styles-wrapper .wp-block-getwid-content-timeline-item__point-content {
  background-color: rgb(80, 83, 99);
}
.editor-styles-wrapper .wp-block-getwid-content-timeline-item__card-wrapper {
  border-radius: 0;
  display: flex;
  flex-direction: column-reverse;
}
.editor-styles-wrapper .wp-block-getwid-content-timeline-item__card-wrapper figure {
  margin: 0;
}
.editor-styles-wrapper .wp-block-getwid-content-timeline-item__card-wrapper figure img {
  display: block;
}
.editor-styles-wrapper .wp-block-getwid-content-timeline-item__card {
  filter: none !important;
}
.editor-styles-wrapper .wp-block-getwid-content-timeline-item__content-wrapper {
  padding: 0 25px 25px 25px;
}
.editor-styles-wrapper .wp-block-getwid-content-timeline-item__content-wrapper h3 {
  font-size: 35px;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  text-transform: capitalize;
}
.editor-styles-wrapper .wp-block-getwid-content-timeline-item__content-wrapper h3 strong {
  color: rgb(38, 40, 51);
  text-transform: uppercase !important;
  font-weight: 900 !important;
  font-size: 25px;
  line-height: 30px;
}
.editor-styles-wrapper .wp-block-getwid-content-timeline-item__meta-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.editor-styles-wrapper .wp-block-getwid-section.avec-fond-dore {
  background-image: url("../im/tour.png");
  background-position: 50% calc(100% + 95px);
  background-repeat: no-repeat;
  margin-bottom: 140px;
}
.editor-styles-wrapper .wp-block-media-text.noir h2.wp-block-heading {
  flex-direction: column;
  letter-spacing: 0.86px;
  justify-content: flex-start;
  align-items: end;
  font-family: "Mulish", sans-serif;
  color: rgb(38, 40, 51);
  font-size: 40px;
}
.editor-styles-wrapper .wp-block-media-text.noir h2.wp-block-heading strong {
  display: flex;
  white-space: nowrap;
  color: rgb(144, 149, 177);
  gap: 20px;
}
.editor-styles-wrapper .wp-block-media-text.noir h2.wp-block-heading strong::before {
  content: "";
  display: block;
  height: 1px;
  flex-grow: 1;
  background-color: rgb(144, 149, 177);
  margin-top: 20px;
}
.editor-styles-wrapper .wp-block-media-text.noir h3.wp-block-heading {
  font-family: "Mulish", sans-serif;
  color: rgb(144, 149, 177);
  text-transform: none;
  font-weight: 900;
  line-height: 30px;
  font-size: 24px;
}
.editor-styles-wrapper .wp-block-media-text.noir .wp-block-quote {
  padding: 25px;
  padding-left: 3em;
  background-color: #fff;
  z-index: 10;
  margin-left: 0px;
  margin-top: 1.5rem;
  margin-right: 0px;
}
@media (min-width: 769px) {
  .editor-styles-wrapper .wp-block-media-text.noir .wp-block-quote {
    margin-left: 150px;
    margin-top: 1.5rem;
    margin-right: -150px;
  }
}
.editor-styles-wrapper .wp-block-button__link {
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-gallery .wp-block-image {
  position: relative;
}
.editor-styles-wrapper .wp-block-gallery .wp-block-image:before {
  display: none !important;
}
.editor-styles-wrapper .wp-block-gallery .wp-block-image img {
  flex: 0 1 100% !important;
}
.editor-styles-wrapper figcaption, .editor-styles-wrapper .wp-element-caption {
  overflow: inherit !important;
  flex-basis: fit-content !important;
  flex-grow: unset !important;
  text-align: left !important;
  width: calc(100% + 1px);
  position: relative !important;
  bottom: inherit !important;
  left: inherit !important;
  right: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  text-shadow: none !important;
  line-height: 1.1;
  background: none !important;
}
.editor-styles-wrapper figcaption .media-caption, .editor-styles-wrapper .wp-element-caption .media-caption {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  line-height: 25px;
  color: rgb(38, 40, 51);
}
.editor-styles-wrapper figcaption .media-copyright, .editor-styles-wrapper .wp-element-caption .media-copyright {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  top: -45px;
  right: 10px;
  color: #fff;
  font-size: 0;
  background-color: rgb(38, 40, 51);
  border-radius: 17.5px;
  padding: 5px 5px 5px 20px;
  width: fit-content;
  height: 35px;
  white-space: nowrap;
}
.editor-styles-wrapper figcaption .media-copyright::after, .editor-styles-wrapper .wp-element-caption .media-copyright::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "c";
  cursor: pointer;
  font-size: 20px;
  width: 25px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50%;
}
.editor-styles-wrapper figcaption .media-copyright:hover, .editor-styles-wrapper .wp-element-caption .media-copyright:hover {
  font-size: 20px;
}
.editor-styles-wrapper .wp-block-getwid-section.diaporama-header-section {
  background: url("../im/lycee-louis-querbes-facade.png") no-repeat 50% 50%;
  background-size: cover;
}
.editor-styles-wrapper .wp-block-file__content-wrapper a.block-editor-rich-text__editable.rich-text,
.editor-styles-wrapper .wp-block-file a:not(.wp-block-file__button) {
  display: none;
}
.editor-styles-wrapper .wp-block-file .wp-block-file__button {
  display: inline-flex;
  height: 45px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Mulish", sans-serif;
  color: rgb(0, 167, 232);
  font-size: 14px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgb(0, 167, 232);
  border-radius: 0px;
  background: #ffffff;
}
.editor-styles-wrapper .wp-block-file .wp-block-file__button:hover {
  cursor: pointer;
  background: rgb(0, 167, 232);
  color: #fff;
  text-decoration: none;
}
.editor-styles-wrapper .bienvenue {
  position: relative;
  margin-bottom: 100px;
}
.editor-styles-wrapper .bienvenue h2 {
  color: #FFF;
  font-size: 43px;
  font-weight: 250;
  line-height: 45px; /* 104.651% */
  letter-spacing: 0.86px;
  text-transform: uppercase;
}
.editor-styles-wrapper .bienvenue p {
  font-size: 18px !important;
  font-weight: 400 !important;
}
.editor-styles-wrapper .bienvenue p.has-large-font-size {
  font-size: 20px !important;
  font-weight: 800 !important;
}
.editor-styles-wrapper .bienvenue:before {
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  background-color: rgb(0, 167, 232);
  width: 100%;
  margin-top: 0px;
}
@media (min-width: 1024px) {
  .editor-styles-wrapper .bienvenue:before {
    width: 50%;
    height: 80%;
  }
}
.editor-styles-wrapper .bienvenue .wp-block-media-text > .wp-block-media-text__content {
  background-color: rgb(0, 167, 232);
  padding: 50px 15px;
}
@media (min-width: 1024px) {
  .editor-styles-wrapper .bienvenue .wp-block-media-text > .wp-block-media-text__content {
    padding: 50px 90px;
  }
}
.editor-styles-wrapper .bienvenue .wp-block-media-text > .wp-block-media-text__media {
  margin: 0;
}
@media (min-width: 1024px) {
  .editor-styles-wrapper .bienvenue .wp-block-media-text > .wp-block-media-text__media {
    margin: -50px 0 50px 0;
  }
}
.editor-styles-wrapper .chiffres {
  background-image: url("../im/bg-chiffres.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-bottom: 250px;
  margin: 0 0 0 0;
}
.editor-styles-wrapper .chiffres .wp-block-group {
  justify-content: space-evenly;
  background-color: #fff;
  padding-bottom: 60px;
  flex-wrap: wrap;
  gap: 40px;
}
.editor-styles-wrapper .chiffres .wp-block-getwid-counter {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 65px auto;
  padding-top: 100px;
  width: 155px;
}
.editor-styles-wrapper .chiffres .wp-block-getwid-counter .wp-block-getwid-counter__number {
  color: rgb(38, 40, 51);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 54.545% */
}
.editor-styles-wrapper .chiffres .wp-block-getwid-counter .wp-block-getwid-counter__suffix {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.editor-styles-wrapper .chiffres .wp-block-getwid-counter .wp-block-getwid-counter__suffix:first-letter {
  text-transform: uppercase;
}
.editor-styles-wrapper .chiffres .wp-block-getwid-counter.eleves {
  background-image: url("../im/eleves.png");
}
.editor-styles-wrapper .chiffres .wp-block-getwid-counter.parclasse {
  background-image: url("../im/parclasse.png");
  background-position: 50% 15px;
}
.editor-styles-wrapper .chiffres .wp-block-getwid-counter.formations {
  background-image: url("../im/formations.png");
  background-position: 50% 10px;
}
.editor-styles-wrapper .chiffres .wp-block-getwid-counter.reussite {
  background-image: url("../im/resultat.png");
}
.editor-styles-wrapper .chiffres h2 {
  color: rgb(38, 40, 51);
  text-align: center;
  font-size: 43px;
  font-weight: 250;
  line-height: 45px; /* 104.651% */
  letter-spacing: 0.86px;
  text-transform: uppercase;
}
.editor-styles-wrapper .livret {
  margin: -40px 0 0 0;
  padding: 0 0 25px 0;
}
.editor-styles-wrapper .livret hr {
  width: 100%;
  margin: 0 auto 0 0;
  max-width: 100% !important;
  height: 1px;
  background-color: rgb(165, 165, 165);
}
.editor-styles-wrapper .livret h2 {
  color: rgb(38, 40, 51);
  font-family: "Sofia Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 35px; /* 116.667% */
  text-transform: uppercase;
}
.editor-styles-wrapper .livret .wp-block-media-text__content {
  padding-top: 80px;
}
.editor-styles-wrapper .livret .wp-block-media-text__content p {
  font-size: 18px !important;
}
.editor-styles-wrapper .btn-livret-wrapper {
  position: absolute;
  z-index: 999;
  bottom: 0px;
  right: 0px;
  width: 310px;
  height: 310px;
}
.editor-styles-wrapper .btn-livret-wrapper p.btn-livret {
  position: absolute;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  padding: 0;
  left: 120px;
  top: 150px;
}
.editor-styles-wrapper .btn-livret-wrapper p.btn-livret a {
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(0, 167, 232);
  font-family: "Sofia Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px; /* 111.111% */
  text-transform: uppercase;
  background: url("../im/btn-plaquette.png") no-repeat 100% 0;
  background-size: 60px 60px;
  padding: 70px 0 0 0;
  margin: 10px 0 0 30px;
}
.editor-styles-wrapper .btn-livret-wrapper p.btn-livret a span {
  border-top: solid 1px rgb(0, 167, 232);
  padding: 10px 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  gap: 10px;
  z-index: 99;
  text-decoration: none;
}
.editor-styles-wrapper .btn-livret-wrapper p.btn-livret a span:before {
  display: block;
  font-family: Linearicons-Free;
  content: "\e87a";
}
.editor-styles-wrapper .btn-livret-wrapper p.btn-livret a:hover, .editor-styles-wrapper .btn-livret-wrapper p.btn-livret a:focus, .editor-styles-wrapper .btn-livret-wrapper p.btn-livret a:active {
  text-decoration: none;
  color: rgb(38, 40, 51) !important;
}
.editor-styles-wrapper .btn-livret-wrapper p.btn-livret a:before {
  content: "";
  display: block;
  width: 320px;
  height: 320px;
  background-color: #fff;
  border-radius: 28px;
  position: absolute;
  top: 90%;
  left: 90%;
  transform: translate(-50%, -50%) rotate(35deg);
  opacity: 0.3;
  transform-origin: center;
}
.editor-styles-wrapper .btn-livret-wrapper p.btn-livret a:after {
  content: "";
  display: block;
  width: 320px;
  height: 320px;
  background-color: #fff;
  border-radius: 28px;
  position: absolute;
  top: 90%;
  left: 90%;
  transform: translate(-50%, -50%) rotate(15deg);
  opacity: 0.1;
  transform-origin: center;
  pointer-events: none;
}
.editor-styles-wrapper .btn-livret-wrapper p.btn-livret:before {
  content: "";
  display: block;
  width: 320px;
  height: 320px;
  background-color: #fff;
  border-radius: 28px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
.editor-styles-wrapper .btn-livret-wrapper p.btn-livret:hover:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.editor-styles-wrapper .campagne-taxe {
  position: relative;
  z-index: 10;
  background-color: rgb(244, 232, 83);
  margin-bottom: 0;
}
.editor-styles-wrapper .campagne-taxe .wp-block-group {
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 0;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .editor-styles-wrapper .campagne-taxe .wp-block-group {
    padding-left: 250px;
    padding-bottom: 0;
    background-image: url("../im/campagne-taxe.png");
  }
}
.editor-styles-wrapper .campagne-taxe .wp-block-group p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  padding: 20px 0;
  margin: 0;
  max-width: 450px;
}
.editor-styles-wrapper .campagne-taxe .wp-block-button .wp-block-button__link {
  border-color: #000;
  background-color: transparent;
  color: #000;
  white-space: nowrap !important;
}
.editor-styles-wrapper .campagne-taxe .wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: #000;
}

div[data-widget-area-id=header-right] {
  background-color: rgb(0, 167, 232);
}

.wp-block[data-type="core/widget-area"],
.blocks-widgets-container .editor-styles-wrapper {
  max-width: 1300px;
}

.wp-block-getwid-section__inner-content {
  padding: 0 25px;
}

.wp-block-getwid-section.diaporama-header-section,
#diaporama-header {
  position: relative;
  overflow: hidden;
  height: 80vh;
  width: 100%;
  background: url("../im/lycee-louis-querbes-facade.png") no-repeat 50% 50%;
  background-size: cover;
}
@media (min-width: 769px) {
  .wp-block-getwid-section.diaporama-header-section,
  #diaporama-header {
    height: clamp(500px, max(53.3333333333vw, 95vh), 95vh);
  }
}
.wp-block-getwid-section.diaporama-header-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper,
#diaporama-header .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
  padding-top: 80px;
}
@media (min-width: 769px) {
  .wp-block-getwid-section.diaporama-header-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper,
  #diaporama-header .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
    padding-top: 150px;
  }
}
.wp-block-getwid-section.diaporama-header-section .wp-block-getwid-section__foreground,
#diaporama-header .wp-block-getwid-section__foreground {
  background: rgba(0, 0, 0, 0.2);
}
.wp-block-getwid-section.diaporama-header-section::before,
#diaporama-header::before {
  /*
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

  background: linear-gradient(
                  to bottom,
                  rgba(0,0,0,0.5) 0%,
                  rgba(0,0,0,0) 100%
  );
  */
}
.wp-block-getwid-section.diaporama-header-section .wp-block-getwid-section__background-holder::after,
#diaporama-header .wp-block-getwid-section__background-holder::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}
.wp-block-getwid-section.diaporama-header-section p,
#diaporama-header p {
  margin: 0;
}

body.home .wp-block-getwid-section.diaporama-header-section,
body.home #diaporama-header {
  max-height: 800px;
}

a.cdv-scroll-down {
  cursor: pointer;
}
a.cdv-scroll-down::after {
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: calc(50% - 30px);
  bottom: 25px;
  z-index: 9999;
  text-align: center;
  border-radius: 50%;
  content: "\e874";
  font-size: 28px;
  line-height: 50px;
  color: rgb(38, 40, 51);
  font-family: "Linearicons-Free";
  font-weight: 900;
  animation: cdv-bounceFade 1.8s ease-in-out infinite;
}

#fil-ariane-wrapper {
  background-color: rgb(38, 40, 51);
  padding: 20px 45px 15px 45px;
}
#fil-ariane-wrapper #fil-ariane {
  font-size: 17px;
  color: #ffffff;
  font-weight: 700;
  max-width: 1300px;
  margin: 0 auto;
}
#fil-ariane-wrapper #fil-ariane a {
  color: #ffffff;
  text-decoration: none;
}
#fil-ariane-wrapper #fil-ariane a:hover {
  text-decoration: underline;
}
#fil-ariane-wrapper #fil-ariane .breadcrumb_last {
  font-weight: 900;
  text-decoration: underline;
}

.main-top-bar-wrapper {
  background-color: rgb(0, 167, 232);
  z-index: 10;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
  text-align: center;
  min-height: 65px;
}
@media (min-width: 768px) {
  .main-top-bar-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: right;
  }
}
.main-top-bar-wrapper .wp-block-social-links {
  gap: 10px;
  margin: 0;
}
.main-top-bar-wrapper .wp-social-link {
  background-color: #ffffff !important;
  border-radius: 5px;
}
.main-top-bar-wrapper .wp-block-social-links a {
  font-size: 23px;
  padding: 0;
  color: rgb(0, 167, 232);
}
.main-top-bar-wrapper .wp-block-social-links a svg {
  color: rgb(0, 167, 232) !important;
  fill: rgb(0, 167, 232) !important;
}
.main-top-bar-wrapper .wp-block-button__link {
  color: #fff !important;
  background-color: transparent;
}
.main-top-bar-wrapper .wp-block-button__link:hover {
  background: #ffffff;
  color: rgb(0, 167, 232) !important;
}
.main-top-bar-wrapper .cta-carnus-topbar .wp-block-button__link {
  text-transform: none !important;
}
.main-top-bar-wrapper figure a {
  display: block;
}
.main-top-bar-wrapper figure a img {
  transition: transform 0.18s ease, filter 0.18s ease, opacity 0.18s ease;
}
.main-top-bar-wrapper figure a:hover img, .main-top-bar-wrapper figure a:focus-visible img {
  transform: translateY(-1px);
  opacity: 0.8;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
@media (max-width: 769px) {
  .main-top-bar-wrapper .cta-carnus-topbar, .main-top-bar-wrapper .wp-block-social-links {
    display: none;
  }
}

.col-laterale {
  width: 300px;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0 0 0;
}
@media (max-width: 481px) {
  .col-laterale {
    margin: 40px auto;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
}
.col-laterale ul.sidebar-menu, .col-laterale ul.sub-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: fit-content;
}
.col-laterale ul.sidebar-menu li, .col-laterale ul.sub-menu li {
  display: none;
  margin: 0;
  padding: 0;
}
.col-laterale ul.sidebar-menu li:not(:last-child), .col-laterale ul.sub-menu li:not(:last-child) {
  border-bottom: solid 1px rgb(208, 208, 208);
}
.col-laterale ul.sidebar-menu li a, .col-laterale ul.sub-menu li a {
  display: block;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0;
  color: rgb(165, 165, 165);
  font-weight: 900;
}
.col-laterale ul.sidebar-menu li.current-menu-ancestor, .col-laterale ul.sidebar-menu li.current-menu-ancestor li, .col-laterale ul.sidebar-menu li.current-menu-item, .col-laterale ul.sidebar-menu li.current-menu-item li, .col-laterale ul.sub-menu li.current-menu-ancestor, .col-laterale ul.sub-menu li.current-menu-ancestor li, .col-laterale ul.sub-menu li.current-menu-item, .col-laterale ul.sub-menu li.current-menu-item li {
  display: block;
}
.col-laterale ul.sidebar-menu li.current-menu-item > a, .col-laterale ul.sidebar-menu li.current-menu-ancestor > a, .col-laterale ul.sub-menu li.current-menu-item > a, .col-laterale ul.sub-menu li.current-menu-ancestor > a {
  color: rgb(38, 40, 51);
}
.col-laterale ul.sidebar-menu li.current-menu-ancestor > a, .col-laterale ul.sidebar-menu li.menu-item-has-children.current-menu-item > a, .col-laterale ul.sub-menu li.current-menu-ancestor > a, .col-laterale ul.sub-menu li.menu-item-has-children.current-menu-item > a {
  display: none;
}
.col-laterale ul.sidebar-menu li.current-menu-ancestor ul.sub-menu::before, .col-laterale ul.sidebar-menu li.menu-item-has-children.current-menu-item ul.sub-menu::before, .col-laterale ul.sub-menu li.current-menu-ancestor ul.sub-menu::before, .col-laterale ul.sub-menu li.menu-item-has-children.current-menu-item ul.sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: rgb(38, 40, 51);
  margin: 8px 0;
}
.col-laterale a.to-top {
  display: block;
  margin: 25px auto;
  width: 40px;
  cursor: pointer;
  text-decoration: none;
}
.col-laterale a.to-top::before {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  border: solid 1px #fff;
  border-radius: 50%;
  content: "\e873";
  font-size: 26px;
  color: #000;
  font-family: "Linearicons-Free";
  font-weight: 900;
}
.col-laterale a.to-top:hover::before {
  border: solid 1px #000;
}
.col-laterale .primary-menu-more {
  display: none;
}
.col-laterale ul.wp-block-social-links {
  margin: 0 90px 0 auto !important;
  width: fit-content;
  gap: 10px;
}
.col-laterale ul.wp-block-social-links .wp-social-link {
  background-color: rgb(38, 40, 51) !important;
  border-radius: 5px;
  height: 30px;
  width: 30px;
}
.col-laterale ul.wp-block-social-links .wp-social-link a {
  font-size: 28px;
  padding: 1px;
  color: #fff;
}
.col-laterale ul.wp-block-social-links .wp-social-link a svg {
  color: #fff !important;
  fill: #fff !important;
}
.col-laterale ul.wp-block-social-links::before {
  content: "";
  display: block;
  height: 2px;
  background-color: rgb(208, 208, 208);
  width: 90px;
}
.col-laterale.fixable {
  position: relative;
}
.col-laterale.fixable .col-laterale-content {
  position: static;
  margin-bottom: 45px;
}
.col-laterale.fixable .col-laterale-content.is-fixed {
  position: fixed;
  top: 0; /* ou ce que tu veux */
  left: var(--col-laterale-left);
  width: var(--col-laterale-width);
  /* optionnel : hauteur forcée si besoin */
  /* height: var(--col-laterale-height); */
  z-index: 50;
}
.col-laterale.fixable .col-laterale-content.is-bottom {
  position: absolute;
  left: 0; /* aligné dans la colonne */
  right: 0;
  z-index: 50;
}

.current-menu-wrapper {
  margin: 0 auto;
  max-width: 1300px;
}
.current-menu-wrapper .current-menu-content {
  margin: 0 15px;
  padding: 75px 0 25px 0;
  border-bottom: solid 6px rgb(38, 40, 51);
}
@media (min-width: 769px) {
  .current-menu-wrapper .current-menu-content {
    margin: 0 45px;
  }
}
@media (min-width: 1024px) {
  .current-menu-wrapper .current-menu-content {
    margin: 0 95px;
  }
}
.current-menu-wrapper .current-menu-content ul.sub-menu-pages {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 1;
  column-gap: 40px;
  /* === Séparateurs verticaux === */
  background-repeat: no-repeat;
}
@media (min-width: 481px) {
  .current-menu-wrapper .current-menu-content ul.sub-menu-pages {
    column-count: 2;
  }
}
@media (min-width: 769px) {
  .current-menu-wrapper .current-menu-content ul.sub-menu-pages {
    column-count: 3;
    background-image: linear-gradient(to right, transparent calc(33.333% - 20px), rgb(208, 208, 208) calc(33.333% - 20px), rgb(208, 208, 208) calc(33.333% - 19px), transparent calc(33.333% - 19px), transparent calc(66.666% - 20px), rgb(208, 208, 208) calc(66.666% - 20px), rgb(208, 208, 208) calc(66.666% - 19px), transparent calc(66.666% - 19px));
  }
}
.current-menu-wrapper .current-menu-content ul.sub-menu-pages li {
  margin: 0;
}
.current-menu-wrapper .current-menu-content ul.sub-menu-pages li a {
  color: rgb(165, 165, 165);
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.current-menu-wrapper .current-menu-content ul.sub-menu-pages li.current-menu-item a {
  color: rgb(38, 40, 51);
}

body.page-template-default .content-area,
body.page-template-page-submenu .content-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 90px 0 0 0;
  max-width: 1300px;
}
@media (max-width: 1024px) {
  body.page-template-default .content-area,
  body.page-template-page-submenu .content-area {
    flex-direction: column;
    justify-content: center;
  }
}
body.page-template-default .content-area .site-main,
body.page-template-page-submenu .content-area .site-main {
  flex-basis: auto;
  flex-grow: 1;
  margin-bottom: 45px;
  max-width: 1300px;
}
@media (max-width: 1024px) {
  body.page-template-default .content-area .site-main,
  body.page-template-page-submenu .content-area .site-main {
    max-width: 100%;
  }
}

body.home #diaporama-header .wp-block-getwid-section__inner-content {
  display: none;
}
@media (min-width: 769px) {
  body.home #diaporama-header .wp-block-getwid-section__inner-content {
    display: block;
  }
}

body.page-template-default:not(.home) .content-area .entry-content {
  max-width: 1300px;
  margin: 0 auto;
}

body.page-template-page-submenu .content-area {
  max-width: 1300px;
}
body.page-template-page-submenu .content-area .site-main {
  max-width: 100%;
}
@media (min-width: 769px) {
  body.page-template-page-submenu .content-area .site-main {
    max-width: calc(100% - 235px);
  }
}

a.to-top {
  position: fixed;
  right: 25px; /* distance du bord gauche */
  bottom: 25px; /* distance du bord bas */
  z-index: 99; /* toujours au-dessus */
  display: block;
  width: 35px;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 769px) {
  a.to-top {
    right: 20px; /* distance du bord gauche */
    bottom: 120px; /* distance du bord bas */
  }
}
a.to-top::before {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  content: "\e873";
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  color: rgb(38, 40, 51);
  font-family: "Linearicons-Free";
  font-weight: 900;
}
a.to-top:hover::before {
  background-color: rgb(226, 223, 209);
}
a.to-top:hover::after {
  display: block;
  position: absolute;
  top: 0px;
  left: 13px;
  content: "\e873";
  font-family: "Linearicons-Free";
  color: rgb(38, 40, 51);
  font-size: 10px;
  line-height: 50px;
}

nav.internal-menu {
  position: relative;
  padding: 0 0 40px 0;
  background-color: #ffffff;
  transition: top 0.2s ease, box-shadow 0.2s ease;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  /*
  &::after {
    content: '';display: block;margin: 55px auto 0 auto;
    width: 70px;height: 2px;background-color: $ocre;
  }
  */
}
nav.internal-menu.is-fixed {
  position: fixed;
  left: var(--internal-menu-left);
  width: 100%;
  padding-top: 40px;
  margin-left: -50px;
  padding-left: 50px;
  z-index: 9999;
}
nav.internal-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: solid 2px rgb(38, 40, 51);
  gap: 20px;
}
nav.internal-menu ul li {
  flex: 1 1 0;
  margin: 0;
  padding: 0;
}
nav.internal-menu ul li.active > a {
  color: rgb(38, 40, 51);
  text-decoration: none;
}
nav.internal-menu ul li a {
  display: block;
  line-height: 20px;
  font-size: 18px;
  font-weight: 900;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: rgb(165, 165, 165);
  padding: 5px 0;
}
nav.internal-menu ul li a:hover {
  color: rgb(38, 40, 51);
  text-decoration: none;
}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
  font-size: 17px;
}

a:focus {
  outline: none;
}

a:focus-visible {
  outline: 2px solid #000; /* ou un style discret mais visible pour accessibilité */
}

.ric-map-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0 !important;
}

.ric-map {
  position: relative;
  width: 100%;
  height: 350px; /* ajuste à ton design */
  border-radius: 8px;
  overflow: hidden;
}
.ric-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #E3DFCF;
  mix-blend-mode: multiply;
  opacity: 0.65;
  pointer-events: none;
  z-index: 10;
}
.ric-map .leaflet-tile-pane img.leaflet-tile {
  filter: grayscale(0.8) saturate(0.6) brightness(1.05);
  transition: filter 0.3s ease;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  display: block !important;
}

.ric-route-control a {
  padding: 0 10px;
  line-height: 30px;
  text-decoration: none;
  font-family: inherit;
  font-size: 13px;
  color: #fff !important;
  width: fit-content !important;
  background-color: rgb(0, 167, 232) !important;
}

.cmplz-cookiebanner .cmplz-links ul li {
  margin-top: 0;
}

.aside-content {
  margin: 0 auto;
  max-width: 1300px;
}
.aside-content h2 {
  position: relative;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1.05; /* 104.651% */
  letter-spacing: 0.86px;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
}
@media (min-width: 769px) {
  .aside-content h2 {
    font-size: 43px;
  }
}
.aside-content h2:before {
  content: "";
  display: block;
  margin: 0 auto 45px auto;
  background-color: rgb(38, 40, 51);
  height: 2px;
  width: 70px;
}

/* Sommaire */
.bloc-sommaire .paves-page {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-around;
}
.bloc-sommaire .paves-page__link {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 1 300px;
  max-width: 300px;
  min-height: 300px;
  background: rgb(4, 42, 77) url("../im/logo-link-bg.png") no-repeat 50% 50%;
}
@media (min-width: 769px) {
  .bloc-sommaire .paves-page__link {
    flex: 0 0 calc((100% - 50px) / 3);
  }
}
.bloc-sommaire .paves-page__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.55) 50%);
  transition: height 0.25s ease;
}
.bloc-sommaire .paves-page__link:hover::after, .bloc-sommaire .paves-page__link:focus-visible::after {
  height: 100%;
}
.bloc-sommaire .paves-page__link:hover .paves-page__title, .bloc-sommaire .paves-page__link:focus-visible .paves-page__title {
  color: #ffffff;
}
.bloc-sommaire .paves-page__link:hover .paves-page__text, .bloc-sommaire .paves-page__link:focus-visible .paves-page__text {
  transform: translateY(-55px);
}
.bloc-sommaire .paves-page__link:hover .paves-page__excerpt, .bloc-sommaire .paves-page__link:focus-visible .paves-page__excerpt {
  opacity: 1;
  max-height: 115px;
  transform: translateY(0);
}
.bloc-sommaire .paves-page__media {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.bloc-sommaire .paves-page__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc-sommaire .paves-page__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translateY(0);
  transition: transform 0.25s ease;
  text-align: center;
}
.bloc-sommaire .paves-page__title {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.86px;
  text-transform: uppercase;
  color: #fff;
}
.bloc-sommaire .paves-page__excerpt {
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, max-height 0.25s ease, transform 0.25s ease;
}

.entry-content a {
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}

/*
.site-footer-content {
  display: none;
}
*/
#aloaWVLZone_1 {
  min-height: 400px;
}

ul.chroniques__list {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 15px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  ul.chroniques__list {
    justify-content: flex-start;
  }
}
ul.chroniques__list .chroniques__item {
  margin: 0;
  padding: 0;
  display: none;
}
ul.chroniques__list .chroniques__item:first-child {
  display: block;
}
@media (min-width: 768px) {
  ul.chroniques__list .chroniques__item:nth-child(-n+2) {
    display: block;
  }
}
ul.chroniques__list .chroniques__item .chroniques__link {
  display: flex;
  position: relative;
  width: 300px;
  height: 300px;
  flex-direction: column;
  text-decoration: none;
  text-align: center;
}
ul.chroniques__list .chroniques__item .chroniques__link .chroniques__media img {
  width: 100%;
  height: auto;
  display: block;
}
ul.chroniques__list .chroniques__item .chroniques__link .chroniques__content {
  /* Animation */
  transition: height 260ms ease;
  will-change: height;
  background-color: rgb(104, 90, 60);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 10px;
  height: 140px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  color: #FFF;
  text-align: center;
  font-family: "Sofia Sans Condensed", sans-serif;
  line-height: 25px; /* 156.25% */
  overflow: hidden;
}
ul.chroniques__list .chroniques__item .chroniques__link .chroniques__content .chroniques__title {
  display: block;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 900;
}
ul.chroniques__list .chroniques__item .chroniques__link .chroniques__content .chroniques__excerpt {
  /* IMPORTANT : ne jamais faire display:none si on veut animer */
  display: block;
  /* ÉTAT FERMÉ (caché) */
  max-height: 0;
  opacity: 0;
  transform: translateY(8px);
  overflow: hidden;
  transition: max-height 260ms ease, opacity 180ms ease, transform 180ms ease;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-weight: 400;
}
ul.chroniques__list .chroniques__item .chroniques__link:hover .chroniques__content {
  height: 190px;
}
ul.chroniques__list .chroniques__item .chroniques__link:hover .chroniques__excerpt {
  max-height: 120px; /* valeur > hauteur réelle du texte */
  opacity: 1;
  transform: translateY(0);
}

.site-footer-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 25px;
}
.site-footer-content p.footer-titre {
  font-family: "Sofia Sans", sans-serif;
  color: rgb(38, 40, 51);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 178.571% */
  text-transform: uppercase;
  border-left: 2px rgb(208, 208, 208) solid;
  padding: 0 0 0 35px;
  margin: 0;
}
.site-footer-content p.footer-titre strong {
  font-size: 20px;
  line-height: 22px;
}
.site-footer-content p.footer-adresse {
  border-left: 2px rgb(208, 208, 208) solid;
  padding: 0 0 0 35px;
  margin: 0;
  font-size: 16px;
}
.site-footer-content .wp-block-buttons {
  margin-bottom: 10px;
}
.site-footer-content .wp-block-social-links {
  gap: 10px;
  margin: 0;
}
.site-footer-content .wp-social-link {
  background-color: #fff !important;
  border-radius: 5px;
}
.site-footer-content .wp-block-social-links a {
  font-size: 23px;
  padding: 0;
  color: rgb(38, 40, 51);
}
.site-footer-content .wp-block-social-links a svg {
  color: rgb(38, 40, 51) !important;
  fill: rgb(38, 40, 51) !important;
}
.site-footer-content .wp-block-button__link {
  color: #fff !important;
  background-color: transparent;
}
.site-footer-content .wp-block-button__link:hover {
  background: #ffffff;
  color: rgb(38, 40, 51) !important;
}
.site-footer-content ul#menu-menu-pied-de-page {
  border-top: rgb(144, 149, 177) solid 1px;
  border-bottom: rgb(144, 149, 177) solid 1px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.site-footer-content ul#menu-menu-pied-de-page li {
  margin: 0;
  padding: 0;
}
.site-footer-content ul#menu-menu-pied-de-page li:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: rgb(165, 165, 165);
  display: block;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.site-footer-content ul#menu-menu-pied-de-page li:hover::before {
  transform: scaleX(0);
}
.site-footer-content ul#menu-menu-pied-de-page li a {
  color: rgb(165, 165, 165);
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px; /* 166.667% */
  text-transform: uppercase;
}
.site-footer-content ul#menu-menu-pied-de-page li a:hover {
  color: rgb(38, 40, 51);
}
.site-footer-content .partenaires {
  padding: 20px 0;
}
.site-footer-content .partenaires figure.wp-block-image {
  display: inline-block;
  margin: 0;
  position: relative;
}
.site-footer-content .partenaires figure.wp-block-image img {
  height: 80px !important;
  width: auto !important;
  display: inline-block !important;
  margin: 0 10px 0 0;
  flex: none !important;
  object-fit: none !important;
}
.site-footer-content ul#menu-menu-legal {
  padding: 0 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.site-footer-content ul#menu-menu-legal li {
  margin: 0;
  padding: 0;
}
.site-footer-content ul#menu-menu-legal li:not(:last-child):after {
  content: " | ";
}
.site-footer-content ul#menu-menu-legal li a {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.site-footer-content ul#menu-menu-legal li a:hover {
  color: #fff;
  text-decoration: underline;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: rgb(0, 167, 232);
}

/* Vidéo YouTube Getwid en "cover" dans le header */
#diaporama-header .wp-block-getwid-section__background-video-wrapper,
.wp-block-getwid-section.diaporama-header-section .wp-block-getwid-section__background-video-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

/* L’iframe doit couvrir le conteneur (effet background-size: cover) */
#diaporama-header iframe.wp-block-getwid-section__background-video-youtube,
.wp-block-getwid-section.diaporama-header-section iframe.wp-block-getwid-section__background-video-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 */
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

table th:first-child,
table td:first-child {
  width: 200px;
}

a.home-mobile {
  position: absolute;
  left: 50%;
  top: 80px;
  margin: 0 0 0 -120px;
  display: block;
  width: 240px;
  height: 80px;
  z-index: 100;
  background: url("../im/LOGO_QUERBES_BLANC.png") no-repeat 50% 0;
  background-size: contain;
}
@media (min-width: 769px) {
  a.home-mobile {
    display: none;
  }
}

/*# sourceMappingURL=theme.css.map */
