html,
body,
div,
span,
applet,
object,
iframe,
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;
}

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

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

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

a {
  padding: 0;
  text-decoration: none;
  outline: none;
}

input,
button {
  background: none;
  border: none;
  outline: none;
}

button {
  font-size: inherit;
  line-height: inherit;
}

textarea {
  resize: none;
}

select:focus,
textarea:focus,
input:focus {
  outline: none;
}

/* =======================
 * * VARIABLES
 * * set the default values according to your preference.
 * * ======================= */
/* font styles */
/* colors */
/* =======================
 * * HELPER CLASS
 * * ======================= */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.for--sp {
  display: none;
}

/** 
 * * COLORS
 * */
.color--black {
  color: #1a1311;
}

.color--white {
  color: #fff !important;
}

/** 
 * * FONTS
 * */
.font--1 {
  font-family: corporate-logo-ver2, sans-serif;
}

.font--2 {
  font-family: corporate-logo-ver2, sans-serif;
}

.font--bold {
  font-weight: bold;
}

.font--italic {
  font-style: italic;
}

.font--left {
  text-align: left !important;
}

.font--right {
  text-align: right;
}

.font--center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: bold;
}

p,
span,
label,
a,
i,
strong,
li {
  font-family: corporate-logo-ver2, sans-serif;
}

/** 
 * * FRAME & HOLDERS
 * */
.frame {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.frame.overflow--visible {
  overflow: visible;
}

.frame__limit {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  padding: 40px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 580px) {
  .frame__limit {
    width: 100%;
    padding: 35px 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 335px) {
  .frame__limit {
    padding: 25px 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.frame__header {
  position: relative;
  margin-bottom: 25px;
}
.frame__header * {
  font-size: 55px;
  line-height: 45px;
  letter-spacing: 7px;
}

.frame__desc * {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #2d56a0;
}
.frame__desc.size--18px * {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 580px) {
  .frame__desc * {
    line-height: 28px;
  }
}
@media screen and (max-width: 355px) {
  .frame__desc * {
    font-size: 14px;
    line-height: 24px;
  }
}
/** 
 * * FRAME BOX
 * */
.tdu-sectionbox {
  position: relative;
  width: 100%;
  margin-top: 50px;
  border: 2px solid #37559b;
  border-radius: 16px;
}

.tdu-sectionbox__bg {
  border-radius: 14px;
}

.tdu-sectionbox__header {
  position: absolute;
  top: -50px;
  left: 63px;
  z-index: 3;
  display: inline-block;
  padding: 12px;
  overflow: hidden;
  background: #e8efff;
  border: 2px solid #37559b;
  border-radius: 8px;
}
.tdu-sectionbox__header * {
  font-size: 72px;
  font-weight: bold;
  color: #2d56a0;
}
.tdu-sectionbox__header > div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #e8efff;
  font-size: 0px;
}

.tdu-sectionbox__body {
  position: relative;
  z-index: 2;
  padding: 112px 58px;
  padding-bottom: 94px;
}
.tdu-sectionbox__body.has--groups {
  padding: 0px;
  padding-top: 50px;
}

.tdu-sectionbox__group {
  position: relative;
  width: 100%;
  padding: 62px 58px;
}
.tdu-sectionbox__group:last-child::after {
  display: none;
}
.tdu-sectionbox__group::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-image: url("../images/lines.svg");
  background-size: 20px;
  background-repeat: repeat-x;
}

@media screen and (max-width: 1390px) {
  .tdu-sectionbox {
    margin-top: 45px;
  }

  .tdu-sectionbox__header {
    top: -45px;
    left: 4.5%;
  }
  .tdu-sectionbox__header * {
    font-size: 62px;
  }

  .tdu-sectionbox__body {
    padding: 90px 4.5%;
    padding-bottom: 70px;
  }
  .tdu-sectionbox__body.has--groups {
    padding-top: 45px;
  }

  .tdu-sectionbox__group {
    padding: 45px 4.5%;
  }
}
@media screen and (max-width: 1280px) {
  .tdu-sectionbox {
    margin-top: 40px;
  }

  .tdu-sectionbox__header {
    top: -40px;
    left: 4.5%;
  }
  .tdu-sectionbox__header * {
    font-size: 52px;
  }

  .tdu-sectionbox__body {
    padding: 80px 4%;
    padding-bottom: 60px;
  }
  .tdu-sectionbox__body.has--groups {
    padding-top: 40px;
  }

  .tdu-sectionbox__group {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 1150px) {
  .tdu-sectionbox {
    margin-top: 45px;
  }

  .tdu-sectionbox__header {
    top: -45px;
    left: 4.5%;
  }
  .tdu-sectionbox__header * {
    font-size: 62px;
  }

  .tdu-sectionbox__body {
    padding: 90px 4.5%;
    padding-bottom: 70px;
  }
  .tdu-sectionbox__body.has--groups {
    padding-top: 45px;
  }

  .tdu-sectionbox__group {
    padding: 45px 4.5%;
  }
}
@media screen and (max-width: 740px) {
  .tdu-sectionbox {
    margin-top: 40px;
  }

  .tdu-sectionbox__header {
    top: -40px;
    left: 4.5%;
  }
  .tdu-sectionbox__header * {
    font-size: 52px;
  }

  .tdu-sectionbox__body {
    padding: 80px 4%;
    padding-bottom: 50px;
  }
  .tdu-sectionbox__body.has--groups {
    padding-top: 40px;
  }

  .tdu-sectionbox__group {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 580px) {
  .tdu-sectionbox {
    margin-top: 24px;
    border-radius: 8px;
  }

  .tdu-sectionbox__bg {
    border-radius: 7px;
  }

  .tdu-sectionbox__header {
    top: -24px;
    left: 24px;
    padding: 6px;
    border-radius: 4px;
  }
  .tdu-sectionbox__header * {
    font-size: 32px;
  }

  .tdu-sectionbox__body {
    padding: 56px 16px;
    padding-bottom: 42px;
  }
  .tdu-sectionbox__body.has--groups {
    padding-top: 24px;
  }

  .tdu-sectionbox__group {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 335px) {
  .tdu-sectionbox {
    margin-top: 20px;
  }

  .tdu-sectionbox__header {
    top: -20px;
    left: 18px;
    padding: 5px;
  }
  .tdu-sectionbox__header * {
    font-size: 26px;
  }

  .tdu-sectionbox__body {
    padding: 50px 10px;
    padding-bottom: 34px;
  }
  .tdu-sectionbox__body.has--groups {
    padding-top: 20px;
  }

  .tdu-sectionbox__group {
    padding: 30px 10px;
  }
}
/** 
 * * FRAME BACKGROUND
 * */
.frame__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.frame__bg.size--cover {
  background-size: cover;
}
.frame__bg.size--contain {
  background-size: contain;
}
.frame__bg.repeat {
  background-position: top !important;
  background-repeat: repeat !important;
}
.frame__bg.align--r {
  left: auto;
  right: 0;
}
.frame__bg.align--l {
  left: 0;
}
.frame__bg.align--c {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/** 
 * * IMAGES
 * * prerequisite: parent container
 * * purpose: showing its original state according to the
 * width and height of the parent / holder.
 * */
.img-fit {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.img-fit.size--90 {
  max-width: 90% !important;
  max-height: 90% !important;
}
.img-fit.size--55 {
  max-width: 55% !important;
  max-height: 55% !important;
}
.img-fit.size--50 {
  max-width: 50% !important;
  max-height: 50% !important;
}
.img-fit.size--40 {
  max-width: 40% !important;
  max-height: 40% !important;
}

/** 
 * * BUTTON
 * */
.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 149px;
  margin-top: 18px;
  padding: 0;
  background: transparent;
  border: 2px solid #2d56a0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn::before {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 1;
  width: 101%;
  height: 108%;
  background: #2d56a0;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn:hover::before {
  right: 0px;
  bottom: 0px;
}
.btn:hover .btn__inner {
  background: #2d56a0;
}
.btn:hover .btn__text {
  color: #e8efff;
}
.btn.lime {
  border: 2px solid #27c195;
}
.btn.lime::before {
  background: #27c195;
}
.btn.lime .btn__text {
  padding: 6px;
  padding-left: 16px;
  font-size: 14px;
  color: #27c195;
  text-align: left;
}
.btn.lime:hover .btn__inner {
  background: #27c195;
}
.btn.lime:hover .btn__text {
  color: #e8efff;
}
.btn.lime:hover .btn__icon.icon--1 {
  opacity: 0;
}
.btn.lime:hover .btn__icon.icon--2 {
  opacity: 1;
}
.btn.align--r {
  margin-left: auto;
}
.btn.align--l {
  margin-right: auto;
}
.btn.align--c {
  margin: auto;
  margin-top: 18px;
}
.btn a {
  width: 100%;
}

.btn__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #e8efff;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.btn__text {
  width: 100%;
  padding: 10px 10px 10px;
  font-family: corporate-logo-ver2, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #2d56a0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.btn__icons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
  width: 12px;
  height: 12px;
}

.btn__icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 0;
}
.btn__icon.icon--1 {
  opacity: 1;
}

/** 
 * * FORMS & FIELDS
 * */
.form__row {
  position: relative;
  margin-bottom: 35px;
}
.form__row.display__inline > * {
  width: 48%;
}
.form__row.display__inline > *:first-child,
.form__row.display__inline > *:nth-child(2n + 1) {
  margin-right: 4%;
}
.form__row.display__inline > *.field-for--en {
  margin-right: 0px !important;
}
.form__row.display__inline.by-3 > * {
  width: 30.666%;
}
.form__row.display__inline.by-3 > *:nth-child(1),
.form__row.display__inline.by-3 > *:nth-child(2) {
  margin-right: 4%;
}
.form__row.display__inline.by-3 > *:last-child {
  margin-right: 0%;
}

.form__label,
.form__text {
  position: relative;
  margin-bottom: 10px;
  font-family: corporate-logo-ver2, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #1a1311;
}
.form__label.no-text,
.form__text.no-text {
  height: 20px;
}

.form__text {
  width: 100% !important;
}

.apply-border {
  width: 100%;
  padding: 10px;
  font-family: corporate-logo-ver2, sans-serif;
  font-size: 16px;
  color: #1a1311;
  background: #fff;
  border: 1px solid #cecece;
}
.apply-border::-webkit-input-placeholder {
  color: #cecece;
}
.apply-border::-moz-placeholder {
  color: #cecece;
}
.apply-border:-ms-input-placeholder {
  color: #cecece;
}
.apply-border::-ms-input-placeholder {
  color: #cecece;
}
.apply-border::placeholder {
  color: #cecece;
}

.select-holder {
  background: #fff;
  position: relative;
}
.select-holder.apply-border {
  padding: 0;
}
.select-holder.is--disabled {
  background: #f1f1f1 !important;
}
.select-holder.is--disabled .apply-border {
  border: 1px solid #bfbfbf;
}
.select-holder::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 0;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ababab;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

select {
  width: 100%;
  height: 46px;
  text-indent: 5px;
  background: transparent !important;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #333;
  cursor: pointer;
}
select:invalid {
  color: gray !important;
}
select option {
  color: #1d1d1d;
}

textarea {
  height: 187px !important;
}

input:-moz-read-only,
textarea:-moz-read-only {
  background: #f1f1f1 !important;
}

input:read-only,
textarea:read-only {
  background: #f1f1f1 !important;
}
input:-moz-read-only.bg--white,
textarea:-moz-read-only.bg--white {
  background: #fff !important;
}
input:read-only.bg--white,
textarea:read-only.bg--white {
  background: #fff !important;
}

.form__checkbox {
  margin: 10px 0px;
}
.form__checkbox input {
  width: 16px;
  height: 16px;
  margin: auto;
}
.form__checkbox label {
  width: calc(100% - 16px);
  padding-left: 10px;
  font-size: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/** 
 * * WIDTH & HEIGHT
 * */
.full {
  width: 100%;
  height: 100%;
}

/** 
 * * COLUMNS
 * */
.by-2 > * {
  width: 50%;
}
.by-2 > *:first-child,
.by-2 > *:nth-child(2n + 1) {
  margin-left: 0%;
}
.by-2.border--s > * {
  width: 49.5%;
}
.by-2.border--m > * {
  width: 49.25%;
}
.by-2.border--l > * {
  width: 49%;
}
.by-2.border--xl > * {
  width: 48.5%;
}
.by-2.border--xxl > * {
  width: 47.5%;
}

.by-3 > * {
  width: 33.333%;
}
.by-3 > *:first-child,
.by-3 > *:nth-child(3n + 1) {
  margin-left: 0%;
}
.by-3.border--s > * {
  width: 32.666666667%;
}
.by-3.border--m > * {
  width: 32.333333333%;
}
.by-3.border--l > * {
  width: 32%;
}
.by-3.border--xl > * {
  width: 30.333333333%;
}
.by-3.border--xxl > * {
  width: 30%;
}

.by-4 > * {
  width: 25%;
}
.by-4 > *:first-child,
.by-4 > *:nth-child(4n + 1) {
  margin-left: 0%;
}
.by-4.border--s > * {
  width: 24.25%;
}
.by-4.border--m > * {
  width: 23.875%;
}
.by-4.border--l > * {
  width: 23.5%;
}
.by-4.border--xl > * {
  width: 22.75%;
}
.by-4.border--xxl > * {
  width: 21.25%;
}

.by-5 > * {
  width: 20%;
}
.by-5 > *:first-child,
.by-5 > *:nth-child(5n + 1) {
  margin-left: 0%;
}
.by-5.border--s > * {
  width: 19.2%;
}
.by-5.border--m > * {
  width: 18.8%;
}
.by-5.border--l > * {
  width: 18.4%;
}
.by-5.border--xl > * {
  width: 17.6%;
}
.by-5.border--xxl > * {
  width: 16%;
}

.border--s > * {
  margin-left: 1%;
}

.border--m > * {
  margin-left: 1.5%;
}

.border--l > * {
  margin-left: 2%;
}

.border--xl > * {
  margin-left: 3%;
}

.border--xxl > * {
  margin-left: 5%;
}

/** 
 * * DISPLAY
 * */
.display__inline {
  font-size: 0;
}
.display__inline > * {
  display: inline-block;
  vertical-align: middle;
}
.display__inline.align--t > * {
  vertical-align: top;
}
.display__inline.align--b > * {
  vertical-align: bottom;
}

.display__table {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.display__table-cell {
  display: table-cell;
  vertical-align: middle;
}
.display__table-cell.align--t {
  vertical-align: top;
}
.display__table-cell.align--b {
  vertical-align: bottom;
}

.no-margin--b {
  margin-bottom: 0px !important;
}

/** 
 * * SCROLLBAR
 * */
.scroll--custom {
  padding-right: 3px;
  overflow-y: auto;
}
.scroll--custom::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.scroll--custom::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.scroll--custom::-webkit-scrollbar-thumb {
  height: 2px;
  background-color: #2d56a0;
  border-radius: 4px;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #27c195;
  border-radius: 10px;
}

/**
 * * VENDOR: SLICK
 * */
.sliderholder {
  position: relative;
  width: 91%;
  margin-left: auto;
}

.slider-arrow {
  position: absolute;
  top: -90px;
  z-index: 9;
  width: 55px;
  height: 55px;
  background: #1a1311;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slider-arrow.arrow--prev {
  right: 15%;
}
.slider-arrow.arrow--next {
  right: 10%;
}
.slider-arrow:hover {
  opacity: 0.8;
}

.slick-slide {
  outline: none !important;
}

/* =====================
 * * HEADER
 * * ===================== */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  padding: 0px 44px 0 48px;
}
header.on-scroll .header__limit {
  padding: 15px 5%;
  background: #e8efff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.header__limit {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 34px 5.7%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__logoholder {
  position: relative;
  width: 261px;
}

.header__logo {
  padding-left: 4px;
  display: block;
  width: 100%;
  height: auto;
}
.header__logo svg {
  width: 100% !important;
}
.header__logo .logoletter {
  opacity: 1;
}
.header__logo #logoline {
  stroke-dasharray: 150;
  stroke-dashoffset: 0;
}
.header__logo #logotext-1,
.header__logo #logotext-2 {
  opacity: 1;
}

.header__links {
  position: relative;
  width: calc(100% - 261px);
  padding-left: 20px;
  opacity: 0;
}

.header__link.link--inquiry {
  margin-top: 6px;
}

@media screen and (max-width: 1400px) {
  header.on-scroll .header__limit {
    padding: 15px 3%;
  }

  .header__limit {
    padding: 30px 3%;
  }
}
@media screen and (max-width: 1000px) {
  header.on-scroll .header__limit {
    padding: 15px 3%;
  }

  .header__limit {
    padding: 25px 3%;
  }
}
@media screen and (max-width: 655px) {
  header {
    padding: 0px 30px 0 30px;
  }

  .header__logo img {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  header {
    padding: 0px 19px 0 19px;
  }
  header.on-scroll .header__limit {
    padding: 10px 19px;
  }

  .header__limit {
    padding: 20px 19px;
  }

  .header__logoholder {
    width: 200px;
  }

  .header__links {
    width: calc(100% - 200px);
  }

  .header__link.link--inquiry {
    width: 99px;
  }
  .header__link.link--inquiry .btn__inner {
    height: 22px;
  }
  .header__link.link--inquiry .btn__text {
    padding: 4px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  header.on-scroll .header__limit {
    padding: 8px 19px;
  }

  .header__limit {
    padding: 15px 19px;
  }

  .header__logoholder {
    width: 160px;
  }

  .header__links {
    width: calc(100% - 160px);
    padding-left: 10px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 350px) {
  header.on-scroll .header__limit {
    padding: 8px 15px;
  }

  .header__limit {
    padding: 8px 15px;
  }

  .header__logoholder {
    width: 140px;
  }

  .header__links {
    width: calc(100% - 140px);
  }

  .header__link.link--inquiry {
    width: 80px;
  }
  .header__link.link--inquiry .btn__inner {
    height: 18px;
  }
  .header__link.link--inquiry .btn__text {
    padding: 4px 5px;
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  header {
    padding: 0px 15px;
  }
  header.on-scroll .header__limit {
    padding: 5px 10px;
  }

  .header__limit {
    padding: 8px 10px;
  }

  .header__logoholder {
    width: 120px;
  }

  .header__links {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 275px) {
  .header__logoholder {
    width: 100px;
  }

  .header__links {
    width: calc(100% - 100px);
  }
}
/* =====================
 * * FOOTER
 * * ===================== */
footer {
  position: relative;
  z-index: 4;
  display: block;
  width: 100%;
  padding: 24px 5%;
  background: #2d56a0;
  text-align: center;
}

.footer__logoholder {
  position: relative;
  width: 364px;
  margin: auto;
  margin-bottom: 13px;
  display: block;
}

.footer__logo {
  display: block;
  width: 100%;
}

.footer__copyright * {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 580px) {
  .footer__logoholder {
    width: 240px;
    margin-bottom: 10px;
  }

  .footer__copyright * {
    font-size: 10px;
    line-height: 15px;
  }
}
/* =====================
 * * PUBLIC STYLES
 * * ===================== */
body {
  background: #e8efff;
}

.tdu-wrapper {
  position: relative;
  width: 100%;
  max-width: 2100px;
  margin: auto;
  padding: 0px 48px;
}

.tdu-side {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 48px;
  height: 100%;
  background: #2d56a0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.tdu-side.side--right {
  left: auto;
  width: 43px;
  right: 0px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.tdu-side.side--right .tdu-side__text {
  -webkit-animation: move-sidetext-2 10s linear infinite;
  animation: move-sidetext-2 10s linear infinite;
}

.tdu-side__text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
  width: 16px;
  height: 100%;
  background-size: 100%;
  background-repeat: repeat-y !important;
  -webkit-animation: move-sidetext-1 10s linear infinite;
  animation: move-sidetext-1 10s linear infinite;
  opacity: 0;
}

@-webkit-keyframes move-sidetext-1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 41.55rem;
  }
}

@keyframes move-sidetext-1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 41.55rem;
  }
}
@-webkit-keyframes move-sidetext-2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -41.55rem;
  }
}
@keyframes move-sidetext-2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -41.55rem;
  }
}
/**
 * * KV
 * */
.tdu-kv__limit.frame__limit {
  padding-top: 148px;
  opacity: 0;
}

.tdu-kv__textholder {
  padding-left: 11px;
}

.tdu-kv__year {
  position: relative;
  width: 138px;
  margin-bottom: 15px;
  padding: 8px 5px;
  background: #27c195;
  border-radius: 4px;
  text-align: center;
}
.tdu-kv__year::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  width: 17px;
  height: 15px;
  background-image: url("../images/polygon-down-green.svg");
}
.tdu-kv__year * {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.tdu-kv__header {
  position: relative;
  margin-bottom: 25px;
}
.tdu-kv__header span {
  margin-top: -10px;
  display: block;
}
.tdu-kv__header * {
  font-size: 88px;
  line-height: 117px;
  color: #2d56a0;
}

.tdu-kv__desc {
  position: relative;
  margin-bottom: 65px;
}
.tdu-kv__desc * {
  font-family: "Train One", cursive;
  font-size: 32px;
  line-height: 46px;
  color: #67a8ff;
}

.tdu-kv__arrow {
  position: relative;
  width: 364px;
  height: 364px;
  border: 2px solid #2d56a0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tdu-kv__arrow:hover {
  background: #2d56a0;
}
.tdu-kv__arrow:hover .tdu-kv__arrow-text {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.tdu-kv__arrow:hover .tdu-kv__arrow-icon {
  -webkit-transform: translate(-50%, 15%);
  transform: translate(-50%, 15%);
  opacity: 0;
}

.tdu-kv__arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 96px;
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tdu-kv__arrow-text {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  padding: 0px 10px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.tdu-kv__featured-infos {
  position: relative;
  width: 100%;
  max-width: 576px;
  margin: auto 0 auto auto;
  padding-top: 209px;
  padding-right: 6px;
}

.tdu-kv__featured-circ {
  position: absolute;
  top: 26px;
  right: 6px;
  z-index: 1;
  width: 216px;
  height: auto;
  -webkit-animation: continuous-rotation 10s infinite linear;
  animation: continuous-rotation 10s infinite linear;
}

.tdu-kv__featured-date {
  position: relative;
  z-index: 2;
  margin-top: -6px;
  margin-bottom: 4.2%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 0;
}
.tdu-kv__featured-date * {
  margin: 0px -10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.tdu-kv__featured-datebg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
  z-index: 1;
  width: 85%;
  height: 320px;
  background: #27c195;
  border-radius: 50%;
}

.tdu-kv__featured-imgholder {
  position: relative;
  width: 100%;
}
.tdu-kv__featured-imgholder img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.tdu-kv__featured-text {
  position: absolute;
  top: 4.6%;
  left: 4%;
  z-index: 2;
  width: 41px;
  padding: 8px 4px;
  background: #2d56a0;
  border-radius: 8px;
  font-size: 23px;
  font-size: 21.5px;
  font-weight: 500;
  line-height: 21.5px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.tdu-kv__featured-text span {
  left: -2.5px;
  position: relative;
}

.tdu-kv__featured-note {
  padding-left: 23px;
  margin-top: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #2d56a0;
}

/**
 * * OVERVIEW
 * */
.tdu-overview__col.col--1 {
  width: 320px;
}
.tdu-overview__col.col--2 {
  width: calc(100% - 320px);
  padding-left: 5%;
}

.tdu-overview__col-title {
  font-family: "Train One", cursive;
  font-size: 40px;
  font-weight: normal;
  line-height: 58px;
}

.tdu-overview__col-desc.frame__desc {
  margin-bottom: 0px;
}

/**
 * * ARTICLES
 * */
.tdu-articles__box.tdu-sectionbox .tdu-sectionbox__body {
  padding-bottom: 39px;
}

.tdu-article {
  position: relative;
  margin-bottom: 55px;
}

.tdu-article__thumbnail {
  position: relative;
  width: 100%;
  height: 370px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 2px solid #2d56a0;
  border-radius: 16px;
}
.tdu-article__thumbnail::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #2d56a0;
  opacity: 0.2;
}

.tdu-article__tag {
  position: absolute;
  top: 17px;
  left: 24px;
  display: inline-block;
  padding: 8px 3px;
  background: #2d56a0;
  border-radius: 8px;
}
.tdu-article__tag * {
  font-size: 32px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}

.tdu-article__divider {
  position: relative;
  width: calc(100% - 2px);
  height: 26px;
  margin-bottom: 25px;
}
.tdu-article__divider::before,
.tdu-article__divider::after {
  content: "";
  position: absolute;
}
.tdu-article__divider::before {
  top: 0px;
  left: 50%;
  width: 30px;
  height: 26px;
  background-image: url("../images/polygon-up-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tdu-article__divider::after {
  left: 0px;
  bottom: 0px;
  width: 100%;
  border: 1px solid #2d56a0;
}

.tdu-article__infos {
  position: relative;
  width: calc(100% - 30px);
  margin: auto;
}

.tdu-article__btn.btn,
.tdu-compiledlinks__item-btn.btn {
  max-width: 120px;
}

/**
 * * FEATURED TEXT
 * */
.tdu-featuredtext.featuredtext--univ .tdu-featuredtext__box-text {
  -webkit-animation: move-featuredtext 15s linear infinite;
  animation: move-featuredtext 15s linear infinite;
}
.tdu-featuredtext.featuredtext--letsconnect .tdu-featuredtext__box-text {
  -webkit-animation: move-featuredtext2 15s linear infinite;
  animation: move-featuredtext2 15s linear infinite;
}

.tdu-featuredtext__limit.frame__limit {
  width: 100%;
  max-width: 100%;
  padding: 20px 0px;
}

.tdu-featuredtext__box {
  position: relative;
  width: 100%;
  height: 224px;
}

.tdu-featuredtext__box-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 2100px;
  height: 100%;
  background-size: 112%;
  background-position: -7rem 0;
  background-repeat: repeat-x !important;
}

@-webkit-keyframes move-featuredtext {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -146.7rem 0;
  }
}

@keyframes move-featuredtext {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -146.7rem 0;
  }
}
@-webkit-keyframes move-featuredtext2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -147rem 0;
  }
}
@keyframes move-featuredtext2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -147rem 0;
  }
}
/**
 * * COMPILED LINKS
 * */
