@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&amp;family=Source+Sans+Pro:wght@300;400;600;700&amp;display=swap");
/* Reset css
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: inherit;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

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

/* Text-level semantics
   ========================================================================== */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
audio,
video {
  display: inline-block;
}

/**
 * Basic typography style for copy text
 */
html {
  font-size: 100%;
}

body {
  min-height: 100%;
  height: auto;
  color: #393b49;
  font-size: 1.07rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4;
  background-color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

h1,
.h1 {
  margin-bottom: 0.94rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #393b49;
}
h1 a,
.h1 a {
  color: inherit;
  text-decoration: none;
}

h2,
.h2 {
  margin-bottom: 0.94rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #393b49;
}
h2 a,
.h2 a {
  color: inherit;
  text-decoration: none;
}

h3,
.h3 {
  margin-bottom: 0.94rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #393b49;
}
h3 a,
.h3 a {
  color: inherit;
  text-decoration: none;
}

h4,
.h4 {
  margin-bottom: 0.94rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #393b49;
}
h4 a,
.h4 a {
  color: inherit;
  text-decoration: none;
}

h5,
.h5 {
  margin-bottom: 0.94rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #393b49;
}
h5 a,
.h5 a {
  color: inherit;
  text-decoration: none;
}

h6,
.h6 {
  margin-bottom: 0.94rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #393b49;
}
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}

h1,
.h1 {
  font-size: 2.5rem;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 2.0833333333rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.7857142857rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 1.7391304348rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.6rem;
  }
}

h3,
.h3 {
  font-size: 1.63rem;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 1.3583333333rem;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.0866666667rem;
  }
}

h4,
.h4 {
  font-size: 1.32rem;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.2571428571rem;
  }
}

h5,
.h5 {
  font-size: 1.07rem;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 0.9727272727rem;
  }
}

h6,
.h6 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 0.9090909091rem;
  }
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 0.63rem;
  margin-bottom: 0.94rem;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ul li:last-child {
  padding-bottom: 0;
}

