html,
body,
div,
span,
applet,
object,
iframe,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: HurmeGeometricSans1;
  font-weight: 400;
  src: url("../font/HurmeGeometricSans1.otf") format("opentype");
}
@font-face {
  font-family: HurmeGeometricSans1Black;
  font-weight: 900;
  src: url("../font/HurmeGeometricSans1-Black.otf") format("opentype");
}
@font-face {
  font-family: HurmeGeometricSans1Oblique;
  src: url("../font/HurmeGeometricSans1-Oblique.otf") format("opentype");
}
@font-face {
  font-family: HurmeGeometricSans1Bold;
  src: url("../font/HurmeGeometricSans1-Bold.otf") format("opentype");
}
@font-face {
  font-family: HurmeGeometricSans1SemiBold;
  src: url("../font/HurmeGeometricSans1-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: ArcherSemiBoldItalic;
  src: url("../font/archer-semibold-italic.otf") format("opentype");
}
:root {
  --kdg-turquoise: #27aae1;
  --kdg-dark-blue: #00377b;
  --kdg-dark-blue-2: #013171;
  --kdg-white: #fff;
  --kdg-pink: #ef59a1;
}

.kdg {
  overflow-x: hidden;
  font-family: "HurmeGeometricSans1";
  background-color: var(--kdg-dark-blue-2);
}
.kdg__hero {
  width: 100%;
  position: relative;
  padding: 40% 20px 20px 20px;
  background: url(../images/banner-mobile.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .kdg__hero {
    padding: 20% 20px 20px 20px;
    background: url(../images/banner-mobile.jpg) no-repeat top;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .kdg__hero {
    padding: 70px 70px 70px 70px;
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
  }
  .kdg__hero::before {
    background: rgb(0, 48, 112);
    background: linear-gradient(90deg, rgb(0, 48, 112) 0%, rgba(0, 212, 255, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
}
@media (min-width: 1200px) {
  .kdg__hero {
    height: 610px;
  }
  .kdg__hero::before {
    display: none;
  }
}
@media (min-width: 1600px) {
  .kdg__hero {
    height: 810px;
  }
}
.kdg__hero-sub-title {
  font-family: "ArcherSemiBoldItalic", sans-serif;
  color: var(--kdg-turquoise);
  z-index: 1;
  position: relative;
  font-size: 20px;
}
@media (min-width: 768px) {
  .kdg__hero-sub-title {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .kdg__hero-sub-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .kdg__hero-sub-title {
    font-size: 43px;
  }
}
@media (min-width: 1600px) {
  .kdg__hero-sub-title {
    font-size: 65px;
    margin-top: 20px;
    max-width: 1440px;
    margin: 0px auto 0 auto;
  }
}
.kdg__hero-sub-title span {
  color: var(--kdg-pink);
}
.kdg__hero-main-title {
  color: var(--kdg-white);
  z-index: 1;
  position: relative;
  font-size: 40px;
  line-height: 110%;
  font-family: "HurmeGeometricSans1Black", sans-serif;
}
@media (min-width: 768px) {
  .kdg__hero-main-title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .kdg__hero-main-title {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .kdg__hero-main-title {
    font-size: 87px;
  }
}
@media (min-width: 1600px) {
  .kdg__hero-main-title {
    font-size: 120px;
    line-height: 110%;
    max-width: 1440px;
    margin: 0px auto 0 auto;
  }
}
.kdg__hero-main-title span {
  font-size: 14px;
  color: var(--kdg-turquoise);
  font-weight: 300;
  font-style: italic;
  font-family: "HurmeGeometricSans1SemiBold", sans-serif;
  transform: translateX(-10px);
  display: inline-block;
}
@media (min-width: 1200px) {
  .kdg__hero-main-title span {
    font-size: 24px;
    transform: translateX(-25px);
    display: inline-block;
  }
}
.kdg__container {
  width: 100%;
  padding: 20px;
  border-radius: 2.5px;
}
@media (min-width: 992px) {
  .kdg__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 70px;
  }
}
@media (min-width: 1600px) {
  .kdg__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 40px 70px;
    max-width: 1510px;
    margin: 0 auto;
  }
}
.kdg__container-l {
  width: 100%;
}
@media (min-width: 992px) {
  .kdg__container-l {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .kdg__container-l {
    width: 47%;
  }
}
.kdg__container-r {
  width: 100%;
}
@media (min-width: 992px) {
  .kdg__container-r {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .kdg__container-r {
    width: 47%;
  }
}
.kdg__container--colorize {
  background-color: #204383;
}
.kdg__heading {
  margin-bottom: 20px;
  width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .kdg__heading {
    margin-bottom: 40px;
  }
}
.kdg__heading-main-title {
  color: var(--kdg-turquoise);
  font-size: 25px;
  line-height: 100%;
  font-family: "HurmeGeometricSans1Black", sans-serif;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .kdg__heading-main-title {
    font-size: 30px;
  }
}
.kdg__heading-sub-title {
  color: var(--kdg-white);
  font-size: 18px;
  line-height: 100%;
  font-family: "HurmeGeometricSans1Oblique", sans-serif;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .kdg__heading-sub-title {
    font-size: 21px;
  }
}
.kdg__row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .kdg__row {
    flex-direction: row;
    gap: 20px;
  }
}
.kdg__row--column {
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1200px) {
  .kdg__row--column {
    margin-top: 195px;
  }
}
.kdg__row:last-child {
  margin-bottom: 0;
}
.kdg__date {
  font-size: 15px;
  color: var(--kdg-turquoise);
  font-family: "HurmeGeometricSans1Bold", sans-serif;
}
@media (min-width: 992px) {
  .kdg__date {
    padding-left: 80px;
  }
}
.kdg__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .kdg__content {
    flex-direction: row;
    gap: 0px;
  }
}
.kdg__content-l {
  width: 100%;
}
@media (min-width: 768px) {
  .kdg__content-l {
    width: 80px;
  }
}
.kdg__content-r {
  width: 100%;
}
@media (min-width: 768px) {
  .kdg__content-r {
    width: calc(100% - 80px);
  }
}
.kdg__desc {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 110%;
  color: var(--kdg-white);
  margin-bottom: 5px;
  font-family: "HurmeGeometricSans1SemiBold", sans-serif;
}
.kdg__desc:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .kdg__desc {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .kdg__desc {
    font-size: 13px;
  }
}
.kdg__desc strong {
  font-family: "HurmeGeometricSans1Bold", sans-serif;
  line-height: 110%;
}
.kdg__desc i {
  font-family: "HurmeGeometricSans1Oblique", sans-serif;
  line-height: 130%;
  opacity: 0.75;
}
.kdg__hotels {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .kdg__hotels {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .kdg__hotels {
    flex-direction: row;
  }
}
.kdg__hotels-l {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .kdg__hotels-l {
    width: 80px;
  }
  .kdg__hotels-l::after {
    content: ":";
    position: relative;
    color: var(--kdg-white);
    margin-right: 5px;
    transform: translateY(-2px);
  }
}
@media (min-width: 1200px) {
  .kdg__hotels-r {
    width: calc(100% - 80px);
  }
}
.kdg__hotels .kdg__desc {
  font-family: "HurmeGeometricSans1", sans-serif;
}
@media (min-width: 1024px) {
  .kdg__hotels .kdg__desc {
    white-space: nowrap;
  }
}
.kdg__hotels:last-child .kdg__desc {
  white-space: normal;
  font-style: italic;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .kdg__hotels:last-child .kdg__desc {
    white-space: nowrap;
  }
}

.kdg-footer {
  background-color: var(--kdg-dark-blue-2);
}
.kdg-footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .kdg-footer__container {
    flex-direction: row;
    padding: 20px 20px;
  }
}
@media (min-width: 992px) {
  .kdg-footer__container {
    padding: 40px 70px;
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .kdg-footer__container {
    padding: 40px 0px;
    flex-direction: row;
    max-width: 1510px;
    margin: 0 auto;
  }
}
.kdg-footer__copyright {
  color: var(--kdg-pink);
  font-size: 12px;
  width: 100%;
  text-decoration: none;
  font-family: "HurmeGeometricSans1SemiBold", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .kdg-footer__copyright {
    font-size: 14px;
    text-align: left;
    width: auto;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .kdg-footer__copyright {
    font-size: 14px;
    text-align: left;
    width: auto;
    align-items: flex-end;
    flex-direction: row;
  }
}
.kdg-footer__copyright img {
  width: 100px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .kdg-footer__copyright img {
    margin-right: 20px;
    width: 120px;
    margin-bottom: 0;
  }
}
.kdg-footer__logo {
  display: block;
}
.kdg-footer__logo img {
  display: block;
  width: 160px;
}
@media (min-width: 768px) {
  .kdg-footer__logo img {
    width: 350px;
  }
}

.only-desktop {
  display: none;
}
@media (min-width: 768px) {
  .only-desktop {
    display: block;
  }
}

.only-mobile {
  display: block;
}
@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */