/*** LTR websites ***/

/*** LTR websites ***/

/**
 * CSS Syntax: flex-start|flex-end|center|space-between|space-around|initial|inherit
 */

.dropdown-menu {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  z-index: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 5px solid #ffffff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  font-size: 2.2rem;
}

.slick-next:before,
.slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
  font-size: inherit;
  opacity: 1;
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  background-color: #001329;
}

.slick-next:before {
  content: "\f054" !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-prev:before {
  content: "\f053" !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-slide {
  height: auto;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-clip: padding-box;
  background-color: #ffffff;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal .modal-dialog {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 50%;
  transform: translateY(-50%) !important;
}

.modal .modal-content {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

*:before,
*:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  width: 100%;
  height: auto;
  color: #000000;
  background-color: #ffffff;
  direction: ltr;
  font-family: "almoni", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.389;
  overflow: visible;
  overflow-x: hidden;
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  body {
    font-variant-ligatures: none;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #002a5c;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  cursor: none;
}

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

a:not([class]):hover,
a:not([class]):focus {
  color: #002a5c;
}

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

hr {
  border: 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 0px;
  margin-bottom: 0px;
}

hr:not([class^="m-"]) {
  margin-top: 25px;
  margin-bottom: 25px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

b,
strong {
  font-weight: 700;
}

picture {
  display: block;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p {
  line-height: 1.4;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.parallex {
  height: 100vh;
  z-index: -2;
}

.fs-22 {
  font-size: 25px;
}

.primaryButton {
  background-color: #002a5c;
  outline: 2px solid #002a5c;
  color: #fff;
  border: 0;
  transition: .5s ease;
}

.primaryButton:hover {
  outline: 2px solid #002a5c;
  text-decoration: none;
  background-color: #fff;
  color: #002a5c;
}

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

.none {
  display: none;
  overflow: hidden;
  position: relative;
}

.no-scroll {
  height: 100vh;
  overflow: hidden;
}

table {
  background-color: #ffffff;
}

caption {
  padding-left: 0px;
  padding-right: 0px;
  color: #000000;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 5px 10px;
  line-height: 1.2;
  font-weight: 500;
  vertical-align: top;
  border-top: 1px solid #000000;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #000000;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #000000;
}

.table .table {
  background-color: #ffffff;
}

body {
  color: #002a5c;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}

h1 {
  font-weight: 600;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.66667rem;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 5.28rem;
}

h2,
.h2 {
  font-size: 2.56rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.6rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  display: block;
  letter-spacing: normal;
  margin: 0 0 2rem;
  font-style: normal;
  white-space: normal;
}

.lead {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
}

.list-inline {
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 2rem;
}

dt,
dd {
  line-height: 1.389;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted currentColor;
}

blockquote {
  padding: 1rem 2rem;
  margin: 0 0 2rem;
  font-size: inherit;
  border-left: 5px solid;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.389;
  color: inherit;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

address {
  margin-bottom: 2rem;
  font-style: normal;
  line-height: 1.389;
}

.aboutInfo {
  color: #002a5c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 36px;
}

.aboutInfo__flex {
  flex-basis: auto;
}

.aboutInfo__image {
  width: 411.75px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.aboutInfo__title {
  font-weight: bold;
  line-height: 1.07;
  font-size: 21px;
  margin: 0;
}

.aboutInfo__para {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: justify;
  color: #002a5c;
  white-space: pre-line;
  margin: 0;
  font-size: 17.5px;
}

.articlePage {
  padding-top: 36px;
  padding-bottom: 36px;
  color: #002a5c;
}

.articlePage__container {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}

.articlePage__imageContainer {
  overflow: hidden;
  flex-shrink: 0;
  max-height: 50vw;
}

.articlePage__titleContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex-grow: 1;
  padding: 10px 0;
}

.articlePage__img {
  transition: transform 1s, filter .5s ease-in-out;
  transform-origin: center center;
}

.articlePage__article {
  display: flex;
  margin-top: 13px;
  margin-bottom: 13px;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.articlePage__article:hover {
  text-decoration: none;
}

.articlePage__article:hover .articlePage__img {
  filter: brightness(70%);
  transform: scale(1.3);
}

.articlePage__date {
  color: rgba(0, 42, 92, 0.6);
  font-size: 19px;
}

.articles {
  color: #002a5c;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}

.articlesInfo {
  text-align: center;
  max-width: 674px;
  margin: auto;
  margin-top: 36px;
}

.articlesInfo__title {
  font-weight: bold;
  font-size: 24px;
}

.articlesInfo__info {
  font-size: 17px;
}

.articlesButtons {
  margin-top: 43px;
  text-align: center;
}

.articlesButtons__button {
  padding: 5px 0;
}

.articlesButtons__button span {
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  background: #002a5c;
  transition: background-color 500ms ease;
}

.articlesButtons__button:hover span {
  background: #fff;
}

.articlesButtons__button:not(:last-child) span {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.articlesPage {
  margin-top: 59.5px;
}

.articlesPage__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.articlesPage__article:hover {
  text-decoration: none;
}

.articlesPage__article:hover .articlesPage__image {
  filter: brightness(70%);
  transform: scale(1.3);
}

.articlesPage__imageContainer {
  overflow: hidden;
}

.articlesPage__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 1s, filter .5s ease-in-out;
  transform-origin: center center;
}

.articlesPage__title {
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
  padding-top: 25px;
}

.articlesPage__date {
  color: rgba(0, 42, 92, 0.6);
}

.pageLinks {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.pageLinks__link {
  border: 0;
  background-color: transparent;
  margin: 0 5px;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
  width: 23.81px;
}

.pageLinks__link:focus,
.pageLinks__link:hover {
  background-color: #002a5c;
  color: #fff;
  border-radius: 50%;
}

.breadcrumbs {
  display: flex;
  align-items: center;
}

.breadcrumbs p {
  margin: 0;
  padding: 0;
}

.breadcrumbs a,
.breadcrumbs .breadcrumb_last {
  padding: 0 10px;
}

.breadcrumbs a,
.breadcrumbs a:focus,
.breadcrumbs a:hover,
.breadcrumbs a:visited,
.breadcrumbs a:active {
  color: #fff;
}

.breadcrumbs span span:first-child > a {
  position: relative;
  color: transparent;
}

.breadcrumbs span span:first-child > a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f80c";
  position: relative;
  color: #fff;
  font-weight: 900;
}

.career {
  text-align: center;
  color: #002a5c;
  padding: 55px 10px;
}

.career__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.career__text {
  max-width: 406px;
  font-size: 18px;
  line-height: 1.4;
  margin: auto;
}

.weOffer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-size: cover;
  background-position: center;
}

.weOffer .intro__slider {
  bottom: auto;
  position: relative;
}

.weOffer__whiteBox {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  color: #002a5c;
  align-self: center;
  margin: 75px 0;
  max-width: 320px;
}

.weOffer__whiteBox--title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.weOffer__whiteBox--text {
  font-size: 18px;
  line-height: 1.4;
}

.weOffer__button {
  background-color: #002a5c;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  padding: 13px 44px;
  font-size: 19px;
  border: 0;
  display: inline-block;
}

.contact-form {
  position: relative;
}

.contact-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-form h3 {
  font-size: 20px;
  font-weight: bold;
}

.contact-form label {
  font-size: 19px;
  font-weight: lighter;
  position: relative;
}

.contact-form label:not([for="input_1_7"]):not([for="input_1_14_1"]) {
  top: 30px;
  transition: all 150ms linear;
}

.contact-form input {
  border: none;
  border-bottom: 2px solid;
  padding: 10px;
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 10px;
  position: relative;
  background: transparent;
}

.contact-form input:not([type="checkbox"]) {
  width: 100%;
}

.contact-form input:focus {
  outline: 1px solid rgba(0, 42, 92, 0.1);
}

.contact-form .input--filled input {
  background: rgba(0, 42, 92, 0.1);
}

.contact-form textarea {
  width: 100%;
}

.contact-form textarea:focus {
  outline: 1px solid rgba(0, 42, 92, 0.1);
}

.contact-form .gform_fields {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}

.contact-form .gfmc-column {
  flex-basis: 48%;
}

.contact-form .gfield_consent_label {
  font-size: 16px;
}

.contact-form .gfmc-row-2-column {
  padding-top: 30px;
}

.contact-form .go {
  position: relative;
  top: 0 !important;
  font-size: 14px;
}

.contact-form .gform_button {
  border: none;
  color: #ffffff;
  background-color: #002a5c;
}

.contact-form #field_1_14 {
  margin: 30px 0;
}

.contact {
  display: flex;
  color: #002a5c;
  flex-direction: column;
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
}

.contact__social-link {
  display: inline-block;
  z-index: 99;
  position: relative;
}

.contact__form {
  width: 100%;
  border-bottom: 2px solid #80808042;
  padding-bottom: 25px;
}

.contact__form--svgLogo {
  width: 30px;
  fill: #002a5c;
  float: right;
  margin-left: 22px;
  cursor: pointer;
  transition: opacity .5s;
}

.contact__form--svgLogo:hover {
  opacity: 0.6;
}

.contact__info {
  margin-top: 25px;
  margin-bottom: 25px;
}

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

.contact__title {
  font-weight: bold;
  text-align: left;
  font-size: 20px;
}

.contact__svgBox {
  align-self: flex-start;
  display: block;
}

.contact__svg {
  width: 18px;
  fill: #002a5c;
  height: auto;
  margin-right: 20px;
  margin-top: 4px;
  opacity: 0.3;
}

.contact__detail {
  font-size: 20px;
  font-weight: bold;
}

.contact__detail p {
  margin: 0;
}

.contact__detailWrapper {
  display: flex;
  margin-bottom: 10px;
}

.contact__logos {
  display: flex;
  margin: 44px 0 10px 0;
}

.contact__logo {
  width: 44px;
  margin-right: 20px;
  transition: transform .5s;
}

.contact__logo:hover {
  transform: scale(1.2);
}

.contact__ar {
  position: absolute;
  bottom: 0;
  width: 25%;
  left: 0;
  min-width: 300px;
  z-index: -1;
}

.contact__formTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.contact__formTitle--content {
  align-self: flex-start;
  margin-bottom: 20px;
}

.contact .validation_message {
  font-size: 13px;
  color: #990000;
  font-weight: 300;
}

.faq__headline {
  position: relative;
  background: #faf8fa;
  padding: 20px 25px;
  border-bottom: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
}

.faq__headline::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f067";
  position: absolute;
  left: 25px;
  font-size: 21px;
  font-weight: 300;
  color: rgba(0, 42, 92, 0.4);
  border: 2px solid rgba(0, 42, 92, 0.4);
  border-radius: 50%;
  line-height: 28px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.faq__headline:hover::after {
  color: #ffffff;
  background: #002a5c;
}

.faq__title {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.faq__body {
  padding: 20px;
}

.faq .js-accordion-open .faq__headline {
  border-bottom: 1px solid #e2e2e2;
  background: none;
}

.faq .js-accordion-open .faq__headline::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f068";
  position: absolute;
  left: 25px;
  font-size: 21px;
  font-weight: 300;
  border: 2px solid rgba(0, 42, 92, 0.4);
  border-radius: 50%;
  line-height: 28px;
  height: 30px;
  width: 30px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.faq .js-accordion-open .faq__headline::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: #002a5c;
  left: 0;
  top: 0;
}

.footer {
  padding-left: 22.5px;
  padding-right: 22.5px;
  background-color: #f6f6f6;
  z-index: 23;
  display: flex;
  flex-direction: column;
}

.footer__logoLink:hover .svgLogo {
  opacity: 0.6;
}

.footer .border-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
  order: 2;
  text-align: center;
}

.footer__navigation {
  position: relative;
  padding: 20px 0;
}

.footer__navigation #footer_hiddenMenu {
  margin-top: 52.5px;
  font-size: 21px;
}

.footer__logos {
  text-align: center;
}

.footer__logos a:hover {
  text-decoration: none;
}

.footer__navContainer {
  display: none;
}

.footer__navContainer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__navContainer ul li {
  padding: 0 30px;
  white-space: nowrap;
  background-color: rgba(0, 42, 92, 0.1);
  margin-bottom: 2px;
  position: relative;
}

.footer__navContainer ul li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer__navigation_links {
  color: #002a5c;
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer__navigation_links .navLink {
  transition: .5s ease;
  border-bottom: 1px solid gray;
  text-align: left;
  padding: 13px 0;
  border-bottom: 2px solid #8080804d;
  font-size: 21px;
}

.footer__navigation_links .navLink:hover {
  font-weight: bold;
  text-decoration: none;
}

.footer__divider {
  display: none;
}

.footer .web_navigate {
  width: 100%;
  background: none;
}

.footer .navigate_arrow {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 25.5px;
  border: 0;
  background: none;
  border: 0;
}

.footer .navigate_arrow img {
  width: 8.5px;
  height: 15px;
}

.footer .navigate_arrow--active {
  transform: rotate(270deg);
}

.footer__nav-header {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: -0.6px;
  text-align: right;
  margin: 0;
  margin-top: 14px;
}

.footer__logos .footer__credit:first-of-type {
  display: none;
}

.footer .svgLogo {
  display: inline-block;
  width: 27.5px;
  margin: 0 21.5px;
  fill: #002a5c;
  vertical-align: initial;
  transition: opacity .5s;
}

.footer__credits {
  display: flex;
  justify-content: space-between;
  padding: 18.5px 0;
  flex-direction: row-reverse;
  order: 2;
}

.footer__credits .footer__credit:last-of-type {
  display: inline-block;
}

.footer__credit {
  font-size: 12.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: -0.5px;
}

.footer__credit:last-of-type {
  font-weight: 500;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

.header {
  padding: 16.5px 16px;
  justify-content: flex-start;
  z-index: 100;
  display: flex;
  width: 100%;
  right: 0;
  position: absolute;
}

.header .logoInfoWrapper {
  z-index: 2;
}

.header__hiddenMenu {
  position: absolute;
  left: 0;
  height: 100vh;
  background-color: #ffffff;
  opacity: .95;
  top: 0;
  z-index: 1;
  padding: 0 48px;
  display: none;
  width: 100%;
  overflow-y: auto;
  max-height: 100vh;
  padding-bottom: 50px;
}

.header__hiddenMenu--container {
  display: flex;
  margin-top: 125px;
  flex-direction: column;
}

.header__hiddenMenu ul {
  padding: 0;
  list-style: none;
}

.header__hiddenMenu li {
  font-size: 21px;
}

.header__hiddenMenu li:not(:last-child) {
  border-bottom: 2px solid #8080804d;
}

.header__hiddenMenu li::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f061";
  overflow: hidden;
  position: relative;
  opacity: 0;
  display: none;
}

.header__hiddenMenu li a {
  padding: 13px 0;
  display: inline-block;
  width: 100%;
}

.header__hiddenMenu .navLink__svg {
  overflow: hidden;
  float: left;
  width: 23px;
  height: auto;
  fill: rgba(92, 92, 92, 0.77);
  transform: rotate(90deg);
  position: relative;
  opacity: 0;
}

.header .language {
  width: 53px;
  height: 53px;
  background-color: #002a5c;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  border: 0;
}

.header__contact {
  display: none;
  width: 145px;
  height: 52px;
  position: absolute;
  right: 32px;
  top: 44.928px;
  z-index: 3;
}

.header .logoInfo {
  height: 53px;
  object-fit: contain;
  display: inline-block;
  z-index: 2;
}

.header .navigator {
  width: 53px;
  height: 53px;
  padding: 20px 16px 19px 12px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border: 0;
  order: -1;
  display: flex;
  align-items: center;
}

.header .linesContainer {
  position: relative;
}

.header .menuContainer {
  position: relative;
  overflow: hidden;
  margin-left: 17px;
  padding-right: 5px;
}

.header .navigator .menu {
  display: none;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 2.16px;
  right: 70px;
  font-size: 17.856px;
  transition: transform .3s;
}

.header .navigator .line {
  width: 23.5px;
  height: 4px;
  margin: 0;
  background-color: #002a5c;
  position: relative;
}

.header .navigator .line-1 {
  margin: 0 0 26%;
}

.header .grower {
  flex: 1;
}

.header-sticky {
  position: fixed;
  animation-duration: 1s;
  transition: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.header .language .flag {
  width: 19.5px;
  object-fit: contain;
  border: 0;
}

.header .headerContainer {
  display: flex;
}

@keyframes top-mobile {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 5.06px;
    transform: rotate(0);
  }

  100% {
    top: 5.06px;
    transform: rotate(45deg);
  }
}

@keyframes top-2-mobile {
  0% {
    top: 5.06px;
    transform: rotate(45deg);
  }

  50% {
    top: 5.06px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom-mobile {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 5.06px;
    transform: rotate(0);
  }

  100% {
    bottom: 5.06px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2-mobile {
  0% {
    bottom: 5.06px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 5.06px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes top-desktop {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 7.2px;
    transform: rotate(0);
  }

  100% {
    top: 7.2px;
    transform: rotate(45deg);
  }
}

@keyframes top-2-desktop {
  0% {
    top: 7.2px;
    transform: rotate(45deg);
  }

  50% {
    top: 7.2px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom-desktop {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 7.2px;
    transform: rotate(0);
  }

  100% {
    bottom: 7.2px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2-desktop {
  0% {
    bottom: 7.2px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 7.2px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

.active .line-1 {
  animation: ease .7s top-mobile forwards;
}

.not-active .line-1 {
  animation: ease .7s top-2-mobile forwards;
}

.active .line-2 {
  animation: ease .7s bottom-mobile forwards;
}

.not-active .line-2 {
  animation: ease .7s bottom-2-mobile forwards;
}

.wpml-ls-legacy-list-horizontal {
  height: 100%;
  width: 100%;
  padding: 0;
}

.wpml-ls-legacy-list-horizontal ul {
  height: 100%;
}

.wpml-ls-legacy-list-horizontal ul li {
  height: 100%;
  width: 100%;
}

.wpml-ls-legacy-list-horizontal ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.hero-page {
  padding-top: 88px;
}

.hero-page__inner {
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-page__title {
  font-size: 58px;
  color: #ffffff;
}

.videoContainer {
  position: fixed;
  height: 85vh;
  top: 0;
  z-index: 1;
  /* Fading animation */
}

.videoContainer__video {
  width: 100vw;
  object-fit: cover;
  z-index: -1;
  height: 100%;
}

.videoContainer__bottom {
  position: absolute;
  bottom: 23.5px;
  left: 5px;
}

.videoContainer__slideshow-container {
  max-width: 1000px;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  direction: ltr;
}

.videoContainer__slideshow-container .mySlides__logo {
  width: 90px;
  display: block;
  margin: auto;
  margin-top: 12px;
}

.videoContainer .text {
  color: #fff;
  font-size: 28px;
  max-width: 300px;
  margin: auto;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: -1px;
}

.videoContainer .prev,
.videoContainer .next {
  cursor: pointer;
  top: 50%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  background-color: #ffffff42;
  width: 36px;
  height: 36px;
  border: 0;
  margin: -1px;
  position: relative;
  line-height: 1;
}

.videoContainer .next {
  right: 0;
}

.videoContainer .prev:hover,
.videoContainer .next:hover {
  background-color: #002a5c;
}

.videoContainer .prev:hover,
.videoContainer .next:hover .videoContainer__svg {
  fill: #fff;
}

.arrows .videoContainer__pause {
  display: inline-block;
}

.videoContainer__svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  line-height: 1;
  display: block;
}

.videoContainer__svg.prevArrow {
  transform: rotate(270deg) translate(50%, -50%) !important;
}

.videoContainer__svg.nextArrow {
  transform: rotate(90deg) translate(-50%, 50%) !important;
}

.videoContainer .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.videoContainer__bottomRight {
  position: absolute;
  bottom: 22px;
  right: 22.5px;
}

.videoContainer__divider {
  width: 2.5px;
  height: 32px;
  background-color: #fff;
  margin-left: 10px;
  display: inline-block;
}

.videoContainer__h3 {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.videoContainer__asPrice {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  margin: 0;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

.homePara {
  width: 100%;
  color: #002a5c;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  margin-top: 85vh;
  z-index: 2;
  position: absolute;
  background: #fff;
  padding-top: 44.5px;
}

.homePara__info {
  width: 324.5px;
  margin: auto;
}

.homePara .home_info_header {
  font-size: 22.5px;
  font-weight: bold;
  letter-spacing: -0.225px;
  line-height: 1.8;
}

.homePara .home_info_p {
  line-height: 1.57;
  font-size: 17.5px;
  line-height: 1.14;
  letter-spacing: -0.175px;
}

.homePara__about {
  margin: auto;
  margin-bottom: 41px;
  height: 53px;
  font-size: 17.5px;
  font-weight: bold;
  display: inline-block;
  line-height: 53px;
  padding: 0 42.5px;
  margin-top: 27.5px;
}

.introLawyer {
  color: #fff;
  min-height: initial !important;
  padding-top: 80px !important;
}

.introLawyer__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.introLawyer__container {
  display: block !important;
  position: relative;
  padding: 25px 30px;
  background-color: #002a5c;
  width: 100%;
  max-width: 100% !important;
}

.introLawyer__img {
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.introLawyer__header {
  text-align: left !important;
  letter-spacing: -1.38px;
  margin: 0 0 8.5px 0;
  font-size: 34px !important;
  margin-bottom: 0 !important;
}

.introLawyer__content {
  color: #fff;
}

.introLawyer__subHeader {
  font-size: 17.25px;
  letter-spacing: -0.35px;
  line-height: normal;
}

.introLawyer__contentWrapper {
  display: flex;
  margin: 18px 0 0 0;
}

.introLawyer__contentBox {
  display: flex;
  align-items: center;
  font-size: 15.75px;
  margin-bottom: 8px;
}

.introLawyer__contentBox a {
  display: flex;
}

.introLawyer__blog {
  text-decoration: underline;
}

.introLawyer__svg {
  fill: #fff;
  width: 24px;
  height: 22px;
  margin-right: 8.5px;
}

@media (max-width: 767px) {
  .introLawyer__column2 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 1;
  }

  .introLawyer__column2 .introLawyer__content {
    display: none;
  }

  .introLawyer__column2 .introLawyer__svg {
    margin-right: 0;
    margin: 0 14.5px 0 0;
  }
}

.lawyer {
  background-color: #f6f6f6;
  color: #002a5c;
  padding-top: 36px;
}

.lawyer__wrapper {
  display: flex;
  max-width: 100%;
  flex-direction: column;
}

.lawyer__innerLink {
  font-weight: bold;
  text-decoration: underline;
  transition: color .5s;
}

.lawyer__innerLink:hover {
  color: #000;
}

.lawyer__title {
  font-weight: bold;
  letter-spacing: -0.225px;
  font-size: 22.5px;
}

.lawyer__text {
  padding-top: 30px;
  font-size: 17.5px;
  margin: 0;
}

.lawyer__text ul {
  margin-bottom: 30px;
}

.lawyer__text li {
  margin-bottom: 15px;
}

.lawyer__text h2,
.lawyer__text h3,
.lawyer__text h4 {
  margin-bottom: 20px;
}

.lawyer__button {
  width: 100%;
  margin: 1px;
  color: #fff;
  background-color: #002a5c;
  font-weight: bold;
  line-height: 1.4;
  min-height: 53px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17.5px;
  letter-spacing: -0.35px;
  border: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 15px;
  text-align: left;
}

.lawyer__button span {
  position: relative;
}

.lawyer__button::before {
  content: "";
  position: absolute;
  transform: scaleY(0);
  width: 5px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  right: 0;
  transition: transform 0.2s, width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
}

.lawyer__button:hover::before {
  transform: scaleY(1);
  width: 100%;
}

.lawyer__accordeon {
  margin: 2rem 0;
}

.lawyer__container {
  margin: 0 0 40px 0;
}

.lawyer__svg {
  height: auto;
  fill: #fff;
  transform: rotate(-90deg);
  width: 16px;
  transition: transform 0.3s;
  flex: 0 0 16px;
  margin-left: 10px;
  transform: rotate(90deg);
}

.lawyer__svg--active {
  transform: rotate(180deg);
}

.practices {
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.practices__practice {
  height: 390px;
  cursor: pointer;
  width: 100%;
  max-width: 370.4px;
  margin: 1px;
  overflow: hidden;
  position: relative;
}

.practices__practice:hover {
  text-decoration: none;
}

.practices__practice:hover .practices__bg {
  transform: scale(1.3);
}

.practices__practice:hover .practices__bg::after {
  background: rgba(0, 42, 92, 0.6);
}

.practices__bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.practices__bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 42, 92, 0.4);
  transition: all .5s;
}

.practices__title {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  transform: translate(50%, -50%);
}

.rankings {
  display: flex;
  flex-direction: column;
  margin: 36px auto;
}

.rankings__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.rankings__lead-section {
  display: flex;
  border-bottom: 2px solid rgba(128, 128, 128, 0.09);
  padding-bottom: 34px;
  max-width: 1509px;
  flex-direction: column;
}

.rankings__blueContainer {
  background-color: #002a5c;
  padding: 28px;
  display: flex;
  flex-direction: column;
  margin: 0 0 36px;
}

.rankings__leadYear {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 17px;
  display: inline-block;
}

.rankings__leadTitle {
  font-size: 30px;
  line-height: 1.13;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  margin: 0;
}

.rankings__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rankings__rank {
  background-color: #f6f6f6;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 36px;
  flex-direction: column;
  text-decoration: none !important;
}

.rankings__rank .duns100 {
  width: 60px;
  max-width: none;
}

.rankings__rank .legal500 {
  width: 74px;
  max-width: none;
}

.rankings__button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #002a5c;
  color: #fff;
  border: 0;
  line-height: 16px;
  padding: 12px;
  border: 3px solid transparent;
  transition: all .5s ease;
  overflow: hidden;
  display: flex;
}

.rankings__button:hover {
  background-color: #fff;
  border: 3px solid #002a5c;
}

.rankings__button:hover .rankings__plus {
  fill: #002a5c;
  transform: scale(1.7);
}

.rankings__plus {
  height: 13px;
  width: auto;
  fill: #fff;
  transform: scale(1.5);
}

.rankings__paragraph {
  margin: 0;
  font-size: 19px;
  line-height: 1.16;
  color: #002a5c;
  padding: 0 43px;
  padding-bottom: 43px;
}

.rankings__imgContainer {
  position: relative;
  margin: 15px;
}

.rankings__sub-section {
  display: flex;
  border-bottom: 2px solid rgba(128, 128, 128, 0.09);
  max-width: 1509px;
  flex-direction: column;
}

.rankings__sub-section .rankings__rank {
  text-decoration: none;
  color: yellow !important;
  width: 100%;
}

.rankings__rankByYear {
  position: relative;
  display: flex;
  margin: 36px 0;
  flex-shrink: 0;
}

.rankings__yearBg {
  font-weight: bold;
  line-height: 0.7;
  color: rgba(0, 42, 92, 0.06);
  font-size: 150px;
  bottom: 0;
}

.rankings__subYear {
  font-size: 32px;
  align-self: center;
  color: #002a5c;
  position: absolute;
}

.section {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.section--no-pad-top {
  padding-top: 0 !important;
}

.section--no-pad {
  padding: 0 !important;
}

.section__title {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 22px;
  color: #002a5c;
  text-align: center;
}

#fullpage .section {
  padding: 0;
  margin: 0;
}

.small-gallery {
  padding-top: 20px;
  padding-bottom: 20px;
}

.small-gallery__wrapper {
  box-shadow: 0 0 81.7px 13.3px rgba(48, 5, 46, 0.15);
  background: #062641;
  color: #ffffff;
}

.small-gallery__slider {
  margin-top: 40px;
}

.small-gallery__slide {
  margin: 0 25px;
}

.small-gallery__title {
  color: #ffffff !important;
  margin-bottom: 34px;
}

.small-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}

.small-gallery .slick-arrow::before,
.small-gallery .slick-arrow::after {
  color: #ffffff;
}

.small-gallery .slick-prev {
  left: -60px;
  border: none;
  color: transparent;
}

.small-gallery .slick-next {
  right: -60px;
  border: none;
  color: transparent;
}

.slick-slider .slick-track {
  display: flex;
  align-items: center;
}

.slick-slide img {
  max-width: 80%;
}

.lawyers {
  margin: 36px auto;
}

.lawyers__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lawyers__person {
  width: calc(50% - 3px);
  max-width: 370px;
  background-color: #f6f6f6;
  padding: 10px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow .5s;
  margin-bottom: 3px;
}

.lawyers__person:hover {
  box-shadow: 0px 0px 9px 5px rgba(0, 42, 92, 0.24);
  text-decoration: none;
}

.lawyers__person--first {
  margin-bottom: 15px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.lawyers__img {
  align-self: center;
  max-width: 90%;
}

.lawyers__name {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -0.64px;
  color: #002a5c;
  margin: 0 0 2px;
  line-height: 1;
}

.lawyers__subTitle {
  font-size: 16px;
  letter-spacing: -0.22px;
  color: rgba(0, 42, 92, 0.6);
  margin: 0 0 10px;
  line-height: 1;
}

.page-404 {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-404 h1 {
  text-align: center;
}

.page-404 h1 span {
  display: block;
  margin-bottom: 10px;
}

.page-404 h1 span:first-child {
  font-weight: 100;
  font-size: 80px;
}

.btn {
  color: #ffffff;
  background-color: #002a5c;
  padding: 10px;
  border: none;
  margin: 20px 5px 0 5px;
  border-radius: 30px;
  display: inline-block;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
}

.btn--wide {
  padding-right: 50px;
  padding-left: 50px;
}

.btn--green {
  background-color: #748d24;
}

.btn--yellow {
  background-color: #ffce0d;
}

.btn--pink {
  background-color: #ec1077;
}

.btn--with-icon {
  padding-right: 0;
  padding-left: 0;
  align-items: center;
  justify-content: space-evenly;
  display: flex;
}

.btn--with-icon::before {
  content: "";
  position: relative;
  font-size: 20px;
  right: 8px;
}

.btn--reverse {
  flex-direction: row-reverse;
}

.btn--reverse::before {
  left: 8px;
}

.btn--with-heart::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f004";
  font-weight: 900;
}

.btn--with-search::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f002";
  font-weight: 900;
}

.btn--with-pen::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\303";
  font-weight: 900;
  font-size: 15px;
}

.btn--with-enter::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f090";
}

.btn--with-fb::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f09a";
  color: #3b5998;
}

.btn--with-inst::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f16d";
  color: #e4405f;
}

.btn--with-yt::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f167";
  color: #ff0000;
}

.btn--with-download::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f33d";
}

.btn--with-plane::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f1d8";
  color: #2b647d;
}

.btn--with-donate::before {
  content: '';
  background-image: url("/wp-content/themes/ronen-adini/assets/images/donate-icon.png");
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn--white {
  color: #002a5c;
  background: #ffffff;
}

.btn--white-empty {
  background: none;
  border: 1px solid #ffffff;
}

.btn--white-empty:hover {
  background: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  display: none;
  font-size: 1.6rem;
  line-height: 1;
  background-color: inherit;
  background-clip: padding-box;
}

.dropdown-menu > li > a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  clear: none;
  font-size: 100%;
  font-weight: 700;
  line-height: inherit;
  color: inherit;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

.dropdown-menu > li > a:hover:after,
.dropdown-menu > li > a:focus:after {
  opacity: 1;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.intro {
  position: relative;
  width: 100%;
  min-height: 340px;
  background-size: cover;
  object-fit: contain;
  background-blend-mode: normal, color;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  padding-top: 70px;
}

.intro__header {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.91;
  letter-spacing: 1px;
  text-align: center;
}

.intro__date {
  color: #fff;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 22px;
  font-weight: 100 !important;
}

.intro__container {
  height: 100%;
  display: flex;
  justify-content: center;
  margin: auto auto;
  flex-wrap: wrap;
  max-width: 90%;
}

.intro__slider {
  background-color: #ffffff1a;
  width: 100%;
}

.intro__slider .mySlides__wrapper {
  padding: 10px 80px;
  display: flex;
  flex-direction: column-reverse;
}

.intro__arrowWrapper {
  width: 50px;
  height: 50px;
  display: flex;
  border: 0;
  background-color: transparent;
  color: #fff;
  transition: background-color .6s ease;
}

.intro__arrowWrapper:hover {
  background-color: #002a5c;
}

.intro__arrow {
  height: auto;
  fill: #fff;
  align-self: center;
}

.intro__arrowWrapper:first-of-type .intro__arrow {
  transform: rotate(90deg);
}

.intro__arrowWrapper:last-of-type .intro__arrow {
  transform: rotate(-90deg);
}

.intro__paragraph {
  color: #fff;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.64px;
  text-align: center;
  font-size: 17.5px;
  margin: 11px 0;
}

.intro__logo {
  margin: auto;
  width: 36.5px;
  height: auto;
}

.mySlides {
  display: none;
  align-self: center;
  padding: 0;
}

.intro__arrowWrapper {
  transform: scale(0.5);
}

.swiper-slide {
  align-self: center;
}

.toolbar {
  min-height: 50px;
  padding: 5px 0;
  background-color: #002a5c;
  display: flex;
  align-items: center;
  color: #fff;
}

.toolbar__svgLink {
  margin-left: 13px;
}

.toolbar__svg {
  fill: #fff;
  width: 18px;
  height: auto;
}

.toolbar__link {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  width: 60px !important;
  height: 60px !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px !important;
  color: #fff !important;
}

.swiper-button-next::after {
  left: 0;
}

.swiper-button-prev::after {
  right: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  position: relative;
  transition: all .5s ease;
}

.swiper-button-autoplay {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transform: none;
}

.swiper-button-autoplay:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}

.swiper-button-autoplay__wrapper {
  position: relative;
  height: 30px;
  width: 30px;
  margin: -5px auto 10px;
}

.swiper-button-play {
  visibility: hidden;
}

.swiper-button-play::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f04b";
}

.swiper-button-pause::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f04c";
}

.lastArticles {
  margin: 0 auto;
  color: #002a5c;
  padding-bottom: 0;
  padding: 40px 25px;
}

.lastArticles__titlesContainer {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lastArticles__title {
  font-weight: bold;
  font-size: 22.5px;
  margin: 0 0 19px 0;
}

.lastArticles__container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.lastArticles__container a {
  text-decoration: none;
}

.lastArticles__article {
  color: #002a5c;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lastArticles__article:hover .lastArticles__image {
  filter: brightness(70%);
  transform: scale(1.3);
}

.lastArticles__article--header {
  font-weight: bold;
  font-size: 18px;
}

.lastArticles__article--date {
  color: rgba(0, 42, 92, 0.6);
  font-size: 15px;
  margin: 0;
}

.lastArticles__imageContainer {
  overflow: hidden;
  flex-shrink: 0;
}

.lastArticles__image {
  width: 100%;
  height: calc(60vw - 50px);
  object-fit: cover;
  object-position: center;
  transition: all 250ms linear;
}

.pagination {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: inherit;
  font-weight: 700;
}

.pagination .nav-links {
  display: flex;
}

.pagination .screen-reader-text {
  visibility: hidden;
  position: absolute;
}

.pagination .page-numbers {
  display: block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 100%;
  font-weight: inherit;
  line-height: 32.5px;
  background-color: transparent;
  -webkit-transition: color 0.2 ease;
  -moz-transition: color 0.2 ease;
  -o-transition: color 0.2 ease;
  transition: color 0.2 ease;
  text-align: center;
  color: #000000;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
  text-decoration: none;
  color: #000000;
}

.pagination .page-numbers.current {
  color: #ffffff;
  background: #002a5c;
  display: flex;
  align-items: center;
  justify-content: center;
}

@supports not (-ms-high-contrast: none) {
  .pagination .page-numbers.current {
    /* Non-IE styles here */
  }
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  line-height: 1;
  font-size: 140%;
  background-color: transparent;
  position: relative;
  top: 4px;
}

.pagination .page-numbers.next {
  margin-left: 8px;
}

.pagination .page-numbers.next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f105";
}

.pagination .page-numbers.prev {
  margin-right: 8px;
}

.pagination .page-numbers.prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f104";
}