ol {
  padding-left: 1.25rem;
  margin-bottom: 0.94rem;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ol li:last-child {
  padding-bottom: 0;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.57rem;
  padding: 1.25rem 1.25rem;
  text-align: left;
  line-height: 2;
  font-size: 1.25rem;
  font-style: italic;
  color: #393b49;
  background-color: #f3f1f1;
  border-left: 0.25rem solid #ffc05c;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

hr {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0 #393b49 dashed;
  border-top-width: 0.07rem;
  overflow: visible;
  opacity: 0.6;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}

picture {
  display: inline-block;
  vertical-align: top;
}

/* Link
------------------------------------------------------------------------------*/
a {
  color: #1b8b94;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover {
  color: #ffc05c;
  text-decoration: underline;
  outline: none;
}

/* Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  vertical-align: bottom;
  border-bottom: 0.07rem solid #f3f1f1;
  padding: 0.63rem;
}

/**
 * Main content containers
 */
.container {
  width: 100%;
  max-width: 75.01rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 24px;
  padding-left: 24px;
}
.container-small {
  width: 100%;
  max-width: 63.45rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
.container-large {
  width: 100%;
  max-width: 89.38rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}

/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.94rem;
  margin-left: -0.94rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

[class*=cell-] {
  padding-left: 0.94rem;
  padding-right: 0.94rem;
  position: relative;
  width: 100%;
}

/* align item */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-1 {
  flex: 1;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}

.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

/* text alignment & text decoration */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}

/* font family & font weight */
.font-primary {
  font-family: "Source Sans Pro", sans-serif;
}
.font-secondary {
  font-family: "IBM Plex Sans", sans-serif;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}

.list-style-none {
  list-style: none;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.mp-0 {
  margin: 0;
  padding: 0;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .order-md-1 {
    order: 1;
  }
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.border-gray-500 {
  border: 1px solid #d8d8d8;
}

.bg-primary {
  background-color: #ffc05c;
}

.text-primary {
  color: #ffc05c;
}

.bg-secondary {
  background-color: #393b49;
}

.text-secondary {
  color: #393b49;
}

.bg-gray {
  background-color: #f3f1f1;
}

.text-gray {
  color: #f3f1f1;
}

.bg-white {
  background-color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.bg-blue-600 {
  background-color: #9ee3e9;
}

.text-blue-600 {
  color: #9ee3e9;
}

.bg-blue-800 {
  background-color: #F1FEFF;
}

.text-blue-800 {
  color: #F1FEFF;
}

.bg-red-200 {
  background-color: #FF9E94;
}

.text-red-200 {
  color: #FF9E94;
}

/* column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

.mt-0,
.m-0,
.my-0 {
  margin-top: 0rem;
}

.pt-0,
.p-0,
.py-0 {
  padding-top: 0rem;
}

.mb-0,
.m-0,
.my-0 {
  margin-bottom: 0rem;
}

.pb-0,
.p-0,
.py-0 {
  padding-bottom: 0rem;
}

.ml-0,
.m-0,
.mx-0 {
  margin-left: 0rem;
}

.pl-0,
.p-0,
.px-0 {
  padding-left: 0rem;
}

.mr-0,
.m-0,
.mx-0 {
  margin-right: 0rem;
}

.pr-0,
.p-0,
.px-0 {
  padding-right: 0rem;
}

.mt-20,
.m-20,
.my-20 {
  margin-top: 1.25rem;
}

.pt-20,
.p-20,
.py-20 {
  padding-top: 1.25rem;
}

.mb-20,
.m-20,
.my-20 {
  margin-bottom: 1.25rem;
}

.pb-20,
.p-20,
.py-20 {
  padding-bottom: 1.25rem;
}

.ml-20,
.m-20,
.mx-20 {
  margin-left: 1.25rem;
}

.pl-20,
.p-20,
.px-20 {
  padding-left: 1.25rem;
}

.mr-20,
.m-20,
.mx-20 {
  margin-right: 1.25rem;
}

.pr-20,
.p-20,
.px-20 {
  padding-right: 1.25rem;
}

.mt-30,
.m-30,
.my-30 {
  margin-top: 1.875rem;
}

.pt-30,
.p-30,
.py-30 {
  padding-top: 1.875rem;
}

.mb-30,
.m-30,
.my-30 {
  margin-bottom: 1.875rem;
}

.pb-30,
.p-30,
.py-30 {
  padding-bottom: 1.875rem;
}

.ml-30,
.m-30,
.mx-30 {
  margin-left: 1.875rem;
}

.pl-30,
.p-30,
.px-30 {
  padding-left: 1.875rem;
}

.mr-30,
.m-30,
.mx-30 {
  margin-right: 1.875rem;
}

.pr-30,
.p-30,
.px-30 {
  padding-right: 1.875rem;
}

.mt-60,
.m-60,
.my-60 {
  margin-top: 3.75rem;
}

.pt-60,
.p-60,
.py-60 {
  padding-top: 3.75rem;
}

.mb-60,
.m-60,
.my-60 {
  margin-bottom: 3.75rem;
}

.pb-60,
.p-60,
.py-60 {
  padding-bottom: 3.75rem;
}

.ml-60,
.m-60,
.mx-60 {
  margin-left: 3.75rem;
}

.pl-60,
.p-60,
.px-60 {
  padding-left: 3.75rem;
}

.mr-60,
.m-60,
.mx-60 {
  margin-right: 3.75rem;
}

.pr-60,
.p-60,
.px-60 {
  padding-right: 3.75rem;
}

.mt-80,
.m-80,
.my-80 {
  margin-top: 5rem;
}

.pt-80,
.p-80,
.py-80 {
  padding-top: 5rem;
}

.mb-80,
.m-80,
.my-80 {
  margin-bottom: 5rem;
}

.pb-80,
.p-80,
.py-80 {
  padding-bottom: 5rem;
}

.ml-80,
.m-80,
.mx-80 {
  margin-left: 5rem;
}

.pl-80,
.p-80,
.px-80 {
  padding-left: 5rem;
}

.mr-80,
.m-80,
.mx-80 {
  margin-right: 5rem;
}

.pr-80,
.p-80,
.px-80 {
  padding-right: 5rem;
}

.mt-100,
.m-100,
.my-100 {
  margin-top: 6.25rem;
}

.pt-100,
.p-100,
.py-100 {
  padding-top: 6.25rem;
}

.mb-100,
.m-100,
.my-100 {
  margin-bottom: 6.25rem;
}

.pb-100,
.p-100,
.py-100 {
  padding-bottom: 6.25rem;
}

.ml-100,
.m-100,
.mx-100 {
  margin-left: 6.25rem;
}

.pl-100,
.p-100,
.px-100 {
  padding-left: 6.25rem;
}

.mr-100,
.m-100,
.mx-100 {
  margin-right: 6.25rem;
}

.pr-100,
.p-100,
.px-100 {
  padding-right: 6.25rem;
}

@media (min-width: 376px) {
  .cell-ssm-1 {
    width: 8.3333333333%;
  }
  .cell-ssm-2 {
    width: 16.6666666667%;
  }
  .cell-ssm-3 {
    width: 25%;
  }
  .cell-ssm-4 {
    width: 33.3333333333%;
  }
  .cell-ssm-5 {
    width: 41.6666666667%;
  }
  .cell-ssm-6 {
    width: 50%;
  }
  .cell-ssm-7 {
    width: 58.3333333333%;
  }
  .cell-ssm-8 {
    width: 66.6666666667%;
  }
  .cell-ssm-9 {
    width: 75%;
  }
  .cell-ssm-10 {
    width: 83.3333333333%;
  }
  .cell-ssm-11 {
    width: 91.6666666667%;
  }
  .cell-ssm-12 {
    width: 100%;
  }
  .mt-ssm-0,
  .m-ssm-0,
  .my-ssm-0 {
    margin-top: 0rem;
  }
  .pt-ssm-0,
  .p-ssm-0,
  .py-ssm-0 {
    padding-top: 0rem;
  }
  .mb-ssm-0,
  .m-ssm-0,
  .my-ssm-0 {
    margin-bottom: 0rem;
  }
  .pb-ssm-0,
  .p-ssm-0,
  .py-ssm-0 {
    padding-bottom: 0rem;
  }
  .ml-ssm-0,
  .m-ssm-0,
  .mx-ssm-0 {
    margin-left: 0rem;
  }
  .pl-ssm-0,
  .p-ssm-0,
  .px-ssm-0 {
    padding-left: 0rem;
  }
  .mr-ssm-0,
  .m-ssm-0,
  .mx-ssm-0 {
    margin-right: 0rem;
  }
  .pr-ssm-0,
  .p-ssm-0,
  .px-ssm-0 {
    padding-right: 0rem;
  }
  .mt-ssm-20,
  .m-ssm-20,
  .my-ssm-20 {
    margin-top: 1.25rem;
  }
  .pt-ssm-20,
  .p-ssm-20,
  .py-ssm-20 {
    padding-top: 1.25rem;
  }
  .mb-ssm-20,
  .m-ssm-20,
  .my-ssm-20 {
    margin-bottom: 1.25rem;
  }
  .pb-ssm-20,
  .p-ssm-20,
  .py-ssm-20 {
    padding-bottom: 1.25rem;
  }
  .ml-ssm-20,
  .m-ssm-20,
  .mx-ssm-20 {
    margin-left: 1.25rem;
  }
  .pl-ssm-20,
  .p-ssm-20,
  .px-ssm-20 {
    padding-left: 1.25rem;
  }
  .mr-ssm-20,
  .m-ssm-20,
  .mx-ssm-20 {
    margin-right: 1.25rem;
  }
  .pr-ssm-20,
  .p-ssm-20,
  .px-ssm-20 {
    padding-right: 1.25rem;
  }
  .mt-ssm-30,
  .m-ssm-30,
  .my-ssm-30 {
    margin-top: 1.875rem;
  }
  .pt-ssm-30,
  .p-ssm-30,
  .py-ssm-30 {
    padding-top: 1.875rem;
  }
  .mb-ssm-30,
  .m-ssm-30,
  .my-ssm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-ssm-30,
  .p-ssm-30,
  .py-ssm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-ssm-30,
  .m-ssm-30,
  .mx-ssm-30 {
    margin-left: 1.875rem;
  }
  .pl-ssm-30,
  .p-ssm-30,
  .px-ssm-30 {
    padding-left: 1.875rem;
  }
  .mr-ssm-30,
  .m-ssm-30,
  .mx-ssm-30 {
    margin-right: 1.875rem;
  }
  .pr-ssm-30,
  .p-ssm-30,
  .px-ssm-30 {
    padding-right: 1.875rem;
  }
  .mt-ssm-60,
  .m-ssm-60,
  .my-ssm-60 {
    margin-top: 3.75rem;
  }
  .pt-ssm-60,
  .p-ssm-60,
  .py-ssm-60 {
    padding-top: 3.75rem;
  }
  .mb-ssm-60,
  .m-ssm-60,
  .my-ssm-60 {
    margin-bottom: 3.75rem;
  }
  .pb-ssm-60,
  .p-ssm-60,
  .py-ssm-60 {
    padding-bottom: 3.75rem;
  }
  .ml-ssm-60,
  .m-ssm-60,
  .mx-ssm-60 {
    margin-left: 3.75rem;
  }
  .pl-ssm-60,
  .p-ssm-60,
  .px-ssm-60 {
    padding-left: 3.75rem;
  }
  .mr-ssm-60,
  .m-ssm-60,
  .mx-ssm-60 {
    margin-right: 3.75rem;
  }
  .pr-ssm-60,
  .p-ssm-60,
  .px-ssm-60 {
    padding-right: 3.75rem;
  }
  .mt-ssm-80,
  .m-ssm-80,
  .my-ssm-80 {
    margin-top: 5rem;
  }
  .pt-ssm-80,
  .p-ssm-80,
  .py-ssm-80 {
    padding-top: 5rem;
  }
  .mb-ssm-80,
  .m-ssm-80,
  .my-ssm-80 {
    margin-bottom: 5rem;
  }
  .pb-ssm-80,
  .p-ssm-80,
  .py-ssm-80 {
    padding-bottom: 5rem;
  }
  .ml-ssm-80,
  .m-ssm-80,
  .mx-ssm-80 {
    margin-left: 5rem;
  }
  .pl-ssm-80,
  .p-ssm-80,
  .px-ssm-80 {
    padding-left: 5rem;
  }
  .mr-ssm-80,
  .m-ssm-80,
  .mx-ssm-80 {
    margin-right: 5rem;
  }
  .pr-ssm-80,
  .p-ssm-80,
  .px-ssm-80 {
    padding-right: 5rem;
  }
  .mt-ssm-100,
  .m-ssm-100,
  .my-ssm-100 {
    margin-top: 6.25rem;
  }
  .pt-ssm-100,
  .p-ssm-100,
  .py-ssm-100 {
    padding-top: 6.25rem;
  }
  .mb-ssm-100,
  .m-ssm-100,
  .my-ssm-100 {
    margin-bottom: 6.25rem;
  }
  .pb-ssm-100,
  .p-ssm-100,
  .py-ssm-100 {
    padding-bottom: 6.25rem;
  }
  .ml-ssm-100,
  .m-ssm-100,
  .mx-ssm-100 {
    margin-left: 6.25rem;
  }
  .pl-ssm-100,
  .p-ssm-100,
  .px-ssm-100 {
    padding-left: 6.25rem;
  }
  .mr-ssm-100,
  .m-ssm-100,
  .mx-ssm-100 {
    margin-right: 6.25rem;
  }
  .pr-ssm-100,
  .p-ssm-100,
  .px-ssm-100 {
    padding-right: 6.25rem;
  }
  .d-ssm-none {
    display: none;
  }
  .d-ssm-block {
    display: block;
  }
  .d-ssm-flex {
    display: flex;
  }
  .align-ssm-items-start {
    align-items: flex-start;
  }
  .align-ssm-items-center {
    align-items: center;
  }
  .align-ssm-items-end {
    align-items: flex-end;
  }
  .align-ssm-content-center {
    align-content: center;
  }
  .justify-ssm-content-start {
    justify-content: flex-start;
  }
  .justify-ssm-content-center {
    justify-content: center;
  }
  .justify-ssm-content-end {
    justify-content: flex-end;
  }
  .justify-ssm-content-between {
    justify-content: space-between;
  }
  .justify-ssm-content-around {
    justify-content: space-around;
  }
  .justify-ssm-content-evenly {
    justify-content: space-evenly;
  }
  .text-ssm-center {
    text-align: center;
  }
  .text-ssm-right {
    text-align: right;
  }
  .text-ssm-left {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-0,
  .m-sm-0,
  .my-sm-0 {
    margin-top: 0rem;
  }
  .pt-sm-0,
  .p-sm-0,
  .py-sm-0 {
    padding-top: 0rem;
  }
  .mb-sm-0,
  .m-sm-0,
  .my-sm-0 {
    margin-bottom: 0rem;
  }
  .pb-sm-0,
  .p-sm-0,
  .py-sm-0 {
    padding-bottom: 0rem;
  }
  .ml-sm-0,
  .m-sm-0,
  .mx-sm-0 {
    margin-left: 0rem;
  }
  .pl-sm-0,
  .p-sm-0,
  .px-sm-0 {
    padding-left: 0rem;
  }
  .mr-sm-0,
  .m-sm-0,
  .mx-sm-0 {
    margin-right: 0rem;
  }
  .pr-sm-0,
  .p-sm-0,
  .px-sm-0 {
    padding-right: 0rem;
  }
  .mt-sm-20,
  .m-sm-20,
  .my-sm-20 {
    margin-top: 1.25rem;
  }
  .pt-sm-20,
  .p-sm-20,
  .py-sm-20 {
    padding-top: 1.25rem;
  }
  .mb-sm-20,
  .m-sm-20,
  .my-sm-20 {
    margin-bottom: 1.25rem;
  }
  .pb-sm-20,
  .p-sm-20,
  .py-sm-20 {
    padding-bottom: 1.25rem;
  }
  .ml-sm-20,
  .m-sm-20,
  .mx-sm-20 {
    margin-left: 1.25rem;
  }
  .pl-sm-20,
  .p-sm-20,
  .px-sm-20 {
    padding-left: 1.25rem;
  }
  .mr-sm-20,
  .m-sm-20,
  .mx-sm-20 {
    margin-right: 1.25rem;
  }
  .pr-sm-20,
  .p-sm-20,
  .px-sm-20 {
    padding-right: 1.25rem;
  }
  .mt-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem;
  }
  .pt-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem;
  }
  .mb-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .pl-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem;
  }
  .mr-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .pr-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem;
  }
  .mt-sm-60,
  .m-sm-60,
  .my-sm-60 {
    margin-top: 3.75rem;
  }
  .pt-sm-60,
  .p-sm-60,
  .py-sm-60 {
    padding-top: 3.75rem;
  }
  .mb-sm-60,
  .m-sm-60,
  .my-sm-60 {
    margin-bottom: 3.75rem;
  }
  .pb-sm-60,
  .p-sm-60,
  .py-sm-60 {
    padding-bottom: 3.75rem;
  }
  .ml-sm-60,
  .m-sm-60,
  .mx-sm-60 {
    margin-left: 3.75rem;
  }
  .pl-sm-60,
  .p-sm-60,
  .px-sm-60 {
    padding-left: 3.75rem;
  }
  .mr-sm-60,
  .m-sm-60,
  .mx-sm-60 {
    margin-right: 3.75rem;
  }
  .pr-sm-60,
  .p-sm-60,
  .px-sm-60 {
    padding-right: 3.75rem;
  }
  .mt-sm-80,
  .m-sm-80,
  .my-sm-80 {
    margin-top: 5rem;
  }
  .pt-sm-80,
  .p-sm-80,
  .py-sm-80 {
    padding-top: 5rem;
  }
  .mb-sm-80,
  .m-sm-80,
  .my-sm-80 {
    margin-bottom: 5rem;
  }
  .pb-sm-80,
  .p-sm-80,
  .py-sm-80 {
    padding-bottom: 5rem;
  }
  .ml-sm-80,
  .m-sm-80,
  .mx-sm-80 {
    margin-left: 5rem;
  }
  .pl-sm-80,
  .p-sm-80,
  .px-sm-80 {
    padding-left: 5rem;
  }
  .mr-sm-80,
  .m-sm-80,
  .mx-sm-80 {
    margin-right: 5rem;
  }
  .pr-sm-80,
  .p-sm-80,
  .px-sm-80 {
    padding-right: 5rem;
  }
  .mt-sm-100,
  .m-sm-100,
  .my-sm-100 {
    margin-top: 6.25rem;
  }
  .pt-sm-100,
  .p-sm-100,
  .py-sm-100 {
    padding-top: 6.25rem;
  }
  .mb-sm-100,
  .m-sm-100,
  .my-sm-100 {
    margin-bottom: 6.25rem;
  }
  .pb-sm-100,
  .p-sm-100,
  .py-sm-100 {
    padding-bottom: 6.25rem;
  }
  .ml-sm-100,
  .m-sm-100,
  .mx-sm-100 {
    margin-left: 6.25rem;
  }
  .pl-sm-100,
  .p-sm-100,
  .px-sm-100 {
    padding-left: 6.25rem;
  }
  .mr-sm-100,
  .m-sm-100,
  .mx-sm-100 {
    margin-right: 6.25rem;
  }
  .pr-sm-100,
  .p-sm-100,
  .px-sm-100 {
    padding-right: 6.25rem;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }
  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-0,
  .m-md-0,
  .my-md-0 {
    margin-top: 0rem;
  }
  .pt-md-0,
  .p-md-0,
  .py-md-0 {
    padding-top: 0rem;
  }
  .mb-md-0,
  .m-md-0,
  .my-md-0 {
    margin-bottom: 0rem;
  }
  .pb-md-0,
  .p-md-0,
  .py-md-0 {
    padding-bottom: 0rem;
  }
  .ml-md-0,
  .m-md-0,
  .mx-md-0 {
    margin-left: 0rem;
  }
  .pl-md-0,
  .p-md-0,
  .px-md-0 {
    padding-left: 0rem;
  }
  .mr-md-0,
  .m-md-0,
  .mx-md-0 {
    margin-right: 0rem;
  }
  .pr-md-0,
  .p-md-0,
  .px-md-0 {
    padding-right: 0rem;
  }
  .mt-md-20,
  .m-md-20,
  .my-md-20 {
    margin-top: 1.25rem;
  }
  .pt-md-20,
  .p-md-20,
  .py-md-20 {
    padding-top: 1.25rem;
  }
  .mb-md-20,
  .m-md-20,
  .my-md-20 {
    margin-bottom: 1.25rem;
  }
  .pb-md-20,
  .p-md-20,
  .py-md-20 {
    padding-bottom: 1.25rem;
  }
  .ml-md-20,
  .m-md-20,
  .mx-md-20 {
    margin-left: 1.25rem;
  }
  .pl-md-20,
  .p-md-20,
  .px-md-20 {
    padding-left: 1.25rem;
  }
  .mr-md-20,
  .m-md-20,
  .mx-md-20 {
    margin-right: 1.25rem;
  }
  .pr-md-20,
  .p-md-20,
  .px-md-20 {
    padding-right: 1.25rem;
  }
  .mt-md-30,
  .m-md-30,
  .my-md-30 {
    margin-top: 1.875rem;
  }
  .pt-md-30,
  .p-md-30,
  .py-md-30 {
    padding-top: 1.875rem;
  }
  .mb-md-30,
  .m-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .pb-md-30,
  .p-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ml-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-left: 1.875rem;
  }
  .pl-md-30,
  .p-md-30,
  .px-md-30 {
    padding-left: 1.875rem;
  }
  .mr-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-right: 1.875rem;
  }
  .pr-md-30,
  .p-md-30,
  .px-md-30 {
    padding-right: 1.875rem;
  }
  .mt-md-60,
  .m-md-60,
  .my-md-60 {
    margin-top: 3.75rem;
  }
  .pt-md-60,
  .p-md-60,
  .py-md-60 {
    padding-top: 3.75rem;
  }
  .mb-md-60,
  .m-md-60,
  .my-md-60 {
    margin-bottom: 3.75rem;
  }
  .pb-md-60,
  .p-md-60,
  .py-md-60 {
    padding-bottom: 3.75rem;
  }
  .ml-md-60,
  .m-md-60,
  .mx-md-60 {
    margin-left: 3.75rem;
  }
  .pl-md-60,
  .p-md-60,
  .px-md-60 {
    padding-left: 3.75rem;
  }
  .mr-md-60,
  .m-md-60,
  .mx-md-60 {
    margin-right: 3.75rem;
  }
  .pr-md-60,
  .p-md-60,
  .px-md-60 {
    padding-right: 3.75rem;
  }
  .mt-md-80,
  .m-md-80,
  .my-md-80 {
    margin-top: 5rem;
  }
  .pt-md-80,
  .p-md-80,
  .py-md-80 {
    padding-top: 5rem;
  }
  .mb-md-80,
  .m-md-80,
  .my-md-80 {
    margin-bottom: 5rem;
  }
  .pb-md-80,
  .p-md-80,
  .py-md-80 {
    padding-bottom: 5rem;
  }
  .ml-md-80,
  .m-md-80,
  .mx-md-80 {
    margin-left: 5rem;
  }
  .pl-md-80,
  .p-md-80,
  .px-md-80 {
    padding-left: 5rem;
  }
  .mr-md-80,
  .m-md-80,
  .mx-md-80 {
    margin-right: 5rem;
  }
  .pr-md-80,
  .p-md-80,
  .px-md-80 {
    padding-right: 5rem;
  }
  .mt-md-100,
  .m-md-100,
  .my-md-100 {
    margin-top: 6.25rem;
  }
  .pt-md-100,
  .p-md-100,
  .py-md-100 {
    padding-top: 6.25rem;
  }
  .mb-md-100,
  .m-md-100,
  .my-md-100 {
    margin-bottom: 6.25rem;
  }
  .pb-md-100,
  .p-md-100,
  .py-md-100 {
    padding-bottom: 6.25rem;
  }
  .ml-md-100,
  .m-md-100,
  .mx-md-100 {
    margin-left: 6.25rem;
  }
  .pl-md-100,
  .p-md-100,
  .px-md-100 {
    padding-left: 6.25rem;
  }
  .mr-md-100,
  .m-md-100,
  .mx-md-100 {
    margin-right: 6.25rem;
  }
  .pr-md-100,
  .p-md-100,
  .px-md-100 {
    padding-right: 6.25rem;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }
  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-0,
  .m-lg-0,
  .my-lg-0 {
    margin-top: 0rem;
  }
  .pt-lg-0,
  .p-lg-0,
  .py-lg-0 {
    padding-top: 0rem;
  }
  .mb-lg-0,
  .m-lg-0,
  .my-lg-0 {
    margin-bottom: 0rem;
  }
  .pb-lg-0,
  .p-lg-0,
  .py-lg-0 {
    padding-bottom: 0rem;
  }
  .ml-lg-0,
  .m-lg-0,
  .mx-lg-0 {
    margin-left: 0rem;
  }
  .pl-lg-0,
  .p-lg-0,
  .px-lg-0 {
    padding-left: 0rem;
  }
  .mr-lg-0,
  .m-lg-0,
  .mx-lg-0 {
    margin-right: 0rem;
  }
  .pr-lg-0,
  .p-lg-0,
  .px-lg-0 {
    padding-right: 0rem;
  }
  .mt-lg-20,
  .m-lg-20,
  .my-lg-20 {
    margin-top: 1.25rem;
  }
  .pt-lg-20,
  .p-lg-20,
  .py-lg-20 {
    padding-top: 1.25rem;
  }
  .mb-lg-20,
  .m-lg-20,
  .my-lg-20 {
    margin-bottom: 1.25rem;
  }
  .pb-lg-20,
  .p-lg-20,
  .py-lg-20 {
    padding-bottom: 1.25rem;
  }
  .ml-lg-20,
  .m-lg-20,
  .mx-lg-20 {
    margin-left: 1.25rem;
  }
  .pl-lg-20,
  .p-lg-20,
  .px-lg-20 {
    padding-left: 1.25rem;
  }
  .mr-lg-20,
  .m-lg-20,
  .mx-lg-20 {
    margin-right: 1.25rem;
  }
  .pr-lg-20,
  .p-lg-20,
  .px-lg-20 {
    padding-right: 1.25rem;
  }
  .mt-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem;
  }
  .pt-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem;
  }
  .mb-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .pl-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem;
  }
  .mr-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .pr-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem;
  }
  .mt-lg-60,
  .m-lg-60,
  .my-lg-60 {
    margin-top: 3.75rem;
  }
  .pt-lg-60,
  .p-lg-60,
  .py-lg-60 {
    padding-top: 3.75rem;
  }
  .mb-lg-60,
  .m-lg-60,
  .my-lg-60 {
    margin-bottom: 3.75rem;
  }
  .pb-lg-60,
  .p-lg-60,
  .py-lg-60 {
    padding-bottom: 3.75rem;
  }
  .ml-lg-60,
  .m-lg-60,
  .mx-lg-60 {
    margin-left: 3.75rem;
  }
  .pl-lg-60,
  .p-lg-60,
  .px-lg-60 {
    padding-left: 3.75rem;
  }
  .mr-lg-60,
  .m-lg-60,
  .mx-lg-60 {
    margin-right: 3.75rem;
  }
  .pr-lg-60,
  .p-lg-60,
  .px-lg-60 {
    padding-right: 3.75rem;
  }
  .mt-lg-80,
  .m-lg-80,
  .my-lg-80 {
    margin-top: 5rem;
  }
  .pt-lg-80,
  .p-lg-80,
  .py-lg-80 {
    padding-top: 5rem;
  }
  .mb-lg-80,
  .m-lg-80,
  .my-lg-80 {
    margin-bottom: 5rem;
  }
  .pb-lg-80,
  .p-lg-80,
  .py-lg-80 {
    padding-bottom: 5rem;
  }
  .ml-lg-80,
  .m-lg-80,
  .mx-lg-80 {
    margin-left: 5rem;
  }
  .pl-lg-80,
  .p-lg-80,
  .px-lg-80 {
    padding-left: 5rem;
  }
  .mr-lg-80,
  .m-lg-80,
  .mx-lg-80 {
    margin-right: 5rem;
  }
  .pr-lg-80,
  .p-lg-80,
  .px-lg-80 {
    padding-right: 5rem;
  }
  .mt-lg-100,
  .m-lg-100,
  .my-lg-100 {
    margin-top: 6.25rem;
  }
  .pt-lg-100,
  .p-lg-100,
  .py-lg-100 {
    padding-top: 6.25rem;
  }
  .mb-lg-100,
  .m-lg-100,
  .my-lg-100 {
    margin-bottom: 6.25rem;
  }
  .pb-lg-100,
  .p-lg-100,
  .py-lg-100 {
    padding-bottom: 6.25rem;
  }
  .ml-lg-100,
  .m-lg-100,
  .mx-lg-100 {
    margin-left: 6.25rem;
  }
  .pl-lg-100,
  .p-lg-100,
  .px-lg-100 {
    padding-left: 6.25rem;
  }
  .mr-lg-100,
  .m-lg-100,
  .mx-lg-100 {
    margin-right: 6.25rem;
  }
  .pr-lg-100,
  .p-lg-100,
  .px-lg-100 {
    padding-right: 6.25rem;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }
  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-0,
  .m-xl-0,
  .my-xl-0 {
    margin-top: 0rem;
  }
  .pt-xl-0,
  .p-xl-0,
  .py-xl-0 {
    padding-top: 0rem;
  }
  .mb-xl-0,
  .m-xl-0,
  .my-xl-0 {
    margin-bottom: 0rem;
  }
  .pb-xl-0,
  .p-xl-0,
  .py-xl-0 {
    padding-bottom: 0rem;
  }
  .ml-xl-0,
  .m-xl-0,
  .mx-xl-0 {
    margin-left: 0rem;
  }
  .pl-xl-0,
  .p-xl-0,
  .px-xl-0 {
    padding-left: 0rem;
  }
  .mr-xl-0,
  .m-xl-0,
  .mx-xl-0 {
    margin-right: 0rem;
  }
  .pr-xl-0,
  .p-xl-0,
  .px-xl-0 {
    padding-right: 0rem;
  }
  .mt-xl-20,
  .m-xl-20,
  .my-xl-20 {
    margin-top: 1.25rem;
  }
  .pt-xl-20,
  .p-xl-20,
  .py-xl-20 {
    padding-top: 1.25rem;
  }
  .mb-xl-20,
  .m-xl-20,
  .my-xl-20 {
    margin-bottom: 1.25rem;
  }
  .pb-xl-20,
  .p-xl-20,
  .py-xl-20 {
    padding-bottom: 1.25rem;
  }
  .ml-xl-20,
  .m-xl-20,
  .mx-xl-20 {
    margin-left: 1.25rem;
  }
  .pl-xl-20,
  .p-xl-20,
  .px-xl-20 {
    padding-left: 1.25rem;
  }
  .mr-xl-20,
  .m-xl-20,
  .mx-xl-20 {
    margin-right: 1.25rem;
  }
  .pr-xl-20,
  .p-xl-20,
  .px-xl-20 {
    padding-right: 1.25rem;
  }
  .mt-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem;
  }
  .pt-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem;
  }
  .mb-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .pl-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem;
  }
  .mr-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .pr-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem;
  }
  .mt-xl-60,
  .m-xl-60,
  .my-xl-60 {
    margin-top: 3.75rem;
  }
  .pt-xl-60,
  .p-xl-60,
  .py-xl-60 {
    padding-top: 3.75rem;
  }
  .mb-xl-60,
  .m-xl-60,
  .my-xl-60 {
    margin-bottom: 3.75rem;
  }
  .pb-xl-60,
  .p-xl-60,
  .py-xl-60 {
    padding-bottom: 3.75rem;
  }
  .ml-xl-60,
  .m-xl-60,
  .mx-xl-60 {
    margin-left: 3.75rem;
  }
  .pl-xl-60,
  .p-xl-60,
  .px-xl-60 {
    padding-left: 3.75rem;
  }
  .mr-xl-60,
  .m-xl-60,
  .mx-xl-60 {
    margin-right: 3.75rem;
  }
  .pr-xl-60,
  .p-xl-60,
  .px-xl-60 {
    padding-right: 3.75rem;
  }
  .mt-xl-80,
  .m-xl-80,
  .my-xl-80 {
    margin-top: 5rem;
  }
  .pt-xl-80,
  .p-xl-80,
  .py-xl-80 {
    padding-top: 5rem;
  }
  .mb-xl-80,
  .m-xl-80,
  .my-xl-80 {
    margin-bottom: 5rem;
  }
  .pb-xl-80,
  .p-xl-80,
  .py-xl-80 {
    padding-bottom: 5rem;
  }
  .ml-xl-80,
  .m-xl-80,
  .mx-xl-80 {
    margin-left: 5rem;
  }
  .pl-xl-80,
  .p-xl-80,
  .px-xl-80 {
    padding-left: 5rem;
  }
  .mr-xl-80,
  .m-xl-80,
  .mx-xl-80 {
    margin-right: 5rem;
  }
  .pr-xl-80,
  .p-xl-80,
  .px-xl-80 {
    padding-right: 5rem;
  }
  .mt-xl-100,
  .m-xl-100,
  .my-xl-100 {
    margin-top: 6.25rem;
  }
  .pt-xl-100,
  .p-xl-100,
  .py-xl-100 {
    padding-top: 6.25rem;
  }
  .mb-xl-100,
  .m-xl-100,
  .my-xl-100 {
    margin-bottom: 6.25rem;
  }
  .pb-xl-100,
  .p-xl-100,
  .py-xl-100 {
    padding-bottom: 6.25rem;
  }
  .ml-xl-100,
  .m-xl-100,
  .mx-xl-100 {
    margin-left: 6.25rem;
  }
  .pl-xl-100,
  .p-xl-100,
  .px-xl-100 {
    padding-left: 6.25rem;
  }
  .mr-xl-100,
  .m-xl-100,
  .mx-xl-100 {
    margin-right: 6.25rem;
  }
  .pr-xl-100,
  .p-xl-100,
  .px-xl-100 {
    padding-right: 6.25rem;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }
  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
button,
input[type=button],
input[type=reset],
input[type=submit], .btn {
  position: relative;
  display: inline-block;
  padding: 0.88rem 1.25rem;
  vertical-align: top;
  color: #ffffff;
  font-size: 1.19rem;
  line-height: 1.5;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  outline: none;
  text-decoration: none;
  border: none;
  border-radius: 0.32rem;
  background-color: #393b49;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
@media (max-width: 575px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit], .btn {
    font-size: 1.07rem;
    padding: 0.63rem 1.25rem;
  }
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover, button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:focus {
  cursor: pointer;
  color: #9ee3e9;
  text-decoration: none;
  background-color: #393b49;
}

.btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  bottom: -5px;
  right: -5px;
  border-radius: 5px;
  border-bottom: 5px solid #ffc05c;
  border-right: 5px solid #ffc05c;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
.btn:hover:after, .btn:focus:after {
  border-color: #9ee3e9;
}
.btn-light {
  background-color: #ffffff;
  color: #3c3c3c;
  font-weight: 400;
  font-size: 1.07rem;
  padding: 0.88rem 1rem;
  border-radius: 0.32rem;
}
.btn-light:after {
  display: none;
}
.btn-light:hover, .btn-light:focus {
  font-weight: 600;
  background-color: #ffc05c;
  color: #393b49;
}
.btn-minwidth {
  min-width: 170px;
}
.btn-link {
  display: inline-block;
  margin-bottom: 0.13rem;
  color: #ffc05c;
  font-size: 1.07rem;
  text-decoration: none;
  border-bottom: 0.07rem solid #ffc05c;
}
.btn-link:hover, .btn-link:focus {
  color: #393b49;
  text-decoration: none;
}

.download-btn {
  display: inline-block;
  vertical-align: top;
  padding: 0.63rem 0.88rem;
  color: #393b49;
  font-size: 0.94rem;
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #EDF8F9;
  border-radius: 0.25rem;
  text-decoration: none;
}
.download-btn:hover, .download-btn:focus {
  color: #ffffff;
  background-color: #393b49;
  text-decoration: none;
}

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

form label {
  display: block;
  margin-bottom: 0.63rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.88rem;
  color: #393b49;
}

input,
textarea,
button,
select {
  font-family: "Source Sans Pro", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
textarea {
  -webkit-appearance: none;
  outline: none;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
textarea,
select {
  width: 100%;
  height: 3.38rem;
  padding: 0 0.94rem;
  color: #393b49;
  font-size: 1.07rem;
  font-weight: 400;
  border: 0.07rem solid #C6C6C6;
  border-radius: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  input[type=url],
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=search],
  input[type=number],
  textarea,
  select {
    height: 3.07rem;
    font-size: 1rem;
  }
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border-color: #393b49;
  outline: none;
}
input[type=url]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #3c3c3c;
  opacity: 1;
}
input[type=url]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #3c3c3c;
  opacity: 1;
}
input[type=url]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #3c3c3c;
  opacity: 1;
}
input[type=url]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #3c3c3c;
  opacity: 1;
}

textarea {
  display: block;
  height: 9.38rem;
  padding: 0.63rem 0.94rem;
  resize: none;
  overflow: auto;
}

select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-image: url(../svg/select-down-arrow.svg);
  background-size: 0.88rem 0.44rem;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
}

select:focus {
  outline: none;
}

/* for ie */
select::-ms-expand {
  display: none;
}

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

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-group {
  margin-bottom: 1.25rem;
}

.radio-btn-group .radio-option {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
  opacity: 0;
  position: absolute;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label:before {
  background-color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label {
  margin: 0;
  cursor: pointer;
  color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.63rem;
  width: 0.63rem;
  margin-top: -0.19rem;
  margin-right: 0.63rem;
  background-color: #ffffff;
  border: 0.13rem solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0px 2px #000000;
  cursor: pointer;
}

.checkbox input[type=checkbox] {
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 0.32rem;
  height: 0.63rem;
  border: solid #393b49;
  border-width: 0 0.13rem 0.13rem 0;
  transform: rotate(42deg);
}
.checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  padding: 0.5rem;
  background-color: transparent;
  border: 0.13rem solid #393b49;
  -webkit-appearance: none;
  cursor: pointer;
}

.search-form {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .search-form {
    margin-top: 10px;
    justify-content: flex-start;
  }
}
.search-form button {
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
  line-height: 0.5;
}
.search-form input[type=search] {
  border-bottom-left-radius: 0.32rem;
  border-top-left-radius: 0.32rem;
  height: 2.58rem;
  background-color: #f3f1f1;
}

.search-form-result {
  display: flex;
  width: 100%;
  align-content: center;
}
.search-form-result .search-box-header {
  width: 50%;
}
.search-form-result button {
  margin-left: 1%;
  border-radius: 0.32rem;
  line-height: 0.5;
}
.search-form-result input[type=search] {
  border-radius: 0.32rem;
}

.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  min-height: 100%;
}

.main-container {
  width: 100%;
}

.slick-dots li {
  padding: 0 0.32rem;
}

.block_heading {
  max-width: 37.5rem;
  width: 100%;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .block_heading {
    flex-wrap: nowrap;
  }
}
.block_heading-icon {
  display: inline-block;
  padding-right: 0.94rem;
}
@media (max-width: 575px) {
  .block_heading-icon {
    padding-right: 0;
    width: 100%;
  }
  .block_heading-icon img {
    display: block;
    margin: auto;
  }
}
.block_heading-icon img {
  min-width: 4.07rem;
  width: 4.07rem;
}
.block_heading * {
  margin: 0;
}
.block_heading h2 {
  font-weight: 600;
}

/* social feed */
.social-feed ul {
  margin: 0;
  padding: 0;
}
.social-feed ul li {
  display: inline-block;
  padding: 0;
  margin: 0 0.94rem 0.94rem 0;
}
@media (max-width: 767px) {
  .social-feed ul li {
    margin: 0.32rem 1.88rem 0.32rem 0;
  }
}
.social-feed ul li:last-child {
  margin-right: 0;
}
.social-feed ul a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.social-feed ul a:hover, .social-feed ul a:focus {
  color: #ffc05c;
}
.social-feed ul a::before {
  font-size: 1.19rem;
}

/* scroll top button */
.scroll-top {
  position: fixed;
  right: 3.94rem;
  top: calc(100% - 140px);
  display: none;
  z-index: 999;
}
@media (max-width: 767px) {
  .scroll-top {
    position: absolute;
    right: 1.25rem;
    top: -4.37rem;
  }
  .scroll-top.stick-now {
    position: fixed;
    top: calc(100% - 70px);
  }
}
.scroll-top img {
  transition: 0.3s;
  width: 3.13rem;
}
.scroll-top:hover img, .scroll-top:focus img {
  box-shadow: 0 0.13rem 0.5rem rgba(0, 0, 0, 0.6);
}

/* pagination */
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination li.active a {
  background-color: #393b49;
  color: #ffffff;
  pointer-events: none;
}
.pagination li.next a:after, .pagination li.prev a:after {
  content: "";
  background-image: url(../svg/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 1.07rem;
  width: 1.07rem;
}
.pagination li.prev a:after {
  transform: rotate(180deg);
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.38rem;
  width: 3.38rem;
  background-color: #f3f1f1;
  border-radius: 0.25rem;
  margin: 0.32rem;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  color: #3c3c3c;
  font-weight: 600;
  padding: 0.32rem;
}
@media (max-width: 767px) {
  .pagination a {
    height: 2.5rem;
    width: 2.5rem;
    margin: 0.13rem;
  }
}
.pagination a:hover, .pagination a:focus {
  background-color: #9ee3e9;
}

/* breadcrumb */
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 4px;
  color: #979797;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.88rem;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li:before {
  content: ">";
  margin-right: 0.5rem;
  color: #979797;
}
.breadcrumb li a {
  color: #393b49;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.88rem;
}
.breadcrumb li a:hover, .breadcrumb li a:focus {
  color: #1B8B96;
}

#cookie-law-info-bar #wt-cli-cookie-banner .cli-bar-message a#wt-cli-policy-link {
  color: #767586 !important;
}

/* select2 theme design */
.select2-search--dropdown {
  display: none;
}
.select2-selection--single {
  display: flex !important;
  align-items: center;
  height: 100% !important;
  padding: 0.63rem 0.94rem;
  border: 1px solid #d8d8d8 !important;
  background-color: #EDF8F9 !important;
}
.select2-dropdown {
  border: none;
  z-index: 999 !important;
}
.select2-dropdown--above .select2-results {
  border-radius: 0.25rem 0.25rem 0 0;
}
.select2-dropdown--above .select2-results__option:nth-child(2) {
  border-top: 1px solid #d8d8d8;
}
.select2-selection__rendered {
  color: #393b49;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
}
.select2-results {
  background-color: #EDF8F9;
  border: 1px solid #d8d8d8;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  overflow: hidden;
}
.select2-results__options {
  max-height: 16.25rem !important;
}
.select2-results__option {
  padding: 0.88rem 1.57rem !important;
  font-family: "IBM Plex Sans", sans-serif;
  color: #3c3c3c;
  border-bottom: 1px solid #d8d8d8;
  transition: 0.3s;
}
.select2-results__option:first-child:not(.select2-results__option--selected) {
  display: block;
}
.select2-results__option:first-child {
  display: none;
}
.select2-results__option:last-child {
  border-bottom: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #9ee3e9;
  color: #3c3c3c;
}
.select2-container--default .select2-results__option--selected {
  background-color: #EDF8F9;
}
.select2-selection__arrow {
  height: 95% !important;
  width: 3.44rem !important;
}
.select2-selection__arrow b {
  border-color: #3c3c3c transparent transparent transparent !important;
  border-width: 10px 6px 0 6px !important;
}
.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #3c3c3c transparent !important;
  border-width: 0 6px 10px 6px !important;
}

.admin-bar .select2-dropdown {
  top: 2rem;
}
@media (max-width: 782px) {
  .admin-bar .select2-dropdown {
    top: 2.88rem;
  }
}

/* ratio class */
.ratio-970-550 {
  position: relative;
  padding-top: 57%;
}
.ratio-970-550 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ratio-470-260 {
  position: relative;
  padding-top: 56%;
  min-height: 12.5rem;
}
.ratio-470-260 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* responsive-table */
.responsive-table {
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .responsive-table {
    border: 1px solid #d8d8d8;
  }
}
.responsive-table tr th {
  padding: 0.94rem 0.75rem;
  border-bottom: 1px solid #979797;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .responsive-table tr th {
    display: none;
  }
}
@media (min-width: 992px) {
  .responsive-table tr th:last-child {
    min-width: 8.63rem;
  }
}
.responsive-table tr:nth-child(even) {
  background-color: #f3f1f1;
}
.responsive-table tr td {
  padding: 0.94rem 0.75rem;
  height: 4.38rem;
  vertical-align: middle;
  font-weight: 300;
}
@media (max-width: 991px) {
  .responsive-table tr td {
    display: flex;
    height: auto;
    border-top: 1px solid #d8d8d8;
  }
  .responsive-table tr td::before {
    content: attr(data-th) " : ";
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif;
    min-width: 12.5rem;
    max-width: 12.5rem;
  }
}
@media (max-width: 767px) {
  .responsive-table tr td::before {
    min-width: 7.5rem;
    max-width: 7.5rem;
  }
}

/* static-menu-line */
.static-menu-line {
  max-width: calc(100% - 48px);
  width: 100%;
  margin: 0 auto;
  background-color: #f3f1f1;
  padding: 0.75rem 3.13rem;
}
@media (max-width: 1199px) {
  .static-menu-line {
    padding: 0.75rem 1.25rem;
  }
}
@media (max-width: 991px) {
  .static-menu-line {
    max-width: 100%;
    padding: 0.63rem 0.94rem;
  }
}
.static-menu-line ul {
  margin: 0;
  padding: 0;
}
.static-menu-line li {
  display: inline;
  align-items: center;
  list-style: none;
  font-size: 1rem;
  color: #393b49;
  padding: 0.07rem 0;
}
.static-menu-line li::after {
  content: "/";
  margin-left: 0.75rem;
  margin-right: 0.63rem;
  color: #393b49;
}
.static-menu-line li:last-child::after {
  display: none;
}
.static-menu-line li.active {
  color: #1b8b94;
}
.static-menu-line li.active a {
  color: #177893;
  pointer-events: none;
}
.static-menu-line a {
  color: #393b49;
  font-size: 1rem;
  text-decoration: none;
}
.static-menu-line a:hover {
  color: #177893;
}

/* wysing heading space as per client req */
.wysiwyg-add-space h2 {
  padding-top: 0.94rem;
}
.wysiwyg-add-space ul {
  margin-left: 0.63rem;
}

.custom-list ul {
  padding: 0;
  margin: 0 0 0.94rem 0;
}
.custom-list ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  list-style-type: none;
}
.custom-list ul li:before {
  content: "-";
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #3c3c3c;
  margin-right: 0.32rem;
}

/* responsive nav for small devices */
.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.34em;
  width: 1.34em;
  padding: 0;
  margin: 0;
  font-size: 30px;
  text-align: center;
  background-color: transparent;
}
.hamburger.close {
  font-size: 1.57rem;
}
.hamburger.close .hamburger__wrap {
  position: relative;
  width: 30px;
  height: 30px;
}
.hamburger.close .hamburger__line {
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  margin: 0;
  transform: rotate(45deg);
  background-color: #393b49;
}
.hamburger.close .hamburger__line:last-child {
  transform: rotate(-45deg);
}
.hamburger:hover, .hamburger:focus {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.hamburger__line {
  display: block;
  width: 1em;
  margin: 0.14em auto;
  height: 3px;
  background-color: #393b49;
}
.hamburger__wrap {
  display: block;
}

.mbnav__state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 999;
  width: 100%;
  background: rgba(57, 59, 73, 0.8);
  transition: all 0.3s ease-in-out;
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 1.5rem;
  background: #393b49;
}
.mbnav__logo {
  color: #ffffff;
}
.mbnav__logo .logo {
  display: block;
}
.mbnav__logo img {
  width: 11.88rem;
}
.mbnav ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mbnav ul ul {
  display: none;
}
.mbnav ul li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.13rem;
}
.mbnav ul li a {
  display: block;
  padding: 1.12rem 0.84em;
  color: #ffffff;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 2;
  cursor: pointer;
  font-family: "IBM Plex Sans", sans-serif;
}
.mbnav__caret {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  display: block;
  width: 4.38rem;
  height: 3.75rem;
  cursor: pointer;
  background-image: url(../svg/down-arrow-blue.svg);
  background-size: 0.88rem;
  background-position: center;
  background-repeat: no-repeat;
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}