.tdu-compiledlinks__box.tdu-sectionbox .tdu-sectionbox__body {
  padding-bottom: 54px;
  text-align: center;
}

.tdu-compiledlinks__box .frame__bg::before,
.tdu-card.card--questionnaire .frame__bg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #2d56a0;
  border-radius: 14px;
  opacity: 0.6;
}

.tdu-compiledlinks__items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tdu-compiledlinks__items::after {
  content: "";
  width: 298px;
  margin-left: 11.4%;
}
.tdu-compiledlinks__items > * {
  width: 298px;
  margin-left: 11.4%;
}
.tdu-compiledlinks__items > *:first-child,
.tdu-compiledlinks__items > *:nth-child(3n + 1) {
  margin-left: 0px;
}

.tdu-compiledlinks__item {
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}

.tdu-compiledlinks__item-iconholder {
  position: relative;
  width: 144px;
  height: 144px;
  background: #e8efff;
  border-radius: 50%;
  border: 2px solid #2d56a0;
}

.tdu-compiledlinks__item-textholder {
  position: relative;
  width: calc(100% - 144px);
  padding-left: 15px;
}

.tdu-compiledlinks__item-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
}

.tdu-compiledlinks__item-btn.btn {
  margin-top: 9px;
}

/**
 * * TIMETABLE
 * */
.tdu-timetable__group.group--1
  .tdu-timetable__group-data__row.row--2
  .tdu-timetable__group-data__row-table__label,
.tdu-timetable__group.group--1
  .tdu-timetable__group-data__row.row--3
  .tdu-timetable__group-data__row-table__label {
  width: 296px;
}
.tdu-timetable__group.group--1
  .tdu-timetable__group-data__row.row--2
  .tdu-timetable__group-data__row-table__value,
.tdu-timetable__group.group--1
  .tdu-timetable__group-data__row.row--3
  .tdu-timetable__group-data__row-table__value {
  width: calc(100% - 296px);
}
.tdu-timetable__group.group--1
  .tdu-timetable__group-data__row.row--4
  .tdu-timetable__group-data__row-table__label {
  width: 136px;
}
.tdu-timetable__group.group--1
  .tdu-timetable__group-data__row.row--4
  .tdu-timetable__group-data__row-table__label.label--2 {
  width: 88px;
  margin-left: 8px;
}
.tdu-timetable__group.group--2 .tdu-timetable__group-note {
  margin-left: 16px;
}

.tdu-timetable__group-circ {
  position: absolute;
  top: 62px;
  right: 58px;
  width: 205px;
  -webkit-transform: rotate(-26deg);
  transform: rotate(-26deg);
  -webkit-animation: continuous-rotation 10s infinite linear;
  animation: continuous-rotation 10s infinite linear;
}

.tdu-timetable__group-title {
  position: relative;
  margin-left: 140px;
  margin-bottom: 28px;
}
.tdu-timetable__group-title * {
  font-family: "Train One", cursive;
  font-size: 48px;
  font-weight: normal;
  line-height: 70px;
  color: #27c195;
}

.tdu-timetable__group-data {
  position: relative;
}

.tdu-timetable__group-data__row {
  position: relative;
  margin-bottom: 54px;
}
.tdu-timetable__group-data__row::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 49px;
  width: 2px;
  height: calc(100% + 20px);
  background: #2d56a0;
}
.tdu-timetable__group-data__row:last-child {
  margin-bottom: 0px;
}
.tdu-timetable__group-data__row:last-child::before {
  display: none;
}
.tdu-timetable__group-data__row .frame__desc {
  margin-top: 16px;
}

