@charset "UTF-8";
.styleguide {
  font-family: Roboto,sans-serif;
  font-weight: 400;
  font-style: normal
}
.styleguide main h1 {
  font-size: 50px;
  padding: 20px
}
.styleguide main div {
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center
}
.styleguide main div div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start
}
.styleguide main div div h3 {
  font-size: 22px;
  margin: 0 0 20px 0
}
.styleguide main div div ul {
  display: block;
  width: 100%
}
.styleguide main div div ul li {
  margin: 10px 0
}
.styleguide main div div a {
  display: block;
  font-size: 18px;
  color: #000
}
/*!
Theme Name: Serhogar Telheiras
Theme URI: http://underscores.me/
Author: Gonçalo Carvalho
Author URI: https://goncalocarvalho.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: geridoc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
* {
  box-sizing: border-box
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
:focus {
  outline: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
body {
  line-height: 1
}
ol,
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
a:focus {
  outline: thin dotted
}
a:active,
a:hover {
  outline: 0
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic
}
figure {
  margin: 0
}
form {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0;
  white-space: normal
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}
button,
input {
  line-height: normal
}
button,
select {
  text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled],
html input[disabled] {
  cursor: default
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
button,
html,
input,
select,
textarea {
  color: #222
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none
}
::selection {
  background: #b3d4fc;
  text-shadow: none
}
img {
  vertical-align: middle
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0
}
textarea {
  resize: vertical
}
.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px
}
body {
  font-family: Inter;
  color: #3a3a3a
}
body.active {
  overflow: hidden
}
.header {
  display: block;
  position: relative;
  max-width: 1440px;
  margin: 0 auto
}
.header__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  background-color: #fff;
  flex-direction: column
}
.header__container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid rgba(103,103,103,.1)
}
.header__container > div:last-child {
  border-bottom: 0
}
@media screen and (max-width:960px) {
  .header__container > div:last-child {
    display: none
  }
}
.header__container > div .logo.active {
  z-index: 3
}
.header__container > div .logo a img {
  max-width: 200px;
  height: auto
}
.header__container > div > .cta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 50px
}
.header__container > div > .cta > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px
}
@media screen and (max-width:960px) {
  .header__container > div > .cta > div {
    display: none
  }
}
.header__container > div > .cta > div > div img {
  width: 40px
}
.header__container > div > .cta > div > div p {
  font-size: 14px;
  line-height: 18px
}
.header__container > div > .cta > div > div a {
  color: #bf263e;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none
}
.header__container > div > .cta > div > div a:hover {
  color: #941e30
}
.header__container > div > .cta > div > a {
  background-color: #bf263e;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 12px
}
.header__container > div > .cta > div > a:hover {
  background-color: #941e30
}
.header__container > div > .cta > ul {
  display: none
}
@media screen and (max-width:960px) {
  .header__container > div > .cta > ul {
    display: block
  }
}
.header__container > div > .cta > ul li.menu-responsive {
  display: none;
  position: relative
}
@media screen and (max-width:960px) {
  .header__container > div > .cta > ul li.menu-responsive {
    display: block
  }
}
.header__container > div > .cta > ul li.menu-responsive .trigger {
  width: 25px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer
}
.header__container > div > .cta > ul li.menu-responsive .trigger:hover::after,
.header__container > div > .cta > ul li.menu-responsive .trigger:hover::before {
  background-color: #941e30
}
.header__container > div > .cta > ul li.menu-responsive .trigger:hover span {
  background-color: #941e30
}
.header__container > div > .cta > ul li.menu-responsive .trigger::after,
.header__container > div > .cta > ul li.menu-responsive .trigger::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background: #bf263e;
  border-radius: 2px;
  transition: transform .3s ease,top .3s ease,opacity .3s ease
}
.header__container > div > .cta > ul li.menu-responsive .trigger::before {
  top: 0
}
.header__container > div > .cta > ul li.menu-responsive .trigger::after {
  bottom: 0
}
.header__container > div > .cta > ul li.menu-responsive .trigger span {
  width: 25px;
  height: 3px;
  background: #bf263e;
  border-radius: 2px;
  transition: opacity .3s ease
}
.header__container > div > .cta > ul li.menu-responsive .trigger.active {
  z-index: 3
}
.header__container > div > .cta > ul li.menu-responsive .trigger.active::before {
  transform: rotate(45deg);
  top: 42%
}
.header__container > div > .cta > ul li.menu-responsive .trigger.active::after {
  transform: rotate(-45deg);
  bottom: 42%
}
.header__container > div > .cta > ul li.menu-responsive .trigger.active span {
  opacity: 0
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu {
  right: -100%;
  transform: translateX(100%);
  transition: transform .3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  gap: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 2;
  padding: 150px 0 0 0
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu.active {
  transform: translateX(0)
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu.active li {
  width: 100%;
  display: block
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu.active li a {
  color: #333;
  width: 100%;
  padding: 20px;
  display: block;
  text-decoration: none
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu.active li a:hover {
  background-color: rgba(191,38,62,.8);
  color: #fff
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu.active li a:focus {
  border: none;
  outline: 0
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu.active li a::after {
  content: none
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu li.menu-extra-item {
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu li.menu-extra-item > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu li.menu-extra-item > div > div img {
  width: 40px
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu li.menu-extra-item > div > div p {
  font-size: 14px;
  line-height: 18px
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu li.menu-extra-item > div > div > a {
  color: #bf263e;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 0
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu li.menu-extra-item > div > div > a:hover {
  color: #941e30;
  background-color: transparent
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu li.menu-extra-item > div > a {
  background-color: #bf263e;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 12px
}
.header__container > div > .cta > ul li.menu-responsive > ul.menu li.menu-extra-item > div > a:hover {
  background-color: #941e30
}
@media screen and (max-width:960px) {
  .header__container > div .menu {
    display: none
  }
}
.header__container > div .menu ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px
}
@media screen and (max-width:1096px) {
  .header__container > div .menu ul {
    gap: 25px
  }
}
.header__container > div .menu ul li {
  position: relative
}
.header__container > div .menu ul li:hover ul.sub-menu {
  display: flex
}
.header__container > div .menu ul li > a {
  text-decoration: none;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 300
}
@media screen and (max-width:1096px) {
  .header__container > div .menu ul li > a {
    font-size: 14px
  }
}
.header__container > div .menu ul li > a:hover {
  color: #bf263e
}
.header__container > div .right ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px
}
@media screen and (max-width:1096px) {
  .header__container > div .right ul {
    gap: 15px
  }
}
@media screen and (max-width:960px) {
  .header__container > div .right ul li {
    display: none
  }
}
.header__container > div .right ul li a {
  text-decoration: none;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 500
}
@media screen and (max-width:1096px) {
  .header__container > div .right ul li a {
    font-size: 14px
  }
}
.header__container > div .right ul li a img {
  width: 30px
}
.header__container > div .right ul li a.cta {
  background-color: #bf263e;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  transition: background-color .3s ease-in-out
}
@media screen and (max-width:1096px) {
  .header__container > div .right ul li a.cta {
    font-size: 14px
  }
}
.header__container > div .right ul li a.cta:hover {
  background-color: #941e30
}
.top {
  display: block;
  width: 100%;
  position: relative;
  height: 600px;
  background-image: url(../../uploads/2025/04/2147788025.webp);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: right center
}
.top::after {
  content: "";
  background-image: linear-gradient(90deg,#bf263e 25%,rgba(216,240,240,0) 60%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
@media screen and (max-width:960px) {
  .top::after {
    background-image: linear-gradient(90deg,#bf263e 0,rgba(216,240,240,0) 100%)
  }
}
@media screen and (max-width:1200px) {
  .top {
    background-size: 100%;
    background-position: 200px center
  }
}
@media screen and (max-width:960px) {
  .top {
    padding: 70px 0 20px 0;
    background-size: cover;
    background-position: center center
  }
}
.top__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 30px;
  height: 100%;
  gap: 20px
}
@media screen and (max-width:1440px) {
  .top__container {
    padding: 40px
  }
}
@media screen and (max-width:960px) {
  .top__container {
    justify-content: center;
    align-items: center;
    padding: 40px
  }
}
.top__container h1 {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 200;
  z-index: 1
}
@media screen and (max-width:960px) {
  .top__container h1 {
    text-align: center
  }
}
@media screen and (max-width:550px) {
  .top__container h1 {
    font-size: 36px;
    line-height: 37px
  }
}
.top__container h2 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  z-index: 1;
  font-weight: 200
}
@media screen and (max-width:960px) {
  .top__container h2 {
    text-align: center
  }
}
@media screen and (max-width:550px) {
  .top__container h2 {
    font-size: 16px;
    line-height: 25px
  }
}
.top__container h2 strong {
  font-weight: 600
}
.top__container a {
  background-color: #fff;
  color: #bf263e;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 12px;
  z-index: 1;
  margin: 35px 0 0 0;
  transition: background-color .3s ease-in-out
}
.top__container a:hover {
  background-color: rgba(255,255,255,.8)
}
.only-text {
  display: block;
  width: 100%;
  position: relative
}
.only-text__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 30px;
  height: 100%;
  gap: 50px
}
@media screen and (max-width:1440px) {
  .only-text__container {
    padding: 12px 40px;
    gap: 50px
  }
}
@media screen and (max-width:960px) {
  .only-text__container {
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}
.only-text__container.centered {
  align-items: center
}
.only-text__container.centered > div p {
  text-align: center
}
.only-text__container > div {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.only-text__container > div h6 {
  font-size: 16px;
  color: #bf263e;
  margin: 0 0 10px 0;
  font-weight: 300
}
.only-text__container > div h2 {
  font-size: 40px;
  line-height: 48px;
  color: #3a3a3a;
  margin: 0 0 30px 0;
  font-weight: 200
}
@media screen and (max-width:1096px) {
  .only-text__container > div h2 {
    font-size: 32px;
    line-height: 44px
  }
}
@media screen and (max-width:550px) {
  .only-text__container > div h2 {
    font-size: 28px;
    line-height: 32px
  }
}
.only-text__container > div h2:only-child {
  margin: 0
}
.only-text__container > div p {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 20px 0;
  font-weight: 300
}
@media screen and (max-width:550px) {
  .only-text__container > div p {
    font-size: 16px;
    line-height: 26px
  }
}
.only-text__container > div p strong {
  font-weight: 500
}
.only-text__container > div p em {
  font-style: italic
}
.only-text__container > div p a {
  color: #3a3a3a
}
.only-text__container > div > a {
  color: #bf263e;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline
}
.only-text__container > div > a:hover {
  color: #941e30
}
.only-text__container > div ul {
  list-style: disc;
  padding: 0 0 0 17px
}
.only-text__container > div ul li {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300
}
.only-text__container > div ul li strong {
  font-weight: 500
}
.only-text__container > div ul li em {
  font-style: italic
}
.only-text__container > div ul li a {
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .only-text__container > div ul li {
    font-size: 16px;
    line-height: 26px
  }
}
.text-image {
  display: block;
  width: 100%;
  position: relative
}
.text-image.with-background {
  background-image: linear-gradient(325deg,#68c3a9 2%,#66c5c5 100%)
}
.text-image.with-background .text-image__container {
  padding: 100px 16px
}
@media screen and (max-width:1440px) {
  .text-image.with-background .text-image__container {
    padding: 100px 40px
  }
}
.text-image.with-background .text-image__container h2,
.text-image.with-background .text-image__container h6,
.text-image.with-background .text-image__container p {
  color: #fff
}
.text-image__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 30px;
  height: 100%;
  gap: 50px
}
@media screen and (max-width:1440px) {
  .text-image__container {
    padding: 12px 40px;
    gap: 50px
  }
}
@media screen and (max-width:960px) {
  .text-image__container {
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}
.text-image__container.invert {
  flex-direction: row-reverse
}
@media screen and (max-width:960px) {
  .text-image__container.invert {
    flex-direction: column
  }
}
.text-image__container.invert > div {
  align-items: flex-end
}
.text-image__container.invert > div h2,
.text-image__container.invert > div h6 {
  width: 90%
}
@media screen and (max-width:960px) {
  .text-image__container.invert > div h2,
  .text-image__container.invert > div h6 {
    width: 100%;
    text-align: center
  }
}
.text-image__container.centered {
  align-items: center
}
.text-image__container > div {
  width: 55%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start
}
@media screen and (max-width:960px) {
  .text-image__container > div {
    width: 100%;
    justify-content: center;
    align-items: center
  }
}
.text-image__container > div:last-child {
  width: 45%
}
@media screen and (max-width:960px) {
  .text-image__container > div:last-child {
    width: 100%
  }
}
.text-image__container > div img {
  max-width: 100%;
  border-radius: 10px;
  min-height: 550px;
  object-fit: cover
}
@media screen and (max-width:960px) {
  .text-image__container > div img {
    min-height: unset
  }
}
.text-image__container > div h6 {
  font-size: 16px;
  color: #bf263e;
  margin: 0 0 10px 0;
  font-weight: 300
}
.text-image__container > div h2 {
  font-size: 40px;
  line-height: 48px;
  color: #3a3a3a;
  margin: 0 0 30px 0;
  font-weight: 200
}
@media screen and (max-width:1096px) {
  .text-image__container > div h2 {
    font-size: 32px;
    line-height: 44px
  }
}
@media screen and (max-width:550px) {
  .text-image__container > div h2 {
    font-size: 28px;
    line-height: 32px
  }
}
.text-image__container > div h2:only-child {
  margin: 0
}
.text-image__container > div p {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 20px 0;
  font-weight: 300;
  width: 90%
}
@media screen and (max-width:1200px) {
  .text-image__container > div p {
    width: 90%
  }
}
@media screen and (max-width:1096px) {
  .text-image__container > div p {
    width: 100%
  }
}
@media screen and (max-width:550px) {
  .text-image__container > div p {
    font-size: 16px;
    line-height: 26px
  }
}
.text-image__container > div p strong {
  font-weight: 500
}
.text-image__container > div p em {
  font-style: italic
}
.text-image__container > div p a {
  color: #3a3a3a
}
.text-image__container > div ul {
  list-style: disc;
  padding: 0 0 0 17px;
  width: 90%
}
@media screen and (max-width:1200px) {
  .text-image__container > div ul {
    width: 90%
  }
}
@media screen and (max-width:1096px) {
  .text-image__container > div ul {
    width: 100%
  }
}
.text-image__container > div ul li {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 20px 0;
  font-weight: 300
}
.text-image__container > div ul li strong {
  font-weight: 500
}
.text-image__container > div ul li em {
  font-style: italic
}
.text-image__container > div ul li a {
  color: #3a3a3a
}
@media screen and (max-width:550px) {
  .text-image__container > div ul li {
    font-size: 16px;
    line-height: 26px
  }
}
.values {
  display: block;
  width: 100%;
  position: relative;
  background-image: linear-gradient(55deg,#941e30 20%,#bf263e 100%)
}
.values__container {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
  padding: 40px 20px;
  max-width: 1440px;
  margin: 0 auto
}
@media screen and (max-width:1440px) {
  .values__container {
    padding: 40px
  }
}
@media screen and (max-width:960px) {
  .values__container {
    grid-template-columns: repeat(2,1fr)
  }
}
@media screen and (max-width:600px) {
  .values__container {
    grid-template-columns: repeat(1,1fr);
    gap: 20px
  }
}
.values__container > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  padding: 15px 20px;
  gap: 10px
}
.values__container > div:hover {
  background-color: rgba(191,38,62,.05)
}
.values__container > div > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center
}
.values__container > div > div img {
  max-width: 50px;
  height: 70px
}
.values__container > div > div h3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 15px 0
}
.values__container > div > div p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-weight: 200
}
.values__container > div > div p strong {
  font-weight: 700
}
.values__container > div > div p em {
  font-style: italic
}
.values__container > div > div p a {
  color: #3a3a3a
}
.cta-block {
  display: block;
  width: 100%;
  position: relative;
  background-image: linear-gradient(55deg,#941e30 20%,#bf263e 100%)
}
.cta-block__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 30px;
  height: 100%
}
@media screen and (max-width:960px) {
  .cta-block__container {
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}
.cta-block__container > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  width: 80%
}
@media screen and (max-width:960px) {
  .cta-block__container > div {
    align-items: center
  }
}
.cta-block__container > div:last-child {
  width: auto
}
.cta-block__container > div h2 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
  margin: 10px 0
}
@media screen and (max-width:960px) {
  .cta-block__container > div h2 {
    text-align: center
  }
}
.cta-block__container > div p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 200;
  margin: 0 0 10px 0
}
@media screen and (max-width:960px) {
  .cta-block__container > div p {
    text-align: center
  }
}
.cta-block__container > div p strong {
  font-weight: 700
}
.cta-block__container > div p em {
  font-style: italic
}
.cta-block__container > div p a {
  color: #3a3a3a
}
.cta-block__container > div a {
  background-color: #fff;
  color: #bf263e;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 12px;
  z-index: 1;
  margin: 35px 0 0 0;
  transition: background-color .3s ease-in-out
}
.cta-block__container > div a:hover {
  background-color: rgba(255,255,255,.8)
}
.footer {
  display: block;
  position: relative;
  width: 100%;
  background-image: linear-gradient(0deg,#941e30 20%,#bf263e 100%)
}
.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 80px 40px 40px 40px
}
@media screen and (max-width:1440px) {
  .footer__container {
    margin: 0 40px
  }
}
@media screen and (max-width:1290px) {
  .footer__container {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 40px;
    margin: 0
  }
}
.footer__container > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px
}
@media screen and (max-width:1290px) {
  .footer__container > div {
    width: 100%;
    justify-content: center;
    gap: 10px
  }
}
@media screen and (max-width:780px) {
  .footer__container > div {
    flex-direction: column;
    gap: 30px
  }
}
@media screen and (max-width:1290px) {
  .footer__container > div:last-child {
    justify-content: space-between
  }
}
.footer__container > div > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 330px
}
@media screen and (max-width:1290px) {
  .footer__container > div > div {
    max-width: none;
    gap: 20px!important;
    flex: 1
  }
}
@media screen and (max-width:780px) {
  .footer__container > div > div {
    align-items: flex-start!important
  }
}
@media screen and (max-width:1290px) {
  .footer__container > div > div:first-child {
    max-width: 120px
  }
}
@media screen and (max-width:780px) {
  .footer__container > div > div:first-child {
    max-width: none
  }
}
@media screen and (max-width:1290px) {
  .footer__container > div > div:last-child {
    flex: 0 0 auto
  }
}
.footer__container > div > div > a > img {
  max-width: 220px;
  height: auto
}
.footer__container > div > div > div > a {
  text-decoration: none
}
.footer__container > div > div > div > a > img {
  width: 30px
}
.footer__container > div > div h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0
}
.footer__container > div > div ul {
  display: flex;
  flex-direction: column;
  justify-self: unset;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px
}
.footer__container > div > div ul:nth-of-type(2) {
  flex-direction: row;
  gap: 20px
}
.footer__container > div > div ul:nth-of-type(2) li a img {
  max-width: 16px
}
.footer__container > div > div ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px
}
.footer__container > div > div ul li a:hover {
  text-decoration: underline
}
.footer__container > div > div ul li p:only-of-type {
  font-size: 14px!important
}
.footer__container > div > div ul li p:last-child {
  font-size: 12px
}
.footer__container > div > div ul li ul.sub-menu {
  display: none
}
.footer__container > div > div p {
  color: #fff;
  font-size: 14px;
  line-height: 22px
}
.footer__container > div > div p strong {
  font-weight: 700
}
.footer__container > div > div p em {
  font-style: italic
}
.footer__container > div > div p a {
  color: #fff
}
.footer .rights {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 40px 40px 40px;
  max-width: 1440px;
  margin: 0 auto
}
@media screen and (max-width:842px) {
  .footer .rights {
    flex-direction: column;
    gap: 8px
  }
}
.footer .rights p {
  font-size: 12px;
  color: #fff
}
.footer .rights p a {
  color: transparent;
  text-decoration: none
}
@media screen and (max-width:842px) {
  .footer .rights p a {
    position: absolute
  }
}
.footer .rights div a {
  font-size: 12px;
  color: #fff;
  padding: 0 5px 0 0;
  text-decoration: none;
  border-right: 1px solid #fff
}
.footer .rights div a:last-child {
  border-right: 0
}
.legal {
  display: block;
  width: 100%;
  position: relative;
  padding: 100px 20px 40px 20px;
  max-width: 1440px;
  margin: 0 auto
}
@media screen and (max-width:1440px) {
  .legal {
    padding: 200px 40px 40px 40px
  }
}
.legal h1 {
  font-size: 40px;
  line-height: 50px;
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .legal h1 {
    font-size: 36px;
    line-height: 46px
  }
}
.legal h2 {
  font-size: 36px;
  line-height: 46px;
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .legal h2 {
    font-size: 32px;
    line-height: 42px
  }
}
.legal h3 {
  font-size: 32px;
  line-height: 42px;
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .legal h3 {
    font-size: 28px;
    line-height: 38px
  }
}
.legal h4 {
  font-size: 28px;
  line-height: 38px;
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .legal h4 {
    font-size: 24px;
    line-height: 34px
  }
}
.legal h5 {
  font-size: 24px;
  line-height: 34px;
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .legal h5 {
    font-size: 20px;
    line-height: 30px
  }
}
.legal h6 {
  font-size: 20px;
  line-height: 30px;
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .legal h6 {
    font-size: 16px;
    line-height: 26px
  }
}
.legal p {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300
}
@media screen and (max-width:960px) {
  .legal p {
    font-size: 16px;
    line-height: 26px
  }
}
.legal p strong {
  font-weight: 700
}
.legal p em {
  font-style: italic
}
.legal p a {
  color: #3a3a3a
}
.legal ul {
  list-style: disc;
  padding: 0 0 0 17px
}
.legal ul li {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300
}
@media screen and (max-width:960px) {
  .legal ul li {
    font-size: 16px;
    line-height: 26px
  }
}
.legal > figure img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px
}
.wpcf7 {
  width: 100%
}
.wpcf7 form p label {
  font-size: 14px
}
.wpcf7 form p label span {
  width: 100%;
  display: block
}
.wpcf7 form p label span input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 7px;
  border: 1px solid #909090
}
.wpcf7 form p label span textarea {
  width: 100%;
  padding: 8px 10px;
  border-radius: 7px;
  border: 1px solid #909090;
  height: 70px
}
.wpcf7 form p .wpcf7-form-control-wrap input[type=file] {
  display: none
}
.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0
}
.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start
}
.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-list-item label input[type=checkbox] {
  display: none
}
.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #bf263e;
  content: "✔";
  color: #fff;
  font-size: 9px
}
.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-list-item label input[type=checkbox]:not(:checked) + .wpcf7-list-item-label:before {
  border-color: #ccc
}
.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px
}
.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #3a3a3a
}
.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label a:hover {
  color: #d93f57
}
.wpcf7 form p .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(58,58,58,.2);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background-color .3s,border-color .3s
}
.wpcf7 form p .wpcf7-submit {
  background-color: #bf263e;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 40px;
  border-radius: 12px;
  border: 0
}
.wpcf7 form p .wpcf7-submit:hover {
  background-color: #941e30
}
.wpcf7 form p .wpcf7-submit:disabled {
  background-color: #ccc
}
.wpcf7 form p label[for=fileUpload] {
  width: max-content;
  display: inline-block;
  padding: 5px 20px;
  background-color: #bf263e;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s ease;
  border: 1px solid #bf263e;
  margin: 25px 0
}
.wpcf7 form p label[for=fileUpload]:hover {
  background-color: #fff;
  color: #bf263e
}
.wpcf7 form p label[for=fileUpload]:focus {
  border: 1px solid #bf263e
}
.wp-block-latest-posts__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  max-width: 1440px;
  margin: 0 auto;
  gap: 40px
}
@media screen and (max-width:1090px) {
  .wp-block-latest-posts__list {
    padding: 40px 40px
  }
}
.wp-block-latest-posts__list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: calc(50% - 30px)
}
@media screen and (max-width:1090px) {
  .wp-block-latest-posts__list li {
    flex-direction: column
  }
}
@media screen and (max-width:790px) {
  .wp-block-latest-posts__list li {
    width: 100%
  }
}
.wp-block-latest-posts__list li > div {
  display: flex;
  flex-direction: column;
  flex: 1
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  flex: 0 0 200px
}
@media screen and (max-width:1090px) {
  .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
    flex: 0 0 auto;
    width: 100%
  }
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 162px;
  display: block;
  border-radius: 10px;
  object-fit: cover
}
.wp-block-latest-posts__list li .post-content {
  padding: 20px
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
  font-size: 20px;
  line-height: 26px;
  margin: 5px 0 5px 0;
  color: #bf263e;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
  display: block;
  font-size: 12px;
  color: rgba(51,51,51,.4);
  margin-bottom: 0;
  font-weight: 400
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
  font-size: 14px;
  line-height: 20px;
  color: #333
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt .wp-block-latest-posts__read-more {
  color: #bf263e;
  text-decoration: none;
  font-weight: 600
}
.blog-article {
  display: block;
  width: 100%;
  position: relative;
  padding: 100px 20px 40px 20px;
  max-width: 1440px;
  margin: 0 auto
}
@media screen and (max-width:1440px) {
  .blog-article {
    padding: 200px 40px 40px 40px
  }
}
.blog-article .entry-header {
  margin: 0 0 35px 0
}
.blog-article .entry-header h1 {
  font-size: 36px;
  line-height: 46px
}
@media screen and (max-width:960px) {
  .blog-article .entry-header h1 {
    font-size: 32px;
    line-height: 42px
  }
}
.blog-article .entry-header .entry-meta span {
  font-size: 14px;
  color: rgba(51,51,51,.4)
}
.blog-article .entry-header .entry-meta span a {
  text-decoration: none;
  color: rgba(51,51,51,.4)
}
.blog-article .entry-header .entry-meta span a time.updated {
  display: none
}
.blog-article .post-thumbnail {
  margin: 0 0 35px 0
}
.blog-article .post-thumbnail img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px
}
.blog-article .entry-content h1 {
  font-size: 40px;
  line-height: 50px;
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .blog-article .entry-content h1 {
    font-size: 36px;
    line-height: 46px
  }
}
.blog-article .entry-content h2 {
  font-size: 36px;
  line-height: 46px;
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .blog-article .entry-content h2 {
    font-size: 32px;
    line-height: 42px
  }
}
.blog-article .entry-content h3 {
  font-size: 32px;
  line-height: 42px;
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .blog-article .entry-content h3 {
    font-size: 28px;
    line-height: 38px
  }
}
.blog-article .entry-content h4 {
  font-size: 28px;
  line-height: 38px;
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .blog-article .entry-content h4 {
    font-size: 24px;
    line-height: 34px
  }
}
.blog-article .entry-content h5 {
  font-size: 24px;
  line-height: 34px;
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .blog-article .entry-content h5 {
    font-size: 20px;
    line-height: 30px
  }
}
.blog-article .entry-content h6 {
  font-size: 20px;
  line-height: 30px;
  color: #3a3a3a
}
@media screen and (max-width:960px) {
  .blog-article .entry-content h6 {
    font-size: 16px;
    line-height: 26px
  }
}
.blog-article .entry-content p {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300
}
@media screen and (max-width:550px) {
  .blog-article .entry-content p {
    font-size: 16px;
    line-height: 26px
  }
}
.blog-article .entry-content p strong {
  font-weight: 700
}
.blog-article .entry-content p em {
  font-style: italic
}
.blog-article .entry-content p a {
  color: #3a3a3a
}
.blog-article .entry-content ul {
  list-style: disc;
  padding: 0 0 0 17px
}
.blog-article .entry-content ul li {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300
}
@media screen and (max-width:960px) {
  .blog-article .entry-content ul li {
    font-size: 16px;
    line-height: 26px
  }
}
.blog-article .entry-content > figure img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px
}
.blog-article .entry-footer span {
  display: none
}
.post-navigation {
  display: none
}
.homepage iframe {
  width: 100%
}
iframe {
  width: 100%
}