.mbnav ul li.is-open > .mbnav__caret {
  transform: rotate(180deg);
}
.mbnav ul li.has-sub > a {
  padding-right: 4.69rem;
  position: relative;
}
.mbnav ul li.has-sub > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 4.38rem;
  height: 100%;
  border-left: 1px solid #9ee3e9;
  pointer-events: none;
}
.mbnav ul li li {
  font-size: 1rem;
}
.mbnav ul li li a {
  padding-left: 2.19rem;
}
.mbnav ul li li li {
  font-size: 0.88rem;
}
.mbnav ul li li li a {
  padding-left: 3.44rem;
}
.mbnav .mbnav__inner ul li a {
  font-weight: 600;
  border-color: #9ee3e9;
}
.mbnav .mbnav__inner ul li.has-sub ul li a {
  color: #9ee3e9;
  border-color: #1b8b94;
  font-weight: 600;
  font-size: 18px;
}
.mbnav .mbnav__inner ul li.has-sub ul li a:hover {
  color: #ffffff;
}
.mbnav .mbnav__inner ul li.has-sub ul li a:after {
  border-color: #1b8b94;
}
.mbnav .mbnav__inner ul li.has-sub ul li li a {
  font-weight: normal;
}
.mbnav .mbnav__inner ul li.has-sub ul li .mbnav__caret {
  background-image: url(../svg/down-arrow-dark-blue.svg);
}
.mbnav .mbnav__inner .mbnav_btm {
  background-color: #1b8b94;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mbnav .mbnav__inner .mbnav_btm li a {
  border-width: 0;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.67rem 0.84em;
}
.mbnav__backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  background: rgba(57, 59, 73, 0.8);
  opacity: 0;
  z-index: -1;
}
.mbnav.is-open .mbnav__backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.mbnav.is-open .mbnav__state {
  background: #393b49;
  z-index: 9999;
}
.mbnav .mbnav__top {
  background: #ffffff;
}
.mbnav__inner {
  max-height: calc(100vh - 80px);
  padding-bottom: 20px;
  overflow-y: auto;
}

