/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v51-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-v51-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v51-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



*,
:after,
:before {
  box-sizing: border-box;
}

li,
ol,
ol[class],
ul,
ul[class] {
  margin: 0;
  padding: 0;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
  margin: 0;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

li,
ol[class],
ul[class] {
  list-style: none;
}

a {
  text-decoration: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  border: none;
  font: inherit;
}

[role="button"],
button {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.hero {
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 30px 0;
  padding: 55px 30px;
}

.hero--left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero--title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.hero--link {
  background: linear-gradient(180deg, #91c538, #648626);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 10px;
}

/* ===================== Adding Header APP Icons ====================== */
.header-app-reg-sign {
  display: flex;
  gap: 1rem;
}

.header-app-wrapper {
  display: flex;
  gap: 1rem;
}

.header-app-wrapper--mobile {
  display: none;
}

/* ============================================= */
@media (max-width: 768px) {
  .hero {
    background: #031d30 !important;
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 15px;
  }

  /* ================== Adding Header APP Icons ======================== */
  .header-app-wrapper {
    display: none;
  }

  .header-app-reg-sign {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .header-app-wrapper--mobile {
    display: inline-block;
    position: absolute;
    /* left: 60%; */
    right: 70px;
  }

  .header-app-item {
    margin: 8px;
  }

  /* ============================================== */
}

.cat--wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: 2fr 1fr;
  margin: 30px 0;
}

.cat--left {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.cat--left-item {
  align-items: flex-start;
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: space-between;
  padding: 15px 15px 5px;
}

.cat--item-info {
  color: #fff;
}

.cat--item-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}

.cat--right {
  background-image: url(cat-bg.svg);
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 24px 17px;
  text-align: center;
}

.cat--right-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 10px;
}

.cat--right-text {
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 23px;
}

.cat--right-link {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #3FD62B;
  border-radius: 10px;
  color: #fff !important;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 10px;
  padding: 15px 10px;
}

.cat--right-link-icon {
  height: 45px;
  width: 45px;
}

.cat--right-link-text {
  font-size: 12px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.cat--right-link-text .smaller {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 768px) {

  .cat--left,
  .cat--wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.app {
  background-color: #145410;
  background-image: url(../images/app-bg.svg);
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: 2fr 1fr;
  margin: 60px 0 30px;
  padding: 23px 42px;
}

.app--title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 10px;
}

.app--text {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.app--links {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.app--right {
  position: relative;
}

.app--right-image {
  bottom: -15px;
  left: 0;
  position: absolute;
  right: -15px;
  top: -70px;
}

.app--right-image img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.app .app--right-image img {
  height: 100% !important;
}

@media (max-width: 768px) {
  .app {
    display: flex;
    flex-direction: column-reverse;
    padding: 23px 15px;
  }

  .app--title {
    font-size: 30px;
  }

  .app--text {
    font-size: 16px;
  }

  .app--right {
    min-height: 300px;
  }

  .app--right-image {
    bottom: 0;
  }

  .app--links {
    display: flex;
    flex-direction: column;
  }

  .app--links a {
    width: 100%;
  }
}

body.-toggle,
html.-toggle {
  overflow: hidden;
}

body {
  background: #0c314d;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  body {
    background: #0c314d;
    font-size: 14px;
    overflow-x: hidden;
  }
}

.container,
.container-page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.container-page {
  max-width: 1000px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
}

.site-header {
  background: #031d30;
  box-shadow: 0 4px 33px 0 rgba(0, 0, 0, 0.2);
  font-family: Roboto, sans-serif;
  padding: 16px 0 0;
}

.site-header--bottom-left {
  width: 100%;
}

.site-header .site-header--row {
  grid-gap: 20px;
  align-items: center;
  display: grid;
  grid-template-columns: max-content 1fr;
  padding-bottom: 15px;
}

.site-header .site-header__logo img {
  height: auto;
  width: 150px;
}

.site-header .site-header--bottom-wrap {
  border-top: 1px solid #000;
  padding: 15px 0;
}

@media (max-width: 768px) {
  .site-header .site-header--bottom-wrap {
    display: none;
  }
}

.site-header .site-header--bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.site-header .site-header--menu-area {
  grid-gap: 16px;
  align-items: center;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  margin-left: auto;
}

.site-header .site-header--menu-area .site-header__menu {
  display: none;
}

@media (max-width: 768px) {
  .site-header .site-header--menu-area {
    grid-gap: 16px;
    background: #031d30;
    display: none;
    grid-template-columns: 86px 1fr;
    height: calc(100% - 72px);
    left: 0;
    overflow-y: auto;
    padding: 20px;
    place-content: flex-start;
    position: fixed;
    top: 72px;
    width: 100%;
    z-index: 99999;
  }

  .site-header .site-header--menu-area .site-header__menu {
    display: block;
  }

  .site-header .site-header--menu-area.-toggle {
    display: grid;
  }
}

.site-header .site-header--menu-btn {
  background: #031d30 url(menu-icons/mob-menu-icon.svg) no-repeat 50%;
  background-size: 15px;
  border-radius: 4px;
  display: none;
  height: 42px;
  justify-self: flex-end;
  width: 42px;
}

.site-header .site-header--menu-btn.-toggle {
  background: #031d30 url(menu-icons/mob-menu-close-icon.svg) no-repeat 50%;
  background-size: 15px;
}

@media (max-width: 768px) {
  .site-header .site-header--menu-btn {
    display: block;
  }
}

.site-header .site-header__menu {
  text-align: right;
}

.site-header .site-header__menu>ul {
  align-items: center;
  display: flex !important;
  gap: 10px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .site-header .site-header__menu {
    grid-column: 1/4;
    grid-row: 1;
    margin-bottom: 64px;
    padding: 0;
    text-align: left;
  }
}

.site-header .site-header__menu ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 32px;
}

@media (max-width: 768px) {
  .site-header .site-header__menu ul {
    display: block !important;
  }
}

.site-header .site-header__menu ul li {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

@media (max-width: 768px) {
  .site-header .site-header__menu ul li:not(:last-child) {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.site-header .site-header__menu ul li a {
  color: #fff;
  padding-left: 28px;
}

.site-header .site-header__menu ul li:first-child a {
  background: url(menu-icons/1.svg) no-repeat 0;
  background-size: 18px;
}

.site-header .site-header__menu ul li:nth-child(2) a {
  background: url(menu-icons/2.svg) no-repeat 0;
  background-size: 18px;
}

.site-header .site-header__menu ul li:nth-child(3) a {
  background: url(menu-icons/3.svg) no-repeat 0;
  background-size: 18px;
}

.site-header .site-header__menu ul li:nth-child(4) a {
  background: url(menu-icons/4.svg) no-repeat 0;
  background-size: 18px;
}

.site-header .site-header__menu ul li:nth-child(5) a {
  background: url(menu-icons/5.svg) no-repeat 0;
  background-size: 18px;
}

.site-header .site-header__menu ul li:nth-child(6) a {
  background: url(menu-icons/6.svg) no-repeat 0;
  background-size: 18px;
}

@media (min-width: 768px) {
  .site-header .site-header__menu ul li.menu-item-has-children {
    padding-right: 24px;
    position: relative;
  }

  .site-header .site-header__menu ul li.menu-item-has-children:after {
    background: url(menu-icons/arrow-down-w.svg) no-repeat 50%;
    background-size: 18px;
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 20px;
  }

  .site-header .site-header__menu ul li.menu-item-has-children:hover:after {
    transform: rotate(180deg);
  }
}

.site-header .site-header__menu ul li ul {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(12, 42, 149, 0.15);
  display: none;
  left: -20px;
  padding: 24px 20px;
  position: absolute;
  top: 100%;
  width: 240px;
  z-index: 999;
}

@media (max-width: 768px) {
  .site-header .site-header__menu ul li ul {
    background: transparent;
    box-shadow: none;
    display: block;
    left: unset;
    padding-bottom: 0;
    position: relative;
    top: unset;
    width: 100%;
  }
}

.site-header .site-header__menu ul li ul li {
  background: transparent !important;
  text-align: left;
}

.site-header .site-header__menu ul li ul li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.site-header .site-header__menu ul li ul li a {
  background: transparent !important;
  color: #031d30;
  font-size: 13px;
  padding: 0;
}

@media (max-width: 768px) {
  .site-header .site-header__menu ul li ul li a {
    color: #fff;
  }
}

.site-header .site-header__menu ul li ul li a:hover {
  opacity: 0.76;
}

@media (min-width: 768px) {
  .site-header .site-header__menu ul li:hover>a {
    opacity: 0.76;
  }

  .site-header .site-header__menu ul li:hover>ul {
    display: block;
  }
}

.site-header .site-header__langs {
  position: relative;
}

@media (max-width: 768px) {
  .site-header .site-header__langs {
    grid-row: 2;
  }
}

.site-header .site-header__langs .site-header__langs--current {
  background: #000;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  height: 42px;
  padding: 5px 10px;
  place-items: center;
  text-transform: uppercase;
}

.site-header .site-header__langs .site-header__langs--current img {
  border-radius: 4px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 24px;
}

.site-header .site-header__langs .site-header__langs--current span {
  color: #fff;
}

.site-header .site-header__langs ul {
  background: #417aa6;
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(12, 42, 149, 0.15);
  display: none;
  padding: 20px;
  position: absolute;
  right: -20px;
  top: 100%;
  width: 180px;
  z-index: 9999;
}

@media (max-width: 768px) {
  .site-header .site-header__langs ul {
    background: #fff;
    bottom: 100%;
    grid-template-columns: repeat(2, 1fr);
    left: 0;
    padding: 20px 14px;
    right: unset;
    top: unset;
    width: 300px;
  }
}

.site-header .site-header__langs ul li:not(:last-child) a {
  border-bottom: 1px solid #386a8f;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

@media (max-width: 768px) {
  .site-header .site-header__langs ul li:not(:last-child) a {
    border: none;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}

.site-header .site-header__langs ul li a {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  place-items: center;
}

.site-header .site-header__langs ul li a:hover {
  opacity: 0.64;
}

.site-header .site-header__langs ul li a img {
  border-radius: 2px;
  height: 14px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 20px;
}

.site-header .site-header__langs ul li a span {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .site-header .site-header__langs ul li a span {
    color: #31343c;
  }
}

.site-header .site-header__langs ul li.current-lang a {
  opacity: 0.64;
}

.site-header .site-header__langs:hover>ul {
  display: block;
}

@media (max-width: 768px) {
  .site-header .site-header__langs:hover>ul {
    display: grid;
  }
}

.site-header .site-header--icon-link {
  align-items: center;
  background: #569ed5;
  border-radius: 4px;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-left: 10px;
  width: 40px;
}

.site-header .site-header--bottom-right {
  display: flex;
}

.site-header .site-header__btn-login {
  background: linear-gradient(180deg, #57a0d8, #417aa6);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
}

@media (max-width: 768px) {
  .site-header .site-header__btn-login {
    grid-column: 1/5;
    grid-row: 4;
    text-align: center;
  }

  .site-header .site-header__btn-login a {
    width: 100% !important;
  }
}

.site-header .site-header__btn-login.-reg {
  background: linear-gradient(180deg, #91c538, #648626);
}

@media (max-width: 768px) {
  .site-header .site-header__btn-login.-reg {
    grid-row: 3;
  }
}

.site-header .site-header__btn-login a {
  color: #fff;
  display: block;
  padding: 0 32px;
  text-align: center;
  width: 178px;
}

.site-header .site-header__btn-login:hover {
  opacity: 0.86;
}

.post-entry {
  color: #fff;
}

.post-entry p:not(:last-child) {
  margin-bottom: 32px;
}

.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  color: #fdfdfd;
  line-height: 1.2;
  margin-bottom: 20px;
}

.post-entry h2 {
  font-size: 36px;
}

@media (max-width: 768px) {
  .post-entry h2 {
    font-size: 26px;
  }
}

.post-entry h3 {
  font-size: 28px;
  margin-bottom: 24px;
  margin-top: 16px;
  position: relative;
}

@media (max-width: 768px) {
  .post-entry h3 {
    font-size: 24px;
  }
}

.post-entry h4 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .post-entry h4 {
    font-size: 18px;
  }
}

.post-entry a {
  color: #3fd62b;
}

.post-entry a:hover {
  color: #14a10a;
}

.post-entry .colored {
  background: #ecf9f1;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 32px 20px;
}

.post-entry .periexomena-title {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  text-transform: uppercase;
  word-spacing: 0.5px;
}

.post-entry .periexomena ol {
  -moz-columns: 2 !important;
  -moz-column-width: 50% !important;
  columns: 50% 2 !important;
  margin-bottom: 0 !important;
  margin-left: 12px !important;
}

@media (max-width: 768px) {
  .post-entry .periexomena ol {
    -moz-columns: 1 !important;
    -moz-column-width: 100% !important;
    columns: 100% 1 !important;
  }
}

.post-entry .periexomena ol li {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 12px;
  position: relative;
}

.post-entry .periexomena ol li:before {
  background: #031d30;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 5px;
}

.post-entry .periexomena ol li a {
  color: #031d30;
}

.post-entry .periexomena ol li a:hover {
  color: #1a1a1a;
}

.post-entry ul {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .post-entry ul {
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.post-entry ul li {
  font-weight: 500;
  padding-left: 24px;
  position: relative;
}

.post-entry ul li:not(:last-child) {
  margin-bottom: 12px;
}

.post-entry ul li:before {
  background: url(menu-icons/li-icon.svg) no-repeat 50%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
}

.post-entry .wp-block-button__link {
  background: #fff000 url(menu-icons/link-icon.svg) no-repeat 18px;
  background-size: 24px;
  border: 1px solid #fff000;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  margin-bottom: 24px;
  padding: 0 20px 0 56px;
  position: relative;
}

@media (max-width: 768px) {
  .post-entry .wp-block-button__link {
    text-align: center;
    width: 260px;
  }
}

.post-entry .wp-block-button__link:hover {
  background: url(//1xportugal.com/wp-content/themes/theme/dist/styles/../../images/link-icon-g.svg) no-repeat 20px;
  background-size: 24px;
  color: #fff !important;
}

.post-entry .wp-block-image {
  margin-bottom: 24px;
}

.post-entry .wp-block-image img {
  margin: 0 auto;
}

.post-entry ol:not(.g-top-ol) {
  counter-reset: num;
  list-style-type: none;
  margin-bottom: 24px;
  margin-left: 56px;
}

.post-entry ol:not(.g-top-ol) li {
  margin: 0 0 32px;
  padding: 0;
  position: relative;
}

.post-entry ol:not(.g-top-ol) li:after {
  background: #032640;
  border: 1px solid #007acc;
  border-radius: 50%;
  color: #007acc;
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  height: 46px;
  left: -55px;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 46px;
  z-index: 1;
}

.post-entry ol:not(.g-top-ol) li:not(:last-child):before {
  background: url(menu-icons/dashed-line-blue.svg) repeat-y top;
  content: "";
  display: inline-block;
  height: 100%;
  left: -32px;
  position: absolute;
  top: 32px;
  width: 1px;
  z-index: 0;
}

.post-entry .wp-element-caption {
  font-size: 15px;
  font-weight: 500;
  margin-top: 16px;
  text-align: center;
}

.post-entry img {
  height: auto !important;
}

.post-entry .wp-block-table {
  background: rgba(20, 160, 255, 0.063);
  border-radius: 10px;
  margin: 20px 0;
  padding: 5px;
}

.has-fixed-layout {
  box-sizing: border-box;
  width: 100%;
}

.post-entry .wp-block-table tbody tr:nth-child(2n) td {
  background: #031d30;
}

.post-entry .wp-block-table tbody tr:nth-child(2n) td:first-child {
  border-radius: 10px 0 0 10px;
}

.post-entry .wp-block-table tbody tr:nth-child(2n) td:last-child {
  border-radius: 0 10px 10px 0;
}

.post-entry .wp-block-table td,
.post-entry .wp-block-table th {
  border: none;
  padding: 20px 16px;
}

.addtoany_list {
  display: block !important;
  margin-top: 24px !important;
}

.faq-block {
  margin: 30px 0 15px;
}

.faq-block .faq-block--items .faq-block--items__item--content {
  display: none;
}

.faq-block .faq-block--items .faq-block--items__item {
  border-bottom: 1px solid #0c314d;
  padding: 15px 0;
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--header {
  font-size: 32px;
  font-weight: 700;
  padding-right: 40px;
  position: relative;
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--header:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.083 15.833 19 23.75l7.917-7.917' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--content {
  color: #fff;
  margin-top: 15px;
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header {
  color: #8ec237;
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.917 22.167 19 14.25l-7.917 7.917' stroke='%238EC237' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content {
  display: block;
}

.site-footer {
  background: #031d30;
  padding: 42px 0;
}

.site-footer--links-left {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.site-footer--links-left a {
  min-width: 230px;
}

.site-footer--socials div {
  align-items: center;
  display: flex;
  gap: 15px;
}

.site-footer--socials a {
  background-color: transparent;
  height: 30px;
  width: 30px;
}

.site-footer--links {
  gap: 15px;
}

.site-footer--links,
.site-footer--middle {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer--middle {
  gap: 20px;
}

.site-footer__logos {
  flex-wrap: wrap;
}

.site-footer--pays,
.site-footer__logos {
  align-items: center;
  display: flex;
  gap: 15px;
}

.site-footer--line {
  background: hsla(0, 0%, 100%, 0.063);
  height: 1px;
  margin: 15px 0;
}

.site-footer .site-footer--dev {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.site-footer .site-footer--dev p {
  margin-bottom: 10px;
}

.site-footer .site-footer--center {
  display: flex;
  flex-wrap: wrap;
}

.site-footer .site-footer--menu-col {
  padding: 0 10px;
  width: 50%;
}

.site-footer .site-footer--menu-col:nth-child(2) {
  padding-left: 40px;
}

.site-footer .site-footer--menu-col li {
  margin-bottom: 25px;
}

.site-footer .site-footer--menu-col a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.site-footer .site-footer--row {
  grid-gap: 24px;
  display: grid;
  grid-template-columns: 2fr 5fr;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .site-footer .site-footer--row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

.site-footer .site-footer--row .site-footer__logo {
  margin-bottom: 43px;
}

.site-footer .site-footer--row .site-footer__logo img {
  max-width: 180px;
}

.site-footer .site-footer--row .site-footer__logos {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 32px;
  place-content: center;
}

.site-footer .site-footer--row .site-footer__logos img {
  height: 30px;
  max-width: auto;
  width: auto;
}

.site-footer .site-footer--copyr {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .site-footer--links {
    justify-content: center;
  }

  .site-footer--links-left a {
    width: 100%;
  }
}

.site-footer__menu {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  padding: 24px 0;
}

.site-footer__menu ul {
  display: flex;
  gap: 20px;
  place-content: center;
  place-items: center;
  text-align: center;
}

@media (max-width: 768px) {
  .site-footer__menu ul {
    flex-direction: column;
    gap: 14px;
    place-content: center;
  }
}

.site-footer__menu ul li {
  display: inline-block;
  margin: 0 14px;
}

.site-footer__menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.site-footer__menu ul li a:hover {
  opacity: 0.76;
}

.footer-dev-block {
  margin-top: 40px;
}

.footer-dev-block p {
  color: #0c314d;
  font-size: 14px;
  margin-bottom: 14px;
}

.footer-dev-block img {
  max-width: 116px;
}

.main-cta-block {
  grid-gap: 32px;
  align-items: center;
  background: #031d30;
  border-radius: 10px;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  margin-bottom: 24px;
  padding: 32px;
}

@media (max-width: 768px) {
  .main-cta-block {
    grid-template-columns: 1fr;
    place-items: center;
  }
}

.main-cta-block .img-w {
  background: #031d30;
  border-radius: 50%;
  display: flex;
  height: 146px;
  padding: 8px;
  place-content: center;
  place-items: center;
  width: 146px;
}

@media (max-width: 768px) {
  .main-cta-block .img-w {
    height: 96px;
    width: 96px;
  }
}

.main-cta-block .img-w img {
  height: auto;
  width: 100%;
}

.main-cta-block .g-cta-block-data {
  padding-right: 64px;
}

@media (max-width: 768px) {
  .main-cta-block .g-cta-block-data {
    padding: 0;
  }
}

.main-cta-block .g-cta-block-data .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .main-cta-block .g-cta-block-data .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.main-cta-block .g-cta-block-data .desc {
  color: #fff;
  font-size: 13px;
  opacity: 0.88;
}

.main-cta-block .g-cta-block-code .g-cta-block-code--title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  text-align: center;
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn {
  margin-bottom: 14px;
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a {
  background: #fff;
  border: 1px solid #fff000;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  position: relative;
  width: 180px;
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .click-text {
  background: #fff000;
  border-radius: 4px;
  color: #31343c;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.25s ease;
  width: calc(100% - 32px);
  z-index: 3;
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .click-text:after {
  background: #fff url(//1xportugal.com/wp-content/themes/theme/dist/styles/../../images/arrow-yellow-left.svg) no-repeat 50%;
  background-size: 8px;
  border: 2px solid #fff000;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  content: "";
  height: 18px;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  z-index: 4;
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .hidden-text {
  color: #31343c;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  padding: 0 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .hidden-text:focus {
  border: none;
  outline: none;
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn:hover .click-text {
  left: -100%;
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str {
  font-size: 14px;
  margin: 14px 0 24px;
}

@media (max-width: 768px) {
  .main-cta-block .g-cta-block-code .g-cta-block-code--test-str {
    text-align: center;
  }
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str i {
  background: url(//1xportugal.com/wp-content/themes/theme/dist/styles/../../images/test-icon.svg) no-repeat 50%;
  background-size: contain;
  display: inline-block;
  height: 16px;
  margin-right: 6px;
  position: relative;
  top: 3px;
  width: 16px;
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str span {
  color: #fff000;
  font-weight: 700;
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str p {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.g-cta-block-code--link {
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
}

@media (max-width: 768px) {
  .g-cta-block-code--link {
    display: block;
    text-align: center;
  }
}

.g-cta-block-code--link .g-cta-block-code--link__btn {
  color: #007acc;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
}

.g-cta-block-code--link .g-cta-block-code--link__content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(12, 42, 149, 0.15);
  color: #242424;
  display: none;
  font-size: 13px;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 240px;
  z-index: 999;
}

@media (max-width: 768px) {
  .g-cta-block-code--link .g-cta-block-code--link__content {
    bottom: 100%;
    left: 50%;
    right: unset;
    top: unset;
    transform: translateX(-50%);
  }
}

.g-cta-block-code--link .g-cta-block-code--link__content a {
  color: #0855cc;
}

.g-cta-block-code--link .g-cta-block-code--link__content a:hover {
  color: #31343c;
}

.g-cta-block-code--link:hover .g-cta-block-code--link__content {
  display: block;
}

.g-cta-block {
  grid-gap: 20px;
  align-items: center;
  background: #fff url(//1xportugal.com/wp-content/themes/theme/dist/styles/../../images/cta-bg-o.png) repeat 50%;
  background-size: 150%;
  border: 1px solid #0c314d;
  border-radius: 10px;
  box-shadow: 0 4px 22px 0 rgba(0, 122, 204, 0.15);
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  margin-bottom: 24px;
  padding: 30px 20px;
}

@media (max-width: 768px) {
  .g-cta-block {
    display: block;
    padding: 24px 16px;
  }
}

.g-cta-block .g-cta-block__img {
  background: #dbe5ed;
  border-radius: 10px;
  display: flex;
  height: 120px;
  padding: 12px;
  place-content: center;
  place-items: center;
  width: 240px;
}

@media (max-width: 768px) {
  .g-cta-block .g-cta-block__img {
    margin-bottom: 16px;
    width: 100%;
  }
}

.g-cta-block .g-cta-block__img img {
  height: auto;
  max-height: 42px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: auto;
}

@media (max-width: 768px) {
  .g-cta-block .g-cta-block__data {
    margin-bottom: 16px;
    text-align: center;
  }
}

.g-cta-block .g-cta-block__data .g-cta-block__area {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .g-cta-block .g-cta-block__data .g-cta-block__area {
    flex-wrap: wrap;
  }
}

.g-cta-block .g-cta-block__data .g-cta-block__area .title {
  color: #002f5e;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .g-cta-block .g-cta-block__data .g-cta-block__area .title {
    font-size: 20px;
  }
}

.g-cta-block .g-cta-block__data .g-cta-block__area .tested {
  align-items: center;
  background: rgba(0, 204, 180, 0.1);
  border: 1px solid #00ccb4;
  border-radius: 32px;
  display: flex;
  gap: 5px;
  line-height: 1.2;
  padding: 6px 14px 6px 8px;
}

.g-cta-block .g-cta-block__data .g-cta-block__area .tested i {
  background: url(//1xportugal.com/wp-content/themes/theme/dist/styles/../../images/tested-icon.svg) no-repeat 50%;
  background-size: contain;
  display: block;
  height: 20px;
  width: 20px;
}

@media (max-width: 768px) {
  .g-cta-block .g-cta-block__data .g-cta-block__area .tested i {
    height: 12px;
    width: 12px;
  }
}

.g-cta-block .g-cta-block__data .g-cta-block__area .tested span {
  color: #00ccb4;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .g-cta-block .g-cta-block__data .g-cta-block__area .tested span {
    font-size: 14px;
  }
}

.g-cta-block .g-cta-block__data .desc {
  color: #002f5e;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .g-cta-block .g-cta-block__data .desc {
    font-size: 16px;
  }
}

.g-cta-block .g-cta-block__code {
  text-align: center;
  width: 300px;
}

@media (max-width: 768px) {
  .g-cta-block .g-cta-block__code {
    width: 100%;
  }
}

.g-cta-block .g-cta-block__link {
  margin-bottom: 20px;
}

.g-cta-block .g-cta-block__link a {
  background: linear-gradient(180deg, #91c538, #648626);
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

@media (max-width: 768px) {
  .g-cta-block .g-cta-block__link a {
    text-align: center;
    width: 100%;
  }
}

.g-cta-block .g-cta-block__link a:hover {
  opacity: 0.76;
}

.g-cta-block .g-cta-block__updated {
  color: #002f5e;
  font-size: 18px;
  font-weight: 500;
}

.g-popup-block {
  background: #031d30;
  bottom: -500px;
  box-sizing: border-box;
  left: 0;
  opacity: 0;
  padding: 26px 0;
  position: fixed;
  transition: all 0.65s ease-in;
  width: 100%;
  z-index: 999;
}

.g-popup-block.-toggle {
  bottom: 0;
  opacity: 1;
}

.g-popup-block .g-popup-block__content {
  grid-gap: 70px;
  align-items: center;
  display: grid;
  grid-template-columns: max-content max-content 1fr max-content;
  position: relative;
}

@media (max-width: 768px) {
  .g-popup-block .g-popup-block__content {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    align-items: flex-start;
    grid-template-columns: 100px 1fr;
  }
}

.g-popup-block .g-popup-block__content .g-popup-block__logo {
  background: #232323;
  border-radius: 4px;
  padding: 4px 8px;
}

@media (max-width: 768px) {
  .g-popup-block .g-popup-block__content .g-popup-block__logo {
    padding: 20px 8px;
  }
}

.g-popup-block .g-popup-block__content .g-popup-block__logo img {
  height: 72px;
  max-width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 768px) {
  .g-popup-block .g-popup-block__content .g-popup-block__logo img {
    height: 100%;
    max-width: 100%;
  }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating {
  text-align: center;
}

@media (max-width: 768px) {
  .g-popup-block .g-popup-block__content .g-popup-block__rating {
    display: flex;
    gap: 6px;
    grid-column: 2/3;
    grid-row: 1;
    place-items: center;
    text-align: left;
  }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
    font-size: 10px;
    margin-bottom: 0;
  }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
  background: url(//1xportugal.com/wp-content/themes/theme/dist/styles/../../images/star-icon.svg) no-repeat 0;
  background-size: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
    font-size: 13px;
  }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
  font-size: 22px;
}

@media (max-width: 768px) {
  .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
    font-size: 15px;
  }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus {
  text-align: center;
}

@media (max-width: 768px) {
  .g-popup-block .g-popup-block__content .g-popup-block__bonus {
    grid-column: 2/3;
    grid-row: 1;
    margin-top: 26px;
    text-align: left;
  }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
    font-size: 17px;
    margin-bottom: 8px;
  }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
    font-size: 16px;
  }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text span,
.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text strong {
  color: #fff000;
  font-weight: 700;
}

@media (max-width: 768px) {
  .g-popup-block .g-popup-block__content .g-popup-cta-link {
    grid-column: 1/3;
    grid-row: 2;
    text-align: center;
  }
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a {
  background: linear-gradient(180deg, #91c538, #648626);
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-weight: 700;
  height: 52px;
  line-height: 52px;
  padding: 0 58px;
  text-transform: uppercase;
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a:hover {
  opacity: 0.86;
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn {
  background: url(//1xportugal.com/wp-content/themes/theme/dist/styles/../../images/g-close-icon.svg) no-repeat 50%;
  background-size: contain;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: -80px;
  top: -44px;
  width: 35px;
}

@media (max-width: 768px) {
  .g-popup-block .g-popup-block__content .g-popup-block__close-btn {
    height: 24px;
    right: 14px;
    top: -38px;
    width: 24px;
  }
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn:hover {
  opacity: 0.86;
}

@media (max-width: 768px) {
  .g-table-wrapper {
    overflow-x: auto;
    padding-bottom: 6px;
    width: calc(100% + 20px);
  }

  .g-table-wrapper table {
    width: 780px;
  }
}

.page--main .g-toc-block {
  background: #031d30;
  border: 1px solid #007acc;
  border-radius: 10px;
  margin: 30px 0;
  padding: 30px;
}

.page--main .g-toc-block .g-toc-block--title {
  background: url(menu-icons/toc-icon.svg) no-repeat 100%;
  background-size: 24px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.page--main .g-toc-block ul {
  background: rgba(20, 160, 255, 0.1);
  border: 1px solid #14a0ff;
  border-radius: 10px;
  display: none;
  gap: 17px;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0 0 !important;
  padding: 20px;
}

@media (max-width: 768px) {
  .page--main .g-toc-block ul {
    background: transparent;
    border: none;
    padding: 0;
  }
}

.page--main .g-toc-block ul li {
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 24px;
  position: relative;
}

.page--main .g-toc-block ul li:before {
  background: url(menu-icons/arrow-blue.svg) no-repeat 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 16px;
}

.page--main .g-toc-block ul li a {
  color: #fff;
}

.page--main .g-toc-block ul li a:hover {
  color: #fff;
  opacity: 0.76;
}

.page--main .g-toc-block.-toggle .g-toc-block--title {
  background: url(menu-icons/toc-icon-toggle.svg) no-repeat 100%;
  background-size: 24px;
}

.page--main .g-toc-block.-toggle ul {
  display: grid;
}

@media (max-width: 768px) {
  .page--main .g-toc-block.-toggle ul {
    display: block;
  }
}

.wp-block-media-text {
  grid-gap: 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .wp-block-media-text {
    grid-gap: 24p;
    grid-template-columns: 1fr;
  }

  .wp-block-button {
    text-align: center;
  }
}

.has-text-align-center,
.wp-block-button.aligncenter {
  text-align: center;
}

.breadcrumbs {
  color: #9f9f9f;
  font-size: 14px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.breadcrumbs a {
  color: #0855cc;
}

.breadcrumbs a:hover {
  color: #031d30;
  text-decoration: underline;
}

.breadcrumbs .breadcrumb_last {
  color: #9f9f9f;
}

.hero-bonus-block {
  background: #031d30;
  border-radius: 10px;
  height: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  min-height: 260px;
  padding: 50px 24px 42px;
}

@media (max-width: 768px) {
  .hero-bonus-block {
    background: #031d30 !important;
    height: auto;
    min-height: 90px;
    padding: 32px 16px;
  }
}

.hero-bonus-block .hero-bonus-block__line {
  grid-gap: 20px;
  align-items: center;
  display: grid;
  grid-template-columns: 150px 1fr;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .hero-bonus-block .hero-bonus-block__line {
    display: block;
    text-align: center;
  }
}

.hero-bonus-block .hero-bonus-block__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  text-align: right;
}

@media (max-width: 768px) {
  .hero-bonus-block .hero-bonus-block__text {
    text-align: center;
  }
}

.hero-bonus-block .hero-bonus-block__text span {
  color: #fff000;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .hero-bonus-block .hero-bonus-block__text span {
    display: block;
    font-size: 22px;
  }
}

.hero-bonus-block .hero-bonus-block__summ {
  color: #fff000;
  font-size: 56px;
  font-weight: 700;
  text-shadow: 0 0 32px #fff000;
}

@media (max-width: 768px) {
  .hero-bonus-block .hero-bonus-block__summ {
    font-size: 36px;
  }
}

.hero-bonus-block .hero-bonus-block__link a {
  align-items: center;
  background: linear-gradient(180deg, #91c538, #648626);
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  gap: 8px;
  height: 46px;
  line-height: 44px;
  padding: 0 32px;
}

@media (max-width: 768px) {
  .hero-bonus-block .hero-bonus-block__link a {
    place-content: center;
    width: 100%;
  }
}

.hero-bonus-block .hero-bonus-block__link a i {
  background: url(//1xportugal.com/wp-content/themes/theme/dist/styles/../../images/bonus-icon.svg) no-repeat 50%;
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.hero-bonus-block .hero-bonus-block__link a span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.hero-bonus-block .hero-bonus-block__link a:hover {
  opacity: 0.76;
}

.wp-block-group {
  background: #031d30;
  border-radius: 10px;
  margin: 30px 0;
  padding: 30px 30px 15px;
}

.copyright-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.copyright-text {
  font-size: 12px;
  line-height: 2rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wp-block-group {
    border-radius: 0;
    padding: 24px 16px;
  }
}