.tdu-timetable__group-data__row-time {
  position: relative;
  width: 100px;
  padding: 8px;
  background: #2d56a0;
  border-radius: 4px;
  text-align: center;
}
.tdu-timetable__group-data__row-time * {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.tdu-timetable__group-data__row-infos {
  width: calc(100% - 100px);
  padding-left: 40px;
}
.tdu-timetable__group-data__row-infos h5 {
  padding-top: 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #2d56a0;
}

.tdu-timetable__group-data__row-table__label {
  position: relative;
}
.tdu-timetable__group-data__row-table__label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-image: url("../images/lines-2.svg");
  background-size: 44px;
  background-repeat: repeat-x;
}
.tdu-timetable__group-data__row-table__label p {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 8px;
  background: #e8efff;
}

.tdu-timetable__group-data__row-table__value {
  padding-left: 8px;
}

.tdu-timetable__group-note {
  font-family: corporate-logo-ver2, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 32px !important;
  color: #2d56a0;
}

/**
 * * CARDS
 * */
.tdu-cards__limit.frame__limit {
  padding-bottom: 160px;
}

.tdu-card {
  height: 716px;
}
.tdu-card .tdu-sectionbox__body {
  height: 100%;
}

.tdu-card__btn.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 352px;
  margin-top: 0px;
}
.tdu-card__btn.btn .btn__text {
  padding-left: 36px;
  font-size: 40px;
  line-height: 56px;
}
.tdu-card__btn.btn .btn__icons {
  right: 36px;
  width: 35px;
  height: 35px;
  margin-top: 2px;
}

.tdu-card__scroller {
  width: 100%;
  height: 100%;
}

.twitter-timeline.twitter-timeline-rendered {
  z-index: 1;
}