/*--- header ---*/
.admin-bar .main-header.stuck .menu-header-main-menu-container {
  top: 2rem;
}

.main-header {
  /* nav */
}
@media (min-width: 992px) {
  .main-header {
    margin-bottom: 1.57rem;
  }
}
@media (min-width: 992px) {
  .main-header.stuck .menu-header-main-menu-container {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.main-header.stuck .menu-header-main-menu-container > ul > li a {
  font-size: 0.94rem;
}
.main-header.stuck .menu-header-main-menu-container > ul > li li li a {
  font-size: 0.88rem;
}
.main-header.stuck .menu-header-main-menu-container > ul > li.menu-item-has-children > a:after {
  top: 0.38rem;
}
@media (min-width: 992px) {
  .main-header.stuck ~ .header-space {
    display: block;
  }
}
.main-header .menu-header-main-menu-container {
  position: relative;
  bottom: -1.56rem;
  max-width: calc(100% - 48px);
  width: 100%;
  margin: 0 auto;
  background-color: #393b49;
  padding: 1.44rem 3.13rem;
  transition: 0.3s;
  z-index: 999;
}
@media (max-width: 1199px) {
  .main-header .menu-header-main-menu-container {
    padding: 0.94rem 1.25rem;
  }
}
@media (max-width: 991px) {
  .main-header .menu-header-main-menu-container {
    display: none;
  }
}
.main-header .menu-header-main-menu-container > ul {
  padding: 0;
  margin: 0 -0.93rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.main-header .menu-header-main-menu-container > ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
.main-header .menu-header-main-menu-container > ul > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 0.63rem;
  right: -1.25rem;
  background-image: url(../svg/down-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 0.82rem;
  height: 0.57rem;
  transition: 0.2s;
}
@media (max-width: 1199px) {
  .main-header .menu-header-main-menu-container > ul > li.menu-item-has-children > a:after {
    top: 0.38rem;
    right: -0.93rem;
    width: 0.63rem;
  }
}
.main-header .menu-header-main-menu-container > ul > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 111%;
  height: 1.57rem;
}
.main-header .menu-header-main-menu-container > ul > li.menu-item-has-children:hover ul {
  opacity: 1;
  top: 100%;
  pointer-events: auto;
}
.main-header .menu-header-main-menu-container > ul > li.menu-item-has-children:hover > a {
  color: #9ee3e9;
}
.main-header .menu-header-main-menu-container > ul > li.menu-item-has-children:hover > a:after {
  background-image: url(../svg/down-arrow-blue.svg);
}
.main-header .menu-header-main-menu-container > ul > li.menu-item-has-children > ul {
  position: absolute;
  left: 0;
  top: 120%;
  width: 100%;
  background-color: #F1FEFF;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 1.57rem 3.13rem;
  border-top: 2px solid #9ee3e9;
  opacity: 0;
  pointer-events: none;
  transition: ease all 0.4s;
}
@media (max-width: 1199px) {
  .main-header .menu-header-main-menu-container > ul > li.menu-item-has-children > ul {
    padding: 0.94rem;
  }
}
.main-header .menu-header-main-menu-container > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
  color: #ffffff;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .main-header .menu-header-main-menu-container > ul > li > a {
    font-size: 0.94rem;
  }
}
.main-header .menu-header-main-menu-container > ul > li > a:hover {
  color: #9ee3e9;
}
.main-header .menu-header-main-menu-container > ul > li.current-menu-item > a, .main-header .menu-header-main-menu-container > ul > li.current-menu-parent > a {
  color: #9ee3e9;
}
.main-header .menu-header-main-menu-container > ul > li.current-menu-item > a:after, .main-header .menu-header-main-menu-container > ul > li.current-menu-parent > a:after {
  background-image: url(../svg/down-arrow-blue.svg);
}

