* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

picture {
  display: block;
}

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: #ffffff;
}

.lt-container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .lt-container {
    max-width: 100%;
  }
}
.lt-container-inner {
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .lt-container-inner {
    max-width: 912px;
  }
}
@media (max-width: 991px) {
  .lt-container-inner {
    max-width: 708px;
  }
}
@media (max-width: 767px) {
  .lt-container-inner {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .lt-container-inner {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .lt-container-inner {
    max-width: 320px;
  }
}
@media (max-width: 320px) {
  .lt-container-inner {
    max-width: 290px;
  }
}
.lt-logo {
  padding: 35px 0 34px;
}
.lt-logo a {
  display: block;
  color: #015CA8;
  font-size: 16px;
  line-height: 19px;
}
.lt-bg--white {
  background-color: #FFFFFF;
}
.lt-bg--blue {
  background-color: #015CA8;
}
.lt-bg--light-blue {
  background-color: rgba(1, 92, 168, 0.8);
}
.lt-row {
  display: flex;
}
@media (max-width: 767px) {
  .lt-sec-first .lt-row {
    flex-direction: column;
  }
}
.lt-sec-first .lt-col {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .lt-sec-first .lt-col {
    max-width: 100%;
  }
}
.lt-sec-first .lt-main-title-wrapper {
  max-width: 560px;
  height: 100%;
  display: flex;
  margin-left: auto;
  align-items: center;
}
@media (max-width: 1199px) {
  .lt-sec-first .lt-main-title-wrapper {
    max-width: 460px;
  }
}
@media (max-width: 991px) {
  .lt-sec-first .lt-main-title-wrapper {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .lt-sec-first .lt-main-title-wrapper {
    justify-content: center;
    max-width: 100%;
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .lt-sec-first .lt-main-title-wrapper {
    padding: 50px;
  }
}
.lt-sec-first .lt-main-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .lt-sec-first .lt-main-title {
    text-align: center;
  }
}
.lt-sec-first .lt-img-wrapper {
  width: 100%;
  height: 100%;
}
.lt-sec-first .lt-image {
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
  object-fit: cover;
}
.lt-sec-second {
  padding: 79px 0 80px;
}
.lt-sec-second .lt-subtitle {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 14px;
  color: #000000;
}
.lt-sec-second .lt-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 61px;
  color: #000000;
}
.lt-sec-second .lt-row {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .lt-sec-second .lt-row {
    justify-content: center;
  }
}
.lt-sec-second .lt-col {
  width: 100%;
  max-width: 31.25%;
}
@media (max-width: 991px) {
  .lt-sec-second .lt-col {
    max-width: 47.25%;
    margin-bottom: 40px;
  }
  .lt-sec-second .lt-col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .lt-sec-second .lt-col {
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .lt-sec-second .lt-col {
    max-width: 100%;
  }
}
.lt-sec-second .lt-card {
  width: 100%;
  height: 100%;
  border: 3px solid #015CA8;
}
.lt-sec-second .lt-card-head {
  background-color: #015ca8;
  padding: 45px 38px 39px;
  min-height: 147px;
}
@media (max-width: 1199px) {
  .lt-sec-second .lt-card-head {
    padding: 40px 30px 40px;
    min-height: 164px;
  }
}
@media (max-width: 991px) {
  .lt-sec-second .lt-card-head {
    min-height: unset;
  }
}
.lt-sec-second .lt-card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.lt-sec-second .lt-card-body {
  position: relative;
  min-height: 335px;
  padding: 24px 45px 27px 65px;
}
@media (max-width: 1199px) {
  .lt-sec-second .lt-card-body {
  	min-height: 315px;
    padding: 24px 35px 20px 40px;
  }
}
@media (max-width: 991px) {
  .lt-sec-second .lt-card-body {
    padding: 24px 35px 20px 60px;
  }
}
.lt-sec-second .lt-card-list li {
  font-size: 18px;
  line-height: 21px;
  list-style-type: disc;
  color: #000000;
  margin-bottom: 5px;
}
.lt-sec-second .lt-card-link {
  position: absolute;
  display: block;
  bottom: 27px;
  right: 45px;
  border: 2px solid #015CA8;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #015ca8;
  padding: 15px 57px;
}
@media (max-width: 1199px) {
  .lt-sec-second .lt-card-link {
    bottom: 20px;
    right: 20px;
  }
}
.lt-sec-second .lt-card-link:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: #015CA8;
}
.lt-sec-third .lt-container {
  padding: 116px 0 123px;
}
@media (max-width: 991px) {
  .lt-sec-third .lt-container {
    padding: 80px 0;
  }
}
.lt-sec-third .lt-subtitle {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 35px;
  color: #ffffff;
}
.lt-sec-third .lt-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
  color: #ffffff;
}
.lt-sec-third .lt-text--last {
  margin-bottom: 85px;
}
@media (max-width: 991px) {
  .lt-sec-third .lt-text--last {
    margin-bottom: 50px;
  }
}
.lt-sec-third .lt-checked-list {
  padding-left: 145px;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .lt-sec-third .lt-checked-list {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .lt-sec-third .lt-checked-list {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .lt-sec-third .lt-checked-list {
    max-width: 100%;
  }
}
.lt-sec-third .lt-checked-list .lt-svg-group {
  display: flex;
  margin-bottom: 77px;
  align-items: center;
}
@media (max-width: 991px) {
  .lt-sec-third .lt-checked-list .lt-svg-group {
    padding-left: 0;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .lt-sec-third .lt-checked-list .lt-svg-group {
    margin-bottom: 45px;
  }
}
.lt-sec-third .lt-checked-list .lt-svg-group p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .lt-sec-third .lt-checked-list .lt-svg-group p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .lt-sec-third .lt-checked-list .lt-svg-group p {
    padding-left: 20px;
  }
}
.lt-sec-third .lt-checked-list .lt-svg-group:last-child {
  margin-bottom: 0;
}
.lt-sec-third .lt-checked-list .lt-svg-wrapper svg {
  display: block;
  width: 35px;
}
.lt-sec-fourth {
  padding: 41px 0 64px;
}
.lt-sec-fourth .lt-subtitle {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 28px;
  color: #000000;
}
.lt-sec-fourth .lt-text {
  font-weight: 700;
  padding-top: 56px;
  color: #000000;
}
.lt-sec-fourth .lt-text a {
  color: #000000;
}
@media (max-width: 991px) {
  .lt-sec-fourth .lt-row {
    flex-direction: column-reverse;
  }
}
.lt-sec-fourth .lt-col {
  position: relative;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .lt-sec-fourth .lt-col {
    max-width: 100%;
  }
}
.lt-sec-fourth .lt-img-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lt-sec-fourth .lt-image {
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
  object-fit: cover;
}
.lt-sec-fourth .lt-col-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(87, 129, 142, 0.4);
}
.lt-sec-fourth .lt-col-text-inner {
  padding: 70px 103px 70px 83px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .lt-sec-fourth .lt-col-text-inner {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .lt-sec-fourth .lt-col-text-inner {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .lt-sec-fourth .lt-col-text-inner {
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .lt-sec-fourth .lt-col-text-inner {
    padding: 50px 30px 110px;
  }
}
.lt-sec-fourth .lt-social-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
}
.lt-sec-fourth .lt-social-wrapper a {
  display: block;
  margin-right: 8px;
}
.lt-sec-fourth .lt-link-wrapper {
  z-index: 0;
  width: 100%;
  max-width: 470px;
  position: absolute;
  left: 83px;
  bottom: 38px;
}
@media (max-width: 1199px) {
  .lt-sec-fourth .lt-link-wrapper {
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .lt-sec-fourth .lt-link-wrapper {
    max-width: fit-content;
    right: 50px;
    left: unset;
  }
}
@media (max-width: 767px) {
  .lt-sec-fourth .lt-link-wrapper {
    right: 30px;
  }
}
.lt-sec-fourth .lt-link {
  position: relative;
  margin-left: auto;
  display: block;
  color: #ffffff;
  border: 2px solid #FFFFFF;
  padding: 15px 57px;
  width: fit-content;
}
.lt-sec-fourth .lt-link:hover {
  color: rgba(1, 92, 168, 0.8);
  border: 2px solid rgba(1, 92, 168, 0.8);
  background-color: #ffffff;
}
.lt-sec-fourth .lt-subtitle-event {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  margin-bottom: 34px;
}
@media (max-width: 575px) {
  .lt-sec-fourth .lt-subtitle-event {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .lt-sec-fourth .lt-subtitle-event {
    font-size: 26px;
  }
}
.lt-sec-fourth .lt-svg-wrapper {
  width: 45px;
}
@media (max-width: 1199px) {
  .lt-sec-fourth .lt-svg-wrapper {
    width: 35px;
  }
}
.lt-sec-fourth .lt-svg-group {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.lt-sec-fourth .lt-svg-group svg {
  display: block;
}
@media (max-width: 1199px) {
  .lt-sec-fourth .lt-svg-group {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .lt-sec-fourth .lt-svg-calendar {
    width: 28px;
  }
}
@media (max-width: 1199px) {
  .lt-sec-fourth .lt-svg-map-marker {
    width: 24px;
  }
}
@media (max-width: 1199px) {
  .lt-sec-fourth .lt-svg-people {
    width: 35px;
  }
}
.lt-sec-fourth .lt-event-info {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  padding-left: 40px;
}
.lt-sec-fourth .lt-event-info--no-padding {
  padding-left: 0 !important;
}
.lt-sec-fourth .lt-event-info a {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .lt-sec-fourth .lt-event-info {
    padding-left: 20px;
    font-size: 21px;
  }
}
.lt-sec-fourth .lt-event-info--last-child {
  margin-bottom: 30px;
}
.lt-sec-fourth .lt-event-info:before {
  left: 0;
  position: absolute;
}

/*# sourceMappingURL=main-styles.css.map */