@-webkit-keyframes continuous-rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes continuous-rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media screen and (max-width: 1648px) {
  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__items::after {
    content: "";
    margin-left: 4%;
  }
  .tdu-compiledlinks__items > * {
    margin-left: 4%;
  }
}
@media screen and (max-width: 1600px) {
  /**
  * * FEATURED TEXT
  * */
  .tdu-featuredtext.featuredtext--univ .tdu-featuredtext__box-text {
    -webkit-animation: move-featuredtext 15s linear infinite;
    animation: move-featuredtext 15s linear infinite;
  }
  .tdu-featuredtext.featuredtext--letsconnect .tdu-featuredtext__box-text {
    -webkit-animation: move-featuredtext2 15s linear infinite;
    animation: move-featuredtext2 15s linear infinite;
  }

  .tdu-featuredtext__limit.frame__limit {
    padding: 0px;
  }

  .tdu-featuredtext__box {
    height: 190px;
  }

  .tdu-featuredtext__box-text {
    background-size: 84%;
  }

  @-webkit-keyframes move-featuredtext {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -110.2rem 0;
    }
  }

  @keyframes move-featuredtext {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -110.2rem 0;
    }
  }
  @-webkit-keyframes move-featuredtext2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -110.6rem 0;
    }
  }
  @keyframes move-featuredtext2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -110.6rem 0;
    }
  }
}
@media screen and (max-width: 1450px) {
  /**
  * * ARTICLES
  * */
  .tdu-article__thumbnail {
    height: 322px;
  }
}
@media screen and (max-width: 1400px) {
  /**
  * * ARTICLES
  * */
  .tdu-article__tag {
    top: 5%;
    left: 4%;
  }
  .tdu-article__tag * {
    font-size: 28px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1390px) {
  /**
  * * KV
  * */
  .tdu-kv__year {
    width: 130px;
  }
  .tdu-kv__year * {
    font-size: 22px;
  }

  .tdu-kv__header * {
    font-size: 78px;
    line-height: 108px;
  }

  .tdu-kv__desc * {
    font-size: 28px;
    line-height: 42px;
  }

  .tdu-kv__featured-circ {
    width: 33%;
  }

  .tdu-kv__featured-infos {
    padding-top: 31%;
  }

  /**
  * * OVERVIEW
  * */
  .tdu-overview__col.col--1 {
    width: 280px;
  }
  .tdu-overview__col.col--2 {
    width: calc(100% - 280px);
  }

  .tdu-overview__col-title {
    font-size: 35px;
    line-height: 45px;
  }

  /**
  * * FEATURED TEXT
  * */
  .tdu-featuredtext__box {
    height: 195px;
  }

  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__items::after {
    width: 272px;
  }
  .tdu-compiledlinks__items > * {
    width: 272px;
  }

  .tdu-compiledlinks__item-iconholder {
    width: 120px;
    height: 120px;
  }

  .tdu-compiledlinks__item-textholder {
    width: calc(100% - 120px);
  }

  /**
  * * TIMETABLE
  * */
  .tdu-timetable__group-title * {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1320px) {
  /**
  * * KV
  * */
  .tdu-kv__limit.frame__limit {
    padding-top: 12%;
  }

  .tdu-kv__featured-text {
    width: 28px;
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1300px) {
  /**
  * * ARTICLES
  * */
  .tdu-article__thumbnail {
    height: 290px;
  }
}
@media screen and (max-width: 1280px) {
  /**
  * * KV
  * */
  .tdu-kv__year {
    width: 120px;
  }
  .tdu-kv__year * {
    font-size: 19px;
  }

  .tdu-kv__header * {
    font-size: 68px;
    line-height: 90px;
  }

  .tdu-kv__desc * {
    font-size: 24px;
    line-height: 38px;
  }

  .tdu-kv__arrow {
    width: 320px;
    height: 320px;
  }

  .tdu-kv__featured-date {
    font-size: 20px;
  }
  .tdu-kv__featured-date * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1220px) {
  /**
  * * KV
  * */
  .tdu-kv__featured-text {
    width: 27px;
    font-size: 15px;
    line-height: 17px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1210px) {
  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__items {
    max-width: 770px;
  }
  .tdu-compiledlinks__items::after {
    display: none;
  }
  .tdu-compiledlinks__items > * {
    width: 298px;
    margin-left: 10%;
  }
  .tdu-compiledlinks__items > *:nth-child(3n + 1) {
    margin-left: 10%;
  }
  .tdu-compiledlinks__items > *:first-child,
  .tdu-compiledlinks__items > *:nth-child(2n + 1) {
    margin-left: 0px;
  }

  .tdu-compiledlinks__item-iconholder {
    width: 144px;
    height: 144px;
  }

  .tdu-compiledlinks__item-textholder {
    width: calc(100% - 144px);
  }
}
@media screen and (max-width: 1200px) {
  /**
  * * ARTICLES
  * */
  .tdu-article__tag * {
    font-size: 26px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1150px) {
  /**
  * * KV
  * */
  .tdu-kv__limit.by-2 > * {
    display: block;
    width: 100%;
    margin-left: auto;
  }

  .tdu-kv__textholder {
    margin-bottom: 55px;
    text-align: center;
  }

  .tdu-kv__header * {
    font-size: 88px;
    line-height: 123px;
    color: #2d56a0;
  }

  .tdu-kv__desc {
    margin-bottom: 0px;
  }
  .tdu-kv__desc * {
    font-size: 32px;
    line-height: 46px;
  }

  .tdu-kv__year {
    margin: auto;
    margin-bottom: 15px;
  }

  .tdu-kv__arrow {
    display: none;
  }

  .tdu-kv__featured-infos {
    padding-top: 5%;
    margin: 0 auto;
  }

  .tdu-kv__featured-circ {
    top: auto;
    right: -29%;
    bottom: 0px;
    width: 40%;
  }

  .tdu-kv__featured-text {
    font-size: 17px;
    line-height: 20px;
  }

  /**
  * * ARTICLES
  * */
  .tdu-article__thumbnail {
    height: 260px;
  }

  .tdu-article__tag * {
    font-size: 22px;
    line-height: 20px;
  }

  /**
  * * CARDS
  * */
  .tdu-cards__limit.by-2 > * {
    display: block;
    width: 100%;
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 80px !important;
  }
  .tdu-cards__limit.by-2 > *:last-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1080px) {
  /**
  * * KV
  * */
  .tdu-kv__limit.frame__limit {
    padding-top: 130px;
  }

  .tdu-kv__featured-circ {
    display: none;
  }

  /**
  * * OVERVIEW
  * */
  .tdu-overview__col {
    display: block !important;
  }
  .tdu-overview__col.col--1 {
    width: 100%;
  }
  .tdu-overview__col.col--2 {
    width: 100%;
    padding-left: 0px;
  }

  .tdu-overview__col-title {
    display: none;
    margin-bottom: 3%;
    text-align: center;
  }
  .tdu-overview__col-title.for--sp {
    display: block;
  }

  /**
  * * TIMETABLE
  * */
  .tdu-timetable__group-circ {
    display: none;
  }

  .tdu-timetable__group-title {
    margin-left: 0px;
  }

  .tdu-timetable__group-data__row.display__inline > * {
    display: block;
  }
  .tdu-timetable__group-data__row:last-child::before {
    display: block;
  }
  .tdu-timetable__group-data__row::before {
    top: 20px;
    left: -5%;
    width: 110%;
    height: 2px;
  }

  .tdu-timetable__group-data__row-infos {
    width: 100% !important;
    margin-top: 25px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1000px) {
  /**
  * * ARTICLES
  * */
  .tdu-article__thumbnail {
    height: 230px;
  }

  .tdu-article__tag * {
    font-size: 18px;
    line-height: 16px;
  }

  .tdu-article__divider {
    height: 16px;
    margin-bottom: 20px;
  }
  .tdu-article__divider::before {
    width: 20px;
    height: 16px;
    background-size: 100%;
  }

  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__items > * {
    width: 272px;
  }

  .tdu-compiledlinks__item-iconholder {
    width: 120px;
    height: 120px;
  }

  .tdu-compiledlinks__item-textholder {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 900px) {
  /**
  * * ARTICLES
  * */
  .tdu-articles__box.tdu-sectionbox .tdu-sectionbox__body {
    padding-bottom: 70px;
  }

  .tdu-articles__list.by-2 > * {
    display: block;
    width: 100%;
    max-width: 510px;
    margin: auto !important;
    margin-bottom: 45px !important;
  }
  .tdu-articles__list.by-2 > *:last-child {
    margin-bottom: 0px !important;
  }

  .tdu-article__thumbnail {
    height: 324px;
  }

  .tdu-article__divider {
    height: 16px;
    margin-bottom: 20px;
  }
  .tdu-article__divider::before {
    width: 20px;
    height: 16px;
    background-size: 100%;
  }
}
@media screen and (max-width: 850px) {
  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__items > * {
    width: 237px;
  }

  .tdu-compiledlinks__item-iconholder {
    width: 100px;
    height: 100px;
  }
  .tdu-compiledlinks__item-iconholder .img-fit {
    max-width: 55%;
    max-height: 55%;
  }

  .tdu-compiledlinks__item-textholder {
    width: calc(100% - 100px);
  }

  .tdu-compiledlinks__item-name {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 745px) {
  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__items > * {
    width: 218px;
  }

  .tdu-compiledlinks__item-iconholder {
    width: 80px;
    height: 80px;
  }

  .tdu-compiledlinks__item-textholder {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 740px) {
  /**
  * * KV
  * */
  .tdu-kv__header * {
    font-size: 78px;
    line-height: 108px;
  }

  .tdu-kv__desc * {
    font-size: 28px;
    line-height: 42px;
  }

  /**
  * * ARTICLES
  * */
  .tdu-articles__box.tdu-sectionbox .tdu-sectionbox__body {
    padding-bottom: 50px;
  }

  /**
  * * TIMETABLE
  * */
  .tdu-timetable__group-data__row.row--4
    .tdu-timetable__group-data__row-table__label.label--2 {
    position: relative;
    margin-top: 6px;
    margin-left: 0px !important;
    padding-left: 45px;
  }
  .tdu-timetable__group-data__row.row--4
    .tdu-timetable__group-data__row-table__label.label--2::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0px;
    z-index: 1;
    width: 40px;
    height: 2px;
    background-image: url("../images/lines-2.svg");
    background-size: 55px;
    background-repeat: repeat-x;
  }
  .tdu-timetable__group-data__row.row--5 .frame__desc {
    margin-top: 3px;
  }
  .tdu-timetable__group-data__row::before {
    left: -4.5%;
    width: 109%;
  }

  .tdu-timetable__group-data__row-table div.display__inline {
    position: relative;
    margin-bottom: 18px;
  }
  .tdu-timetable__group-data__row-table div.display__inline:last-child {
    margin-bottom: 0px;
  }
  .tdu-timetable__group-data__row-table div.display__inline > * {
    display: block;
    width: 100% !important;
  }

  .tdu-timetable__group-data__row-table__label::after {
    display: none;
  }

  .tdu-timetable__group-data__row-table__value {
    position: relative;
    padding-left: 45px;
  }
  .tdu-timetable__group-data__row-table__value::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0px;
    z-index: 1;
    width: 40px;
    height: 2px;
    background-image: url("../images/lines-2.svg");
    background-size: 55px;
    background-repeat: repeat-x;
  }

  .tdu-timetable__group-note {
    display: block !important;
    margin-left: 0px !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 710px) {
  /**
  * * OVERVIEW
  * */
  .tdu-overview__col-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 685px) {
  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__items > * {
    width: 45%;
  }

  .tdu-compiledlinks__item-iconholder {
    width: 60px;
    height: 60px;
  }

  .tdu-compiledlinks__item-textholder {
    width: calc(100% - 60px);
    padding-left: 8px;
  }

  .tdu-compiledlinks__item-name {
    font-size: 15px;
  }

  /**
  * * CARDS
  * */
  .tdu-cards__limit.by-2 > * {
    height: 580px;
  }
}
@media screen and (max-width: 655px) {
  .tdu-wrapper {
    padding: 0px 30px;
  }

  .tdu-side {
    width: 30px !important;
  }
  .tdu-side.side--right .tdu-side__text {
    -webkit-animation: move-sidetext-2 10s linear infinite;
    animation: move-sidetext-2 10s linear infinite;
  }

  .tdu-side__text {
    width: 14px;
    -webkit-animation: move-sidetext-1 10s linear infinite;
    animation: move-sidetext-1 10s linear infinite;
  }

  @-webkit-keyframes move-sidetext-1 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 36.45rem;
    }
  }

  @keyframes move-sidetext-1 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 36.45rem;
    }
  }
  @-webkit-keyframes move-sidetext-2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 -36.45rem;
    }
  }
  @keyframes move-sidetext-2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 -36.45rem;
    }
  }
  /**
  * * KV
  * */
  .tdu-kv__header * {
    font-size: 60px;
    line-height: 90px;
  }

  .tdu-kv__desc * {
    font-size: 22px;
    line-height: 35px;
  }

  /**
  * * FEATURED TEXT
  * */
  .tdu-featuredtext.featuredtext--univ .tdu-featuredtext__box-text {
    -webkit-animation: move-featuredtext 12s linear infinite;
    animation: move-featuredtext 12s linear infinite;
  }
  .tdu-featuredtext.featuredtext--letsconnect .tdu-featuredtext__box-text {
    -webkit-animation: move-featuredtext2 12s linear infinite;
    animation: move-featuredtext2 12s linear infinite;
  }

  .tdu-featuredtext__box {
    height: 130px;
  }

  .tdu-featuredtext__box-text {
    background-size: 57%;
  }

  @-webkit-keyframes move-featuredtext {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -75rem 0;
    }
  }

  @keyframes move-featuredtext {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -75rem 0;
    }
  }
  @-webkit-keyframes move-featuredtext2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -75rem 0;
    }
  }
  @keyframes move-featuredtext2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -75rem 0;
    }
  }
  /**
  * * TIMETABLE
  * */
  .tdu-timetable__group-title * {
    font-size: 30px;
    line-height: 40px;
  }

  .tdu-timetable__group-data__row-time * {
    font-size: 22px;
  }

  .tdu-timetable__group-data__row-infos h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 620px) {
  /**
  * * KV
  * */
  .tdu-kv__featured-text {
    font-size: 15px;
    line-height: 17px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  /**
  * * ARTICLES
  * */
  .tdu-article__thumbnail {
    height: 290px;
    border-radius: 8px;
  }

  .tdu-article__tag {
    border-radius: 4px;
  }
}
@media screen and (max-width: 580px) {
  .tdu-wrapper {
    padding: 0px 19px;
  }

  .tdu-side {
    width: 19px !important;
  }
  .tdu-side.side--right .tdu-side__text {
    -webkit-animation: move-sidetext-2 10s linear infinite;
    animation: move-sidetext-2 10s linear infinite;
  }

  .tdu-side__text {
    width: 11px;
    -webkit-animation: move-sidetext-1 10s linear infinite;
    animation: move-sidetext-1 10s linear infinite;
  }

  @-webkit-keyframes move-sidetext-1 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 38.2rem;
    }
  }

  @keyframes move-sidetext-1 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 38.2rem;
    }
  }
  @-webkit-keyframes move-sidetext-2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 -38.2rem;
    }
  }
  @keyframes move-sidetext-2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 -38.2rem;
    }
  }
  /**
  * * KV
  * */
  .tdu-kv__limit.frame__limit {
    padding-top: 100px;
  }

  /**
  * * OVERVIEW
  * */
  .tdu-overview__col-title {
    font-size: 20px;
    line-height: 30px;
  }

  /**
  * * ARTICLES
  * */
  .tdu-articles__box.tdu-sectionbox .tdu-sectionbox__body {
    padding-bottom: 42px;
  }

  .tdu-article__infos {
    width: 100%;
  }

  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__box .frame__bg::before,
  .tdu-card.card--questionnaire .frame__bg::before {
    border-radius: 7px;
  }

  /**
  * * TIMETABLE
  * */
  .tdu-timetable__group-title * {
    font-size: 24px;
    line-height: 34px;
  }

  .tdu-timetable__group-data__row {
    margin-bottom: 25px;
  }
  .tdu-timetable__group-data__row.row--5 .frame__desc * {
    font-size: 12px;
  }
  .tdu-timetable__group-data__row::before {
    top: 11px;
    left: -16px;
    width: calc(100% + 32px);
  }
  .tdu-timetable__group-data__row .frame__desc {
    margin-top: 18px;
  }

  .tdu-timetable__group-data__row-time {
    width: 53px;
    padding: 3px;
  }
  .tdu-timetable__group-data__row-time * {
    font-size: 16px;
  }

  .tdu-timetable__group-data__row-infos {
    margin-top: 18px;
  }
  .tdu-timetable__group-data__row-infos h5 {
    font-size: 16px;
    padding-top: 0px;
  }

  .tdu-timetable__group-data__row-table__value,
  .tdu-timetable__group-note {
    margin-top: 6px;
  }

  .tdu-timetable__group-note {
    font-size: 12px !important;
  }

  /**
  * * CARDS
  * */
  .tdu-cards__limit.frame__limit {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 530px) {
  /**
  * * KV
  * */
  .tdu-kv__featured-datebg {
    width: 100%;
  }

  /**
  * * COMPILED LINKS
  * */
  .tdu-sectionbox__bg.frame__bg.for--pc {
    display: none;
  }
  .tdu-sectionbox__bg.frame__bg.for--sp {
    display: block;
    background-position: bottom !important;
  }

  .tdu-compiledlinks__box.tdu-sectionbox .tdu-sectionbox__body {
    padding-bottom: 42px;
  }

  .tdu-compiledlinks__items {
    display: block;
  }
  .tdu-compiledlinks__items > * {
    width: 100%;
    margin-left: 0% !important;
    margin-bottom: 16px !important;
  }
  .tdu-compiledlinks__items > *:last-child {
    margin-bottom: 0px !important;
  }

  .tdu-compiledlinks__item-iconholder {
    width: 104px;
    height: 104px;
  }

  .tdu-compiledlinks__item-textholder {
    width: calc(100% - 104px);
    padding-left: 16px;
  }

  .tdu-compiledlinks__item-name {
    display: none;
    font-size: 16px;
    line-height: 26px;
  }
  .tdu-compiledlinks__item-name.for--sp {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  /**
  * * KV
  * */
  .tdu-kv__featured-text {
    width: 22px;
    font-size: 12px;
    line-height: 15px;
    border-radius: 4px;
  }

  /**
  * * ARTICLES
  * */
  .tdu-article__thumbnail {
    height: 250px;
  }

  /**
  * * CARDS
  * */
  .tdu-cards__limit.by-2 > * {
    height: 398px;
  }

  .tdu-card__btn.btn {
    max-width: 218px;
  }
  .tdu-card__btn.btn .btn__text {
    padding: 9px;
    padding-left: 22px;
    font-size: 24px;
    line-height: 34px;
  }
  .tdu-card__btn.btn .btn__icons {
    right: 22px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 470px) {
  /**
  * * KV
  * */
  .tdu-kv__textholder {
    margin-bottom: 30px;
  }

  .tdu-kv__year {
    width: 78px;
    padding: 2px 4px;
  }
  .tdu-kv__year::before {
    bottom: -10px;
    width: 12px;
    height: 10px;
    background-size: 100%;
  }
  .tdu-kv__year * {
    font-size: 14px;
    line-height: 19px;
  }

  .tdu-kv__header * {
    font-size: 40px;
    line-height: 52px;
  }

  .tdu-kv__desc * {
    font-size: 18px;
    line-height: 26px;
  }

  .tdu-kv__featured-infos {
    padding-top: 8%;
  }

  .tdu-kv__featured-datebg {
    width: 94%;
    height: 200px;
  }

  .tdu-kv__featured-date {
    font-size: 14px;
  }
  .tdu-kv__featured-date * {
    margin: 0px -5px;
    font-size: 14px;
  }

  .tdu-kv__featured-text {
    top: 11px;
    left: 11px;
  }

  .tdu-kv__featured-note {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 450px) {
  /**
  * * KV
  * */
  .tdu-kv__featured-text {
    width: 21px;
    font-size: 11px;
    line-height: 13px;
  }
}
@media screen and (max-width: 440px) {
  /**
  * * ARTICLES
  * */
  .tdu-article__thumbnail {
    height: 220px;
  }
}
@media screen and (max-width: 410px) {
  /**
  * * ARTICLES
  * */
  .tdu-articles__list.by-2 > * {
    margin-bottom: 33px !important;
  }

  .tdu-article__thumbnail {
    height: 200px;
    margin-bottom: 9px;
  }

  .tdu-article__tag {
    top: 10px;
    left: 12px;
  }
  .tdu-article__tag * {
    font-size: 16px;
    line-height: 18px;
  }

  .tdu-article__divider {
    height: 14px;
    margin-bottom: 16px;
  }
  .tdu-article__divider::before {
    width: 17px;
    height: 14px;
  }
}
@media screen and (max-width: 400px) {
  /**
  * * KV
  * */
  .tdu-kv__featured-text {
    width: 16px;
    font-size: 9px;
    line-height: 11px;
  }

  /**
  * * OVERVIEW
  * */
  .tdu-overview__col-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 375px) {
  /**
  * * KV
  * */
  .tdu-kv__limit.frame__limit {
    padding-top: 80px;
  }

  .tdu-kv__textholder {
    margin-bottom: 16px;
  }

  .tdu-kv__featured-infos {
    padding-top: 12%;
  }

  .tdu-kv__featured-datebg {
    width: 98%;
    height: 190px;
  }

  /**
  * * OVERVIEW
  * */
  .tdu-overview__col-title {
    font-size: 18px;
  }

  /**
  * * ARTICLES
  * */
  .tdu-article__thumbnail {
    height: 180px;
  }

  /**
  * * TIMETABLE
  * */
  .tdu-timetable__group-data__row.row--4
    .tdu-timetable__group-data__row-table__label.label--2 {
    padding-left: 33px;
  }
  .tdu-timetable__group-data__row.row--4
    .tdu-timetable__group-data__row-table__label.label--2::before {
    width: 28px;
    background-size: 44px;
  }

  .tdu-timetable__group-data__row-table__value {
    padding-left: 33px;
  }
  .tdu-timetable__group-data__row-table__value::before {
    width: 28px;
    background-size: 44px;
  }
}
@media screen and (max-width: 360px) {
  /**
  * * OVERVIEW
  * */
  .tdu-overview__col-title {
    display: block;
    margin-bottom: 24px;
  }
  .tdu-overview__col-title.for--sp {
    display: none;
  }

  /**
  * * TIMETABLE
  * */
  .tdu-timetable__group-data__row .frame__desc * {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 355px) {
  /**
  * * KV
  * */
  .tdu-kv__featured-infos {
    padding-top: 11%;
  }

  .tdu-kv__featured-date {
    font-size: 12px;
  }
  .tdu-kv__featured-date * {
    margin: 0px -4px;
    font-size: 12px;
  }

  .tdu-kv__featured-datebg {
    height: 165px;
  }

  .tdu-kv__featured-text {
    top: 8px;
    left: 8px;
    padding: 5px 2px;
  }

  /**
  * * ARTICLES
  * */
  .tdu-article__thumbnail {
    height: 160px;
  }

  .tdu-article__tag {
    top: 7px;
    left: 7px;
  }
  .tdu-article__tag * {
    font-size: 13px;
    line-height: 15px;
  }

  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__item-iconholder {
    width: 85px;
    height: 85px;
  }

  .tdu-compiledlinks__item-textholder {
    width: calc(100% - 85px);
    padding-left: 12px;
  }

  .tdu-compiledlinks__item-name {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 345px) {
  /**
  * * KV
  * */
  .tdu-kv__featured-text {
    width: 13px;
    font-size: 8px;
    line-height: 9px;
  }
}
@media screen and (max-width: 335px) {
  /**
  * * KV
  * */
  .tdu-kv__header * {
    font-size: 35px;
    line-height: 48px;
  }

  .tdu-kv__desc * {
    font-size: 16px;
    line-height: 24px;
  }

  /**
  * * ARTICLES
  * */
  .tdu-articles__box.tdu-sectionbox .tdu-sectionbox__body {
    padding-bottom: 34px;
  }

  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__box.tdu-sectionbox .tdu-sectionbox__body {
    padding-bottom: 34px;
  }

  /**
  * * TIMETABLE
  * */
  .tdu-timetable__group-data__row::before {
    left: -10px;
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 320px) {
  .tdu-wrapper {
    padding: 0px 15px;
  }

  .tdu-side {
    width: 15px !important;
  }
  .tdu-side.side--right .tdu-side__text {
    -webkit-animation: move-sidetext-2 10s linear infinite;
    animation: move-sidetext-2 10s linear infinite;
  }

  .tdu-side__text {
    width: 7px;
    -webkit-animation: move-sidetext-1 10s linear infinite;
    animation: move-sidetext-1 10s linear infinite;
  }

  @-webkit-keyframes move-sidetext-1 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 30.4rem;
    }
  }

  @keyframes move-sidetext-1 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 30.4rem;
    }
  }
  @-webkit-keyframes move-sidetext-2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 -30.4rem;
    }
  }
  @keyframes move-sidetext-2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 -30.4rem;
    }
  }
}
@media screen and (max-width: 300px) {
  /**
  * * KV
  * */
  .tdu-kv__header * {
    font-size: 32px;
    line-height: 46px;
  }

  .tdu-kv__desc * {
    font-size: 14px;
    line-height: 22px;
  }

  .tdu-kv__featured-infos {
    padding-top: 9%;
  }

  .tdu-kv__featured-datebg {
    height: 118px;
  }

  .tdu-kv__featured-date {
    font-size: 10px;
  }
  .tdu-kv__featured-date * {
    margin: 0px -3px;
    font-size: 10px;
  }

  .tdu-kv__featured-text {
    top: 5px;
    left: 5px;
  }

  .tdu-kv__featured-note {
    font-size: 11px;
    line-height: 15px;
  }

  /**
  * * ARTICLES
  * */
  .tdu-article__thumbnail {
    height: 140px;
  }

  .tdu-article__tag {
    padding: 7px 3px;
  }
  .tdu-article__tag * {
    font-size: 11px;
    line-height: 13px;
  }

  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__item-iconholder {
    width: 65px;
    height: 65px;
  }

  .tdu-compiledlinks__item-textholder {
    width: calc(100% - 65px);
    padding-left: 10px;
  }

  .tdu-compiledlinks__item-name {
    font-size: 12px;
    line-height: 22px;
  }

  /**
  * * CARDS
  * */
  .tdu-card__btn.btn {
    max-width: 190px;
  }
  .tdu-card__btn.btn .btn__text {
    padding-left: 18px;
    font-size: 20px;
    line-height: 30px;
  }
  .tdu-card__btn.btn .btn__icons {
    right: 18px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 275px) {
  /**
  * * KV
  * */
  .tdu-kv__featured-text {
    width: 12px;
    font-size: 6px;
    line-height: 8px;
  }

  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__item-iconholder {
    width: 55px;
    height: 55px;
  }

  .tdu-compiledlinks__item-textholder {
    width: calc(100% - 55px);
  }
}
@media screen and (max-width: 270px) {
  /**
  * * KV
  * */
  .tdu-kv__header * {
    font-size: 30px;
    line-height: 44px;
  }

  .tdu-kv__desc * {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 260px) {
  /**
  * * COMPILED LINKS
  * */
  .tdu-compiledlinks__item-btn.btn {
    max-width: 105px;
  }
  .tdu-compiledlinks__item-btn.btn .btn__text {
    padding-left: 7px;
  }
  .tdu-compiledlinks__item-btn.btn .btn__icons {
    right: 7px;
  }
}