.header-space {
  display: none;
}

.mbnav__logo {
  display: flex;
  align-items: center;
  gap: 60px;
}
.mbnav__logo .logo {
  display: block;
  max-width: 13.07rem;
  width: 100%;
}
@media (max-width: 1199px) {
  .mbnav__logo .logo {
    max-width: 9.38rem;
  }
}
@media (max-width: 991px) {
  .mbnav__logo .logo {
    max-width: 8.75rem;
  }
}
@media (max-width: 375px) {
  .mbnav__logo .logo {
    max-width: 6.57rem;
  }
}
.mbnav__logo img {
  width: 13.07rem;
  max-width: 13.07rem;
}
@media (max-width: 1199px) {
  .mbnav__logo img {
    max-width: 9.38rem;
    width: 9.38rem;
  }
}
@media (max-width: 991px) {
  .mbnav__logo img {
    max-width: 8.75rem;
    width: 8.75rem;
  }
}
@media (max-width: 375px) {
  .mbnav__logo img {
    max-width: 6.57rem;
    width: 6.57rem;
  }
}

.header {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.57rem;
  z-index: 999;
}
@media (max-width: 991px) {
  .header {
    border-bottom: 25px solid #393b49;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.header .site-brand {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header .site-brand .erasmus_logo {
  max-width: 13.07rem;
  width: 100%;
}
@media (max-width: 1199px) {
  .header .site-brand .erasmus_logo {
    max-width: 9.38rem;
  }
}
@media (max-width: 991px) {
  .header .site-brand .erasmus_logo {
    max-width: 8.75rem;
  }
}
@media (max-width: 375px) {
  .header .site-brand .erasmus_logo {
    max-width: 6.57rem;
  }
}
.header .logo {
  display: block;
  max-width: 13.07rem;
  width: 100%;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 9.38rem;
  }
}
@media (max-width: 991px) {
  .header .logo {
    max-width: 8.75rem;
  }
}
@media (max-width: 375px) {
  .header .logo {
    max-width: 6.57rem;
  }
}
.header .logo img {
  width: 13.07rem;
  max-width: 13.07rem;
}
@media (max-width: 1199px) {
  .header .logo img {
    max-width: 9.38rem;
    width: 9.38rem;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    max-width: 8.75rem;
    width: 8.75rem;
  }
}
@media (max-width: 375px) {
  .header .logo img {
    max-width: 6.57rem;
    width: 6.57rem;
  }
}
.header_nav-top .menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .header_nav-top .menu {
    display: none;
  }
}
.header_nav-top li {
  margin: 0;
  padding: 0;
}
.header_nav-top li:not(:first-child):before {
  content: "/";
  margin-left: 0.63rem;
  margin-right: 0.63rem;
}
.header_nav-top a {
  color: #393b49;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .header_nav-top a {
    font-size: 0.94rem;
  }
}
.header_nav-top a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .header_nav-traditional ul li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .header_nav-traditional ul li:not(:first-child):before {
    content: "/";
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    font-weight: 700;
  }
  .header_nav-traditional ul li a {
    position: relative;
    text-decoration: none;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.94rem;
    font-weight: 600;
    color: #393b49;
    transition: 0.3s;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header_nav-traditional ul li a {
    font-size: 1.13rem;
  }
}
@media (min-width: 992px) {
  .header_nav-traditional ul li a:hover {
    color: #1b8b94;
  }
  .header_nav-traditional ul li.current-menu-item > a {
    color: #1b8b94;
  }
}
@media (min-width: 992px) {
  .header_nav-mega > ul {
    display: grid !important;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .header_nav-mega > ul li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .header_nav-mega > ul li > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.94rem;
    color: #393b49;
    font-weight: 600;
    margin-bottom: 0.63rem;
    transition: 0.3s;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header_nav-mega > ul li > a {
    font-size: 1.07rem;
  }
}
@media (min-width: 992px) {
  .header_nav-mega > ul li > a:hover {
    color: #1b8b94;
    text-decoration: none;
  }
  .header_nav-mega > ul li.current-menu-item > a {
    color: #1b8b94;
  }
  .header_nav-mega > ul li ul {
    padding-left: 0;
  }
  .header_nav-mega > ul li li {
    padding-bottom: 0.5rem;
  }
  .header_nav-mega > ul li li > a {
    position: relative;
    text-decoration: none;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.88rem;
    color: #393b49;
    font-weight: 400;
    margin-bottom: 0;
    transition: 0.3s;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header_nav-mega > ul li li > a {
    font-size: 0.94rem;
  }
}
@media (min-width: 992px) {
  .header_nav-mega > ul li li > a:hover {
    color: #393b49;
    text-decoration: underline;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_nav-mega > ul {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}

.sub-menu-toggle {
  display: none;
}

/*--- footer ---*/
.main-footer {
  position: relative;
  width: 100%;
  height: auto;
  /* Text meant only for screen readers. */
}
.footer-logo {
  display: block;
  max-width: 10.63rem;
  width: 100%;
  margin-bottom: 1.07rem;
}
.footer-top {
  background-color: #393b49;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer-top {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.footer-top address {
  font-size: 0.94rem;
  color: #ffffff;
  font-style: normal;
  line-height: 1.6;
}
.footer-top span {
  color: #ffffff;
}
.footer-quick-links .menu {
  padding: 0;
  margin: 0;
}
.footer-quick-links .menu > li > a {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.07rem;
  color: #ffc05c;
  text-decoration: none;
  margin-bottom: 0.32rem;
  font-weight: 700;
}
.footer-quick-links .menu > li > a:hover, .footer-quick-links .menu > li > a:focus {
  color: #9ee3e9;
  text-decoration: none;
}
.footer-quick-links .menu ul {
  padding: 0;
  margin-bottom: 0.5rem;
}
.footer-quick-links .menu li {
  list-style: none;
  margin: 0;
  padding: 0.13rem 0;
}
.footer-quick-links .menu a {
  color: #ffffff;
  font-size: 0.88rem;
  text-decoration: none;
}
.footer-quick-links .menu a:hover, .footer-quick-links .menu a:focus {
  text-decoration: underline;
}
.footer-main-quick-links {
  margin-top: 1.88rem;
}
.footer-main-quick-links ul {
  padding: 0;
}
.footer-main-quick-links li {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
}
.footer-main-quick-links a {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.94rem;
  text-decoration: none;
  font-weight: 600;
}
.footer-main-quick-links a:hover, .footer-main-quick-links a:focus {
  color: #ffc05c;
}
@media (max-width: 767px) {
  .footer-email-wrap {
    font-size: 0.94rem;
  }
}
.footer-email-wrap span {
  color: #ffc05c;
}
.footer-email-wrap a {
  text-decoration: none;
  color: #ffffff;
}
.footer-email-wrap a:hover, .footer-email-wrap a:focus {
  text-decoration: underline;
}
.footer-middle {
  padding-top: 0.82rem;
  padding-bottom: 0.88rem;
}
@media (max-width: 767px) {
  .footer-middle {
    padding-top: 1.88rem;
    padding-bottom: 1.88rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.footer-middle-links ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.31rem;
}
.footer-middle-links li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-middle-links li:not(:last-child):after {
  content: "|";
}
.footer-middle-links a {
  margin: 0 0.32rem;
  font-size: 0.88rem;
  color: #353132;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .footer-middle-links a {
    font-size: 1rem;
  }
}
.footer-middle-links a:hover, .footer-middle-links a:focus {
  text-decoration: underline;
}
.footer-bottom {
  padding: 1.44rem 0;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .footer-bottom-wrap {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .footer-bottom-left {
    margin-right: 1.88rem;
  }
}
.footer-bottom-left .copyright-text {
  display: block;
  font-size: 0.88rem;
  margin-bottom: 0.19rem;
}
.footer-bottom-left .creat-by-text {
  display: block;
  font-size: 0.75rem;
}
.footer-bottom-left .creat-by-text a {
  color: #353132;
  text-decoration: none;
}
.footer-bottom-left .creat-by-text a:hover, .footer-bottom-left .creat-by-text a:focus {
  text-decoration: underline;
}
.footer-bottom-right {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-bottom-right {
    margin-left: -0.62rem;
    margin-right: -0.62rem;
    margin-bottom: 3.13rem;
  }
}
.footer-bottom-right img {
  display: block;
  width: 7.82rem;
  margin: 0 0 0 1.57rem;
}
@media (max-width: 767px) {
  .footer-bottom-right img {
    margin: 0 0.63rem 0.63rem;
  }
}
@media (max-width: 575px) {
  .footer-bottom-right img {
    width: 5.32rem;
  }
}

@media (max-width: 767px) {
  .main-footer .social-feed {
    background: #232323;
    margin: 0 -2.37rem;
    padding: 1.25rem 2.38rem;
  }
  .main-footer .social-feed ul {
    text-align: center;
  }
  .main-footer .social-feed ul a::before {
    font-size: 1.57rem;
  }
  .main-footer .social-feed ul a span {
    display: none !important;
  }
}
.main-footer .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.hero-banner {
  margin-top: -1.62rem;
}
.hero-banner_wrap {
  position: relative;
}
.hero-banner_wrap .hero-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 4.75rem;
  width: 4.75rem;
}
@media (max-width: 991px) {
  .hero-banner_wrap .hero-play {
    top: 45%;
    height: 3.75rem;
    width: 3.75rem;
  }
}
.hero-banner_wrap .hero-play img {
  transition: 0.3s;
}
.hero-banner_wrap .hero-play:hover img, .hero-banner_wrap .hero-play:focus img {
  transform: scale(1.15);
}
.hero-banner_img-wrap {
  position: relative;
  padding-top: 30%;
  min-height: 12.5rem;
  font-size: 0;
}
.hero-banner_img-wrap > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-banner_caption {
  position: relative;
  z-index: 9;
  background-color: #f3f1f1;
  border-radius: 0.25rem;
  padding: 1.88rem 7.5rem;
  text-align: center;
  margin-top: -2.5rem;
}
@media (min-width: 1200px) {
  .hero-banner_caption {
    margin-top: -5rem;
  }
}
@media (max-width: 1199px) {
  .hero-banner_caption {
    padding: 1.88rem 3.75rem;
  }
}
@media (max-width: 575px) {
  .hero-banner_caption {
    padding: 1.88rem 1.57rem;
    max-width: 19.32rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-banner_caption-heading {
  font-weight: normal;
}
@media (max-width: 767px) {
  .hero-banner_caption-heading {
    font-size: 1.25rem;
  }
}

/* inner hero */
.inner-hero-content {
  position: relative;
  background-color: #393b49;
}
.inner-hero-main-title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -99%);
  max-width: 26.88rem;
  width: 95%;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: #393b49;
  padding: 0.94rem;
}
.inner-hero-container {
  max-width: 48.57rem;
  width: 100%;
}
.inner-hero-title {
  font-weight: 400;
  margin-bottom: 1.57rem;
}

.ratio-56 {
  padding-top: 56.75%;
  position: relative;
}
.ratio-56 > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card:not(.noborder) {
  padding-top: 0.44rem;
}
@media (min-width: 576px) {
  .card:not(.noborder) {
    border-top: 1px solid #393b49;
  }
}
.card_caption {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.card_caption a:hover, .card_caption a:focus {
  color: inherit;
}
.card_img {
  display: block;
  overflow: hidden;
}
.card_img:hover img, .card_img:focus img {
  transform: scale(1.1);
}
.card_img img {
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.card_date {
  margin-top: 1.25rem;
  font-weight: 700;
  font-family: "IBM Plex Sans", sans-serif;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding-top: 1.13rem;
  padding-bottom: 1.13rem;
}
.card_tag {
  margin-top: 0.94rem;
}
.card_tag a {
  display: inline-block;
  font-size: 0.94rem;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif;
  padding: 0.32rem 0.75rem;
  color: #393b49;
  text-decoration: none;
  margin-bottom: 0.32rem;
  margin-right: 0.19rem;
}
.card_tag a.bg-secondary {
  color: #ffffff;
}
.card_tag a:hover {
  background-color: #9ee3e9;
}
.card_tag a:hover.bg-secondary {
  color: #393b49;
}
.card-img-bg {
  position: relative;
  display: block;
  height: 100%;
  min-height: 220px;
  text-decoration: none;
}
.card-img-bg:hover h4, .card-img-bg:hover .h4, .card-img-bg:focus h4, .card-img-bg:focus .h4 {
  text-decoration: underline;
}
.card-img-bg .card_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.card-img-bg .card_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(57, 59, 73, 0.5);
  z-index: 1;
}
.card-img-bg .card_caption {
  position: relative;
  margin: 0;
  padding: 25px 15px;
  z-index: 9;
}
.card-img-bg .card_caption h4, .card-img-bg .card_caption .h4 {
  color: #ffffff;
}

@media (max-width: 767px) {
  .findmore-section .h4 {
    font-size: 1.07rem;
  }
}
.findmore_btn {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.94rem 0 0 0;
  padding: 0;
}
.findmore_btn li {
  position: relative;
  margin: 0 0.94rem 1.57rem 0;
  padding: 0;
}
.findmore_btn li input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.findmore_btn li label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: none;
  font-family: "IBM Plex Sans", sans-serif;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  background-color: #ffffff;
  color: #3c3c3c;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.07rem;
  padding: 0.88rem 1rem;
  border-radius: 0.32rem;
}
.findmore_btn li:hover label {
  background-color: #ffc05c;
  color: black;
}
.findmore_btn li input:checked + label {
  background-color: #ffc05c;
  color: #393b49;
  color: black;
}
@media (max-width: 767px) {
  .findmore_btn.custom-dd {
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 0.32rem 0.32rem;
    overflow: hidden;
  }
  .findmore_btn.custom-dd li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
  .findmore_btn.custom-dd li:last-child {
    border-bottom: none;
  }
  .findmore_btn.custom-dd li label {
    width: 100%;
    margin: 0;
    padding: 0.5rem 1rem;
    border-radius: 0;
    text-align: left;
  }
}

.select-trigger {
  display: block;
  margin-top: 0.94rem;
  background-color: #ffffff;
  font-weight: 600;
  border: 1px solid #C6C6C6;
  border-radius: 0.32rem;
  padding: 0.63rem 1.25rem;
  padding-right: 1.88rem;
  position: relative;
}
@media (min-width: 768px) {
  .select-trigger {
    display: none;
  }
}
.select-trigger:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 1.25rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.57rem 0.32rem 0 0.32rem;
  border-color: #393b49 transparent transparent transparent;
}

.video-left-content {
  padding: 1.57rem 1.57rem 9.38rem;
}
@media (max-width: 991px) {
  .video-left-content {
    padding: 1.25rem;
  }
}
.video-left-content h2 {
  font-weight: 600;
}
.video-left-content h2 a:hover {
  color: #393b49;
}
.video-block {
  position: relative;
  background-color: #ffc05c;
  transition: background-color ease 0.2s;
}
.video-block:hover {
  background-color: #9ee3e9;
}
.video-block_icon {
  position: absolute;
  bottom: 2.19rem;
  left: 1.57rem;
}
@media (max-width: 991px) {
  .video-block_icon {
    width: 3.13rem;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.video-block_icon img {
  width: 5.75rem;
  transition: 0.3s;
}
.video-block_icon:hover img, .video-block_icon:focus img {
  transform: scale(1.15);
}
.video-block_link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .video-block_link {
    display: none;
  }
}
.video-block_link li:not(:first-child):before {
  content: "/";
  margin-left: 0.44rem;
  margin-right: 0.44rem;
}
.video-block_link a {
  color: #393b49;
  text-transform: uppercase;
  text-decoration: none;
}
.video-block_link a:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .video-block h1,
  .video-block .h1 {
    font-size: 1.07rem;
    margin: 0;
  }
  .video-block h2,
  .video-block .h2 {
    font-size: 1.07rem;
    margin: 0;
  }
  .video-block h3,
  .video-block .h3 {
    font-size: 1.07rem;
    margin: 0;
  }
}
.video-img {
  max-height: 31.25rem;
}

.event-section .key-event-slider {
  margin-left: -0.93rem;
  margin-right: -0.93rem;
}
.event-section .key-event-item {
  padding-left: 0.94rem;
  padding-right: 0.94rem;
  width: 33.33%;
}
@media (max-width: 991px) {
  .event-section .key-event-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .event-section .key-event-item {
    width: 100%;
  }
}
.event-section .block_heading a:hover, .event-section .block_heading a:focus {
  color: #3c3c3c;
}
.event-section .card_tag a:hover {
  color: #393b49;
}
.event-section .card_caption a:hover, .event-section .card_caption a:focus {
  color: #1B8B96 !important;
  text-decoration: none;
}
.event-filter-tabs-wrap {
  position: relative;
}
.event-filter-title {
  max-width: 47.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.event-filter-title h2, .event-filter-title .h2 {
  text-align: center;
}
.event-filter-tabs {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .event-filter-tabs {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 99;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 0.32rem 0.32rem;
    overflow: hidden;
  }
}
.event-filter-tabs li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .event-filter-tabs li {
    display: block;
    border-bottom: 1px solid #d8d8d8;
  }
  .event-filter-tabs li:last-child {
    border-bottom: none;
  }
}
.event-filter-tabs li.active a {
  background-color: #9ee3e9;
}
.event-filter-tabs a {
  display: block;
  background-color: #f3f1f1;
  border-radius: 0.25rem;
  margin: 0.32rem;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  color: #3c3c3c;
  padding: 0.57rem 1.25rem;
}
@media (max-width: 767px) {
  .event-filter-tabs a {
    margin: 0;
    border-radius: 0;
    background-color: #EDF8F9;
  }
}
.event-filter-tabs a:hover, .event-filter-tabs a:focus {
  background-color: #9ee3e9;
}

.filter-select-trigger {
  display: block;
  margin-top: 0.94rem;
  background-color: #EDF8F9;
  font-weight: 600;
  border: 1px solid #C6C6C6;
  border-radius: 0.32rem;
  padding: 0.63rem 1.25rem;
  padding-right: 1.88rem;
  position: relative;
}
@media (min-width: 768px) {
  .filter-select-trigger {
    display: none;
  }
}
.filter-select-trigger:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 1.25rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.57rem 0.32rem 0 0.32rem;
  border-color: #393b49 transparent transparent transparent;
}

.explore-service-logo {
  max-width: 100%;
  margin: 0 auto;
  max-height: 14.38rem;
  width: auto !important;
}
.explore-service-row {
  margin-bottom: 2.5rem;
}
.explore-service-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .explore-service-row [class*=cell-]:first-child .border-gray-500 {
    border-bottom-color: transparent;
  }
}
@media (min-width: 768px) {
  .explore-service-row [class*=cell-]:first-child .border-gray-500 {
    border-right-color: transparent;
  }
}
.explore-service-content {
  position: relative;
  padding: 3.13rem 5rem 5rem 2.19rem;
  height: 100%;
}
@media (max-width: 575px) {
  .explore-service-content {
    padding: 1.88rem 2.19rem 2.19rem 1.25rem;
  }
}
.explore-service-content code a {
  position: relative;
  display: block;
  padding: 0.5rem 0.94rem 0.5rem 0;
  color: #393b49;
  font-weight: 700;
  font-size: 1.19rem;
  border-bottom: 1px solid #393b49;
  text-decoration: none;
  max-width: 35.63rem;
  width: 100%;
  margin: auto;
  font-family: "Source Sans Pro", sans-serif;
}
.explore-service-content code a:before {
  content: "";
  position: absolute;
  right: -0.25rem;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left-color: #393b49;
  transition: 0.3s;
}
.explore-service-content code a:focus, .explore-service-content code a:hover {
  color: #1b8b94;
}
.explore-service-content code a:hover:before {
  border-left-color: #1b8b94;
}
.explore-service-content:before {
  content: "";
  position: absolute;
  right: -2.81rem;
  bottom: -4.06rem;
  height: 9.38rem;
  width: 6.25rem;
  transform: rotate(45deg);
  border-left: 10px solid #ffffff;
  outline: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  .explore-service-content:before {
    right: -0.93rem;
    bottom: -2.18rem;
    height: 5.63rem;
    width: 2.5rem;
    border-left: 7px solid #ffffff;
  }
}
.explore-service-inner-cell {
  margin-top: 0.63rem;
}
.explore-service-inner-row {
  position: relative;
  padding: 3.13rem 5rem 5rem 3.75rem;
}
@media (max-width: 575px) {
  .explore-service-inner-row {
    padding: 1.57rem 2.19rem 2.19rem 1.25rem;
  }
}
.explore-service-inner-row:before {
  content: "";
  position: absolute;
  right: -2.81rem;
  bottom: -4.06rem;
  height: 9.38rem;
  width: 6.25rem;
  transform: rotate(45deg);
  border-left: 10px solid #ffffff;
  outline: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  .explore-service-inner-row:before {
    right: -0.93rem;
    bottom: -2.18rem;
    height: 5.63rem;
    width: 2.5rem;
    border-left: 7px solid #ffffff;
  }
}
.explore-service-inner-links {
  max-width: 35.63rem;
  width: 100%;
  margin: 3.13rem auto 0;
}
@media (max-width: 767px) {
  .explore-service-inner-links {
    margin: 1.57rem auto 0;
  }
}
.explore-service-inner-links ul {
  margin: 0;
  padding: 0;
}
.explore-service-inner-links li {
  list-style: none;
  padding: 0;
}
.explore-service-inner-links li:first-child a {
  border-top: 1px solid #393b49;
}
.explore-service-inner-links a {
  position: relative;
  display: block;
  padding: 0.5rem 0.94rem 0.5rem 0;
  color: #393b49;
  font-weight: 700;
  font-size: 1.19rem;
  border-bottom: 1px solid #393b49;
  text-decoration: none;
}
@media (max-width: 767px) {
  .explore-service-inner-links a {
    font-size: 1.13rem;
  }
}
.explore-service-inner-links a:hover, .explore-service-inner-links a:focus {
  color: #177893;
}
.explore-service-inner-links a:hover:before, .explore-service-inner-links a:focus:before {
  border-left-color: #1b8b94;
}
.explore-service-inner-links a:before {
  content: "";
  position: absolute;
  right: -0.25rem;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left-color: #393b49;
  transition: 0.3s;
}
.explore-service-section h2, .explore-service-section .h2 {
  font-weight: 600;
}
.explore-service-section h2, .explore-service-section .h2, .explore-service-section p {
  color: #3c3c3c;
}
.explore-service-section h2 a, .explore-service-section .h2 a, .explore-service-section p a {
  color: #177893;
}
.explore-service-section .blue-corner:before {
  background-color: #0077CB;
}
.explore-service-section .yellow-corner:before {
  background-color: #F6CF3F;
}
.explore-service-section .purple-corner:before {
  background-color: #A81573;
}

.next-step-wrap {
  position: relative;
  z-index: 1;
}
.next-step-wrap:before {
  content: "";
  position: absolute;
  top: -1.56rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 100%;
  width: 1px;
  border-left: 1px solid #393b49;
  z-index: -1;
}
@media (max-width: 575px) {
  .next-step-wrap:before {
    left: 0.63rem;
    transform: none;
  }
}
.next-step-title-box {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 575px) {
  .next-step-title-box {
    text-align: left;
    margin-bottom: 1.88rem;
  }
}
.next-step-title-box span {
  display: inline-block;
  text-transform: uppercase;
  padding: 0.88rem 0.94rem;
  background-color: #ffffff;
  border: 1px solid #393b49;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
}
.next-step-content {
  width: 50%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-right: 1.88rem;
  text-align: right;
}
@media (max-width: 575px) {
  .next-step-content {
    width: 100%;
    margin-top: 1.88rem;
    margin-bottom: 2.5rem;
    padding-right: 0;
    padding-left: 1.88rem;
    text-align: left;
  }
}
.next-step-content h4 .h4 {
  margin-bottom: 0.63rem;
}
.next-step-content.odd {
  margin-left: auto;
  padding-left: 1.88rem;
  padding-right: 0;
  text-align: left;
}
@media (max-width: 575px) {
  .next-step-content.odd {
    margin-left: 0;
  }
}
.next-step-section p {
  color: #3c3c3c;
}

/* application-filter section */
.application-filter-wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .application-filter-wrap {
    flex-wrap: wrap;
  }
}
.application-filter-wrap button {
  margin-left: 0.63rem;
  border-radius: 0.25rem;
  padding: 0.82rem 1.25rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.07rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .application-filter-wrap button {
    margin-left: 0;
    margin-top: 0.63rem;
  }
}
.application-filter-wrap .select2 {
  width: 22.82rem !important;
}
@media (max-width: 991px) {
  .application-filter-wrap .select2 {
    width: 16.88rem !important;
  }
}
@media (max-width: 767px) {
  .application-filter-wrap .select2 {
    max-width: 100%;
    width: 100% !important;
  }
}
.application-filter-wrap .search-box {
  margin-left: 0.63rem;
}
@media (max-width: 767px) {
  .application-filter-wrap .search-box {
    margin-left: 0;
    margin-top: 0.63rem;
    width: 100%;
  }
}
.application-filter-wrap .search-box input {
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .application-filter-wrap .search-box input {
    width: 100%;
  }
}
.application-filter-wrap .reset-part {
  margin-left: 0.63rem;
}
@media (max-width: 767px) {
  .application-filter-wrap .reset-part {
    margin-top: 0.63rem;
  }
}
.application-link-wrap ul {
  margin: 0;
  padding: 0;
}
.application-link-wrap li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #393b49;
  margin-bottom: 1.25rem;
  padding: 0.63rem 0;
}
.application-link-wrap li:last-child {
  padding-bottom: 0.63rem;
  margin-bottom: 0;
}
.application-link-wrap a {
  color: #393b49;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.19rem;
}
@media (max-width: 767px) {
  .application-link-wrap a {
    font-size: 1.07rem;
  }
}
.application-link-wrap a:hover, .application-link-wrap a:focus {
  color: #1b8b94;
}
.application-link-wrap a strong {
  font-weight: 600;
}
.application-link-wrap p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.19rem;
}
@media (max-width: 767px) {
  .application-link-wrap p {
    font-size: 1.07rem;
  }
}

/* resources-links section */
.resources-links-section h2, .resources-links-section .h2 {
  font-weight: 600;
  color: #1b8b94;
}
.resources-links-wrap {
  margin: 0;
  padding: 0;
}
.resources-links-wrap li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 0.19rem 0;
}
.resources-links-wrap a {
  position: relative;
  display: flex;
  align-items: center;
  color: #393b49;
  background-color: #EDF8F9;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.19rem;
  font-weight: 700;
  padding: 0.75rem 3.75rem 0.75rem 1.25rem;
}
@media (max-width: 767px) {
  .resources-links-wrap a {
    font-size: 1.07rem;
    padding: 0.63rem 3.13rem 0.63rem 0.94rem;
  }
}
.resources-links-wrap a:hover, .resources-links-wrap a:focus {
  background-color: #9ee3e9;
}
.resources-links-wrap a::before {
  content: "";
  position: absolute;
  right: 0.94rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../svg/link-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 1.57rem;
  width: 1.57rem;
}
@media (max-width: 767px) {
  .resources-links-wrap a::before {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.learn-more-section ul {
  padding: 0;
  margin: 0;
}
.learn-more-section ul li {
  margin: 0 0.94rem 0.94rem 0;
  padding: 0;
  list-style: none;
}
.learn-more-section ul a {
  display: block;
  color: #393b49;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-family: "IBM Plex Sans", sans-serif;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-size: 1.07rem;
  padding: 0.94rem 1rem;
  border-radius: 0.32rem;
}
.learn-more-section ul a:hover, .learn-more-section ul a:focus {
  background-color: #ffc05c;
  color: black;
  text-decoration: none;
}

.funders-section {
  overflow: hidden;
}
.funders-img-wrap {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.funders-img-inner {
  width: 25%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.57rem;
  text-align: center;
}
@media (max-width: 991px) {
  .funders-img-inner {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .funders-img-inner {
    width: 50%;
  }
}
.funders-img-inner img {
  max-height: 8.75rem;
  width: auto;
  mix-blend-mode: multiply;
}
@media (max-width: 575px) {
  .funders-img-inner img {
    width: 11.25rem;
  }
}

.impact-stories-content {
  padding: 1.25rem;
  background: #ffc05c;
  transition: background-color ease 0.2s;
  width: 100%;
  height: 100%;
}
.impact-stories-content:hover {
  background: #9ee3e9;
}
.impact-stories-content .h4 {
  margin-bottom: 0;
}
.impact-stories-content .h4 a:hover {
  color: #393b49;
}
.impact-stories-content .video-block_link li {
  padding-bottom: 0;
}
.impact-stories-box {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
}
.impact-stories-img {
  position: relative;
  display: block;
  padding-top: 57%;
  width: 100%;
  overflow: hidden;
}
.impact-stories-img:hover img, .impact-stories-img:focus img {
  transform: scale(1.1);
}
.impact-stories-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.explore-oportunities {
  position: relative;
}
.explore-oportunities .inner-hero-main-title {
  background-color: #f3f1f1;
}

.european-solidarity hr {
  border-style: solid;
  border-color: #979797;
}
.european-date {
  padding: 0.94rem 0;
}
.european-date .h5 {
  margin: 0;
}
@media (max-width: 575px) {
  .european-date .h5 {
    margin: 0 auto 0.63rem;
    width: 100%;
    text-align: center;
  }
}
.european-date .card_tag {
  margin: 0;
}
@media (max-width: 575px) {
  .european-date .card_tag {
    margin: 0 auto;
  }
}
.european-date .card_tag a {
  margin-bottom: 0;
}

.speakers-box:hover .speakers-img, .speakers-box:focus .speakers-img {
  border-color: #9ee3e9;
}
.speakers-box:hover .speakers-title .h4, .speakers-box:hover .speakers-title span, .speakers-box:hover .speakers-title a, .speakers-box:focus .speakers-title .h4, .speakers-box:focus .speakers-title span, .speakers-box:focus .speakers-title a {
  color: #177893;
}
.speakers-box:hover .text-decoration-underline, .speakers-box:focus .text-decoration-underline {
  text-decoration: none;
}
.speakers-img {
  display: block;
  height: 17.32rem;
  width: 17.32rem;
  border-radius: 25rem;
  border: 5px solid #ffc05c;
  margin: 0 auto 1.88rem;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
}
.speakers-img:hover img, .speakers-img:focus img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .speakers-img {
    height: 12.5rem;
    width: 12.5rem;
    margin: 0 auto 1.13rem;
  }
}
@media (max-width: 575px) {
  .speakers-img {
    height: 10rem;
    width: 10rem;
    margin: 0 auto 0.75rem;
    border: 3px solid #ffc05c;
  }
}
.speakers-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.speakers-title .h4 {
  margin-bottom: 0.32rem;
}
.speakers-title span {
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.speakers-title a {
  color: #3c3c3c;
  text-decoration: none;
}
.speakers-title a:hover, .speakers-title a:focus {
  text-decoration: underline;
}

.deadlines-slider .slick-slide {
  display: flex;
  height: auto;
}
.deadlines-slider .slick-slide [class*=cell-] {
  height: 100%;
}
.deadlines-box {
  height: 100%;
}
.deadlines-box:hover .deadlines-box-top {
  background-color: #9ee3e9;
}
.deadlines-box:hover .deadlines-box-top:before {
  background-color: #9ee3e9;
}
.deadlines-box-top {
  position: relative;
  background-color: #ffc05c;
  padding: 1.57rem;
  z-index: 1;
  transition: 0.3s;
}
.deadlines-box-top:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.56rem;
  transform: skewY(-7deg);
  height: 50%;
  width: 100%;
  background-color: #ffc05c;
  border-bottom: 6px solid #ffffff;
  z-index: -1;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .deadlines-box-top:before {
    transform: skewY(-6deg);
  }
}
.deadlines-month {
  line-height: 1;
}
.deadlines-date {
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .deadlines-date {
    font-size: 2.88rem;
  }
}
.deadlines-icon {
  position: relative;
  top: -2.37rem;
  max-width: 2.69rem;
  margin: 0 auto;
  z-index: 9;
}
@media (max-width: 991px) {
  .deadlines-icon {
    top: -1.87rem;
  }
}
.deadlines-box-bottom {
  padding: 2.38rem;
  height: 100%;
}
@media (max-width: 991px) {
  .deadlines-box-bottom {
    padding: 1.57rem;
  }
}
.deadlines-box-bottom h4, .deadlines-box-bottom .h4 {
  margin-bottom: 0.25rem;
}
.deadlines-box-bottom .btn {
  font-size: 1.07rem;
  font-weight: 500;
}

/* contact page */
.contact-section address {
  font-style: normal;
}
.contact-links {
  margin-top: 5px;
}
.contact-links span {
  display: inline-block;
  margin-right: 0.32rem;
}
.contact-links a {
  color: #393b49;
  text-decoration: none;
}
.contact-links a:hover, .contact-links a:focus {
  text-decoration: underline;
}
.contact-map iframe {
  width: 100%;
  height: 31.25rem;
  border: none;
}
@media (max-width: 991px) {
  .contact-map iframe {
    height: 18.75rem;
  }
}
.contact-person {
  display: inline-block;
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
}
.contact-detail .contact-links {
  margin-bottom: 0.32rem;
}
.contact-detail .contact-links a {
  font-size: 0.94rem;
}

.resources-detail-section h2, .resources-detail-section .h2 {
  color: #1b8b94;
  padding-bottom: 0.94rem;
  margin-bottom: 1.57rem;
  border-bottom: 1px solid #393b49;
}

/* news landing */
.news-tabs {
  justify-content: flex-start;
  max-width: 1050px;
  width: 100%;
}
@media (min-width: 768px) {
  .news-tabs {
    margin-left: -0.31rem;
    margin-right: -0.31rem;
  }
}

/* fifty-fifty-image-content section */
.fifty-fifty-image img {
  width: 100%;
}

.accordion-block {
  position: relative;
}
.accordion-title {
  position: relative;
  padding-bottom: 0.63rem;
  padding-right: 1.25rem;
  border-bottom: 1px solid #979797;
  cursor: pointer;
}
.accordion-title h4, .accordion-title .h4 {
  font-size: 1.19rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .accordion-title h4, .accordion-title .h4 {
    font-size: 1.13rem;
  }
}
.accordion-title .icon-sign {
  position: absolute;
  right: 0;
  top: 7px;
  display: block;
  width: 10px;
  height: 10px;
}
.accordion-title .icon-sign:before, .accordion-title .icon-sign:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #393b49;
}
.accordion-title .icon-sign:before {
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}
.accordion-detail {
  margin-bottom: 1.38rem;
}
.accordion-detail.show .accordion-title .icon-sign:before {
  transform: rotate(0deg);
  transition: all 0.2s ease;
}
.accordion-view {
  display: none;
  padding: 1.38rem 0;
}
.accordion-view p, .accordion-view ul, .accordion-view li, .accordion-view ol {
  font-size: 1.07rem;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  .accordion-view p, .accordion-view ul, .accordion-view li, .accordion-view ol {
    font-size: 1rem;
  }
}

.section_discover_learn_wrapper {
  padding-bottom: 80px;
  padding-top: 80px;
  background: #393b49;
  border-top: 8px solid #9ee3e9;
  border-bottom: 8px solid #9ee3e9;
  position: relative;
  overflow: hidden;
}
.section_discover_learn_wrapper::before {
  content: "";
  position: absolute;
  right: 100px;
  top: -167px;
  width: 250px;
  height: 250px;
  border: 40px solid #f6cf3f;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .section_discover_learn_wrapper::before {
    right: 10px;
    top: -127px;
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 810px) {
  .section_discover_learn_wrapper::before {
    width: 140px;
    height: 140px;
    border: 30px solid #f6cf3f;
  }
}
.section_discover_learn_wrapper::after {
  content: "";
  position: absolute;
  left: 100px;
  bottom: -167px;
  width: 250px;
  height: 250px;
  border: 40px solid #ea776c;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .section_discover_learn_wrapper::after {
    left: 10px;
    bottom: -127px;
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 810px) {
  .section_discover_learn_wrapper::after {
    width: 140px;
    height: 140px;
    border: 30px solid #ea776c;
  }
}
.section_discover_learn_wrapper .row .content_inner .h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.section_discover_learn_wrapper .row .content_inner .h2::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  max-width: 250px;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
.section_discover_learn_wrapper .row .content_inner .btn {
  margin-top: 40px;
  color: #393B49;
  background: #fff;
  border-radius: 4px;
}
.section_discover_learn_wrapper .row .content_inner .btn span {
  display: block;
  font-weight: 100;
}
.section_discover_learn_wrapper .row .content_inner .btn:hover {
  color: #fff;
  background: #ffc05c;
}
.section_discover_learn_wrapper .row .content_inner .btn::after {
  top: 4px;
  left: 4px;
  bottom: -4px;
  right: -4px;
  border-radius: 4px;
}

.section-traning-and-event-wrapper .application-filter-wrap-m {
  justify-content: center;
  max-width: 1064px;
  margin: 0 auto;
  gap: 15px;
  margin-bottom: 45px;
}
.section-traning-and-event-wrapper .application-filter-wrap-m .application-filter-wrap-m-inner {
  width: 100%;
  position: relative;
}
.section-traning-and-event-wrapper .application-filter-wrap-m .application-filter-wrap-m-inner .select2 {
  width: 100% !important;
}
.section-traning-and-event-wrapper .application-filter-wrap-m .application-filter-wrap-m-inner .btn-calendar-filter {
  display: flex !important;
  align-items: center;
  padding: 0.63rem 1.5rem;
  border: 1px solid #d8d8d8 !important;
  background-color: #EDF8F9 !important;
  width: 100%;
  margin: 0;
  color: #444;
  line-height: 28px;
}
.section-traning-and-event-wrapper .application-filter-wrap-m .application-filter-wrap-m-inner .btn-calendar-filter::before {
  content: "";
  height: 0;
  left: auto;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 9;
  border-color: #3c3c3c transparent transparent transparent !important;
  border-width: 10px 6px 0 6px !important;
  border-style: solid;
  right: 20px;
}
.section-traning-and-event-wrapper .application-filter-wrap-m .application-filter-wrap-m-inner .btn-calendar-filter.oprn::before {
  border-color: transparent transparent #3c3c3c transparent !important;
  border-width: 0 6px 10px 6px !important;
}
.section-traning-and-event-wrapper .application-filter-wrap-m .application-filter-wrap-m-inner .btn-calendar-filter::after {
  display: none;
}
.section-traning-and-event-wrapper .row .card .card_caption h4 a:hover {
  color: #1B8B94;
  text-decoration: none;
}
.section-traning-and-event-wrapper .row .card .card-date-m {
  border-bottom: none;
}
.section-traning-and-event-wrapper .row .card .card-date-m ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-traning-and-event-wrapper .row .card .card-date-m ul li {
  list-style: none;
}
.section-traning-and-event-wrapper .row .card .card-date-m ul li span {
  font-weight: 100;
}

@media (max-width: 991px) {
  .page-template-template-training-event-listing .header {
    border-bottom: none;
  }
}
.page-template-template-training-event-listing .wysiwyg-add-space {
  padding: 75px 0 110px 0;
}
@media screen and (max-width: 1199px) {
  .page-template-template-training-event-listing .wysiwyg-add-space {
    padding: 45px 0 75px 0;
  }
}

.event-calendar {
  padding: 0.63rem 0.94rem;
  border: 1px solid #d8d8d8 !important;
  background-color: #393B49 !important;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.event-calendar table {
  border-collapse: initial;
  border-spacing: 2px;
}
.event-calendar table thead .zabuto-calendar__navigation td {
  color: #fff;
  background-color: #393B49 !important;
  border: none !important;
}
.event-calendar table thead .zabuto-calendar__navigation td .fas {
  color: #1b8b94;
  font-size: 24px;
}
.event-calendar table thead .zabuto-calendar__navigation td .fas:hover {
  color: #ffc05c;
}
.event-calendar table thead .zabuto-calendar__days-of-week th {
  background-color: transparent !important;
  color: #fff;
  border: none;
}
.event-calendar table tbody tr td {
  color: #fff;
  border: none !important;
}
.event-calendar table tbody tr td.has_event a {
  background: #1b8b94;
  color: #fff;
  display: block;
  text-decoration: none;
}
.event-calendar table tbody tr td.has_event a:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
  background: #ffc05c;
}
.event-calendar table tbody tr td.past_day {
  background: rgba(211, 211, 211, 0.5215686275);
}
.event-calendar table tbody tr td.zabuto-calendar__day--today {
  background: #ffc05c;
}

.date .section-traning-and-event-wrapper,
.tax-event_taxonomy .section-traning-and-event-wrapper,
.tax-event_location .section-traning-and-event-wrapper {
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .date .section-traning-and-event-wrapper,
  .tax-event_taxonomy .section-traning-and-event-wrapper,
  .tax-event_location .section-traning-and-event-wrapper {
    padding-top: 40px;
  }
}

body.single-event .european-solidarity .meta-data {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.single-event .european-solidarity .meta-data li {
  font-weight: 700;
  list-style: none;
}
body.single-event .european-solidarity .meta-data li span {
  font-weight: 100;
}/*# sourceMappingURL=style.css.map */